Denso RC5 Spezifikationen Seite 167

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 692
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 166
Chapter 7 PAC Language Configuration Elements
7-9
7.5.4 Program
A program can be designated using the program name and calling other
programs from the program.
Declare a program name at the head of the program using the PROGRAM
command.
For program names, refer to “8.2 Program Name and Declaration”.
Program example: program call using a program name
Program on the program calling side
PROGRAM PRO1
IF IO[138] = ON THEN
CALL MOTION
ELSE
DELAY 200
END IF
END
“MOTION” program on called side.
PROGRAM MOTION
TAKEARM
SPEED 100
MOVE P, P1
DELAY 200
MOVE P, P2
END
Seitenansicht 166
1 2 ... 162 163 164 165 166 167 168 169 170 171 172 ... 691 692

Kommentare zu diesen Handbüchern

Keine Kommentare