Explanation:
The data types are not compatible with the required operation (within an arithmetic expression or in a value assignment).
Example 1:
Arithmetic operation
N10 DEF INT OTTO
N11 DEF STRING[17] ANNA
N12 DEF INT MAX
:
N50 MAX = OTTO + ANNA
Example 2:
Value assignment
N10 DEF AXIS DRILL N11 DEF INT OTTO : N50 OTTO = DRILL
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.
Alter the definition of the variables used such that the required operations can be executed.
Programm
continuation:
Clear alarm with NC START or RESET key and continue the program.
12160
[Channel %1: ] Block %2 Value %3 lies beyond the value range
Parameters:
%1 = Channel number
%2 = Block number, label
%3 = Impermissible value
Explanation:
The programmed constant or the variable lies beyond the value range that has previously been established by the definition
of the data type.
An initial value in a DEF or REDEF instruction lies beyond the upper (ULI) or lower (LLI) limit values that have been
programmed or already exist in the DEF instruction.
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 value of the constant or adapt data type. If the value for an integer constant is too great, it can be specified as real
constant by adding a decimal point.
Example:
R1 = 9 876 543 210 Correct: R1 = 9 876 543 210.
Value range INTEGER: +/-(2**31 - 1)
Value range REAL: +/-(10**-300 .. 10**+300)
Programm
continuation:
Clear alarm with NC START or RESET key and continue the program.
12161
[Channel %1: ] Block %2 Error on defining the limit %3
Parameters:
%1 = Channel number
%2 = Block number, label
%3 = Impermissible limit value
Explanation:
The alarm may have the following causes.
- During definition (DEF) or redefinition (REDEF) of a variable's limits, a value was entered for the upper limit that is
smaller than that for the lower limit.
- A limit for a variable type was programmed that is not of type CHAR, INT or REAL.
- A limit value of type CHAR was programmed for a variable with the data type INT or REAL.
- A string (more than one character) was programmed for one of the limits.
SINUMERIK 808D ADVANCED alarms
5.2 NCK alarms
Diagnostics Manual
142
Diagnostics Manual, 06/2015, 6FC5398-6DP10-0BA2