Page 1 of 1

Communication protocol setting by scripting

Posted: Thu Mar 26, 2020 7:10 am
by Sergei Troizky
I need to change the setting on the picture by executing a script.
Is this possible? If yes, any idea how?

Re: Communication protocol setting by scripting

Posted: Fri Mar 27, 2020 1:50 am
by Artaxs
Hi Sergei

At the moment, there is no (easy) way to do so. But....
I did a similar thing by changing the config file of the driver via script to change IP addresses of controllers.

I'm right now not in the office (like many others :geek: ), so I can't post sample code here. But you might give it a try. Have a look at the compiled project and check if you could find a config file.
By the way: after the change, there is a reboot needed. But this can also be achieved by script.

Re: Communication protocol setting by scripting

Posted: Mon Apr 06, 2020 8:28 am
by Sergei Troizky
The question remains open.
Any help will be appreciated.

Re: Communication protocol setting by scripting

Posted: Mon Mar 22, 2021 2:55 am
by brusarp
Artaxs wrote:
Fri Mar 27, 2020 1:50 am

I did a similar thing by changing the config file of the driver via script to change IP addresses of controllers.
Hi!
I'm also interested on how change controllers IP address easily...
I've about 20 PLC with the same program inside and I've made the same program for the corresponding IxPro panel... If I launch a total upgrade on the intranet for the panels I would like that any panel keep his controllers settings or at least reload it from recipe or whatever...

Can you upload some sample code? Thank you!