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.
Check transfer parameters of the subroutine call and define the application accordingly as call-by-value or call-by-reference-
parameter.
Programm
continuation:
Clear alarm with NC START or RESET key and continue the program.
12340
[Channel %1: ] Block %2 number of parameters too high %3
Parameters:
%1 = Channel number
%2 = Block number, label
%3 = Source string
Explanation:
When calling a function or a procedure (predefined or user-defined) more parameters were transferred than defined.
Predefined functions and procedures: The number of parameters has been set permanently in the NCK.
User-defined functions and procedures: The number of parameters is established by type and name in the definition.
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. Check whether the correct procedure/function has been called. Program the
number of parameters in accordance with the procedure/function.
Programm
continuation:
Clear alarm with NC START or RESET key and continue the program.
12350
[Channel %1: ] Block %2 parameter %3 no longer possible
Parameters:
%1 = Channel number
%2 = Block number, label
%3 = Source string
Explanation:
An attempt has been made to transfer actual parameters although axis parameters located before them have not been
assigned. For procedure or function calls, the assignment of parameters that are no longer required can be omitted if no
more parameters are to be transferred subsequently. Example: N10 FGROUP(X, Y, Z, A, B); a max. of 8 axes possible
The following call-by-value parameters would then be initialized with zero because the space-dependent assignment has
been lost on account of the missing axis parameters. Axes that can be omitted and following parameters do not occur in
the predefined procedures and functions.
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. In predefined procedures and functions either remove the following parameters
or transfer any preceding axis parameters. In user-defined procedures and functions, parameter transfer must be
programmed in accordance with the instructions given in the machine manufacturer's programming guide.
Programm
continuation:
Clear alarm with NC START or RESET key and continue the program.
12360
[Channel %1: ] Block %2 dimension of parameter %3 incorrect
Parameters:
%1 = Channel number
%2 = Block number, label
%3 = Source string
Explanation:
The following possibilities of error must be checked:
- The current parameter is an array, but the formal parameter is a variable
- The current parameter is a variable, but the formal parameter is an array
- The current and formal parameters are arrays, but not with the dimensions to be defined.
SINUMERIK 808D ADVANCED alarms
5.2 NCK alarms
Diagnostics Manual
Diagnostics Manual, 06/2015, 6FC5398-6DP10-0BA2
153