Operator`s manual
2.1 I/O Instructions
2-10
5. B Variable number / LB Variable number / B [Array number] / LB [Array
number] / Byte type constant
When an IG# (input group number), OG# (output group number), IGH# (input group number),
OGH# (output group number), B variable number, LB variable number, B [array number], or
LB [array number] is selected from the table in part 1 of this Explanation, choose one of the
tags from the following table.
6. T=time
The following tag can be added or omitted.
(1) WAIT IN#(12)=ON
Waits until general input signal no.12 is turned on.
(2) SET B000 5
SET B002 16
WAIT SIN#(B000)=B002 T=3.0
B002=16 (Decimal)=00010000 (Binary)
Waits until specific input signal no.5 is turned off.
However, after three seconds, even if the signal is not turned off, the next instruction
is executed.
No Tag Explanation Note
15
B Variable num-
ber/
LB Variable num-
ber/
B [Array number]/
LB [Array num-
ber]
Specifies byte type variable which becomes a
waiting condition.
16
Byte typeconstant The waiting condition is specified by byte type
constant.
No Tag Explanation Note
17
T=time Specify the waiting time.
When the time specified here ends, if the status
and the condition are not the same, the next
instruction is executed.
Unit: Second
It is possible to spec-
ify at time by the I/LI/
I/LI variable (Units:
0.01 seconds).
Example