APPX
Appendix 10 Operation Image and Data Structure of Predefined Protocol
401
A
Example of packet element data
The element processing procedures that can be set for the packets, the actual data examples, and others are shown below.
Length
■Process procedure
The Ethernet-equipped module processes the length with the following procedure.
[During send]
[During receive]
30H31H32H33H
Forward direction
Data flow
30H
31H
32H
33H
Length calculating result
Conversion to
ASCII
hexadecimal
"0"(30H)
"1"(31H)
"2"(32H)
"3"(33H)
123H
30H 31H 32H 33H
30H 31H32H 33H
"0123"
"3210"
"2301"
External device
"3210"
"0123"
"1032"
Reverse direction
30H
31H
32H
33H
Byte swap
30H
31H
32H
33H
Sending
30H31H32H33H
Forward direction
Data flow
30H
31H
32H
33H
Length calculation result
Conversion from ASCII hexadecimal to binary
"0123"
"0123"
External device
"3210"
"1032"
Reverse direction
30H
31H
32H
33H
Byte swap
30H
31H
32H
33H
Sending
123H
3210H
1032H