Is it possible to make a tag-array to address corresponding elements in an OPCUA array?
Current configuration:
PLC: MyArray[0…31] (USINT)
OPCUA: MyArray[0…31] (USINT)
My goal is to access the above using this tag:
Tag: MyArray[0…31] (Short)
OPCUA config:

Tag config:
I don't believe the Omron NJ driver is capable of reading an array object into a single Ignition tag.
I'd also like to do the same thing. Were you able to achieve it?
Or do you have to build 32 individual INT ignition tags?
My driver will do this. (:
Did you be ablet do it ? I´m trying to read a Boolean array from NJ driver
The IA driver does not do this. My alternate EtherNet/IP driver does (generic client).
Thank you for your answer!