Error solving manual.
CNC 8060
CNC 8065
·43·
(REF: 1709)
1309 'File name expected'
DETECTION During execution.
CAUSE No program has been selected for execution.
SOLUTION Select the program to be executed.
1310 'Program line too long'
DETECTION During execution.
CAUSE Too many characters in the #EXBLK instruction.
SOLUTION The maximum number of characters allowed is 128.
1311 'Measurement offset not included in programmed axis (axes)'
DETECTION During execution.
CAUSE The G102 function tries to exclude the measurement offset of an axis that has no
measurement offset included.
SOLUTION The G102 function makes no sense for an axis without measuring offset.
1314 '#CS ON/#ACS ON: wrong identifier'
DETECTION During execution.
CAUSE In these instructions, the number of the coordinate system is not valid.
SOLUTION Program a value between 1 and 5.
1315 '#CS ON/#ACS ON: undefined system'
DETECTION During execution.
CAUSE The instructions do not have parameters and no coordinate system has been stored.
When programming one of these instructions without parameters, the CNC tries to
activate the transformation stored last.
SOLUTION Check the program. Define and save some coordinate system.
1316 '#CS/#ACS DEF: parameters missing'
DETECTION During execution.
CAUSE One or more required parameters have not been programmed.
SOLUTION Check the program. These instructions require programming the coordinate system
number, the definition mode, the components of the translation vector and the rotation
angles.
1318 '#CS ON/#ACS ON: No changes allowed with the active coordinate system'
DETECTION During execution.
CAUSE The CNC has tried to change the parameters of an active coordinate system.
SOLUTION Check the program. The CNC does not allow to change the parameters of an active
coordinate system; it does allow changing the parameters of a coordinate system that
has been already defined, but it is not active.
1319 'Nesting of #CS ON/#ACS ON instructions exceeded'
DETECTION During execution.
CAUSE The The CNC has exceeded the limit of coordinate system combinations.
SOLUTION The allows combining different coordinate systems with each other to build new ones.
The CNC allows combining 10 coordinate systems.
1320 'Too many labels'
DETECTION During execution.
CAUSE The program has too many block labels. The labels to identify a block may be of the
following type
SOLUTION The maximum number of labels for each type is 128. The labels may be represented
by the letter N followed by the block number or by [name] type labels.
1321 'Label name too long'
DETECTION During execution.
CAUSE The name of the label has too many characters.
SOLUTION The maximum number of characters allowed is 15.
1322 'Label defined several times'
DETECTION During execution.
CAUSE The block label is repeated (duplicate) in the program.
SOLUTION Eliminate the repeated labels.