Conditional jump – IAI America TT-C3 User Manual
Page 279
269
INTELLIGENT ACTUATOR
Appendix
Appendix
19. Conditional Jump
Description
Select the destination to jump to under a GOTO command, by using an external input, output or
internal flag as a condition.
The actuator waits for multiple inputs and performs processing appropriate for the input that turned ON.
Example of Use 1
If input 10 is ON, the actuator will jump to “TAG 1.” If input 10 is OFF, the actuator will perform the
next processing.
Example of Use 2
The actuator waits for input port 16 or 17 to turn ON. If input 16 turns ON, the actuator will perform
processing a. If input 17 turns ON, the actuator will perform processing b.
If inputs 16 and 17 both turn ON, the actuator will perform processing a.
Input 16
Processing a
TAG1
Processing a
Processing b
“GOTO 1” is executed if
input 16 is ON.
* If input 16 is ON, the actuator will skip processing a
and perform processing b.
If input 16 is OFF, the actuator will perform processing
a and then perform processing b.
Input 16
Input 17
Processing a
Processing b
Processing a
Processing b
No input
Input 16 turns ON
Input 17 turns ON