12390
[Channel %1: ] Block %2 initialization value %3 cannot be converted
Parameters:
%1 = Channel number
%2 = Block number, label
%3 = Source string
Explanation:
During initialization, a value has been assigned to a variable that does not correspond to the type of the variable, nor can
it be converted to the data type of the variable.
Overview of type conversions:
- from REAL to REAL: no, INT: yes1), BOOL: yes, CHAR: yes2), STRING: -
- from INT to REAL: yes, INT: no, BOOL: yes, CHAR: yes2), STRING: -
- from BOOL to REAL: yes, INT: yes, BOOL: no, CHAR: yes, STRING: -
- from CHAR to REAL: yes, INT: yes, BOOL: yes, CHAR: no, STRING: yes
- from STRING to REAL: -, INT: -, BOOL: yes, CHAR: yes3), STRING: no
1) Value <> 0 corresponds to TRUE, value ==0 corresponds to FALSE.
2) String length 0 => FALSE, otherwise TRUE.
3) If only one character.
It is not possible to convert from type AXIS and FRAME nor into type AXIS and FRAME.
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.
- Define variable type such that the initialization value can be assigned, or
- Select initialization value in accordance with the variable definition.
Programm
continuation:
Clear alarm with NC START or RESET key and continue the program.
12400
[Channel %1: ] Block %2 field %3 element does not exist
Parameters:
%1 = Channel number
%2 = Block number, label
%3 = Source string
Explanation:
The following causes are possible:
- Impermissible index list; an axis index is missing
- Array index does not match the definition of the variables
- An attempt was made to access a variable at array initialization via SET or REP; this attempt did not correspond to the
standard access. Single character access, partial frame access, omitted indices not possible.
A non-existent element was addressed on initializing this array.
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.
Array initialization: Check the array index of the addressed element. The 1st array element is given the index [0,0], the
2nd array element [0,1] etc. The right array index (column index) is incremented first.
In the 2nd row, the 4th element is also addressed with the index [1,3] (the indices start at zero).
Array definition: Check the size of the array. The1st number indicates the number of elements in the 1st dimension (number
of rows), the 2nd number indicates the number of elements in the 2nd dimension (number of columns).
An array with 2 rows and 3 columns must be defined by specifying [2,3].
Programm
continuation:
Clear alarm with NC START or RESET key and continue the program.
SINUMERIK 808D ADVANCED alarms
5.2 NCK alarms
Diagnostics Manual
Diagnostics Manual, 06/2015, 6FC5398-6DP10-0BA2
155