I am using OPC UA to read data from S7-1500 PLCs. I have some structures containing 2d-arrays, defined like this for example:
When trying to read this structure in Ignition, I get this error:
These are the settings for the tag:
I've tested different things, and it seems like this is caused by 2d-arrays inside a structure.
I can address those 2d-arrays directly, and it works fine, except they become 1d.
Is that because Ignition does not support 2d-arrays in tags currently? What can be done so that Ignition won't stop decoding subsequent data in these structures?
Also, I can provide wireshark captures of data I am getting from the PLC if needed.