Control loop from hell (and a tight budget)

On the contrary, Peter; your endorsement of the "simple method" is enough for me 👨🏻‍🏫


I agree with Peter's recommendation to keep this control "simple". Your process features both process and transportation lag, which would present a challenge for a PID controller even if you did have analog speed control of your fan drive.

If I were to attempt to introduce any complication to this loop control, it would be to continuously monitor whether the PV is waxing or waning. To avoid reacting to transient noise, I would accomplish this by creating two samples with a moving average and comparing them at the end of each "update window" to determine whether the temperature is rising or falling at any given time. I would also implement a deadband, so that my PV trend monitor would output 3 discrete states -- PV Rising, PV Falling or PV Stable.

Suppose that your temperature is rising, and you have exceeded the setpoint deadband. Your response would be to increment the fan speed. At the next interval for issuing an increase in fan speed (assuming that you are still above setpoint) you could disable the speed increase command in the event that your PV has begun to decrease, or has simply stopped increasing, even if the PV is still above setpoint.

This would give your control a measure of feed-forward capability that you would not have if your issuance of speed command "bumps" were only based upon whether you are above or below setpoint at any given instance in time.
 

Similar Topics

I have always controlled servos in Rockwell motion using position loop. I have an application where one process will push against a servo...
Replies
3
Views
274
Hello All Could we get some expertise on flow control ? -Using a PID loop in Productivity 2000 with an analog output, How can we convert...
Replies
19
Views
1,595
Hello everyone! I'm new here and this will be my first post so hopefully I can get some help, I'm having a hard time wrapping my head making some...
Replies
11
Views
4,793
So it looks like i am stuck with an old reliance DC drive on this project instead of the powerflex dc w/ 22-COMM-E. That being said i am trying to...
Replies
0
Views
1,192
Hello, I want to do a control loop, to control the density of slurry, what is the best practices in density control, and what good sensors to use...
Replies
3
Views
1,770
Back
Top Bottom