CNC8070
R
EF
. 0402
E
RROR
SOLUTIONS
Page 119 of 128
Errors 8000-8999
8318 'Only one active axis 1 allowed per block'
DETECTION During editing.
CAUSE The @1 axis has been programmed more than once in the block.
SOLUTION Program @1 only once in the block.
8319 'Only one active axis 2 allowed per block'
DETECTION During editing.
CAUSE The @2 axis has been programmed more than once in the block.
SOLUTION Program @2 only once in the block.
8320 'Only one active axis 3 allowed per block'
DETECTION During editing.
CAUSE The @3 axis has been programmed more than once in the block.
SOLUTION Program @3 only once in the block.
8321 'Only one active axis 4 allowed per block'
DETECTION During editing.
CAUSE The @4 axis has been programmed more than once in the block.
SOLUTION Program @4 only once in the block.
8322 'Only one active axis 5 allowed per block'
DETECTION During editing.
CAUSE The @5 axis has been programmed more than once in the block.
SOLUTION Program @5 only once in the block.
8323 'Comparison expected'
DETECTION During editing.
CAUSE "=" has been programmed instead of "==".
SOLUTION Program "==" instead of "=".
8327 'Some parenthesis missing'
DETECTION During editing and execution in MDI.
CAUSE The number of opening parenthesis does not match the number of closing
parenthesis.
SOLUTION Check that each opening parenthesis has its corresponding closing parenthesis.
8328 '#SET AX: only zero position allowed'
DETECTION During editing.
CAUSE An integer value other than zero has been programmed in the #SET AX instruction.
SOLUTION The #SET AX instruction only allows the zero value to indicate that the position is not
occupied by any axis.
8329 'V expected'
DETECTION During editing.
CAUSE The name of a variable has been programmed that does not begin with a "V.".
SOLUTION The name of a variable both in the part-program and via MDI must begin with the prefix
"V.".
8330 'Axis name or number expected'
DETECTION During editing and execution in MDI.
CAUSE The programmed instruction or variable requires an axis name or number.
SOLUTION Check the syntax of the instruction or variable in the programming manual.
8331 'Axis name or number not expected'
DETECTION During editing and execution in MDI.
CAUSE The programmed instruction or variable does not admit an axis name or number.
SOLUTION Check the syntax of the instruction or variable in the programming manual