Error solving manual.
CNC 8060
CNC 8065
·44·
(REF: 1709)
1323 '$GOTO: Wrong label'
DETECTION During execution.
CAUSE A label can only be defined with a string of characters between brackets or with the
"N" character followed by a positive number smaller than 2147483646.
SOLUTION Check the program.
1324 'Undefined label'
DETECTION During execution.
CAUSE The block label defined in the $GOTO or #RPT instruction does not exist in the
program.
SOLUTION Define the jump label in some point of the program.
1325 'Block number defined several times'
DETECTION During execution.
CAUSE The block number "N" is repeated (duplicate) in the program.
SOLUTION Do not repeat the block number.
1326 'Wrong value to be assigned to a variable'
DETECTION During execution.
CAUSE The value of the 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 Check the program. Program the positioning speed only once in the block.
1328 '$FOR instruction without $ENDFOR'
DETECTION During execution.
CAUSE A $FOR instruction has been programmed, but its $ENDFOR is missing.
SOLUTION Check the program.
1330 'Mirror image programmed wrong'
DETECTION During execution.
CAUSE Function G14 (mirror image) has been programmed wrong.
SOLUTION Check the program.
1331 '#TANGFEED RMIN: negative radius not allowed'
DETECTION During execution.
CAUSE The programmed radius is less than or equal to zero.
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 program.
1333 'Change of the first and/or second axis of the plane while tool radius compensation is
active'
DETECTION During execution.
CAUSE Being tool radius compensation active, the CNC has tried to change the axis
configuration of the channel and the change affects the first two axes of the work
plane.
SOLUTION Cancel tool radius compensation in order to make the changes in the axis
configuration of the channel that affect the work plane.
1334 'G200: does not allow movement in the same block'
DETECTION During execution.
CAUSE An axis movement has been programmed in the same block as function G200.
SOLUTION Check the program.