2

Possible Duplicate:
How do I calculate the temperature rise in a copper conductor?

I want to have a AA battery heat up a copper wire .12mm diameter, but want it to heat up to 302°F, not any higher. What resisters do I need to use, and any other suggestions?

Harrison
  • 31
  • 2

1 Answers1

2

To regulate the heated wire temperature to 302°F you should really plan to power the heating excitation circuit with a PWM drive that can vary the duty cycle over a good range. Use some empirical tests to at 100% duty cycle ON that the wire temperature can exceeed the 302°F so that you have adequate control range to warm up the wire.

Next fix up your system to have a temperature sensing mechansism to allow detecting the temperature of the heating wire. One effective way to do this is to design you heater wire with an adjacent sensor wire. Bias this wire with a constant current source and then measure the voltage drop across this wire to ascertain the heater temperature. Use this temperature measurement to adjust the PWM drive to the heater wire in an appropriate manner.

The feedback of the sense wire to the PWM drive could follow a P (proportional) algorithm, a PI (proportional / integral) algorithm or a full PID (proportional / integral differential) algorithm. The slow response time of thermal feedback systems often means that the simplest P only algorithm is just fine to maintain temperature control.

Dave Tweed
  • 168,369
  • 17
  • 228
  • 393
Michael Karas
  • 56,889
  • 3
  • 70
  • 138
  • If you're going to use a wire to sense the temperature, there's no need for a separate one; you can use the heater wire itself. – Dave Tweed Oct 15 '12 at 10:13