I/O Device Address Format
When you add a device to the I/O configuration, the
Studio 5000 Logix Designer®
application creates controller-scoped tags for the device. I/O information is presented as a set of tags. Each tag uses a structure of data, depending on the type and features of the I/O device. The name of a tag is based on the name of the device.
A safety I/O device address follows this example:
devicename:Type.Member
Where | Is | |
|---|---|---|
device name | The name of the safety I/O device. | |
Type | Type of data | Input: I Output: O |
Membership | Specific data from the I/O device | |
Input-only device | devicename:I.RunMode (required) devicename:I.ConnectionFaulted (required) devicename:I.Input Members | |
Output-only device | devicename:I.RunMode (required) devicename:I.ConnectionFaulted (required) devicename:O.Output Members | |
Combination I/O | devicename:I.RunMode (required) devicename:I.ConnectionFaulted (required) devicename:I.Input Members devicename:O.Output Members | |
For more information on addressing standard I/O devices, see the Logix 5000 Controllers I/O and Tag Data Programming Manual, publication 1756-PM004.
Provide Feedback