Err Cnt; Err (1) To Err (6) - Hitachi NT2021XA Instruction Manual

Easy-sequence programming software
Table of Contents

Advertisement

Variable name

ERR CNT

Trip counter
- Explanation
This variable can be used to monitor the number of times the inverter has tripped. The data monitored with this variable
corresponds to the data monitored by the trip counter function (d080). This variable is read-only.
- Sample program : Program to check whether the inverter has tripped more than 10,000 times
Label
Mnemonic
Yw=
UL(00)=
UL(01)=
If
Y(00)=
goto
SKIP
Y(01)=
Variable name
ERR (1) to
ERR (6)
Trip monitoring 1 to 6
- Explanation
These variables can be used to monitor the causes of the last six trips made by the inverter. The data monitored with this
variable corresponds to the data monitored by trip monitoring functions 1 to 6 (d081 to d086). These variables are read-only.
- Sample program : Program to check whether the last six trips include one caused by overcurrent
(Code area [Code Window])
Label
Mnemonic
entry
Yw=
if
if
if
if
if
if
Y(00)=
goto
MATCH
Y(00)=
SKIP
Y(01)=
(Data area [Data Window])
U (00) = 3
Range of values
0 to 65535
parameter1
parameter2
parameter3
0
ERR
CNT
100
UL(00)
<
UL(01)
1
SKIP
1
Range of values
0 to 127
parameter1
parameter2
parameter3
0
ERR(1)
=
U(00)
ERR(2)
=
U(00)
ERR(3)
=
U(00)
ERR(4)
=
U(00)
ERR(5)
=
U(00)
ERR(6)
=
U(00)
0
SKIP
1
1
: Set "3" (E03) in variable "U (00)". (Error code "E03" indicates a trip due to overcurrent.)
Default
Unit
Number
-
of times
parameter4
parameter5
then
SKIP
Default
Unit
-
-
parameter4
parameter5
then
MATCH
then
MATCH
then
MATCH
then
MATCH
then
MATCH
then
MATCH
2-51
Chapter 2 Syntax
Data size
Attribute
Unsigned
Readable
1-word data
: Turn Y (00) to Y (05) off.
: Fetch the trip count data.
: When the trip count exceeds 100 (times).
: turn Y (00) on.
: Turn Y (01) on when the process ends.
Data size
Attribute
Unsigned
Readable
1-word data
: Check the factor of the latest trip.
: Check the factor of the trip preceding the
latest.
: Check the factor of the trip two trips
before the latest.
: Check the factor of the trip three trips
before the latest.
: Check the factor of the trip four trips
before the latest.
: Check the factor of the trip five trips
before the latest.
: Turn Y (00) off.
: Turn Y (00) on.
: Turn Y (01) on when the process ends.

Advertisement

Table of Contents
loading

Table of Contents