How to implement Ramp/Soak to the PID block in Simulink ?

4 views (last 30 days)
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 ?

Answers (1)

KL
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
milad chalipa
milad chalipa on 28 Oct 2017
The ramp function is reasonable to me, but the soak is not, as I learned before, the soak function is about to make the output signal be steady-state ? how to make the output steady with negative slope ?
KL
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).

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!