simatic-ax / standardizer-tutorial-lib

Tutorial how to develop a library with AX
Other
7 stars 3 forks source link
iec-st siemens simatic-ax tutorials

Standardizer Tutorial (only cloud based)

In this standardizer tutorial, you'll learn about all the important tools necessary to develop a ST library with SIMATIC AX.

Although this tutorial focuses on the cloud IDE, the workflows are very similar in the local IDE. Differences will be noted in the tutorial, but not explained in detail.

After this tutorial, you will:

This tutorial is structured in multiple sequential chapters. Be sure to read Apax package manager usage first, as it contains necessary steps to enable work later in tutorial. All other chapters can be read in any order, but note that Write own unit tests with AxUnit depends on Introduction in OOP.

Training chapters

Prerequisites

How to get a your public SSH key from AX

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, propose any changes to this repository using Pull Requests.

Markdownlint-cli

This workspace will be checked by the 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:

markdownlint **/*.md --fix

License and Legal information

Please read the Legal information