Siemens SINUMERIK 802D sl Spezifikationen Seite 138

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 392
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 137
Overview of alarms 06/2007
NCK alarms/ISO alarms
2-138
" Siemens AG 2007 All Rights Reserved
SINUMERIK 802D sl, Diagnostics Manual, 06/2007Edition
Definitions: NC part programs with high-level language elements are divided into a preceding definition part fol-
lowed by a program part. The transition is not marked specifically; a definition statement is not allowed
to follow the first program command.
Reaction: Correction block is reorganized.
Interface signals are set.
Alarm display.
Remedy: Put definition and PROFC statements at the beginning of the program.
Program Con-
tinuation:
Clear alarm with NC START or RESET key and continue the program.
14510 Channel %1 block %2 PROC instruction missing on subroutine call
Parameters: %1 = Channel number
%2 = Block number, label
Definitions: In subroutine calls with parameter transfer ("call-by-value" or "call-by-reference") the called subroutine
must begin with a PROC statement.
Reaction: Correction block is reorganized.
Interface signals are set.
Alarm display.
Remedy: Define the subroutine in accordance with the type used.
1.Usual subroutine structure (without parameter transfer):
% SPF 123456
:
M17
2.Subroutine structure with vocabulary word and subroutine name (without parameter transfer):
PROC UPNAME
:
M17
ENDPROC
3.Subroutine structure with vocabulary word and subroutine name (with parameter transfer "call-by-
value"):
PROC UPNAME (VARNAME1, VARNAME2, ...)
:
M17
ENDPROC
4.Subroutine structure with vocabulary word and subroutine name (with parameter transfer "call-by-
reference"):
PROC UPNAME (Typ1 VARNAME1, Typ2 VARNAME2, ...)
:
M17
ENDPROC
Program Con-
tinuation:
Clear alarm with NC START or RESET key and continue the program.
14520 Channel %1 block %2 illegal PROC instruction in data definition section
Parameters: %1 = Channel number
%2 = Block number, label
Definitions: The PROC statement may only be programmed at the beginning of the subroutine.
Reaction: Correction block is reorganized.
Interface signals are set.
Alarm display.
Remedy: Modify NC part program appropriately.
Program Con-
tinuation:
Clear alarm with NC START or RESET key and continue the program.
Seitenansicht 137
1 2 ... 133 134 135 136 137 138 139 140 141 142 143 ... 391 392

Kommentare zu diesen Handbüchern

Keine Kommentare