Error solving manual.
CNC 8060
CNC 8065
·46·
(REF: 1709)
1349 'Negative axis coordinate when activating #FACE'
DETECTION During execution.
CAUSE The linear axis that is part of the face C axis transformation is positioned in the
negative portion with respect to the rotating axis. The CNC does not admit this option
(parameter ALINGC).
SOLUTION Position the axis in the positive portion with respect to the rotation center before
activating the machining operation along the face axis.
1350 'Wrong character between the #VAR/#ENDVAR instructions'
DETECTION During execution.
CAUSE A wrong character has been programmed in some block between these instructions.
SOLUTION Between these instructions, only the declaration of user variables (separated by
commas if there are several in the same line) or the programming of the block number
are allowed.
1351 '#VAR/#ENDVAR/#DELETE: variable type not allowed'
DETECTION During execution.
CAUSE The CNC has tried to define or delete a variable that is not a user variable.
SOLUTION Check the program.
1352 '#VAR/#ENDVAR: the variable defined already exists'
DETECTION During execution.
CAUSE The user variable already exists.
SOLUTION Check the program.
1353 'Too many values to initialize the array'
DETECTION During execution.
CAUSE When initializing an user array variable, the CNC initializes more positions than it has.
SOLUTION Check the program.
1354 'Error when reading the variable'
DETECTION During execution.
CAUSE The CNC cannot read the variable.
SOLUTION Check the program.
1355 'The variable cannot be deleted'
DETECTION During execution.
CAUSE The CNC has tried to delete a variable from the system.
SOLUTION The CNC can only delete user variables (prefixes P and S).
1356 'Variable or parameter expected'
DETECTION During execution.
CAUSE $IF EXIST instruction programmed wrong.
SOLUTION The $IF EXIST instruction only allows arithmetic parameters or variables.
1357 '#DELETE: wrong character'
DETECTION During execution.
CAUSE An invalid character has been detected in the block.
SOLUTION Check the syntax of the block. The instruction must be programmed alone in the block
or next to the block label. This instruction only admits user variables.
1358 '#DELETE: the variable to be deleted does not exist'
DETECTION During execution.
CAUSE The user variable does not exist.
SOLUTION Check the program.
1360 'G33/G63/G95/G96/G97 not allowed while the C axis is active'
DETECTION During execution.
CAUSE The CNC has tried to execute a G33/G63/G95/G96/G97 function while the C axis was
active.
SOLUTION Cancel the C axis in order to be able to execute the function.