141
Block Programming Instructions Section 3-30
ONE CYCLE AND
WAIT
WAIT
805
WAIT(805) Block program
Required
ONE CYCLE AND
WAIT
WAIT
805
If the operand bit is OFF (ON for WAIT NOT(805)), the rest of the instructions
in the block program will be skipped. In the next cycle, none of the block pro-
gram will be executed except for the execution condition for WAIT(805) or
WAIT(805) NOT. When the execution condition goes ON (OFF for WAIT(805)
NOT), the instruction from WAIT(805) or WAIT(805) NOT to the end of the
program will be executed.
Block program
Required
ONE CYCLE AND
WAIT (NOT)
WAIT NOT
805
If the operand bit is OFF (ON for WAIT NOT(805)), the rest of the instructions
in the block program will be skipped. In the next cycle, none of the block pro-
gram will be executed except for the execution condition for WAIT(805) or
WAIT(805) NOT. When the execution condition goes ON (OFF for WAIT(805)
NOT), the instruction from WAIT(805) or WAIT(805) NOT to the end of the
program will be executed.
Block program
Required
TIMER WAIT
TIMW
813
(BCD)
Block program
Required
TIMWX
816
(Binary)
(CS1-H, CJ1-H,
CJ1M only)
TIMWX(816)
N
SV
N: Timer number
SV: Set value
Instruction
Mnemonic
Code
Symbol/Operand Function Location
Execution
condition
If the execution condition is ON for WAIT(805), the rest of the instruction in
the block program will be skipped.
Execution
condition
Execution
condition
OFF
Execution
condition
OFF
Execution
condition
ON
"A"
executed.
"B" executed.
"C"
executed.
"C"
executed.
"C" executed.
Wait
WAIT(805) B
B: Bit operand
WAIT(805) NOT B
B: Bit operand
TIMW(813)
N
SV
N: Timer number
SV: Set value
"A"
executed.
Time elapsed.
"B" executed.
C
SV
preset.
"C" executed.
BEND
Delays execution of the rest of the block program until the specified time has
elapsed. Execution will be continued from the next instruction after TIMW(813)
when the timer times out.