Overview of Alarms
11/2006
NCK alarms
2-352
©
Siemens AG, 2006. All rights reserved
SINUMERIK, SIMODRIVE Diagnostics Manual (DA), 11/2006 Edition
18100
Channel %1 block %2 invalid value assigned to FXS[]
Parameters:
%1 = Channel number
%2 = Block number, label
Definitions:
The following values are valid at the present time:
0: "Deselect traverse against fixed stop"
1: "Select traverse against fixed stop" valid.
Reaction:
Correction block is reorganized.
Interface signals are set.
Alarm display.
Remedy:
--
Program
Continuation:
Clear alarm with NC START or RESET key and continue the program.
18101
Channel %1 block %2 invalid value assigned to FXST[]
Parameters:
%1 = Channel number
%2 = Block number, label
Definitions:
Only the range 0.0 - 100.0 is valid at the present time.
Reaction:
Correction block is reorganized.
Interface signals are set.
Alarm display.
Remedy:
--
Program
Continuation:
Clear alarm with NC START or RESET key and continue the program.
18102
Channel %1 block %2 invalid value assigned to FXSW[]
Parameters:
%1 = Channel number
%2 = Block number, label
Definitions:
Only positive values including zero are valid at the present time.
Reaction:
Correction block is reorganized.
Interface signals are set.
Alarm display.
Remedy:
--
Program
Continuation:
Clear alarm with NC START or RESET key and continue the program.
18200
Channel %1 block %2 curve table: block search stop not allowed with
definition CTABDEF
Parameters:
%1 = Channel number
%2 = Block number, label
Definitions:
Program instructions that lead to a preprocessing stop are not allowed within a curve table definition.
The system variable $P_CTABDEF can be queried to check whether a table definition is currently
active.
Reaction:
Interpreter stop
NC Start disable in this channel.
Interface signals are set.
Alarm display.
Remedy:
Put the block in parenthesis using "IF NOT($P_CTABDEF) ... ENDIF" or remove the instruction that
causes the preprocessing stop. Then start the part program again.
Program
Continuation:
Clear alarm with the RESET key. Restart part program