OPC UA Tag Folder not working - OPC DA working

Hi all,

Using OPC-DA the Nested folder in folder is working good (complex PLC structure)

image

Using OPC-UA the Nested folder in folder will appear as tag in tag so then the structure is not working

image

All the values will be hidden under the main tag in a big array

image

Any suggestion ?

Thanks

This server seems to be modeling the data slightly different in OPC UA than OPC Classic.

You’ll probably have to just pull in the child tags individually if the parent tag is an array full of data you don’t want.