06-21-2006 02:12 PM
I have a system that does not want to be tuned using a PID controller. It has a significant dead time of about 15 seconds and asymmetric rise and fall times. This is a circulating chamber that produces smoke to test devices. I don't want to get into details about the chamber, NDA.
It is easy to add smoke but the dead time is killing the PID control. The smoke escapes very slowly so it is hard to correct for overshot. We have tried almost everything in the manual. Tune one parameter at a time while setting the others to zero, different sampling rates, and the auto-tune. Auto-tune seems to yield no usable results.
We are able to get it to kind of work but not the way we want it to. If we ease it into the set point then it takes forever to get to the set point. If we make it faster then it has overshot and can’t correct. Seems to stay just high or low of the set point but will not lock on the set point. What we would like is faster start to the set point then ease it into the line and then lock on the set point. Asking too much????
I am about ready to abandon the PID control but thought I would post looking for additional ideas. I have tried the basic and advanced PID tuning VIs but have had minimal success. Contacted NI Support and no real solutions came from the discussion. The PID control seems to work excellent when dead time is not an issue.
Anyone?
Matt
06-21-2006 04:32 PM
06-21-2006 05:35 PM
Thanks for the reply. I will see if I can come up with two distinct settings for adding and subtracting. Yes, this is proving to be very challenging.
Matt
06-22-2006 07:42 AM
Greetings,
If you are staying with the PID control. Other thing to try would be to put limits on the integrator. This will help prevent 'wind-up' during your long dead time. The response still might be poor, but at least controllable. You might also try playing with how fast the PID loop iterates. Shorter loop times will give you more correction, sooner, but would produce more 'wind-up' during your long delay.
I you transition to a 'rule' based system (fuzzy logic). You might have the ability to define logic for each control issue you've come across. If you do not want to use the more traditional fuzzy system (continuous functions) you could make the correction in discrete steps.
These are broad suggestions, but perhaps they might work.
JMA
06-22-2006 09:56 AM
Thanks for the advice. When you say, "Other thing to try would be to put limits on the integrator" do you mean just keep the number small to prevent wind up?
Matt
06-22-2006 10:15 AM
06-22-2006 10:44 AM
07-05-2006 04:15 PM
Just for future reference. I gave up on the PID and went to the Fuzzy Logic controller. More predictable and easier to control for my application.
Matt