CNC8070
R
EF
. 0402
OF 128
E
RROR
SOLUTIONS
Page 42 of 128
Errors 1000-1999
1376 'No default name has been defined for the C axis'
DETECTION During execution.
CAUSE The #CAX instruction has been programmed with no parameters, the name given to
the master spindle of the channel to work as C axis is the one indicated by machine
parameter CAXIS. The error occurs when that machine parameter does not indicate
any name.
SOLUTION Indicate in machine parameter CAXIS the name used for the spindle when it works
as C axis.
1377 'Parameter written with wrong index'
DETECTION During execution.
CAUSE An attempt has been made to write an arithmetic parameter that does not exist or
is write protected.
SOLUTION The number of arithmetic parameters available at the CNC is set by the following
machine parameters:
• MINLOCP-MAXLOCP for local parameters.
• MINGLBP-MAXGLBP for global parameters.
• MINCOMP-MAXCOMP for common parameters.
The write-protected global parameters are those defined by machine parameters
ROPARMIN - ROPARMAX.
1378 'Parameter read with wrong index'
DETECTION During execution.
CAUSE An attempt has been made to read a nonexistent arithmetic parameter.
SOLUTION The number of arithmetic parameters available at the CNC is set by the following
machine parameters.
• MINLOCP-MAXLOCP for local parameters.
• MINGLBP-MAXGLBP for global parameters.
• MINCOMP-MAXCOMP for common parameters.
1380 'Canned cycle programmed wrong'
DETECTION During execution.
CAUSE In a block, nothing can be programmed after the parameters of a canned cycle.
SOLUTION Program them in different blocks.
1381 'Nonexistent canned cycle'
DETECTION During execution.
CAUSE The programmed canned cycle does not exist.
SOLUTION Refer to the canned cycles in the programming manual.
1382 'Parameter not allowed in canned cycle'
DETECTION During execution.
CAUSE One of the programmed parameters is not allowed for that canned cycle.
SOLUTION Check the syntax of the cycle in the programming manual.
1383 'Mandatory parameter not programmed in canned cycle'
DETECTION During execution.
CAUSE One of the parameters required for that canned cycle has not been programmed.
SOLUTION Check the syntax of the cycle in the programming manual.
1384 'M function not allowed with movement'
DETECTION During execution.
CAUSE A movement and an M function with associated subroutine and execution before the
movement have been programmed in the same block. The subroutines are always
executed at the end of the block; therefore, the M function will never be executed
before the programmed movement.
SOLUTION The possible solutions are:
• Program the M function without an associated subroutine.
• Set the M function in the machine parameter table to be executed after the
movement.