CNC8070
R
EF
. 0402
E
RROR
SOLUTIONS
Page 111 of 128
Errors 8000-8999
ERRORS 8000-8999
8200 'Lexer fault when recognizing integers'
DETECTION During editing and execution in MDI.
CAUSE An error has occurred when converting a string of characters into a numerical value.
It usually occurs because some value programmed in the instruction or variable is
wrong.
SOLUTION Check in the programming manual the values admissible for the parameters of the
instruction or indexes of the variable.
8201 'Lexer fault when recognizing floating values'
DETECTION During editing and execution in MDI.
CAUSE An error has occurred when converting a string of characters into a numerical value.
It usually occurs because some value programmed in the instruction or variable is
wrong.
SOLUTION Check in the programming manual the values admissible for the parameters of the
instruction or indexes of the variable.
8203 'Comment opening missing'
DETECTION During editing.
CAUSE The comment closing character has been detected without detecting the opening
character first.
SOLUTION Check that the comments have both the opening and closing characters "(" and ")".
8204 '$ or # missing'
DETECTION During editing and execution in MDI.
CAUSE The possible causes are:
• An instruction has been programmed without "#".
• A flow controlling instruction has been programmed without "$".
SOLUTION All instructions must begin with the # character and all flow controlling instructions
must begin with the "$" character.
8205 '$ missing'
DETECTION During editing.
CAUSE A flow controlling instruction has been programmed without the beginning character
"$".
SOLUTION Program "$" before the name of the control instruction.
8206 '# missing'
DETECTION During editing.
CAUSE An instruction has been programmed without the beginning character "#".
SOLUTION Program "#" before the name of the instruction.
8207 'Name of the program or subroutine too long'
DETECTION During editing.
CAUSE The maximum number of characters allowed for the name of a program or subroutine
has been exceeded.
SOLUTION The maximum number of characters allowed is 14.