CNC8070
R
EF
. 0402
OF 128
E
RROR
SOLUTIONS
Page 40 of 128
Errors 1000-1999
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.
SOLUTION The possible solutions are:
• Position the axis in the positive portion with respect to the rotation center when
activating the face C axis.
• Define the type of transformation for the face C axis where it is possible to go
through the rotation center by changing the general parameter of the channel
ALINGC = NO.
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 An attempt has been made to define or delete a variable that is not a user variable,
V.P or V.S .
SOLUTION Define or delete user variables only.
1352 '#VAR/#ENDVAR: the variable defined already exists'
DETECTION During execution.
CAUSE A user variable has been defined that has been defined before.
SOLUTION Check the program.
1353 'Too many values to initialize the array'
DETECTION During execution.
CAUSE When initializing an user array variable, it initializes more positions than it has.
SOLUTION Check the program.
1354 'Error when reading the variable'
DETECTION During execution.
CAUSE An error occurred when reading a variable.
SOLUTION Check the program.
1355 'The variable cannot be deleted'
DETECTION During execution.
CAUSE An attempt has been made to delete a CNC variable.
SOLUTION Only user defined variables may be deleted (prefixes P and S).
1356 'Variable or parameter expected'
DETECTION During execution.
CAUSE $IF EXIST instruction programmed wrong.
SOLUTION The $IF EXIST control instruction only allows arithmetic parameters or variables.
1357 '#DELETE: wrong character'
DETECTION During execution.
CAUSE A wrong character has been programmed in the same block as the instruction.
SOLUTION The instruction must be programmed alone in the block or next to the block number.
Only user variables may be deleted , V.P or V.S (separated by commas if there are
several in the same line) that have been defined before.
1358 '#DELETE: the variable to be deleted does not exist'
DETECTION During execution.
CAUSE An attempt has been made to delete a user variable that has been deleted before.
SOLUTION Check the program.