CNC8070
R
EF
. 0402
E
RROR
SOLUTIONS
Page 19 of 128
Errors 1000-1999
1109 'Wrong axis index'
DETECTION During execution.
CAUSE In functions G20 and G74, an index must be programmed with the axis name. That
index is wrong.
SOLUTION The axis index must be greater than 0 and must not exceed the maximum number
of axes of the system or channel.
1110 'Values for I, J, K programmed twice'
DETECTION During execution.
CAUSE I, J, K values have been programmed more than once in the block.
SOLUTION Program I, J, K values only once in the block.
1111 'Control instructions $ must be programmed alone in the block'
DETECTION During execution.
CAUSE Only the block number of a label may be programmed in the same block as a "$"
instruction.
The only exception is programming the instructions $IF and $GOTO in the same
block.
SOLUTION Programning in different blocks.
1112 'The $IF instruction <condition> can only be followed by $GOTO'
DETECTION During execution.
CAUSE Control instructions must be programmed alone in the block. The only exception is
to program $IF and $GOTO in the same block.
SOLUTION Program them in different blocks.
1113 '$ELSE not expected'
DETECTION During execution.
CAUSE The $ELSE instruction has been programmed in a block, but no $IF has been
previously programmed.
SOLUTION Check the program.
1114 'The $ELSE 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.
1115 '$ELSEIF not expected'
DETECTION During execution.
CAUSE The $ELSEIF instruction has been programmed in a block, but no $IF has been
previously programmed.
SOLUTION Check the program.
1116 'The $ELSEIF <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.
1117 '$ENDIF not expected'
DETECTION During execution.
CAUSE The $ENDIF instruction has been programmed in a block, but no $IF has been
previously programmed.
SOLUTION Check the program.
1118 'The $ENDIF 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.