Mapping to Individual Elements of an Array
- Last UpdatedDec 02, 2024
- 1 minute read
To map to an individual tag in a ControlLogix PLC tag array, use { } brackets to define the array element as a zero-based index. Use the following syntax:
<TagName>{<IndexNumber>}
Where:
|
<TagName> = |
the ControlLogix tag name as defined on the ControlLogix system PLC. |
|
{ } = |
the required braces to define the array element index. |
|
<IndexNumber> = |
the zero-based index number of the array element. |
Note: With versions of Citect SCADA prior to version 6, curly brackets { } were required when addressing arrays. This is no longer the case, as Version 6 supports the use of both curly brackets and square brackets [ ].