Iout - Hitachi NT2021XA Instruction Manual

Easy-sequence programming software
Table of Contents

Advertisement

Variable name

Iout

Output current monitoring
- Explanation
This variable can be used to monitor the inverter output current. The data monitored with this variable corresponds to the data
monitored by the output current monitoring function (d002). The monitored data indicates the ratio of present output current to
rated current of the inverter. This variable is read-only. For details, refer to the Inverter Instruction Manual.
- Sample program : Program to accelerate the motor while increasing the acceleration time when output current is high
(Code area [Code Window])
Label
Mnemonic
LOOP
U(10)=
if
if
if
if
if
if
if
goto
LBL1
ACCEL=
goto
LBL2
ACCEL=
goto
LBL3
ACCEL=
goto
LBL4
ACCEL=
goto
LBL5
ACCEL=
goto
LBL6
ACCEL=
goto
LBL7
ACCEL=
LBL8
if
goto
LBL9
Y(00)=
(Data area [Data Window])
U (00) = 2000
U (01) = 1800
U (02) = 1500
U (03) = 1000
U (04) = 800
U (05) = 500
(Parameter)
P031 = 03
Range of values
0 to 9999
parameter1
parameter2
parameter3
Iout
U(10)
<=
U(05)
U(10)
<=
U(04)
U(10)
<=
U(03)
U(10)
<=
U(02)
U(10)
<=
U(01)
U(10)
<=
U(00)
U(10)
>
U(00)
LBL8
100
LBL8
200
LBL8
500
LBL8
1000
LBL8
2000
LBL8
5000
LBL8
10000
FA1
=
1
LOOP
1
: Set output current of 200% in variable "U (00)".
: Set output current of 180% in variable "U (01)".
: Set output current of 120% in variable "U (02)".
: Set output current of 100% in variable "U (03)".
: Set output current of 80% in variable "U (04)".
: Set output current of 50% in variable "U (05)".
Default
Unit
-
0.01 %
parameter4
parameter5
then
LBL1
then
LBL2
then
LBL3
then
LBL4
then
LBL5
then
LBL6
then
LBL7
then
LBL9
2-43
Chapter 2 Syntax
Data size
Attribute
Unsigned
Readable
1-word data
: Fetch the output current data.
; When output current is 50% or less, change
the acceleration time to 1 second.
: When output current is 80% or less, change
the acceleration time to 2 seconds.
: When output current is 100% or less, change
the acceleration time to 5 seconds.
: When output current is 150% or less, change
the acceleration time to 10 seconds.
: When output current is 180% or less, change
the acceleration time to 20 seconds.
: When output current is 200% or less, change
the acceleration time to 50 seconds.
: When output current exceeds 200%, change
the acceleration time to 100 seconds.
: Turn Y (00) on when acceleration ends.

Advertisement

Table of Contents
loading

Table of Contents