Run-Time; On-Time - Hitachi NT2021XA Instruction Manual

Easy-sequence programming software
Table of Contents

Advertisement

Chapter 2 Syntax
Variable name

RUN-Time

Cumulative operation
RUN time monitoring
- Explanation
This variable can be used to monitor the accumulated running time of the inverter. The data monitored with this variable
corresponds to the data monitored by the cumulative operation RUN time monitoring function (d016). This variable is read-only.
- Sample program : Program to output a one-second pulse signal indicating the running time of the inverter to a contact output
every hour
Label
Mnemonic
LOOP
UL(01)=
UL(00)=
if
Y(00)=
delay off
LBL1
goto
Variable name

ON-Time

Cumulative power-on time
monitoring
- Explanation
This variable can be used to monitor the accumulated power-on time of the inverter. The data monitored with this variable
corresponds to the data monitored by the cumulative power-on time monitoring function (d017). This variable is read-only.
- Sample program : Program to convert the power-on time into a number of days and output the converted data as word data to
Y (00) to Y (05)
Label
Mnemonic
UL(00)=
UL(00)=
Yw=
Range of values
0 to 999999
parameter1
parameter2
parameter3
UL(00)
RUN-Time
UL(00)
=
UL(01)
1
Y(00)
TD(2)
100
LOOP
Range of values
0 to 999999
parameter1
parameter2
parameter3
ON-Time
UL(00)
/
24
UL(00)
and
31
Default
Unit
-
Hour
parameter4
parameter5
then
LBL1
Default
Unit
-
Hour
parameter4
parameter5
2-50
Data size
Attribute
Unsigned
Readable
2-word data
: Set the previous data in variable "UL (01)".
: Fetch the running-time data.
: Turn Y (00) on.
: Turn Y (00) off after 1 second elapses.
Data size
Attribute
Unsigned
Readable
2-word data
: Fetch the power-on time data.
: Convert the data into a number of days.
: Output the data to Yw.

Advertisement

Table of Contents
loading

Table of Contents