536
APPENDICES APPENDIX
Appendix 5 Operation Image and Data Structure of Predefined Protocol
Data flow: Reverse direction
• "No Complement Calculation" is designated (58H in hexadecimal is 88 in decimal)
*1 Values in '( )' indicate ASCII code.
• "One's complement" is designated (One's complement for 0000 0058H is FFFF FFA7H)
When "Code type" is "ASCII decimal", the lower one word is extracted and converted from hexadecimal to decimal. (FFA7H
in hexadecimal is 65447 in decimal.)
*1 Values in '( )' indicate ASCII code.
• "Two's complement" is designated (Two's complement for 0000 0058H is FFFF FFA8H)
When "Code type" is "ASCII decimal", the lower one word is extracted and converted from hexadecimal to decimal. (FFA8H
in hexadecimal is 65448 in decimal.)
*1 Values in '( )' indicate ASCII code.
Code type Data length
*1
1 byte 2 bytes 3 bytes 4 bytes
ASCII hexadecimal "85" (38H 35H) "850" (38H 35H 30H) "8500" (38H 35H 30H 30H)
ASCII decimal "88" (38H 38H) "880" (38H 38H 30H) "8800" (38H 38H 30H 30H)
HEX 5800H 580000H 58000000H
Code type Data length
*1
1 byte 2 bytes 3 bytes 4 bytes
ASCII hexadecimal "7A" (37H 41H) "7AF" (37H 41H 46H) "7AFF" (37H 41H 46H 46H)
ASCII decimal "74" (37H 34H) "744" (37H 34H 34H) "7445" (37H 34H 34H 35H)
HEX A7FFH A7FFFFH A7FFFFFFH
Code type Data length
*1
1 byte 2 bytes 3 bytes 4 bytes
ASCII hexadecimal "8A" (38H 41H) "8AF" (38H 44H 46H) "8AFF" (38H 41H 46H 46H)
ASCII decimal "84" (38H 34H) "844" (38H 34H 34H) "8445" (38H 34H 34H 35H)
HEX A8FFH A8FFFFH A8FFFFFFH