Tag array and OPCUA array (Omron NJ)

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:
image

Tag config:

1 Like

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. (:

2 Likes