Power Flex 4 Drive speed set using 4-20ma

nmk

Member
Join Date
Dec 2002
Posts
38
if I have pflex 4 connected to compact logix L35E chassy. On this chassy, there is an analog output module 1769-OF8C(channel 0 is configured to output 4-20ma). What I want to do is, create a tag in the rslogix 5000 project, send to the power flex 4 a specific speed via channel 0 that I verify that the power flex drive is running at that HZ. what is the decimal range equivalent for the pflex 4 that correspond to the 4-20ma. an example will be helpfull
Thanks:(
 
I set analog outputs to a proportional range of engineering units in the card's properties. In the case of 4-20mA, this would be 4000 to 20000. I like to have a tag aliased to the output channel, it's usually titled "something_Raw_Output"; it isn't necessary that you do, but it makes for valuable self-documentation.

Anyway...

Since it appears you are trying to apply a command frequency to the VFD, your domain is most likely going to be 0.0 to 60.0 Hertz. Since the relationship between domain and range is linear, you can apply a straightforward f(x) = mx + b function to generate the final raw output value.

This happens to be f(x) = (800 / 3) * x + 4000, where x is the desired frequency.

You can also do this for a desired percentage, and so on.

It's important to understand that the range can differ - I do this for ease of comparing desired output vs actual output; 4000 is easily understood to be 4.00 mA, 12000 corresponds to 12.00 mA, and so on.

IIRC, the PowerFlex 4 doesn't have an analog output of its own, so *verifying* that it's running at the command frequency is another issue.
 
Last edited:
You can use the on-board relay.

Parameter A055 option 1="At frequency".

Might have change though, my book is almost eight years old.

Good luck
 

Similar Topics

I am trying motor startup with pf525 drive by using wizard start over ethernet communication but during direction test it's showing control error...
Replies
3
Views
187
Hi I want to set IP 172.16.27.90 in AB Power Flex 755 drive. I do set the IP by parameters 38-41 with other settings (subnet, gateway) but...
Replies
7
Views
2,463
I'm looking at how to configure a (new to me) Power Flex 753 drive. The part number is as follows and has been specified by a third party...
Replies
6
Views
2,360
i have a problem in the drive 30 kw used with motor 4 pole (1770 rpm ) , and the motor used to run load with pulley ratio 2.3 so the load speed...
Replies
11
Views
4,898
F005 fault appearing on power flex drive plz tell me how to reset
Replies
8
Views
2,363
Back
Top Bottom