diff --git a/README.md b/README.md index 7808d67..fbde8b9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/apax-lock.json b/apax-lock.json index 61b0908..40e59a7 100644 --- a/apax-lock.json +++ b/apax-lock.json @@ -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" }, diff --git a/apax.yml b/apax.yml index 0bdf06c..d1c157d 100644 --- a/apax.yml +++ b/apax.yml @@ -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"