Setting a static IP
Assign IP
Using a bootp server (e.g. http://www.software.rockwell.com/download/comms/rsnetworx/bootp-dhcp%20server%202.3.2.zip) set the IP address to a known value
Using BootP Server
Using RSNetWorx
Switch off bootp
Use RSNetWorx to switch off bootp.
- Open up the "Class Instance Editor"
Send the following to unlock the module. This must only be sent once as it is a toggle. Sending again will lock the module
Service 0x45 Class 0x67 Instance 0x89 Attribute 0xAB Data CD Send the following to switch off bootp
Service 0x0E Class 0x64 Instance 0x01 Attribute 0x6E Data 00 - Cycle power on the module. It should boot up with the previously assigned IP address.
Assign IP address
The IP address can now be left as is or a new address can be assigned. Use the Class Instance Editor again to assign the IP.
The IP address and subnet mask are assigned in little endian format using hexadecimal values. I.e. the value 192.168.1.2 with subnet mask 255.255.255.0 is assigned in the data as follows
2 | 1 | 168 | 192 | 0 | 255 | 255 | 255 |
---|---|---|---|---|---|---|---|
02 | 01 | A8 | C0 | 0 | FF | FF | FF |
Set the IP address (e.g. IP: 192.168.1.2 Subnet: 255.255.255.0
Service 0x0E Class 0xF5 Instance 0x01 Attribute 0x05 Data 02 01 A8 C0 00 FF FF FF
The required IP address is now set in the Cool Muscle EIP module.