Publication 1756-UM001G-EN-P - January 2007
Manage Controller Communication
49
Send and Receive
Messages
Messages transfer data to other devices, such as other controllers or
operator interfaces. Some messages use unscheduled connections to
send or receive data. These connected messages can leave the
connection open (cache) or close the connection when the message is
done transmitting. Each message uses one connection, regardless of
how many devices are in the message path. To conserve connections,
configure one message to read from or write to multiple devices.
Message Types
Each message uses one connection, regardless of how many devices
are in the message path. You can programmatically change the target
of a MSG instruction to optimize message transfer time.
Determine Whether to Cache Message Connections
When you configure a MSG instruction, you can choose whether or
not to cache the connection.
Caching Message Connections
Message Type
Communication
Method
Connected
Message
Message Can
Be Cached
CIP data table read or write N/A
Yes
Yes
PLC-2, PLC-3, PLC-5, or SLC
(all types)
CIP
No
No
CIP with Source ID No
No
DH+
Yes
Yes
CIP generic
N/A
Optional
(1)
(1)
You can connect CIP generic messages. However, for most applications we recommend you leave CIP generic
messages unconnected.
Yes
(2)
(2)
Consider caching only if the target module requires a connection.
Block-transfer read or write N/A
Yes
Yes
Message
Execution
Function
Repeatedly
Cache the connection.
This keeps the connection open and optimizes execution time. Opening
a connection each time the message executes increases execution
time.
Infrequently
Do not cache the connection.
This closes the connection upon completion of the message, which
frees up that connection for other uses.
Содержание controllogix 1756-L55M12
Страница 4: ...Publication 1756 UM001G EN P January 2007 Summary of Changes 4 Notes...
Страница 10: ...Publication 1756 UM001G EN P January 2007 10 Notes...
Страница 20: ...Publication 1756 UM001G EN P January 2007 20 Directly Connect to the Controller via the Serial Port Notes...
Страница 66: ...Publication 1756 UM001G EN P January 2007 66 Place Configure and Monitor I O Modules Notes...
Страница 82: ...Publication 1756 UM001G EN P January 2007 82 Develop Applications Notes...
Страница 122: ...Publication 1756 UM001G EN P January 2007 122 Maintain Nonvolatile Memory Notes...
Страница 130: ...Publication 1756 UM001G EN P January 2007 130 Maintain the Battery Notes...
Страница 134: ...Publication 1756 UM001G EN P January 2007 134 LED Indicators Notes...