6 DriveProgramming Commands
6 - 34
DriveProgramming User’s Manual (I622-E1)
Example
Inc (Increment by 1)
Command Description Argument
Increments <value> by 1. Value: any variable
Format
Flowchart method Text language method
↓
inc <value>
Note If an overflow or underflow occurs, the DriveProgramming detects it as an error. Take neces-
sary measures in the application so that they do not occur.
Flowchart Text
Block number
Operation
1 Adds 1 to U(02).
2 Waits for 1.00 second with the “wait” command.
3 Jumps to the block 1: loop_ unconditionally.