Skip to content

Commit

Permalink
Merge pull request #39 from simatic-ax/37-add-a-descriprion-how-to-ad…
Browse files Browse the repository at this point in the history
…apt-tia-path

37 add a descriprion how to adapt tia path
  • Loading branch information
sjuergen authored Jul 8, 2024
2 parents bd3804d + 8af4f0d commit 54d8227
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ apax create @simatic-ax/ae-tiax --registry https://npm.pkg.github.com ae-tiax
```

```sh
axcode ae-tiax
axcode ae-tiax
```

Before you can use the application example, you've to install all the dpendencies with:
Expand All @@ -35,8 +35,16 @@ AX Code starts with the content of the application example

## How to generate a TIA Portal global library

Setup:

Before we can create the TIA Portal global library, please check, if the `TIA_PORTAL_INSTALL_PATH` in the `.env` file points to your TIA Portal installation.

Default value of `TIA_PORTAL_INSTALL_PATH`:

```md
TIA_PORTAL_INSTALL_PATH="C:\Program Files\Siemens\Automation\Portal V18\Bin"
```

### Steps to create a TIA Portal global library

1. Compile the ST code with `apax build`
Expand Down Expand Up @@ -144,6 +152,7 @@ To avoid, that the CI workflow fails because of the markdown linter, you can che

```sh
markdownlint **/*.md --fix
```

## License and Legal information

Expand Down

0 comments on commit 54d8227

Please sign in to comment.