6 DriveProgramming Commands
6 - 52
DriveProgramming User’s Manual (I622-E1)
Example
In the above example, the start/end operation of the timer (0) is repeated when X(01) is not 0. If X(01)
changes to 0, the timer is stopped and X(01) is monitored.
Flowchart Text
Block number
Operation
1 Assigns 20 to U(01).
2 Jumps to the block 1: loop_ if X(01) is 0. Goes to the next step if X(01) is not 0.
3 Starts the timer (0) for the “timer set” command with the set value U(01).
4 to 9 Monitors X(01) and jumps to the block 10: LB0001_ when TD(0) is 1 and X(01) is not 0.
When X(01) changes to 0, the timer (0) stops and the program goes to the next step.
10 Jumps to the block 1: loop_ unconditionally.