12410
[Channel %1: ] Block %2 incorrect index type for %3
Parameters:
%1 = Channel number
%2 = Block number, label
%3 = Source string
Explanation:
In assigning a value to an element of an array variable, the array index was specified in a way that is not allowed.
Only the following are allowed as array index (in square brackets):
- Axis identifier, provided the array variable was defined as data type FRAME.
- Integer values for all other data types.
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 indices of the array element with respect to variable definition or define
the array variable differently.
Programm
continuation:
Clear alarm with NC START or RESET key and continue the program.
12420
[Channel %1: ] Block %2 identifier %3 too long
Parameters:
%1 = Channel number
%2 = Block number, label
Explanation:
The symbol to be defined or the specified jump target has a name which is longer than the 32 characters allowed.
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. The symbol to be created or the target of program jumps (label) must conform to
the system specifications, that means the name must begin with 2 letters (but the 1st sign must not be "$") and may be
up to a maximum of 32 characters.
Programm
continuation:
Clear alarm with NC START or RESET key and continue the program.
12430
[Channel %1: ] Block %2 specified index is invalid
Parameters:
%1 = Channel number
%2 = Block number, label
Explanation:
In specifying an array index (in the array definition) an index was used that is outside the permissible 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. Specify array index within the permissible range. Value range per array dimension:
1 - 32 767.
Programm
continuation:
Clear alarm with NC START or RESET key and continue the program.
12440
[Channel %1: ] Block %2 maximum number of formal arguments exceeded
Parameters:
%1 = Channel number
%2 = Block number, label
Explanation:
In the definition of a procedure (a subroutine) or in an EXTERN instruction, more than 127 formal parameters have been
specified.
Example: PROC ABC (FORMPARA1, FORMPARA2, ... ... FORMPARA127, FORMPARA128, ...) EXTERN ABC
(FORMPARA1, FORMPARA2, ... ... FORMPARA127, FORMPARA128, ...)
SINUMERIK 808D ADVANCED alarms
5.2 NCK alarms
Diagnostics Manual
156
Diagnostics Manual, 06/2015, 6FC5398-6DP10-0BA2