6 DriveProgramming Commands
6 - 50
DriveProgramming User’s Manual (I622-E1)
Example
In the above example, the set value of TD(0) is incremented by 1 every time the timer execution is com-
pleted, and the time required for each loop gets longer every execution. The current value of the timer
is reflected in U(02).
Flowchart Text
Block number
Operation
1 Adds 1 to U(01).
2 Starts the timer (0) for the “timer set” command with the set value U(01).
3 Assigns the current value TC(0) of the timer (0) to U(02).
4 Jumps to the block 3: LB00 if the current value TC(0) of the timer (0) is less than the set value
U(01).
In other cases, the program goes to the next step.
5 Jumps to the block 1: loop_ unconditionally.