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. Correct the NC part program in accordance with the cause of error as listed above.
Programm
continuation:
Clear alarm with NC START or RESET key and continue the program.
12370
[Channel %1: ] Block %2 range of values %3 not permissible
Parameters:
%1 = Channel number
%2 = Block number, label
%3 = Source string
Explanation:
A variable has been initialized with a value range outside an initialization block. The definition of program-global variables
is allowed only in special initialization blocks. These variables can be initialized with a value range.
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 value range specification (begins with the keyword OF) or define the variable as a global variable in the
initialization block and initialize it with a value range.
Programm
continuation:
Clear alarm with NC START or RESET key and continue the program.
12380
[Channel %1: ] Block %2 maximum memory capacity reached
Parameters:
%1 = Channel number
%2 = Block number, label
Explanation:
The data definitions in this block cannot be processed because the maximum available memory for creating the data has
been filled, or because the data block cannot accommodate any further data.
The alarm can also occur if several subroutine calls are executed in sequence and no block with an effect on the machine
is generated (motion, dwell, M function).
Reaction:
Correction block is reorganized.
Interface signals are set.
Alarm display.
Remedy:
Please inform the authorized personnel/service department. Reduce the number of variables, reduce the size of arrays,
or increase the capacity of the data management system.
- If new macro definitions are to be introduced -> Increase MD18160 $MN_MM_NUM_USER_MACROS
- If new GUD definitions are to be introduced -> Check MD18150 $MN_MM_GUD_VALUES_MEM, MD18130
$MN_MM_NUM_GUD_NAMES_CHAN, MD18120 $MN_MM_NUM_GUD_NAMES_NCK
- If the error occurs while executing an NC program with LUD definitions or when using cycle programs (the parameters
count as LUD variable of the cycle program), the following machine data must be checked:
MD28040 $MC_MM_LUD_VALUES_MEM,
MD18242 $MN_MM_MAX_SIZE_OF_LUD_VALUE,
MD18260 $MN_MM_LUD_HASH_TABLE_SIZE,
MD28020 $MC_MM_NUM_LUD_NAMES_TOTAL,
MD28010 $MC_MM_NUM_REORG_LUD_MODULES
Programm
continuation:
Clear alarm with NC START or RESET key and continue the program.
SINUMERIK 808D ADVANCED alarms
5.2 NCK alarms
Diagnostics Manual
154
Diagnostics Manual, 06/2015, 6FC5398-6DP10-0BA2