Siemens SINUMERIK 802D sl Dokumentacja Strona 123

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 392
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 122
NCK alarms/ISO alarms
06/2007 Overview of alarms
2-123
" Siemens AG 2007 All Rights Reserved
SINUMERIK 802D sl, Diagnostics Manual, 06/2007Edition
Program Con-
tinuation:
Clear alarm with NC START or RESET key and continue the program.
14070 Channel %1 block %2 memory for variables not sufficient for subroutine
call
Parameters: %1 = Channel number
%2 = Block number, label
Definitions: A called subroutine cannot be processed (opened), either because the internal data memory to be cre-
ated for general purposes is not large enough, or because the available memory for the local program
variables is too small.
The alarm can only occur in MDA mode.
Reaction: Interpreter stop
NC Start disable in this channel.
Interface signals are set.
Alarm display.
Remedy: Analyze the part program section:
1.Has the most useful data type always been selected in the variable definitions? (For example REAL
for data bits is poor; BOOL would be better)
2.Can local variables be replaced by global variables?
Program Con-
tinuation:
Clear alarm with the RESET key. Restart part program
14080 Channel %1 block %2 jump destination %3 not found
Parameters: %1 = Channel number
%2 = Block number, label
Definitions: In conditional and unconditional jumps, the jump destination within the program must be a block with
a label (symbolic name instead of block number). If no jump destination has been found with the given
label when searching in the programmed direction, an alarm is output.
Reaction: Correction block is reorganized.
Interface signals are set.
Alarm display.
Remedy: Check for the following possible errors in the NC part program:
1.Check whether the target designation is identical with the label.
2.Is the jump direction correct?
3.Has the label been terminated with a colon?
Program Con-
tinuation:
Clear alarm with NC START or RESET key and continue the program.
14082 Channel %1 block %2 label %3 program section not found
Parameters: %1 = Channel number
%2 = Block number, label
%3 = Start or End label
Definitions: The start point for the program part loop with CALL <programname> BLOCK <startlabel> TO <endla-
bel> was not found or the same program part loop was called recursively.
Reaction: Correction block is reorganized.
Interface signals are set.
Alarm display.
Remedy: Check the start and end label for the program loop in the user program.
Program Con-
tinuation:
Clear alarm with NC START or RESET key and continue the program.
14085 Channel %1 block %2 instruction not allowed
Parameters: %1 = Channel number
%2 = Block number, label
Definitions: The instruction 'TML()' may only be used in the subprogram, which replaces the T command.
Reaction: Correction block is reorganized.
Local alarm reaction.
Interface signals are set.
Alarm display.
NC Stop on alarm at block end.
Przeglądanie stron 122
1 2 ... 118 119 120 121 122 123 124 125 126 127 128 ... 391 392

Komentarze do niniejszej Instrukcji

Brak uwag