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