Yaskawa MotionSuite Series Machine Controller Programming Bedienungsanleitung Seite 109

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 187
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 108
MotionSuite™ Series Machine Controller Programming Manual Chapter 3: Advanced Programming Methods
3-24
3.1.10 Repeat (WHILE WEND) Command
! Outline
The Repeat (WHILE WEND) command repeats to execute the block within a designated
range, when the conditional expression is being formed.
! Detailed Explanation
The Repeat command method is shown as follows:
According to the above command, the WHILE~WEND block is repeated when the
conditional expression is being formed. If the conditional expression becomes invalid,
it jumps to the block after WEND.
WHILE (Conditional expression);
...;
...; (Process)
...;
WEND;
Repeat command ends.
Process 1
Conditional
Expression
Valid
Invalid
Seitenansicht 108
1 2 ... 104 105 106 107 108 109 110 111 112 113 114 ... 186 187

Kommentare zu diesen Handbüchern

Keine Kommentare