transducer controlling an vfd through a plc

The PID control is just a mathematical way (a set of instructions in the PLC program) for the PLC to calculate how to tell the VFD to drive the motor. If you are trying to get the motor to a certain speed so that the pump stays at a constant pressure (based on your transducer input), the motor may have a problem staying at the right speed without a PID control function.

How constant does the pressure need to be on this pump? If the motor is being controlled by a VFD, it probably has a pretty good (fast) response to changes. You probably won't have to worry about overshoot; that is, the VFD driving the motor too far past your desired pressure setpoint. What you might have to worry about is ripple. How much pressure are we talking about here, and how big is this pump? Its quite possible that if the pump runs at a very steady pressure for a given speed setpoint, you might not need a PID at all, and just a simple linear feedback control will suffice.

But if you have a very low tolerance for pressure changes, or the pump pressure output is not very steady, you may need a PID control to dampen out the ripple so the VFD isn't changing the speed back and forth to try to match the setpoint.

$
 
To get you started

The presure value you enter from the HMi is the SETPOINT. What the PLC needs to do is ramp the motor up and down to maintain that setpoint. Thats where the PID comes in. In basic terms think of PID as the cruise control on your car. As the car slows down the cruise control adds gas to maintain the speed you selected. As the car speeds up the cruise control lets off the gas to maintain the speed.

Your pump will do the same things thru a PID Loop. Your transducer is your feedback. As your pressure goes down the PID loop speeds up the motor. How fast you accel depends on the loop. Same with decel. That is the tricky part of PID. Finding the values that work for your process. DO some reading on PID and search for examples and you will get it.
 
How much pressure are we talking about here, and how big is this pump? Its quite possible that if the pump runs at a very steady pressure for a given speed setpoint, you might not need a PID at all, and just a simple linear feedback control will suffice.
$

Hi
the pressure i am trying to maintain is between 40-50 psi,the pump is about 1700 rpm? i am running dough thru the pump which has a open manifold block at the end.
 
hi
can someone help how do you set up a pid instruction,
i am not to sure what it put in where-
pid file?
Process variable?
control variable?
i have an input value from a hmi tag (set point), and i would like a transducer to control the value (at the given set point)?
but where do you enter the output? (vfd)
i hope you can help
all the best stu
 

Similar Topics

Hi all, I have a AC current transducer that I want to bench test to ensure I am getting a 4-20mA output. I am using a AE001 unit. It is very...
Replies
4
Views
122
I have a set of these: https://www.i-s.gr/files/ND%20Clamp-on%20CT%20Brochure.pdf Specifically M1.UM which outputs Voltage. I am looking to use...
Replies
2
Views
679
Good morning everybody, I hope you are very well. I share with you the information of the PLC LOGO! Siemens and expansions that we have...
Replies
4
Views
1,098
Has any used a ballistic pressure transducer with a PLC? I am not sure if it will capture the event that I need to use as a control. The device...
Replies
2
Views
1,088
I am updating controls on a leak tester, from a SLC 5/02 to Compact Logix. The SLC used a DDV instruction to help scale a differential pressure...
Replies
17
Views
4,434
Back
Top Bottom