How to implement Ramp/Soak to the PID block in Simulink ?
4 views (last 30 days)
Show older comments
I'm working on a heat treatment furnace which has to be the ramp and soak function, for example heat the muffle with 60 degree per minute,heat to the 400 degrees. Is there a way to implement ramp and soak to my pid block in Simulink ?
0 Comments
Answers (1)
KL
on 28 Oct 2017
Take the ramp block on simulink and use it as your setpoint signal.
Adjust your slope based on your step size, set-point and rate of temperature increase. Similarly to soak, use a negative slope. Is this what you mean?
2 Comments
KL
on 28 Oct 2017
Probably you want something like a step signal signalling the actual setpoint of the temperature and use it to either ramp up or ramp down (in case this change in set-point is less than the current value, hence soak).
See Also
Categories
Find more on PID Controller Tuning in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!