NCK alarms
11/2006
Overview of Alarms
2-209
©
Siemens AG, 2006. All rights reserved
SINUMERIK, SIMODRIVE Diagnostics Manual (DA), 11/2006 Edition
14098
Channel %1 block %2 conversion error: no valid number found
Parameters:
%1 = Channel number
%2 = Block number, label
Definitions:
The string is not a valid INT or REAL number.
Reaction:
Interpreter stop
NC Start disable in this channel.
Interface signals are set.
Alarm display.
Remedy:
Modify part program. If it is an entry, then you can check whether the string is a number via the preset
function ISNUMBER (with the same parameter).
Program
Continuation:
Clear alarm with the RESET key. Restart part program
14099
Channel %1 block %2 result in string concatenation too long
Parameters:
%1 = Channel number
%2 = Block number, label
Definitions:
The result of string chaining returns a string which is greater than the maximum string length laid down
by the system.
Reaction:
Interpreter stop
NC Start disable in this channel.
Interface signals are set.
Alarm display.
Remedy:
Adapt part program. With the function STRLEN, it is also possible to test the size of the sum string
before performing the chaining operation.
Program
Continuation:
Clear alarm with the RESET key. Restart part program
14100
Channel %1 block %2 orientation transformation not available
Parameters:
%1 = Channel number
%2 = Block number, label
Definitions:
Up to 4 transformation groupings (transformation types) can be set for each channel via machine data.
If the keyword TRAORI(n) (n ... number of the transformation grouping) is used to address a
transformation grouping for which the machine data is not defaulted, the alarm message will be
triggered.
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 the number of the transformation grouping when calling the part program with the keyword
TRAORI(n) (n ... number of the transformation grouping).
- Enter the machine data for this transformation grouping and then activate by "Power On".
Program
Continuation:
Clear alarm with NC START or RESET key and continue the program.