CNC8070
R
EF
. 0402
OF 128
E
RROR
SOLUTIONS
Page 20 of 128
Errors 1000-1999
1119 'The $SWITCH <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.
1120 '$CASE not expected'
DETECTION During execution.
CAUSE The $CASE instruction has been programmed in a block, but no $SWITCH has been
previously programmed.
SOLUTION Check the program.
1121 'The $CASE <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.
1122 '$DEFAULT not expected'
DETECTION During execution.
CAUSE The $DEFAULT instruction has been programmed in a block, but no $SWITCH has
been previously programmed.
SOLUTION Check the program.
1123 'The $DEFAULT 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.
1124 '$ENDSWITCH not expected'
DETECTION During execution.
CAUSE The $ENDSWITCH instruction has been programmed in a block, but no $SWITCH
has been previously programmed.
SOLUTION Check the program.
1125 'The $ENDSWITCH 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.
1126 '$FOR: invalid counter variable'
DETECTION During execution.
CAUSE An invalid counter has been used in the $FOR control loop.
SOLUTION Only variables and arithmetic parameters are valid as counters in $FOR control loop.
1127 'The $FOR instruction<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.
1128 '$FOR: too many characters in the condition'
DETECTION During execution.
CAUSE The line that contains the $FOR instruction has more than 5100 characters.
SOLUTION Make the line that defines the $FOR shorter.
1129 '$ENDFOR not expected'
DETECTION During execution.
CAUSE The $ENDFOR instruction has been programmed in a block, but no $FOR has been
previously programmed.
SOLUTION Check the program.