Skip to content

Commit

Permalink
update documentation and retest project
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Jul 17, 2024
1 parent a43f5d9 commit 56530d1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,25 @@ apax create @simatic-ax/ae-motion-tiax --registry https://npm.pkg.github.com ae-
```

```sh
axcode ae-motion-tiax
cd ae-motion-tiax
```

At first time to use ax and install package dependencies
```sh
apax install
```

```sh
apax install -L
axcode .
```

AX Code starts with the content of the application example

Check the TIA Portal installation path in the apax.yml and adapt it when necessary

```yml

```

Generate the TIA Portal global library by executing the creation script

```sh
Expand Down
8 changes: 4 additions & 4 deletions apax-lock.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "ae-motion-tiax",
"version": "0.0.0-placeholder",
"name": "@simatic-ax/ae-motion-tiax",
"version": "1.0.0",
"lockFileVersion": "2",
"installStrategy": "strict",
"root": {
"name": "ae-motion-tiax",
"version": "0.0.0-placeholder",
"name": "@simatic-ax/ae-motion-tiax",
"version": "1.0.0",
"dependencies": {
"@ax/simatic-1500-motioncontrol-native-v7": "6.0.11"
},
Expand Down
2 changes: 1 addition & 1 deletion apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ variables:
PATH_NAME: "./bin/handover-folder"
TIA_GLOBAL_LIB_PATH: "./TIA/apax-package-name-d7b4b031"
# set the path to your local TIA Portal installation
TIA_INSTALL_PATH: "C:\\Program Files\\Siemens\\Automation\\Portal V18"
TIA_INSTALL_PATH: "D:\DS\8280_19.00.00.02_07.01.0002\drop\TIA All"
# remove, if you do not want to allow debugging of your code
APAX_BUILD_ARGS:
- "--debug"
Expand Down

0 comments on commit 56530d1

Please sign in to comment.