Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] control algorithms on heater

Status
Not open for further replies.

mohamed.elsabagh

Full Member level 2
Full Member level 2
Joined
Oct 27, 2010
Messages
145
Helped
7
Reputation
14
Reaction score
7
Trophy points
1,298
Activity points
2,320
I would like to design a heater controlled by microcontroller, and I don't want to use PID control algorithm because the initial temperature of this heater is not constant or unknown (calculated during run time).
 

how are you going to set the temperature at run time, e.g. keypad, potentiometer, etc? In any case PID is probably overkill, proportional is usually sufficent unless one has a very sophisticated system. e.g. as the temperature gets closer to the set point you reduce the power going into the heater (PWM is a useful technique for this)
 

mohamed.elsabagh,

To control manage heating devices, is most used histeresis loopback, that works like thermostat.

+++
 

I am not going to set the temperature at the run time, I will give you an example if 2 heaters are going to heat a body the first heater is going to heat up the body to temperature x given by the user, the next step the second heater will heat the body from temperature x up to temperature y, each heater should be controlled by a separate algorithm for example PID.
 

I am not sure what you problem is. In your first post you stated "I don't want to use PID control algorithm ...". If so you can use simple ON/OFF (with hysteresis as indicated by andre_teprom). In you last post you said you would have two heaters both controlled by PID. Which are you interested in ON/OFF or PID control ? In practice I have found proportional control (using PWM) is satisfactory for water heating systems, etc.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top