Err Cnt; Err (1) To Err (6) - Hitachi SJ700-2 Series Instruction Manual

Easy-sequence programming software ezsq
Hide thumbs Also See for SJ700-2 Series:
Table of Contents

Advertisement

Chapter 5 Instruction Words
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
  :
Yw=
UL(00)=
UL(01)=
If
Y(00)=
goto
SKIP
Y(01)=
  :
Variable name
ERR (1) to
Trip monitoring 1
ERR (6)
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])
  :
entry
Yw=
if
if
if
if
if
if
Y(00)= 0
goto
MATCH
Y(00)= 1
SKIP
Y(01)= 1
(Data area [Data Window])
U(00) = 3
Range of values
0 to 65535
0
ERR CNT
100
UL(00) <
UL(01)
1
SKIP
1
Range of values
0 to 127
0
ERR(1) =
U(00)
then
ERR(2) =
U(00)
then
ERR(3) =
U(00)
then
ERR(4) =
U(00)
then
ERR(5) =
U(00)
then
ERR(6) =
U(00)
then
SKIP
  :
: Set "3" (E03) in variable "U (00)". (Error code "E03" indicates a trip due to
overcurrent.)
Default
Unit
Number
-
of times
: Turn Y (00) to Y (05) off.
: Fetch the trip count data.
then
SKIP
: When the trip count exceeds 100 (times).
: turn Y (00) on.
: Turn Y (01) on when the process ends.
Default
Unit
-
-
MATCH
: Check the factor of the latest trip.
MATCH
: Check the factor of the trip preceding the
latest.
MATCH
: Check the factor of the trip two trips before the
latest.
MATCH
: Check the factor of the trip three trips before
the latest.
MATCH
: Check the factor of the trip four trips before the
latest. 
MATCH
: 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.
5 - 46
Data size
Attribute
Unsigned
Readable
1-word data
Data size
Attribute
Unsigned
Readable
1-word data

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sj700 series

Table of Contents