NCK alarms
11/2006
Overview of Alarms
2-175
©
Siemens AG, 2006. All rights reserved
SINUMERIK, SIMODRIVE Diagnostics Manual (DA), 11/2006 Edition
12500
Channel %1 block %2 in this module %3 is not possible
Parameters:
%1 = Channel number
%2 = Block number, label
%3 = Source string
Definitions:
The displayed keyword may not be used in this type of block and at this location (all files in the NCK
are designated as blocks).
Block types:
Program block
Contains a main program or subroutine
Data block
Contains macro or variable definitions and possibly an M, H or E function
Initialization block
Contains only selected language elements for data initialization
Reaction:
Correction block is reorganized.
Interface signals are set.
Alarm display.
Remedy:
Press the NC Stop key and select the function "Correction block" with the softkey PROGRAM
CORRECT. The correction pointer positions on the incorrect block.
Remove the displayed language elements (keyword) with its parameters from this block and insert in
the block provided for this purpose.
Program
Continuation:
Clear alarm with NC START or RESET key and continue the program.
12510
Channel %1 block %2 too many machine data %3
Parameters:
%1 = Channel number
%2 = Block number, label
%3 = Source symbol
Definitions:
In the part program, in the machine data file (..._TEA) and in the initialization file (..._INI), no more than
2 machine data may be used per block.
Example:
N ...
N 100 $MN_OVR_FACTOR_FEEDRATE [10] = 15,
$MN_OVR_FACTOR_FEEDRATE [11] = 20
N ...
Reaction:
Correction block is reorganized.
Interface signals are set.
Alarm display.
Remedy:
Press the NC Stop key and select the function "Correction block" with the softkey PROGRAM
CORRECT. The correction pointer positions on the incorrect block.
- Divide up the part program block into several blocks.
- If necessary, use the local variable for storing intermediate results.
Program
Continuation:
Clear alarm with NC START or RESET key and continue the program.