Error solving manual.
CNC 8060
CNC 8065
·29·
(REF: 1709)
1127 'The $FOR instruction<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.
1128 '$FOR: too many characters in the condition'
DETECTION During execution.
CAUSE The block that contains the $FOR instruction has more than 5100 characters.
SOLUTION Write the block that contains the $FOR instruction shorter.
1129 '$ENDFOR not expected'
DETECTION During execution.
CAUSE The CNC has detected an $ENDFOR instruction without a previous $FOR
instruction.
SOLUTION Check the program.
1130 'The $ENDFOR 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.
1131 'The $WHILE <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.
1132 '$WHILE: too many characters in the condition'
DETECTION During execution.
CAUSE The condition of the $WHILE instruction 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 CNC has detected an $ENDWHILE instruction without a previous $WHILE
instruction.
SOLUTION Check the program.
1134 'The $ENDWHILE 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.
1135 'The $DO 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.
1136 '$ENDDO not expected'
DETECTION During execution.
CAUSE The CNC has detected an $ENDDO instruction without a previous $DO instruction.
SOLUTION Check the program.
1137 'The $ENDDO <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.
1138 'The $BREAK 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.