APPENDICES APPENDIX
Appendix 5 Operation Image and Data Structure of Predefined Protocol
535
A
Data flow: Forward 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 "8" (38H) "58" (35H 38H) "058"(30H 35H 38H) "0058" (30H 30H 35H 38H)
ASCII decimal "8" (38H) "88" (38H 38H) "088" (30H 38H 38H) "0088" (30H 30H 38H 38H)
HEX 58H 0058H 000058H 00000058H
Code type Data length
*1
1 byte 2 bytes 3 bytes 4 bytes
ASCII hexadecimal "7"(37H) "A7" (41H 37H) "FA7" (46H 41H 37H) "FFA7" (46H 46H 41H 37H)
ASCII decimal "7" (37H) "47" (34H 37H) "447" (34H 34H 37H) "5447" (35H 34H 34H 37H)
HEX A7H FFA7H FFFFA7H FFFFFFA7H
Code type Data length
*1
1 byte 2 bytes 3 bytes 4 bytes
ASCII hexadecimal "8" (38H) "A8" (41H 38H) "FA8" (46H 41H 38H) "FFA8" (46H 46H 41H 38H)
ASCII decimal "8" (38H) "48" (34H 38H) "448" (34H 38H 38H) "5448" (35H 34H 34H 38H)
HEX A8H FFA8H FFFFA8H FFFFFFA8H