Hi Dojo!
One of ous customer asked about be able to change the polling IP address of some elements when necessary so we want to know if it is possible via an automation script.
We already check the possibility to add a second interface in the driver but it will be more complex as it is an smart-serial single (IEC 104).
Thank you in advance!
Pedro
As far as I know, you can change the polling IP of a device via the IDmsElement object as well.
You can access the connection via IDmsElement.Connections. Once you have the correct connection, you should cast it to the correct connection class type, which then makes it easy to edit whatever part of the connection you'd like. At the end, call the .Update() method on the IDmsElement object and the updates will be applied on the element.
Thank you Robin, I will try with IDmsElement aswell.
Kind regards!