6 - 41
6 DriveProgramming Commands
DriveProgramming User’s Manual (I622-E1)
6-6 I/O Control Commands
6
Example
In the above example, 1 is assigned to U(00) when ZS (0 Hz detection signal) is ON, and 0 is assigned
to U(00) when ZS (0 Hz detection signal) is OFF.
var = func
Command Description Argument
Assigns the status of the output variable to
<variable>.
Variable: any variable
Function: any bit of the output variable
Format
Flowchart method Text language method
↓
<variable> : = <function>
For details, refer to 5-7 Output Variables on page 5-21.
Flowchart Text
Block number
Operation
1 Assigns the status of ZS to U(00).
2 Jumps to the block 1: loop_ unconditionally.
<variable> : = <function>