Error solving manual.
CNC 8060
CNC 8065
·37·
(REF: 1709)
1223 'End-of-file character inside the comment block'
DETECTION During execution.
CAUSE The CNC cannot find the end of the program. It may be because there is an open-
comment block (#COMMENT BEGIN), but the end-of-comment block (#COMMENT
END) is missing.
SOLUTION Check the program.
1224 'Operator unknown or missing'
DETECTION During execution.
CAUSE No assignment operator has been programmed after the variable or parameter.
SOLUTION The valid assignment operators are "=", "+=", "-=", "*=", "/=".
1225 'Division by zero'
DETECTION During execution.
CAUSE One of the programmed operations is dividing by zero.
SOLUTION Check the program. When working with parameters, in the program history, that
parameter may have taken the value of zero. Verify that the parameter does not reach
the operation with that value (0).
1226 'Face axis (FACEAXIS) missing in the active plane for radius compensation'
DETECTION During execution.
CAUSE None of the axes of the plane has been defined as face axis.
SOLUTION Define one of the axes of the main plane as face axis (parameter FACEAXIS).
1227 'Longitudinal axis (LONGAXIS) missing in the active plane for radius compensation'
DETECTION During execution.
CAUSE None of the axes of the plane has been defined as longitudinal axis.
SOLUTION Define one of the axes of the main plane as longitudinal axis (parameter LONGAXIS).
1233 'The programmed zero offset exceeds the data range'
DETECTION During execution.
CAUSE The defined zero offset exceeds the maximum admitted.
SOLUTION Check the program.
1236 'Macro name too long'
DETECTION During execution.
CAUSE The name of the macro has too many characters.
SOLUTION The maximum number of characters allowed is 30.
1237 ''"\" expected in the text associated with the macro'
DETECTION During execution.
CAUSE In the text for replacing a macro, a macro has been included that does not begin with
the "\" character.
SOLUTION The replacement text of the macro must be between quote marks and may include
other macros which must be delimited by the \" characters; for example
"macro"="\"macro1\" \"macro2\"".
1238 'Replacement text of the macro too long'
DETECTION During execution.
CAUSE The number of characters of the replacement text of the macro exceeds the maximum
allowed.
SOLUTION The maximum number of characters allowed is 140.
1239 'Too many macros'
DETECTION During execution.
CAUSE Too many macros at the CNC.
SOLUTION The maximum is 50 macros. The table of macros may be erased with the instruction
#INIT MACROTAB.