Produced/Consumed Safety Tags
To transfer safety data between controllers, you use produced and consumed safety tags.
Tags that are associated with safety I/O and produced or consumed safety data must be controller-scoped safety tags. For produced/consumed safety tags, you must create a user-defined data type with the first member of the tag structure that is reserved for the status of the connection. This member is a predefined data type called CONNECTION_STATUS.
Tag | Connection Description |
|---|---|
Produced | Controllers can produce (send) safety tags to other controllers:
|
Consumed | Controllers can consume (receive) safety tags from other controllers in these configurations:
|
Produced and consumed safety tags are subject to the following restrictions:
- Only controller-scoped safety tags can be shared.
- Produced and consumed safety tags are limited to 128 bytes.
- Produced/consumed tag pairs must be of the same user-defined data type.
- The first member of that user-defined data type must be the predefined CONNECTION_STATUS data type.
- The requested packet interval (RPI) of the consumed safety tag must match the safety task period of the producingGuardLogix®controller.
To configure produced and consumed safety tags to share data between peer safety controllers, you must properly configure the peer safety controllers, produce a safety tag, and consume a safety tag. See Configure the SNN for a Peer Safety Controller Connection.
Provide Feedback