Lenze PMSS1000 Simple Servo Manuale Utente Pagina 36

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 72
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 35
Indexer-Programmer-Manual.pdf REV 1.3
IF Structure
The if statement is used to execute an instruction or block of instructions one time if a condition is true.
The simplified syntax for IF is:
IF condition
…statement(s)
ENDIF
The following flowchart and code segment illustrate the use of the IF statement.
Start
Set Output 2 ON
Move Distance 3
inches
End
Yes
NO
Input1 ON?
…statements
IF IN_A2
OUT2 = 1
MOVED 3
ENDIF
..statements
36
Vedere la pagina 35
1 2 ... 31 32 33 34 35 36 37 38 39 40 41 ... 71 72

Commenti su questo manuale

Nessun commento