6 - 57
6 DriveProgramming Commands
DriveProgramming User’s Manual (I622-E1)
6-9 Inverter Control Commands
6
6-9 Inverter Control Commands
Run FW
Command Description Argument
Makes the inverter start a forward operation.
This command is a shortcut of the “func = value”
command which is previously set as “FW : = 1”.
---
Format
Flowchart method Text language method
↓
FW : = 1
Run RV
Command Description Argument
Makes the inverter start a reverse operation.
This command is a shortcut of the “func = value”
command which is previously set as “RV : = 1”.
---
Format
Flowchart method Text language method
↓
RV : = 1
Stop FW
Command Description Argument
Makes the inverter decelerate to stop from a for-
ward operation.
This command is a shortcut of the “func = value”
command which is previously set as “FW : = 0”.
---
Format
Flowchart method Text language method
↓
FW : = 0
Stop RV
Command Description Argument
Makes the inverter decelerate to stop from a
reverse operation.
This command is a shortcut of the “func = value”
command which is previously set as “RV : = 0”.
---
Format
Flowchart method Text language method
↓
RV : = 0