Accessing Arrays in ControlLogix PLC
How can I access an array tag in my ControlLogix PLC?
You need to make sure the whole address path in the ControlLogix is included in the address.
| Static Tag Name | Tag Address | Data Type |
| DATA_00 | DRYERDRUM2.DATA[0] |
Float |
| DATA_00Bit | DRYERDRUM2.DATA[0].1 |
Boolean |