Skip to content

Commit

Permalink
Merge pull request #35 from simatic-ax/renovate/ax-sdk-2405.x
Browse files Browse the repository at this point in the history
Renovate/ax sdk 2405.x
  • Loading branch information
sjuergen authored Jul 8, 2024
2 parents 7c7afe4 + f286754 commit 039c9d4
Show file tree
Hide file tree
Showing 6 changed files with 628 additions and 601 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,18 @@ This application example shows two different use cases. To read the description

Run the following commands in a CLI

For `apax >2.0`

```sh
apax create @simatic-ax/ae-tiax --registry https://npm.pkg.github.com ae-tiax
```

```sh
axcode ae-tiax
```

Before you can use the application example, you've to install all the dpendencies with:

```sh
apax install -L
apax install
```

AX Code starts with the content of the application example
Expand Down Expand Up @@ -126,10 +125,26 @@ That can be done manually step by step. Or you can use the predefined scripts in

This library can now opened in TIA Portal >= V18

## Generated Wrapper

The following Wrapper Function Blocks will be generated into the library. They can be used in TIA Portal.

- TrafficlightWrapper
- JsonStructure
- ParkingCounterWrapper

## Contribution

Thanks for your interest in contributing. Anybody is free to report bugs, unclear documentation, and other problems regarding this repository in the Issues section or, even better, is free to propose any changes to this repository using Merge Requests.

### Markdownlint-cli

This workspace will be checked by the [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) (there is also documented ho to install the tool) tool in the CI workflow automatically.
To avoid, that the CI workflow fails because of the markdown linter, you can check all markdown files locally by running the markdownlint with:

```sh
markdownlint **/*.md --fix
## License and Legal information
Please read the [Legal information](LICENSE.md)
Loading

0 comments on commit 039c9d4

Please sign in to comment.