Simulink switching heat/cool controller
15 views (last 30 days)
Show older comments
I'm looking for a way to model a dual output PID controller, heating and cooling, in Simulink. I currently have it set up as so, and it works, but I am trying to make it so that heating is never on at the same time cooling is on. Because of the integral in the controller, there are small overlaps in cooling and heating output.

I've tried to use a switch block to switch the outputs when the error crosses zero, but I get an algebraic loop error when the error crosses the zero point.

Is there a better way to set this up, possibly with if-else blocks or better logic?
Thanks in advance.
0 Comments
Answers (0)
See Also
Categories
Find more on General Applications in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!