Status; Dcv - Hitachi NT2021XA Instruction Manual

Easy-sequence programming software
Table of Contents

Advertisement

Variable name

STATUS

Inverter status monitoring
- Explanation
This variable can be used to reference inverter status information.
The information to be referenced is defined as follows:
STATUS
- Sample program : This program keeps turning on contact output while overvoltage restraint is applied.
(Code area [Code Window])
Label
Mnemonic
entry
LOOP
U(00) =
ifs
then
Y(00)=
else
Y(00)=
end if
goto
end
(Data area [Data Window])
U (01) = &B01000000
Variable name

DCV

DC voltage monitoring
- Explanation
This variable can be used to reference the inverter DC voltage. The data referenced with this variable corresponds to the
data monitored by the DC voltage monitoring function (d102). This variable is read-only.
- Sample program : This program turns on contact output when the DC voltage exceeds 350 V.
(Code area [Code Window])
Label
Mnemonic
LOOP
if
Y(00)=
SKIP
goto
(Data area [Data Window])
U(00) = 3500
Range of values
-
parameter1
parameter2
parameter3
STATUS
and
U(01)
U(00)
=
U(01)
1
0
LOOP
Range of values
0 to 9999
parameter1
parameter2
parameter3
DCV
>=
U(00)
1
LOOP
350.0V
Default
Unit
-
-
bit0 : Run
bit1 : Trip
bit2 : Reserve
bit3 : Retry
bit4 : Overload suppression
bit5 : Overcurrent suppression
bit6 : Overvoltage suppression
bit7 : Reset
bit8 : Under voltage
bit9 to 15 : Reserve
parameter4
parameter5
Default
Unit
-
0.1V
parameter4
parameter5
then
SKIP
2-49
Chapter 2 Syntax
Data size
Attribute
Unsigned
Readable
1-word data
64 = b' 0100 0000(overvoltage restraint)
Y(00) ON
Y(00) OFF
Data size
Attribute
Unsigned
Readable
1-word data

Advertisement

Table of Contents
loading

Table of Contents