Overview of Alarms
11/2006
NCK alarms
2-330
©
Siemens AG, 2006. All rights reserved
SINUMERIK, SIMODRIVE Diagnostics Manual (DA), 11/2006 Edition
17050
Channel %1 block %2 illegal value
Parameters:
%1 = Channel number
%2 = Block number, label
Definitions:
On accessing an individual frame element, a frame component other than TRANS, ROT, SCALE or
MIRROR was addressed or the function CSCALE has been given a negative scale factor.
Example:
$P_UIFR[5] = CSCALE (X, -2.123)
The frame components are either selected by means of the keywords
TR for translation (TRANS, internal 0)
RT for rotation (ROT, internal 1)
SC for scaling and (SCALE, internal 3)
MI for mirroring (MIRROR, internal 4)
or they are specified directly as an integral value 0, 1, 3, 4.
Example: Access to the rotation around the X axis of the current settable frame.
R10=$P_UIFR[$AC_IFRNUM, X, RT] can also be programmed as:
R10=$P_UIFR[$AC_IFRNUM, X, 1]
Reaction:
Interpreter stop
NC Start disable in this channel.
Interface signals are set.
Alarm display.
Remedy:
Address frame components only with the keywords provided; program the scale factor between the
limits of 0.000 01 to 999.999 99.
Program
Continuation:
Clear alarm with the RESET key. Restart part program
17055
Channel %1 block %2 GUD variable not existing
Parameters:
%1 = Channel number
%2 = Block number, label
Definitions:
The required GUD variable was not found for a MEACALC procedure during read or write access.
Reaction:
Interpreter stop
NC Start disable in this channel.
Interface signals are set.
Alarm display.
Remedy:
Check whether all the GUDs were created for MEACALC.
DEF CHAN INT _MVAR, _OVI[11]
DEF CHAN REAL _OVR[32], _EV[20], _MV[20], _SPEED[4], _SM_R[10], _ISP[3]
DEF NCK REAL _TP[3,10], _WP[3,11], _KB[3,7], _CM[8], _MFS[6]
DEF NCK BOOL _CBIT[16]
DEF NCK INT _CVAL[4].
Program
Continuation:
Clear alarm with the RESET key. Restart part program
17060
Channel %1 block %2 requested data area too large
Parameters:
%1 = Channel number
%2 = Block number, label
Definitions:
The maximum memory space of 8 KB available for a symbol has been exceeded.
Reaction:
Correction block is reorganized.
Interface signals are set.
Alarm display.
Remedy:
Reduce array dimensions.
Program
Continuation:
Clear alarm with NC START or RESET key and continue the program.