
B–62093E–1/02
I. ERROR CODES
APPENDIX
217
(1) Display of error codes
The error codes are displayed as follows when an error occurs.
*ME000 *NO. = 0000–0000–0000
Block number
Sequence number
Program number
Error message number
If the program does not contain any sequence number, the program
number is not shown in the error message.
The program number, sequence number and block number are not
displayed in error messages with numbers greater than 100.
(2) Table of error codes and their meaning
No.
Explanation
001 The program number exceeds the maximum registered number. Up to 400
pieces loaded.
002 No program available.
011 The block delete address includes a decimal point.
012 The block delete address is out of the 1 to 9 range
013 The program has a program number other than the head of program.
014 The block has a sequence number other than the head of program.
015 The NC statement contains an error.
016 The macro statement ends with an other code than EOB.
017 The equal sign of the macro statement cannot be found.
018 The nesting of DO exceeds 3 levels
019 The relational operator in the conditional expression is not found.
020 No GOTO after IF.
021 The ’]’ of the IF [<conditional expression>] is not found.
022 There is a code other than EOB after GOTOn.
023 There is a code than EOB after DOm.
024 There is a code than EOB after ENDm.
025 The END identification number does not correspond to that of DO.
030 No END found for DO.
031 No DO found after WHILE.
032 The ’]’ of the WHILE [<conditional expression>] is not found.
033 It is unclear whether the block is a NC statement or a macro statement.
034 No DO found for END.
035 The program number in the directory and actual number used in the program do
not correspond.
036 No program number in the program heading.
041 Nesting of brackets exceeds 5 levels.
042 The ’]’ of the # [<expression>] is not found.
043 The ’]’ of the [<expression>] is not found.
I.1
COMPILER ERROR
CODES (SYSTEM P)