Scaling output for VFD speed control.

Elcan

Lifetime Supporting Member
Join Date
Apr 2008
Location
NC
Posts
935
Hi all,
I'm using a Micrologix 1500 and a 1769-OA16 Analog Output.
I'm trying to control the VFD frequency from the PLC.
[FONT=verdana, courier new,courier,tahoma,sans-serif]
The VFD is a ABB ACS350, and I set the following parameters:
1103 (1) AI1
1104 (10 hertz)
1105 (60 Hertz)
1301 (20% which is 4 MA)
1302 (100% which is 20MA)

[/FONT][FONT=verdana, courier new,courier,tahoma,sans-serif]S1(in the VF1) is set onthe top position for AI1[/FONT].
B[FONT=verdana, courier new,courier,tahoma,sans-serif]ut the VFD frequency was always 60 Hz[/FONT], no mater the values in the PLC (N10:22)

[FONT=verdana, courier new,courier,tahoma,sans-serif]Then I changed switch S1(in the VF1) to
the top position for AI1, and I was able to change the frequency, but not
reflecting the input values.
For example:
Input=10, Frequency=42
Input=35, Frequency=52
Input=60, Frequency=60
[/FONT]
[FONT=verdana, courier new,courier,tahoma,sans-serif]
What I'm doing wrong?
[/FONT]

VFD_Scaling.gif
 
Hi all,
I'm using a Micrologix 1500 and a 1769-OA16 Analog Output.
[FONT=verdana, courier new,courier,tahoma,sans-serif]
What I'm doing wrong?
[/FONT]

Are you sure about that output module catalog number?
1769-OA16 is not an analog output module its a AC 100 to 240 volt
solid state discrete output module.

Post your code.
 
With the yellow switch set toward the middle of the drive (away from the edge), you will get 10hz at 4ma and 60hz at 20ma with the settings you listed. Only look at 2007 and 2008 to be sure they are set at 0 and 60 respectively.

Now, your only challenge is getting the 4-20ma signal into the AI1 input.

Can't help you on the PLC side.
 
Thank you for your responses. I will check those parameters.
Mickey, you are right, my card is a 1769-OF8C.
 

Similar Topics

My 1771-OFE analog output card was previously configured to Voltage output OFE1 (voltage version), all four channels are 0-10Volts corresponding...
Replies
18
Views
7,160
Hey guys, I have been having a bit of trouble with analog output scaling. I’m programming out of a compactlogix, I’m trying to output 4-20mA to a...
Replies
13
Views
3,279
Hello, I need to control an Acid pump at a water treatment plant, Using an analogue output of a micrologix 1400. This PLC only has 0-10V analogue...
Replies
2
Views
1,605
Hi, I've got a PID block in my RX3i program wherein the setpoint is 390, my feedback is 200, and the CV is the difference, 190. When I change PV...
Replies
1
Views
1,258
Hello Experts, I am working on S5 to S7 conversion project on which stucked on analog output scaling. In S5 following logic is written for...
Replies
5
Views
3,007
Back
Top Bottom