1079
3. Instructions
CS/CJ/NSJ Series Instructions Reference Manual (W474)
Block Programming Instructions
3
TMHW/TMHWX
Example Programming
• Operation of TMHW(815)
When 0.01 is ON, BPRG1 is executed. After program A is executed, the set value is preset in timer 2
and the program jumps to BEND. A is not executed in the next cycle; execution takes place from the
TMHW instruction. When the time elapses (0.2 seconds), program B is executed.
1
0.01
Coding
Address Instruction Operand
000221 LD 0.01
000222 BPRG 0
.
.
A
.
.
000250 TMHW 2
#0020
.
.
B
.
.
000281 BEND ---