CNC8070
R
EF
. 0402
OF 128
E
RROR
SOLUTIONS
Page 18 of 128
Errors 1000-1999
1101 '#SET IPOPOS instruction programmed wrong'
DETECTION During execution.
CAUSE The possible causes are:
• The syntax of the instruction is wrong.
• Only the block number of a label may be programmed in the same block as the
instruction.
SOLUTION In the first case, refer to the programming manual. In the second case, program in
different blocks.
1102 'The index for R cannot be other than 1'
DETECTION During execution.
CAUSE The radius can only be programmed with R or R1.
SOLUTION Check the program.
1103 'Nonexistent O function'
DETECTION During execution.
CAUSE The programmed O function does not exist.
SOLUTION Check the program.
1104 'The "%" character is not allowed inside the main program'
DETECTION During execution.
CAUSE The "%" character can only be used as first character in the definition of the name
of the main program or of a local subroutine.
SOLUTION Remove this character from the program.
1105 'Assignment operator expected'
DETECTION During execution.
CAUSE No assignment operator has been programmed after the variable or parameter.
SOLUTION The valid assignment operators are "=", "+=", "-=", "*=", "/=".
1106 '"]" expected'
DETECTION During execution.
CAUSE The closing bracket "]" is missing in the programmed expression or instruction.
SOLUTION Check the syntax of the programmed block.
1107 'The axis does not exist or is not available'
DETECTION During execution.
CAUSE The possible causes are:
• An attempt has been made to move an axis that does not exist or is not available
in the system or in the channel.
• In a high level statement, an axis has been programmed that does not exist or
is not available in the system or in the channel.
• In an axis variable, an axis number has been programmed that does not exist in
the system.
• In an axis variable, an axis index has been programmed that does not exist in the
channel.
SOLUTION Verify that the programmed axis exists in the system or channel and that it is available
(is not parked).
1108 'Axis programmed twice'
DETECTION During execution.
CAUSE With one of the following functions, an axis has been programmed more than once
in the same block:
• Axis movement in G0, G1, G2, G3, G8 or G9.
• Threading G33 or G63.
• Instructions #FACE or #CYL.
• Free plane selection, G20.
With functions that imply axis movements, double programming may also be due to
having programmed the axis in both Cartesian and Polar coordinates.
SOLUTION Check the program.