CNC8070
R
EF
. 0402
E
RROR
SOLUTIONS
Page 21 of 128
Errors 1000-1999
1130 'The $ENDFOR instruction must be programmed alone in the block'
DETECTION During execution.
CAUSE Control instructions must be programmed alone in the block.
SOLUTION Check the program.
1131 'The $WHILE <condition> instruction must be programmed alone in the block'
DETECTION During execution.
CAUSE Control instructions must be programmed alone in the block.
SOLUTION Check the program.
1132 '$WHILE: too many characters in the condition'
DETECTION During execution.
CAUSE The condition of the control loop $WHILE exceeds the maximum number of
characters allowed.
SOLUTION The maximum number of characters allowed is 5000.
1133 '$ENDWHILE not expected'
DETECTION During execution.
CAUSE The $ENDWHILE instruction has been programmed in a block, but no $WHILE has
been previously programmed.
SOLUTION Check the program.
1134 'The $ENDWHILE instruction must be programmed alone in the block'
DETECTION During execution.
CAUSE Control instructions must be programmed alone in the block.
SOLUTION Check the program.
1135 'The $DO instruction must be programmed alone in the block'
DETECTION During execution.
CAUSE Control instructions must be programmed alone in the block.
SOLUTION Check the program.
1136 '$ENDDO not expected'
DETECTION During execution.
CAUSE The $ENDDO instruction has been programmed in a block, but no $DO has been
previously programmed.
SOLUTION Check the program.
1137 'The $ENDDO <expression> instruction must be programmed alone in the block'
DETECTION During execution.
CAUSE Control instructions must be programmed alone in the block.
SOLUTION Check the program.
1138 'The $BREAK instruction must be programmed alone in the block'
DETECTION During execution.
CAUSE Control instructions must be programmed alone in the block.
SOLUTION Check the program.
1139 '$BREAK not expected'
DETECTION During execution.
CAUSE The $BREAK instruction has been programmed in a block, but no control loop is open:
$IF, $ELSE, $FOR, $WHILE, $DO or $CASE.
SOLUTION Check all the programmed "$" control loops. The $BREAK instruction is used to end
a $CASE or to exit from a $IF, $ELSE, $WHILE, $FOR or $DO loop before it ends.
1140 '$CONTINUE not expected'
DETECTION During execution.
CAUSE No control loop is open for which the $CONTINUE instruction might make sense.
SOLUTION Check the sequence of programmed blocks.
The $CONTINUE instruction is programmed inside a control loop $FOR, $WHILE or
$DO to return to its starting point.