I read a huge structure from PLC with OPC ua, the structure is the one shown in image above.
I try two method to read it.
One,I drag "IIOT_01" into Tag provider,then i have a tag named "IIOT_01".
Two,I creat many folders like "1","2","3", and so on,Since the names of the labels at the bottom of the structure are the same I'm going to put them in different folders.
Then I expanded all the layers of the structure, dragged and dropped all the tabs inside into the folders.
In any case, you're describing a subscription to one single tag with a structured value vs a subscription to many tags with scalar values. It's usually more efficient for the embedded server running on relatively low powered PLCs if you subscribe to the structures instead.
For the Ignition client running on PC hardware it does not make a difference.
I wrote a script to change the value of the tag in the PLC, and then counted the time it took for the value to change.
one single tag with structured value is much faster than many tags