Sign in to follow this  
Followers 0
cooter

pid loop

2 posts in this topic

A customer of ours has a test machine that that we put a micrologix 1200 on some time ago. Now they are asking me to control the temperature of the test oil. It is cooled by a heat exchanger. They are installing a proportional valve to throttle the cold water and I have to control it with a 4 - 20 mA signal. I have never use a pid instruction can someone give me some guide lines as to what values to use.

Share this post


Link to post
Share on other sites
I always tried to use the proportion along with a little integral for control. (I only use Derivative when there appears to be no other way) The biggest issue is how much of an impact does an adjustment have on the temperature. (Do you have swing between all the way open to all the way closed, or will the system find a sweet spot and only trim itself a little each way to keep The temperature OK.) I personally base my propotional number on how much of a swing my analog output will be making. A larger propotional gain if the output needs to swing the entire range, and a smaller for apps where we find a sweet spot. An enclosed system where the heat is relatively constant should be pretty forgiving. You may need a start up sequence to wait for your temperature to get close before you turn it over to the PID routine. After that, I get a notebook and document each change I make in the PID loop and record the results. This may take some sit and watch time with the process. It is just difficult to nail a loop without some trial and error.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0