Error solving manual.
CNC 8060
CNC 8065
·58·
(REF: 1709)
1483 'Program: #WAIT/#MEET [signal, channel, channel, ...]'
DETECTION During execution.
CAUSE The syntax of the instruction is wrong or there is more data in the block.
SOLUTION Check the program. The instructions must be programmed alone in the block, only
the block label may be added.
1484 'Signal number out of range'
DETECTION During execution.
CAUSE The signal number programmed in the instruction #WAIT, #MEET or #SIGNAL is
wrong.
SOLUTION Check the program.
1485 '#WAIT/#MEET not effective'
DETECTION During execution.
CAUSE The #WAIT or #MEET instruction is not going to generate any wait because the
synchronization mark is programmed for the same channel as the instructions.
SOLUTION Check the program.
1486 'Program: #SIGNAL [signal, signal, signal, ...]'
DETECTION During execution.
CAUSE The syntax of the instruction is wrong or there is more data in the block.
SOLUTION Check the program. The instructions must be programmed alone in the block, only
the block label may be added.
1487 'Program: #CLEAR [signal, signal, signal, ...]'
DETECTION During execution.
CAUSE The syntax of the instruction is wrong or there is more data in the block.
SOLUTION Check the program. The instructions must be programmed alone in the block, only
the block label may be added.
1489 'Axis name repeated in the resulting group'
DETECTION During execution.
CAUSE The #RENAME instruction has tried to rename more than one axis with the same
name.
SOLUTION Rename the axes so there aren't two axes with same name in the channel.
1490 'G63 requires programming M19 before'
DETECTION During execution.
CAUSE The CNC has tried to do a threading G63 with a Sercos spindle without previously
orienting it with M19.
SOLUTION Program M19 before doing the threading.
1491 'Wrong probe number'
DETECTION During execution.
CAUSE The probe number selected with the #SELECT PROBE instruction is wrong.
SOLUTION The selected probe number must be either 1 or 2.
1492 'There is no digital input associated with the probe (PRBDI1/2)'
DETECTION During execution.
CAUSE The CNC has tried to select a probe (#SELECT PROBE) or carry out a probing
movement (G100), but there is no digital probe input associated with the probe.
SOLUTION Associate a digital input with the probe (parameter PRBDI1 or PRBDI2).
1493 '#SPLINE ON, G41/G42 and G136 cannot be programmed at the same time'
DETECTION During execution.
CAUSE The CNC has tried to keep functions #SPLINE ON, G41, G42 and G136 active at the
same time.
SOLUTION Cancel some of these functions.
1494 'Wrong index'
DETECTION During execution.
CAUSE The error number indicated in the #ERROR or #WARNING instruction does not exist.
SOLUTION Check the program.