Operator`s manual
2.6 Instruction Which Adheres to an Instruction
2-224
3. B Variable number/LB Variable number/B [Array number]/LB [Array num-
ber]/ON/OFF.
Choose one of the tags from the following table after “=” is selected from the table in part 2 of
this Explanation.
Step 1 MOVJ VJ=100.00
Step 2 MOVJ VJ=50.00 UNTIL IN#(14)=ON
Step 3 MOVJ VJ=25.00
The axis moves toward Step 2 until input signal No. 14 is turned ON. When input signal No.
14 is turned ON, the axis moves toward Step 3.
No. Tag Explanation Note
3
B Variable num-
ber/
LB Variable num-
ber/
B [Array number]/
LB [Array num-
ber]
Specifies the byte type variable to be the condi-
tion of execution.
Least significant bit:
0: OFF
1: ON
4
ON/OFF Specifies the condition as ON or OFF.
Example
Step 1 MOVJ VJ=100.00
Step 2
MOVJ VJ=50.00 UNTIL
IN#(14)=ON
Step 3
Input signal No. 14 is turned ON.