
NCK alarms/ISO alarms
06/2007 Overview of alarms
2-199
" Siemens AG 2007 All Rights Reserved
SINUMERIK 802D sl, Diagnostics Manual, 06/2007Edition
17050 Channel %1 block %2 illegal value
Parameters: %1 = channel number
%2 = block number, label
Definitions: A frame component other than TRANS, ROT, SCALE or MIRROR was addressed when an individual
frame element was accessed.
Frame components are selected either by the vocabulary words
TRfor offset (TRANS, internal 0)
RTfor rotation (ROT, internal 1)
SCfor scaling (SCALE, internal 3) and
MIfor 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[2, X, RT] can also be programmed as:
R10=$P_UIFR[2, X, 1]
Reaction: Interpreter stop
NC Start disable in this channel.
Interface signals are set.
Alarm display.
Remedy: Address frame components only with the vocabulary words provided; program the scale factor
between the limits of 0.000 01 to 999.999 99.
Program Con-
tinuation:
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 Con-
tinuation:
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 allocated for one symbol has been exceeded.
Reaction: Correction block is reorganized.
Interface signals are set.
Alarm display.
Remedy: Reduce array dimensions.
Program Con-
tinuation:
Clear alarm with NC START or RESET key and continue the program.
17070 Channel %1 block %2 data is write-protected
Parameters: %1 = channel number
%2 = block number, label
Definitions: An attempt has been made to write a protected variable or MD for which the user has no access autho-
rization.
Reaction: Correction block is reorganized.
Interface signals are set.
Alarm display.
Komentáře k této Příručce