Pid ?

jcraft

Member
Join Date
Dec 2006
Location
Niagara falls
Posts
91
We have an air regulation systems that uses a PI loop with no derivitive at this point. The control loop has been operating fine althought we would like to make it a bit more aggressive. Currently P= .03 and I= .055. Can anyone let me know which values to tweak to make it more aggressive. Thanks
 
If you increase the P gain, you will increase the ouput in Proportion to the error. If you change the I gain, you will affect the output with regard to the error over time. Depending on which form of the equation in use by your PLC, decreasing the I gain may increase the reaction.

The Derivative is designed to react to the rate of change in the PV.

Ron Beaufort has some excellent white papers on this subject. They are aimed at Allen-Bradley users:

http://www.ronbeaufort.com/sample_lessons.htm

Paul
 
We have an air regulation systems that uses a PI loop with no derivitive at this point. The control loop has been operating fine althought we would like to make it a bit more aggressive. Currently P= .03 and I= .055. Can anyone let me know which values to tweak to make it more aggressive. Thanks

If it operates just fine maybe it will continue to do so if you leave it alone??

Dan Bentler
 
Pressure controller loops tend to have substantial proportional gain and fast integral time. without knowing what the setpoint pressure is and how much disturbance is in your system with demand and such like it is hard to give advice,

As a general rule though, increasing proportional gain will make your system more responsive but may cause overpressure if there is a rush of demand on air. Likewise, decreasing the Intergral Action time (IAt) will make the system more responsive just as if the gain were being increased but will introduce more phase lag so too much will cause instability.

just google PID tuning and all will become clear.
 
Okay, I am just getting confused by the integral portion. In our system I is in repeats/sec., so if you wanted to increase the intergral(reset) time would you decrease the repeats/sec.? If you can clarify that I'll be all set. Thanks
 
Yes, if you want a stronger Integral Action then you will decrease the Integral Action Time. I noticed that you have a very strong integral action hence why your gain is so low.
 
I disagree. If his units are truly repeats per second, then increasing the value increases the integral action.

In my A/B PLCs, the units are inverted: minutes per repeat, so decreasing the value increases the action.

Maybe I am wrong, but that is how I interpret it.

Paul
 
If the integral is repeats / second, increasing the number will increase the action
1 repeat per second will increase the output by the error every second
2 repeats per second will increase the output by the error every 1/2 second
Thats assuming the integral is independent of gain setting which is anybodies guess with most PLCs
 

Similar Topics

Hello, I have a motor that we are sending a RPM Speed Output from 0-100% to the VFD. However, the Motor HP needs to be limited to 6000 HP and the...
Replies
3
Views
85
I have S7 1512C controler for controlling 48 PID temperature loop, the output is PWM. Please I need the best, most efficient way to write the...
Replies
13
Views
591
Hi all, I'm having trouble solving a problem I've been working on for several months, and thought you might like a stab at it. The machine runs...
Replies
22
Views
926
How can I connect PID Output to a valve. In ladder logic program is there any logic do I want to add between valve and PID? PV=SP What will be the...
Replies
7
Views
409
I'm setting up a PID for a 50hp RO pump in a water treatment plant. When I go to manual mode on hmi I set the swm bit, I also ons the pid output%...
Replies
5
Views
573
Back
Top Bottom