Communication protocol setting by scripting

A forum devoted to the discussion of all topics having to do with scripting and other advanced programming using iX Developer.
Post Reply
Sergei Troizky
Posts: 23
Joined: Mon Jun 13, 2016 4:03 pm

Communication protocol setting by scripting

Post by Sergei Troizky »

I need to change the setting on the picture by executing a script.
Is this possible? If yes, any idea how?
Attachments
FINS Source.jpg
FINS Source.jpg (94.24 KiB) Viewed 4988 times

Artaxs
Posts: 10
Joined: Tue Nov 06, 2012 7:02 am
Location: Switzerland

Re: Communication protocol setting by scripting

Post 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.

Sergei Troizky
Posts: 23
Joined: Mon Jun 13, 2016 4:03 pm

Re: Communication protocol setting by scripting

Post by Sergei Troizky »

The question remains open.
Any help will be appreciated.

brusarp
Posts: 8
Joined: Tue Apr 22, 2014 1:01 am

Re: Communication protocol setting by scripting

Post 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!

Post Reply