2

When working with electronics, it is quite easy to regulate current with a resistor, potentiometer, switcher, etc.

But take a simple high power application such as an electric stove. What method is used to control the current through the burners. They couldn't possibly use a variable resistor because the heat generated would be on par with the burner.

It is clear however that the controls are disipating very little heat and they certainly aren't using any electronic devices. So how do they do it?

user5108_Dan
  • 605
  • 1
  • 7
  • 10

4 Answers4

1

simple electric ovens use simple temperature control usually using something like a bimetallic strip (you can here them click in and out) where the dial is used to set the point of electrical contact that will then provide electrical power to the heating elements.

the result is more of a hysteric control with a very long duty cycle (where the duty is governed by the thermal characteristics of the oven - ie how long to cool) and the lower band to-do with specific characteristics of the thermistor/bimetalic strip.

More modern electronic controllers do a similar thing but use thermalcouples/RTD to measure the temp and then semiconductors to switch the power (SCR's)

  • Thanks, I guess I knew that, but its been so many years since I could hear anything in my house I had forgotten it. – user5108_Dan Oct 31 '13 at 21:30
0

For my practical testing, I use a high power resistor. Something like these. However this is only for output loads.

enter image description here

But, when it comes to applications to minimize losses. You can use a High Power MOSFET or transistor for switching(with Heat sinks).

The control circuitry is usually away from the high current & voltage, but is used only for controlling the devices which are in a high current path(like FET's). This way, they are away and safe from High power.

Sherby
  • 2,316
  • 6
  • 27
  • 44
0

Electric ovens and Stove top burners regulate the heat by turning the heating element on or off using a Relay. In my house if you listen closely you can hear the relay on the circuit board click on and off. Again the typical household electric stove heating elements are either on or off.

In larger applications a Thyrister or SCR is used and to pulse the heating element on and off. The SCR can only turn On and Off but can do this very quickly resulting in a short pulse averaging out to be a small current and a longer pulse being a larger current.

To really see what is happening in a SCR circuit you need an oscilloscope to see the pulses. Any current meter on a circuit such as this will probably give you a RMS current value over time.

Tinkerer
  • 1,033
  • 1
  • 7
  • 10
0

Pulse-width modulation (PWM) switching allows to reduce losses in the control circuitry. The switch element (transistor, thyristor, and such) is either

  • Fully on. Large current is flowing. The voltage drop across across the switch is low. Power loss on the switching element Ploss=IswVsw is low, because Vsw is low.
  • Fully off. No current is flowing. The voltage drop across across the switch is equal to the supply voltage. Ploss=IswVsw is zero, because Isw=0
  • Importantly, the switch can be in transition from on to off. But, this transition is fast, and only small amount of energy is burnt by the switch element during transition.

PWM (or variants thereof) is a very common technique.

Nick Alexeev
  • 37,739
  • 17
  • 97
  • 230