EasyManua.ls Logo

Hitachi SJ700-2 Series - Iout

Hitachi SJ700-2 Series
134 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Chapter 5 Instruction Words
5 - 38
Variable name Range of values Default Unit Data size Attribute
Iout
Output current
monitoring
0 to 9999 - 0.01 %
Unsigned
1-word data
Readable
- 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.
- Sample program: Program to accelerate the motor while increasing the acceleration time when output
current is high
(Code area [Code Window])
:
LOOP U(10)= Iout : Fetch the output current data.
if U(10) <= U(05) then LBL1 : When output current is 50% or less, change
the acceleration time to 1 second.
if U(10) <= U(04) then LBL2 : When output current is 80% or less, change
the acceleration time to 2 seconds.
if U(10) <= U(03) then LBL3 : When output current is 100% or less, change
the acceleration time to 5 seconds.
if U(10) <= U(02) then LBL4 : When output current is 150% or less, change
the acceleration time to 10 seconds.
if U(10) <= U(01) then LBL5 : When output current is 180% or less, change
the acceleration time to 20 seconds.
if U(10) <= U(00) then LBL6 : When output current is 200% or less, change
the acceleration time to 50 seconds.
if U(10) > U(00) then LBL7 : When output current exceeds 200%, change
the acceleration time to 100 seconds.
goto LBL8
LBL1 ACCEL= 100
goto LBL8
LBL2 ACCEL= 200
goto LBL8
LBL3 ACCEL= 500
goto LBL8
LBL4 ACCEL= 1000
goto LBL8
LBL5 ACCEL= 2000
goto LBL8
LBL6 ACCEL= 5000
goto LBL8
LBL7 ACCEL= 10000
LBL8 if FA1 = 1 then LBL9
goto LOOP
LBL9 Y(00)= 1 : Turn Y (00) on when acceleration ends.
:
(Data area [Data Window])
U(00) = 2000 : Set output current of 200% in variable "U (00)".
U(01) = 1800 : Set output current of 180% in variable "U (01)".
U(02) = 1500 : Set output current of 120% in variable "U (02)".
U(03) = 1000 : Set output current of 100% in variable "U (03)".
U(04) = 800 : Set output current of 80% in variable "U (04)".
U(05) = 500 : Set output current of 50% in variable "U (05)".
(Parameter)
P031 = 03

Table of Contents

Related product manuals