68
Since 2-byte data is sent and received for Polling I/O message communication, the lowest byte is 0x00.
Produced Connection Path and Consumed Connection Path specifies Application Object of sent and received data. The format is below.
(Example) When Output Instance 21 and Input Instance 71 are used as sent and receive data
For changing Input Output Assembly, refer to
.
Produced Connection Path (send data)
Consumed Connection Path (receive data)
Input Instance 71 = 0x47
ASCII code: 4 = 0x34, 7 = 0x37
Therefore, Produced Connection Path = 0x62 0x34 0x37
Output Instance 21 = 0x15
ASCII code: 1 = 0x31, 5 = 0x35
Therefore, Consumed Connection Path = 0x62 0x31 0x35
0x62
0xMM
0xNN
Logic address
Application Object data. This is ASCII Code which shows input/output instance value (hexadecimal).