CNC8070
R
EF
. 0402
OF 128
E
RROR
SOLUTIONS
Page 38 of 128
Errors 1000-1999
1325 'Block number defined several times'
DETECTION During execution.
CAUSE The same block number "N" has been defined several times in different points of the
program.
SOLUTION Do not repeat the block number.
1326 'Wrong value to be assigned to a variable'
DETECTION During execution.
CAUSE The value assigned to a variable is too high.
SOLUTION Check the program.
1327 'Spindle positioning (orienting) speed programmed twice'
DETECTION During execution.
CAUSE The spindle orientation speed (M19) has been programmed more than once in the
block.
SOLUTION Program the positioning speed only once in the block.
1328 '$FOR instruction without $ENDFOR'
DETECTION During execution.
CAUSE The $FOR instruction has been programmed in a block, but no $ENDFOR has been
programmed afterwards.
SOLUTION Check the program.
1330 'Mirror image programmed wrong'
DETECTION During execution.
CAUSE Function G14 (mirror image) has been programmed wrong.
SOLUTION Function G14 can activate (factor -1) or cancel (factor 1) mirror imaging for each axis.
1331 '#TANGFEED RMIN :negative radius not allowed'
DETECTION During execution.
CAUSE #TANGFEED RMIN requires a radius greater than 0.
SOLUTION Check the program.
1332 '#TOOL AX: orientation +/- expected after designating the axis'
DETECTION During execution.
CAUSE The tool orientation has not been programmed.
SOLUTION Check the syntax of the instruction in the programming manual.
1333 'Change of the first and/or second axis of the plane while tool radius
compensation is active'
DETECTION During execution.
CAUSE The possible causes are:
• While tool radius compensation was active, an attempt has been made to change
the first or second axis of the plane with the instruction #CALL AX or #SET AX.
• While tool radius compensation was active, an attempt has been made to free the
first or second axis of the plane with the instruction #FREE AX.
SOLUTION Cancel the tool radius compensation to execute these actions on the first or second
axis of the plane.
1334 'G200: does not allow movement in the same block'
DETECTION During execution.
CAUSE An axis movement has been programmed in the same line as function G200.
SOLUTION Programming in different lines.
1336 'Wrong configuration: two CAXIS axis'
DETECTION During execution.
CAUSE Both axes programmed in the #FACE/#CYL instruction are C axes.
SOLUTION Only one of the two axes may be a C axis. In other words, have machine parameter
CAXIS = Yes.