Design Guidelines
Transport System Design
96 MagneMotion
Rockwell Automation Publication MMI-UM007F-EN-P - September 2020
IP_addr
Purpose
Identifies the static IPv4 address of the drive for the motor.
Syntax
<IP_addr>IPaddress</IP_addr>
Attributes
None
Parent Tag
<Motor>
Contents
IPaddress – A 32-bit IP address in IPv4 dotted-decimal format, “ddd.ddd.ddd.ddd”, where
ddd is a decimal number of up to three digits in the range 0 to and 255. See Ethernet Motor
Communication Recommendations on page 79.
Validation
Node controller requirements for startup and initialization:
• Must not contain any child tags.
• Must contain a string in IPv4 dotted-decimal notation.
• Must not be values of 0.0.0.0, 127.0.0.1, 255.255.255.255, or the node controller sub-
net broadcast address.
• Must not contain a value that is equal to another <IP_addr> tag.
Example
<IP_addr>192.168.110.76</IP_addr>