Vout; Power - Hitachi NT2021XA Instruction Manual

Easy-sequence programming software
Table of Contents

Advertisement

Variable name

Vout

Output voltage monitoring
- Explanation
This variable can be used to monitor the inverter output voltage. The data monitored with this variable corresponds to the data
monitored by the output voltage monitoring function (d013). This variable is read-only.
- Sample program : Program to turn a contact output on when output voltage exceeds 200 V
(Code area [Code Window])
Label
Mnemonic
LOOP
if
Y(00)=
SKIP
goto
(Data area [Data Window])
U (00) = 2000
Variable name

Power

Power monitoring
- Explanation
This variable can be used to monitor power input to the inverter. The data monitored with this variable corresponds to the data
monitored by the power monitoring function (d014). This variable is read-only.
- Sample program : Program to output a signal when input power is lower than the specified minimum limit or higher than the
specified maximum limit
(Code area [Code Window])
Label
Mnemonic
LOOP
if
if
goto
LBL1
Y(00)=
goto
LBL2
Y(02)=
LBL3
goto
(Data area [Data Window])
U (10) = 55
U (11) = 110
Range of values
0 to 6000
parameter1
parameter2
parameter3
Vout
>=
U(00)
1
LOOP
: 200V
Range of values
0 to 9999
parameter1
parameter2
parameter3
Power
<
U(10)
Power
>
U(11)
LBL3
1
LBL3
1
LOOP
: U (10) = 55: Set input power of 5.5 kW in variable "U (10)".
: U (11) = 110: Set input power of 11 kW in variable "U (11)".
Default
Unit
-
0.1 V
parameter4
parameter5
then
SKIP
Default
Unit
-
0.1 kW
parameter4
parameter5
then
LBL1
then
LBL2
2-47
Chapter 2 Syntax
Data size
Attribute
Unsigned
Readable
1-word data
Data size
Attribute
Unsigned
Readable
1-word data

Advertisement

Table of Contents
loading

Table of Contents