Offset (words)
|
Length (bytes)
|
Data Type
|
Description
|
---|---|---|---|
0
|
2 bytes
|
INT
|
Message type:
|
1
|
4 bytes
|
Bytes
|
Bytes 4 and 3 of the IP address1:
|
Bytes
|
Bytes 2 and 1 of the IP address1:
|
||
3
|
Management_Param[3] (size of Data_to_Send) minus 6
|
Bytes
|
The CIP request2.
|
1For example, the IP address 192.168.1.6 is handled as follows: byte 4 = 192, byte 3 = 168, byte 2 = 1, byte 1 = 6. 2Structure the CIP request in little endian order. |
Offset (words)
|
Length (bytes)
|
Data Type
|
Description
|
---|---|---|---|
0
|
2
|
Byte
|
|
1
|
2
|
Byte
|
|
2
|
length of additional status
|
Byte array
|
Additional Status1
|
...
|
Management_Param[3] (size of Received_Data) minus 4, and minus the additional status length
|
Byte array
|
Response data
|
1. Refer to The CIP Networks Library, Volume 1, Common Industrial Protocol at section 3-5.6 Connection Manager Object Instance Error Codes.
|