Communication instructions Chapter 9
Rockwell Automation Publication 2080-RM001D-EN-E - February 2015 193
ErrorID
code
SubErrorID Error code description
255 Channel is shutdown or reconfiguration is in progress. Error code occurs immediately after power on until a connection is established, and is
normal behavior.
It may also occur in one of the following situations:
• An Ethernet cable is disconnected
• An IP address cannot be detected
• A serial port plugin is present but not configured
CIPTARGETCFG data type
The following table describes the CIPTARGETCFG data type.
Parameter Data type Description
Path STRING[80] Path for the target. A maximum of two hops can be specified. The path syntax is:
• {"<port>,<node/slot address>"}2
See also Target path for CIP messaging on page 181.
CipConnMode USINT CIP Connection type.
• 0 - Unconnected (default)
• 1 - Class3 connection
See also CIP/EIP message connections on page 182
UcmmTimeout UDINT Unconnected message timeout (in milliseconds). The amount of time to wait for a reply for unconnected
messages, including connection establishment for connected message.
• Valid values: 250-10,000.
• Set to 0 to use the default value of 3000.
• A value set to less than 250 will be set to 250 (minimum).
• A value set to greater than 10,000 will be set to 10,000 (maximum).
See also CIP message timeout timers on page 183.
ConnMsgTimeout UDINT Class3 Connection timeout (in milliseconds). The amount of time to wait for a reply for connected messages. The
connection closes when the timeout expires.
• Valid values: 800-10,000
• Set to 0 to use the default value of 3000
• A value set to less than 800 will be set to 800 (minimum)
• A value set to greater than 10,000 will be set to 10,000 (maximum)
See also CIP message timeout timers on page 183100.
ConnClose BOOL Connection closing behavior:
• TRUE - Close the connection when the message completes.
• FALSE - Do not close the connection when the message completed (default).
• See also CIP/EIP message connections on page 182.