Electronic – Cutting off AC current to motor with thermistor

acmotorrelaythermistor

I have an AC single phase motor (120V/60Hz) connected to mains (plus a power resistor in series, and capacitor and voltage controlled resistor in parallel) The motor has a NTC thermistor attached to it. I'd like to know how to design a circuit that uses the thermistor to cut off the AC current when the motor gets too hot.

In my research I've read different things about using relays or BJT's but haven't been able to come to a definite solution. My best guess is that I use the thermistor to divide the voltage from a DC source and use that to control a relay. I read here (Relay control of AC motors, handling turn-off kickback) about some problems with just having the relay. So I'd like to know what you'd suggest.

I'd like this solution to fit on a proto board if possible, if that helps with scope.

If it helps, I found that the thermistor is about 8 kOhms when the motor is at room temperature and about 4 kOhms when the motor gets too hot to handle. I don't need you to design the circuit for me but an arrow in the right direction would be grand.

Thank you!

Best Answer

Here's one way to do this with a few transistors and resistors:

R1 is the thermistor, which goes lower in resistance as its temperature rises. When that happens, Q1 is turned on, which turns on Q2, which turns on the relay, which turns off the motor. The normally closed contact of the relay (pins 1 and 4 in this example) are in series with the motor on the hot side of the AC line.

R5 provides a little positive feedback to get snap action instead of fading the relay on and off. This is better for the relay and for overall operation.

R1 and R2 form a voltage divider. The relay will be energized (motor turned off) when the output of this divider gets to about 600 mV. In this example, that means the thermistor trip resistance is about 73 kΩ. You will need to adjust R2 to set the trip point for whatever thermistor you actually get.

Much lower thermistor values, with accordingly lower R2 values, will work, but be aware of self-heating. At the trip point, the thermistor will have about 4.4 V across it. The dissipation of the thermistor is therefore

  W = 19.4 V2 / R

where R is the resistance of the thermistor in Ohms, and W its dissipation in Watts. You want to keep W below a few 10s of mW. Working backwards using 25 mW as the maximum dissipation, that means the thermistor must be 776 Ω or more at the trip point. Fortunately thermistors of a few kΩ are easy to find.

As I said above, R5 sets the hysteresis size. You probably need to experiment to find what provides snap action without causing a overly large hysteresis band. I'd start with the current thru R5 about 1% that of R2.

As others have said, use a cheap wall wart that runs from the same power the motor is driven with to get the 5 V.

Related Topic