Temperature Control System Model

I'm trying to design a model for a temperature control system for a furnace (process of carbon activation), but I'm stuck on how to represent it. Will it be through mathematical function such as transfer functions or build a model in Simscape?

 Accepted Answer

Sam Chak
Sam Chak on 8 Jan 2022
From Gao & Li (2012), the furnace temperature system can be approximated by a First-Order Plus Dead Time (FOPDT) model:
.
If you are using the Simulink for modeling, then the Transport Delay block can be used to simulate a time delay θ.
https://www.mathworks.com/help/simulink/slref/transportdelay.html
Reference:
Guo-fang GAO, Zheng-zhong LI. (2012) Design of Heating Furnace Temperature Control System Based on Fuzzy-PID Controller. In: Zhu R., Ma Y. (eds) Information Engineering and Applications. Lecture Notes in Electrical Engineering, vol 154. Springer, London.
https://link.springer.com/chapter/10.1007/978-1-4471-2386-6_196

1 Comment

Thank you for your response @Sam Chak! We'll consider this one.

Sign in to comment.

More Answers (0)

Categories

Find more on Control System Toolbox 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!