6 Drive Programming Commands
6 - 40
Drive Programming User’s Manual (I580-E2)
Example
In the above example, the following operation is repeated: a forward operation is performed at 60.00 Hz
until X(01) changes to ON. Then, a reverse operation is performed until X(02) changes to ON.
func value
Command Description Argument
Assigns <value> to the multi-function input
variable.
Function: any function bit of the multi-function
input variable (refer to 5-6 Multi-function Input
Variables on page 5-17 for details on each bit.)
Value: any variable or constant
Format
Flowchart method Text language method
<function> : <value>
Flowchart Text
Block number
Operation
1 Sets the output frequency to 60.00 Hz.
2 Operates the inverter in the forward direction.
3 to 5 Waits until X(01) changes to ON, stops the inverter and waits with the “wait” command until the
inverter completely stops.
6 Operates the inverter in the reverse direction.
7 to 9 Waits until X(02) changes to ON, stops the inverter and waits with the “wait” command until the
inverter completely stops.
10 Jumps to the block 2: loop_ unconditionally.