Error solving manual.
CNC 8060
CNC 8065
·28·
(REF: 1709)
1115 '$ELSEIF not expected'
DETECTION During execution.
CAUSE The CNC has detected an $ELSEIF instruction without a previous $IF instruction.
SOLUTION Check the program.
1116 'The $ELSEIF <condition> instruction must be programmed alone in the block'
DETECTION During execution.
CAUSE The instruction has not been programmed alone in the block.
SOLUTION Check the program.
1117 '$ENDIF not expected'
DETECTION During execution.
CAUSE The CNC has detected an $ENDIF instruction without a previous $IF instruction.
SOLUTION Check the program.
1118 'The $ENDIF instruction must be programmed alone in the block'
DETECTION During execution.
CAUSE The instruction has not been programmed alone in the block.
SOLUTION Check the program.
1119 'The $SWITCH <expression> instruction must be programmed alone in the block'
DETECTION During execution.
CAUSE The instruction has not been programmed alone in the block.
SOLUTION Check the program.
1120 '$CASE not expected'
DETECTION During execution.
CAUSE The CNC has detected an $CASE instruction without a previous $SWITCH
instruction.
SOLUTION Check the program.
1121 'The $CASE <expression> instruction must be programmed alone in the block'
DETECTION During execution.
CAUSE The instruction has not been programmed alone in the block.
SOLUTION Check the program.
1122 '$DEFAULT not expected'
DETECTION During execution.
CAUSE The CNC has detected a $DEFAULT instruction without a previous $SWITCH
instruction.
SOLUTION Check the program.
1123 'The $DEFAULT instruction must be programmed alone in the block'
DETECTION During execution.
CAUSE The instruction has not been programmed alone in the block.
SOLUTION Check the program.
1124 '$ENDSWITCH not expected'
DETECTION During execution.
CAUSE The CNC has detected an $ENDSWITCH instruction without a previous $SWITCH
instruction.
SOLUTION Check the program.
1125 'The $ENDSWITCH instruction must be programmed alone in the block'
DETECTION During execution.
CAUSE The instruction has not been programmed alone in the block.
SOLUTION Check the program.
1126 '$FOR: invalid counter variable'
DETECTION During execution.
CAUSE The counter of the $FOR instruction is not valid.
SOLUTION The counter of the $FOR instruction may be a variable or an arithmetic parameter.