Error solving manual.
CNC 8060
CNC 8065
·47·
(REF: 1709)
1362 'Wrong array dimension.
DETECTION During execution.
CAUSE It is an array variable, but the number of programmed arrays is wrong.
SOLUTION Check the syntax of the variable.
1363 'Wrong declaration of array variables'
DETECTION During execution.
CAUSE User variables that are array variables must be declared between #VAR and
#ENDVAR instructions.
SOLUTION Check the program.
1364 'Too many array variable indexes'
DETECTION During execution.
CAUSE The user variable is a multi-dimensional array with more than 4 dimensions.
SOLUTION Check the program.
1365 'Negative spindle speed not allowed'
DETECTION During execution.
CAUSE Negative spindle speed.
SOLUTION The spindle speed must be positive; a negative value is only allowed when
programming G63 in the same block.
1367 'A gear change and a spindle movements cannot be simultaneous'
DETECTION During execution.
CAUSE An M function for spindle movement and function G112 (parameter set change) have
been programmed in the same block.
SOLUTION Check the program.
1368 'The circle's center and radius cannot be programmed at the same time'
DETECTION During execution.
CAUSE The circular interpolation is defined with the radius and the center.
SOLUTION In a circular interpolation, one must program the coordinate of the last point and the
radius or the center of the circle.
1369 '#HSC: programming not allowed'
DETECTION During execution.
CAUSE The syntax of the instruction is wrong.
SOLUTION Check the program.
1370 '#HSC: double programming'
DETECTION During execution.
CAUSE The HSC activation and cancellation have been programmed in the same block.
SOLUTION Check the syntax of the instructions in the programming manual.
1371 '#HSC: invalid mode.'
DETECTION During execution.
CAUSE The CNC has tried to activate the HSC mode with an unknown parameter or has tried
to change the work mode without activating it first.
SOLUTION Check the program.
1373 '#HSC: wrong parameter'
DETECTION During execution.
CAUSE The value of parameter FAST or parameter CORNER of the #HSC instruction is
wrong.
SOLUTION Check the program.
1374 'M02/M30 expected'
DETECTION During execution.
CAUSE M02 or M30 has not been programmed at the end of the main program.
SOLUTION Check the program.