How to implement Ramp/Soak to the PID block in Simulink ?
8 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
KL
2017-10-28
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 个评论
KL
2017-10-28
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).
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 PID Controller Tuning 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!