Programm
continuation:
Clear alarm with NC START or RESET key and continue the program.
10605
[Channel %1: ] Block %2 thread pitch decrease too high
Parameters:
%1 = Channel number
%2 = Block number, label
Explanation:
The thread pitch decrease is causing an axis standstill in the thread block.
Reaction:
Correction block is reorganized.
Local alarm reaction.
Interface signals are set.
Alarm display.
Remedy:
Reduce the thread pitch decrease or path length in the NC program.
Programm
continuation:
Clear alarm with NC START or RESET key and continue the program.
10610
[Channel %1: ] Axis %2 not stopped
Parameters:
%1 = Channel number
%2 = Block number, label
Explanation:
An axis/spindle has been positioned over several NC blocks using the POSA/SPOSA instruction. The programmed target
position had not yet been reached ("exact stop fine" window) when the axis/spindle was reprogrammed.
Example:
N100 POSA[U]=100
:
N125 X... Y... U... ; e.g.: U axis still travels from N100!
Reaction:
NC Start disable in this channel.
Interface signals are set.
Alarm display.
NC Stop on alarm.
Remedy:
Check and correct the part program (analyze whether motion beyond block boundaries is appropriate here). Prevent block
change by means of the keyword WAITP for axes or WAITS for spindles until the positioning axes or positioning spindles
have also reached their target position.
Example for axes:
N100 POSA[U]=100
:
N125 WAITP(U)
N130 X... Y... U...
Example for spindles:
N100 SPOSA[2]=77
:
N125 WAITS(2)
N130 M6
Programm
continuation:
Clear alarm with the RESET key. Restart part program
10620
[Channel %1: ] Block %3 axis %2 at software limit switch %4
Parameters:
%1 = Channel number
%2 = Axis name, spindle number
%3 = Block number, label
%4 = String
Explanation:
During the traversing motion, the system detected that the software limit switch would be traversed in the direction indicated.
Exceeding the traversing range was not detected during block preparation because there has either been a motion overlay
or a work offset has been executed or a coordinate transformation is active.
SINUMERIK 808D ADVANCED alarms
5.2 NCK alarms
Diagnostics Manual
Diagnostics Manual, 06/2015, 6FC5398-6DP10-0BA2
99