6 - 61
6 DriveProgramming Commands
DriveProgramming User’s Manual (I622-E1)
6-9 Inverter Control Commands
6
Example
In the above example, a user trip occurs in the inverter when the input terminal variable X(01) is set to
ON.
Trip
Command Description Argument
Generates the inverter trip.
The inverter stops when it detects a trip.
Value: any variable or constant
(range 0 to 9)
0 to 9 correspond to the alarm code E050 to
E059.
Format
Flowchart method Text language method
↓
trip <value>
Note 1. Even if an inverter trip occurs in one task, the DriveProgramming program does not stop the other
possible tasks in the program, and the processing is continued.
2. You can set 10 or greater values by using any variable and constant (up to 127), however, even if a
trip occurs, the displayed error code will always be E059.
Flowchart Text
Block number
Operation
1 Operates the inverter in the forward direction.
2 If X(01) is 0, jumps to the block 5: jmp. If X(01) is not 0, the program goes to the next step.
3 Generates the user trip 1 in the inverter.
4 Stops the inverter.
5 Jumps to the block 1: loop_ unconditionally.