Error solving manual.
CNC 8060
CNC 8065
·61·
(REF: 1709)
1513 'Error when writing the variable'
DETECTION During execution.
CAUSE The possible causes are:
• The variable does not exist.
• It is an axis variable, but the axis does not exist.
• It is an axis variable, but it does not exit for the axis type (linear or rotary).
• It is an axis variable, but it does not exist for the type of drive of the axis.
• The combined operator (+= -= *= /=) is not admitted for that variable.
• The value of the variable is not valid.
SOLUTION Check the program.
1514 'A 2D-3D pocket cannot be executed while G72 is active'
DETECTION During execution.
CAUSE The CNC has tried to execute the pocket with an active scaling factor.
SOLUTION Cancel the scaling factor.
1515 'One or several axes of the original configuration are not available'
DETECTION During execution.
CAUSE A channel has released an axis with a temporary change permission (parameter
AXISEXCH) and cannot restore it with a reset or at the beginning of a program
because the channel that took it has not released (freed) it.
SOLUTION The other channel will release the axis with reset or with the beginning of another
program. The axis release can also be programmed with the instruction #FREE AX.
1516 'Value expected'
DETECTION During execution.
CAUSE The list of subroutine calling parameters (with #PCALL or G180-189) has been
programmed wrong.
SOLUTION Check the program.
1518 'NR requires programming a movement in the block'
DETECTION During execution.
CAUSE A repetition blocks (NR) has been programmed in a block that does not involve a
movement.
SOLUTION Programming block repetition with NR is only valid with blocks that involve a
movement. The repetition of other types of blocks must be programmed using flow
controlling instructions offered by the CNC.
1519 'NR: M/T/D/H cannot be programmed in the same block'
DETECTION During execution.
CAUSE A repetition blocks (NR) has been programmed in a block that contains an M, T, D
or H function.
SOLUTION Programming block repetition with NR is only valid with blocks that involve a
movement. The repetition of other types of blocks must be programmed using flow
controlling instructions offered by the CNC.
1520 'NR: $GOTO cannot be programmed in the same block'
DETECTION During execution.
CAUSE A repetition blocks (NR) has been programmed in a block that contains the $GOTO
instruction.
SOLUTION Programming block repetition with NR is only valid with blocks that involve a
movement. The repetition of other types of blocks must be programmed using flow
controlling instructions offered by the CNC.
1521 'NR: A call to a subroutine cannot be programmed in the same block'
DETECTION During execution.
CAUSE A repetition of blocks (NR) has been programmed in a block that contains a call to
a subroutine (L, LL, #CALL, #PCALL, #MCALL or G180-G189).
SOLUTION Programming block repetition with NR is only valid with blocks that involve a
movement. The repetition of other types of blocks must be programmed using flow
controlling instructions offered by the CNC.