{}

Our Brands

Impact-Company-Logo-English Black-01-177x54

Welcome to the Schneider Electric Website

Welcome to our website.
How can we help you today?
Change the IP address of an x70 SCADAPack through logic
The IP address of a SCADAPack x70 device is typically changed in the RemoteConnect software and then written to the controller.

In some instances, a user may actually want to have the controller's IP address configured dynamically. This can be done using the Device_ChangeParam function in logic.

To see how this function block works, connect to the controller over Modbus USB and assign it an IP address of 192.168.2.1 and create the logic below.
PARAM = 7 corresponds to the IP address for ETH1
From the help file:
Device_ChangeParam Ethernet1 parameter

Connect to the LAN port and ping 192.168.2.1 to prove the original address is active.
Device_ChangeParam function block

Go online with the controller and toggle the Initialize bit from lo to hi. An output status of 0 indicates the operation was successful.

Try to ping the original IP address 192.168.2.1 to see that it is has been changed. Ping the new IP address to see that ETH1 is now 192.168.2.2.

Please note from the help file.Device_ChangeParam help file
The change to the new address isn't permanent so you may need to set the new IP address as part of your controller's boot up logic routine

Schneider Electric UK

Explore more
Range:
Articles that might be helpful Users group

Discuss this topic with experts

Visit our Community for first-hand insights from experts and peers on this topic and more.
Explore more
Range: