You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
This package contains a collection of structured data types for specific applications. This includes types for hardware components that are available inside the SIMATIC ecosystem and standardized communication types.
6
6
7
7
Currently, there are data types available for the following:
8
+
8
9
- Modules for the ET 200MP distributed IO system
9
10
- Modules for the ET 200SP distributed IO system
10
11
- Modules for IO modules of the SIMATIC S7-1500 compact PLC
@@ -44,13 +45,17 @@ Simatic.Ax.Types.WithOffset;
44
45
45
46
1. Add the package to your repository as a dependency
46
47
2. Depending on if you want to use the data type with or without offsets, add either
48
+
47
49
```iec-st
48
50
USING Simatic.Ax.Types.WithOffset;
49
51
```
52
+
50
53
or
54
+
51
55
```iec-st
52
56
USING Simatic.Ax.Types.NoOffset;
53
57
```
58
+
54
59
to the file where you want to use the data type
55
60
3. Use the data type in your project as if you would have created it in your project
0 commit comments