NCK alarms
11/2006
Overview of Alarms
2-107
©
Siemens AG, 2006. All rights reserved
SINUMERIK, SIMODRIVE Diagnostics Manual (DA), 11/2006 Edition
10605
Channel %1 block %2 thread lead decrease too high
Parameters:
%1 = Channel number
%2 = Block number, label
Definitions:
The thread lead 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 lead decrease or path length in the NC program.
Program
Continuation:
Clear alarm with NC START or RESET key and continue the program.
10607
Channel %1 block %2 thread with frame not executable
Parameters:
%1 = Channel number
%2 = Block number, label
Definitions:
The current frame is corrupting the reference between the thread length and the thread lead.
Reaction:
Local alarm reaction.
NC Start disable in this channel.
Interface signals are set.
Alarm display.
NC Stop on alarm at block end.
Remedy:
- Perform thread cutting with G33, G34, G35 without a frame.
- Use G63 or G331/G332.
Program
Continuation:
Clear alarm with the RESET key. Restart part program
10610
Channel %1 axis %2 not stopped
Parameters:
%1 = Channel number
%2 = Block number, label
Definitions:
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
Program
Continuation:
Clear alarm with the RESET key. Restart part program