6   Drive Programming Commands
6 - 34
Drive Programming User’s Manual  (I580-E2)
 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 Drive Programming 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.