- Studio 5000 Logix Designer
- Tasks, programs, and routines
- Add-On Instructions
- Controller Organizer
- Logical Organizer
- Alarms
- Tag-based alarms
- Tag Editor and Data Monitor
- Configure settings for Tag Editor and Data Monitor
- Equipment phases
- Equipment Sequences
- Equipment Sequence Diagrams
- Ladder Editor
- Structured Text Editor
- Sequential Function Chart Editor
- Define the steps of an SFC process
- PlantPAx instruction properties
- Controller Properties
- Editing Controller Properties
- Controller Security
- Source Protection
- License Source Protection for Routines and Add-On Instructions
- Module Information
- 1756 ControlLogix I/O Modules
- Instruction Set
Access the Message object
Access the Message object through the GSV/SSV instructions. Specify the message tag name to determine which Message object you want. The Message object provides an interface to setup and trigger peer-to-peer communications. This object replaces the MG data type of the PLC-5 processor.
Attribute | Data Type | Instruction | Description |
---|---|---|---|
ConnectionPath | SINT[82] | GSV SSV | Data to setup the connection path. The first two bytes (low byte and high byte) are the length in bytes of the connection path. |
ConnectionRate | DINT TIME32 | GSV SSV | Requested packet rate of the connection. |
MessageType | SINT | GSV SSV | Specifies the type of message. The value has a specific meaning:
|
Port | SINT | GSV SSV | Indicates which port the message should be sent on. Each value has a specific meaning:
|
Timeout Multiplier | SINT | GSV SSV | Determines when a connection should be considered timed out and closed. Each value has a specific meaning:
|
Unconnected Timeout | DINT TIME32 | GSV SSV | Timeout in microseconds for all unconnected messages. The default is 30,000,000 microseconds (30 s). |
Provide Feedback