File tree 1 file changed +22
-5
lines changed
1 file changed +22
-5
lines changed Original file line number Diff line number Diff line change @@ -9,22 +9,39 @@ This application example consists of two parts.
9
9
1 . Showing the usage of the library in a PLC Program, which can be downloaded to a 1500 PLC or PLCSIM Advanced
10
10
1 . Many examples as UnitTest in the ` test ` folder
11
11
12
- ## Install the application example and open it locally
12
+ ## Execute the Application Example (AX Code local)
13
13
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
15
15
16
16
``` sh
17
17
D:
18
- cd \E xamples
18
+ cd \t emp
19
19
```
20
20
21
- 1. Install the application example ` AX Code `
21
+ 1. Install the application example on your local PC
22
22
23
23
Run the following commands in a CLI
24
24
25
25
` ` ` sh
26
26
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 .
28
45
` ` `
29
46
30
47
# ## Description of the PLC program
You can’t perform that action at this time.
0 commit comments