Chapter 13. Dedicated Cnet communication for GM6
13 - 29
13.8 Error code during NAK occurrence(for GM6 dedicated communication)
Error
code
Error type
Contents
Action to take
H0001 PLC system error
Interface with PLC impossible
Power On/Off
H0011 Data error
* Error occurred when ASCII data
value is converted into digits
Check whether another character than
upper and lower cases(‘%’,’ -’, ’.’), and digits
has been used, correct, and execute again.
H0021 Instruction error
* Using wrong instruction
Inspect instruction
H0031 Instruction type error
* Instruction is used in wrong type
Inspect instruction type
H1132 Device memory error
* Wrong specified device memory
Inspect device type
H1232 Data size error
* Execution data number ex -
ceeding 120 Bytes
Correct data length
H2432 Data type error
* Data type mismatch with actual
variable
Equalize variable and data type of PLC
program
H7132 Variable request format error
* ‘% ’ is missing
Inspect format, correct, and then execute
again.
H2232 Area exceeding error
* M,I,Q area exceeding error
Inspect area difinition and execute again
H0190 Monitor execution error
Registered number exceeding range
Execute again after adjusting monitor
registration number to 31 or less.
H0290 Monitor registration error
Registered number exceeding range
Execute again after adjusting monitor
registration number to 31 or less.
H6001 Syntax error_6001
Not available instruction is used
H6010 Syntax error_6010
Over-run, Frame error
Check the system is in stop mode
H6020 Syntax error_6020
Time out error
Check the connection of RS-232C port
H6030 Syntax error_6030
Instructino syntax error
Check each frame has ENQ, EOT
H6040 Syntax error_6040
Text of one frame exceed 256byte
Devide the text into several frames as a text
does not exceed 256 byte
H6050 Syntax error_6050
BCC error
Check the BCC is correct