Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
devices_plcs [2021/01/24 18:22] wikiadmin |
devices_plcs [2021/01/31 23:32] (current) wikiadmin |
||
---|---|---|---|
Line 44: | Line 44: | ||
Supported memory types are: I, | Supported memory types are: I, | ||
- | Supported data types are: B,W,I,D,R,S - Byte, Word, Int (signed word), Double Word, Real and String | + | Supported data types are: X,B,W,I,D,R,S - Boolean, |
Scalar types can have bit numbers added, so, for example, DB8:D80.11 and MW11.1 are valid addresses. | Scalar types can have bit numbers added, so, for example, DB8:D80.11 and MW11.1 are valid addresses. | ||
Line 50: | Line 50: | ||
Further register examples: | Further register examples: | ||
- | '' | + | < |
+ | DB8:S86.50 | ||
DB8:D80.11 | DB8:D80.11 | ||
DB8:I80.11 | DB8:I80.11 | ||
Line 77: | Line 78: | ||
T0.4 | T0.4 | ||
C1 | C1 | ||
- | C1.4'' | + | C1.4 |
+ | </ | ||
+ | **S7 Arrays** | ||
+ | An S7 Array is configured with the size (Register Count) and starting register (Start Register), and the data type of the array is taken from the address designation. In the example | ||
+ | |||
+ | {{: | ||
+ | |||
+ | The data type is " |