I was trying to get a list of opc servers based on a tag provider. In the latest ignition designer this can be achieved when you select a tag provider from the drop down tag browser the opc browser updates with the relevant opc servers based on the tag provider selection with respect to which gateways the tag provider was created on.
In my case I have multiple remote gateways connected to my main server.
The available system.opc functions only let you browse the opc servers on currently opened runtime.
Im curious how the opc browser is able to get updated based on the tag browser selection. I'm trying to get the opc servers available based on a user selected tag provider, so I can use those opc servers to build data in the perspective tree component?