Data message format
3785_en_B
PHOENIX CONTACT
51
5
Data message format
The following data message format is used for all interfaces. The ControlLogix interface
uses SINT (8-bit bytes) and the MicroLogix/SLC/PLC-5 interface uses 16-bit words for the
data arrays. All data is sent to and received from the PLC in little endian format.
5.1
Standard message
5.1.1
Receive data message
The receive data message format contains a sequence number, a length, and a data array.
Receive messages have the following characteristics:
–
The produced data sequence number is incremented when the data is updated.
–
The data length field indicates the number of valid bytes contained in the message.
–
The message received from the PLC determines the actual length of the message
returned to the PLC. (This is often greater than the length of the actual receive data
message.)
–
All unused bytes in a message returned to the PLC are filled with zeros.
–
The GW EIP/ASCII... supports serial packets of up 1518 bytes and socket packets up
to 2048 bytes in “Write-To-Tag/File transfer to PLC” mode.
–
For large received data packets, see Section 4.7.2, “EtherNet/IP configuration” and
Section 4.8.2, “EtherNet/IP configuration” objects or MicroLogix/SLC/PLC-5 interface.
5.1.2
Transmit data message
The transmit data message format contains a sequence number, a length, and a data array.
Table 5-1
Receive message data (GW EIP/ASCII... to PLC)
Name
Data type
Data value
Access rule
Produced data
sequence number
UINT
0-65535 (FFFF
hex
)
Read only
Data length (in
bytes)
UINT
0-(MSG payload-4)
Read only
Data array
Array of SINT
0-255
Read only
Table 5-2
Transmit message data (PLC to GW EIP/ASCII...)
Name
Data type
Data value
Access rule
Produced data
sequence number
UINT
0-65535 (FFFF
hex
)
Read/Write
Data length (in
bytes)
UINT
0-(MSG payload-4)
Read/Write
Data array
Array of SINT
0-255
Read/Write
Содержание 2702772
Страница 1: ...User manual UM EN GW EIP ASCII Protocol converter for ASCII to EtherNet IP...
Страница 6: ...GW EIP ASCII 4 PHOENIX CONTACT 3785_en_B...
Страница 14: ...GW EIP ASCII 12 PHOENIX CONTACT 3785_en_B...
Страница 52: ...GW EIP ASCII 50 PHOENIX CONTACT 3785_en_B...
Страница 82: ...GW EIP ASCII 80 PHOENIX CONTACT 3785_en_B...