OPC Browser changing Device Tags and Objects into an array from SE M580

I have some devices being pulled into my Tag Browser on Ignition Designer that are coming from a PLC & Schneider Electric Server Expert. I have it connected through the gateway and can view all of the tags I want on the OPC Browser, but when I drag them into the designer, they are all displaying as smaller arrays under one large array instead of individual tags under a folder.



If anyone knows how I can get the folders to show as objects and get the tags to come in with proper values that would be appreciated. I would like to avoid having to manually create the tags and link them if possible.

Thank you.

Because this server has modeled the nodes as Variables instead of Objects/Folders you're not going to get the single bulk drag and drop behavior you're hoping for.

Inspect the NodeIds (OPC Item Path) of the tags you're actually after and hope they have some kind of pattern so that you can build a UDT that you just have to instantiate some amount of times.

Thanks for the quick reply Kevin. We'll look into building out some UDTs.