For my workflow I need to create around 60 different Modbus-TCP OPC device connections. I was wondering if there's a way to create them with scripting.
I've found a way to query the current devices using the following code (method doc). Just wondering if there's a way to create a device in the same manner as well.
devices = system.opc.browseServer(serverName, "Devices")