CNC8070
R
EF
. 0402
E
RROR
SOLUTIONS
Page 37 of 128
Errors 1000-1999
1315 '#CS ON/#ACS ON: undefined system'
DETECTION During execution.
CAUSE The #CS ON/#ACS ON instruction has been programmed without parameters, but
no transformation has been defined or activated previously.
SOLUTION When programming the #CS ON/#ACS ON instruction without parameters, the CNC
tries to activate the transformation stored last. In this case, it is not possible because
there is no transformation stored.
Program #CS/#ACS with the proper parameters to activate the desired
transformation.
Check the syntax of the instruction in the programming manual.
1316 '#CS/#ACS DEF: parameters missing'
DETECTION During execution.
CAUSE The parameters required for this instruction have not been programmed.
SOLUTION The #CS/#ACS DEF instruction requires programming the mode, the translation
vector and the rotation angles.
Check the syntax of the instruction in the programming manual.
1318 '#CS ON/#ACS ON: No changes allowed with the active coordinate system'
DETECTION During execution.
CAUSE An attempt has been made to change the parameters of a transformation that is
active.
SOLUTION Using the #CS/#ACS DEF instruction, it is not possible to change the parameters of
transformations that have been defined earlier and have not been activated.
It is possible to modify the parameters of the ones already defined, but not activated
yet.
1319 'Nesting of #CS ON/#ACS ON instructions exceeded'
DETECTION During execution.
CAUSE The maximum number of transformation that could be overlapped has been
exceeded.
SOLUTION Up to a maximum of 10 #CS/#ACS transformation may be overlapped.
1320 'Too many labels'
DETECTION It does not come up in the current version. Check the program.
CAUSE More than 128 labels of the "Nxxx:" type have been defined in the program. or of the
" [xxx]" type.
SOLUTION Remove labels until the number of each type is lower than 128.
1321 'Label name too long'
DETECTION During execution.
CAUSE A label name has been written with more than 15 characters.
SOLUTION Reduce the number of characters in the label names.
1322 'Label defined several times'
DETECTION During execution.
CAUSE The same label has been defined several times in different points of the program.
SOLUTION Eliminate the repeated labels.
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 Remove labels until the number of each type is lower than 128.
1324 'Undefined label'
DETECTION During execution.
CAUSE An undefined label has been programmed in a $GOTO or #RPT command.
SOLUTION Define the jump label in some point of the program.