Conditional jump – IAI America XSEL-QX User Manual
Page 428

404
Appendix
21. Conditional Jump
Description
Select the destination of jump specified by GOTO, using the state of an external input, output or internal
flag as each condition. The actuator waits for one of multiple inputs and performs a different process
according to the input received.
Example of Use 1
If input 10 is ON, the actuator jumps to TAG 1. If input 10 is OFF, the actuator performs the subsequent
processes.
Example of Use 2
The actuator waits for an input from either input 10 or 11, and performs process a if an input is received
from 10, or process b if an input is received from 11.
If both inputs 10 and 11 are ON, process a is performed.
Input 10
Process a
If input 10 is ON, GOTO 1
* If input 10 is ON, process a is skipped and process b is performed.
If input 10 is OFF, process a is performed and then process b is
performed.
Process a
Process b
Input 10
Process a
Input 11
Process b
Process a
Process b
No input
Input 10 is ON
Input 11 is ON