IP Change Reverts on Restart

Trying to allow adjustment of IP from WebVisu (ports un-bridged, WebVisu on br1, changing br0). All works fine, but on a reboot it reverts to whatever was in the project. Is there an additional step I am missing to get it to stick?

As a workaround I can easily have it reset it anytime it reboots for now.


If the function block to write the address is using default values, you would want to make sure those variables are declared in retain memory. Right click on Application tree and add object called Retained GVL, and then declare the variables in that list.

@WagoKurt , the user assigned values are retained. However, on a reboot, the IP settings stored in the application are restored and the FB needs to be called again to overwrite them. Not a huge deal, but would be nice if there was a way to avoid this.