Faster way to add multiple opcua devices to the gateway

Hi there,
In the Ignition gateway, when adding 10s of Modbus TCP devices, each having a separate IP address :
Is there a quick way to create them instantaneously in the OPCUA device wizard, faster than adding them one by one manually ? Anything like a .xml / .json file import …?
Thanks

From the gateway webpage I don’t believe so but from in the designer you should be able to do a simple script using using system.device.addDevice(). You can even build the script so it imports a CSV with the parameters needed to create the devices.

1 Like

This function did the trick ! Thanks @bpreston