Skip to content
  • There are no suggestions because the search field is empty.

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.

Example
Static Tag Name Tag Address Data Type
DATA_00 DRYERDRUM2.DATA[0] Float
DATA_00Bit DRYERDRUM2.DATA[0].1 Boolean