9 LX inverter
9 - 14
Drive Programming User’s Manual (I580-E2)
Example
In the above example, the status of X(00) to X(02) is monitored with the parameter UMon(0) (d025), and X(02) is output to Y(00).
Y(i) value
Command Description Argument
Outputs data to the output terminal variable in
units of bits.
i: output terminal variable
(range 0 to 6)
Value: any variable or constant
Format
Flowchart method Text language method
Y(i) : <value>
Note The output terminal variable is a variable that controls the status of the inverter's output termi-
nal. The following settings are required. The numerical order of the output terminal variables
follows the numerical order of the set general-output numbers.
Set the Multi-function Output 11 to 13 Selection (C021 to C023) and the Multi-function Relay Output (RY) Func-
tion Selection (C026) to 35 to 41 (MO1 to MO7: General-purpose output).
<Assignment example>
Y(00) MO1 (multi-function No. 35)
Y(01) MO2 (multi-function No. 36)
Y(02) MO3 (multi-function No. 37)
Y(03) MO4 (multi-function No. 38)
Y(04) MO5 (multi-function No. 39)
Y(05) MO6 (multi-function No. 40)
Y(06) MO7 (multi-function No. 41)
Flowchart Text
Block number
Operation
1 Assigns 0 to UBw.
2 to 4 Assigns the variables X(00) to X(02) to the variables UB(0) to UB(2).
5 Assigns UBw to UMon(0).
6 Assigns UB(2) to Y(00).
7 Jumps to the block 1: loop_ unconditionally.