Skip to content

Commit 60ab767

Browse files
authored
Merge pull request #35 from simatic-ax/sjuergen-patch-1
Update README.md
2 parents e708f31 + 534ecba commit 60ab767

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

README.md

+22-5
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,39 @@ This application example consists of two parts.
99
1. Showing the usage of the library in a PLC Program, which can be downloaded to a 1500 PLC or PLCSIM Advanced
1010
1. Many examples as UnitTest in the `test` folder
1111

12-
## Install the application example and open it locally
12+
## Execute the Application Example (AX Code local)
1313

14-
1. Open a command line interface (CLI) and switch to the target folder like:
14+
1. Open a command line interface (CLI) and switch to the target folder. Example, if the traget folder is D:\temp
1515

1616
```sh
1717
D:
18-
cd \Examples
18+
cd \temp
1919
```
2020

21-
1. Install the application example `AX Code`
21+
1. Install the application example on your local PC
2222

2323
Run the following commands in a CLI
2424

2525
```sh
2626
apax create @simatic-ax/ae-json-library --registry https://npm.pkg.github.com ae-json-library
27-
axcode ae-json-library
27+
```
28+
29+
Switch to the project directory
30+
31+
```sh
32+
cd ae-json-library
33+
```
34+
35+
install the dependencies with:
36+
37+
```sh
38+
apax install
39+
```
40+
41+
and open AxCode
42+
43+
```sh
44+
axcode .
2845
```
2946

3047
### Description of the PLC program

0 commit comments

Comments
 (0)