Reset a single channel or refresh hostname ip address using Kepserver API
Hi, I have a situation with a connection:
Im using Allen Bradley Suite to connect to some Micrologix 1100, they are on a service called dyndns.org, which allow to see plc remotely, the thing is that sometimes Dyndns change ip address, for example when the station lose power supply and then goes online again the station wont display online status, the Micrologix cant be seen again because this causes to change ip address, I create a solution with a script using cmd sending commands, for example sending pings to the device in dyndns.org and if the ip change send commands:
net start KEPServerEXV6
net stop KEPServerEXV6
But the bad thing with this solution is that this causes a general reset in kepserver so all the stations go out temporally, my question is if theres a way to only reset one channel or tell to refresh IP address, Im also exploring options using Kepserver API service.
Using Kepserver versión 6.6.362 (Because newer versión have issues resolving hostname)

