Tuesday 20 October 2015

power - A question on temperature regulation of a nichrome wire


A heating-nichrome-wire will be heated by conducting unipolar PWM currents switched by a MOSFET with an adjustable duty cycle. I will first calculate the heat required from this calculator and find the current required. This will be the target current in the rest of my setup. In that formula the current is continuous DC. In my case should I calculate the Irms of the current?


I will sense the current as in the illustration below: enter image description here


Above the green section is basically two op amps which will low-pass-filter/integrate and amplify the voltage across the shunt resistor to be read by ADC of the uC. So I can calculate the current knowing the op amps' gain and the Rshunt values. For better accuracy I will subtract the offset(coming from the input offset voltages) at the beginning when the MOSFET is off.


So since the current is pulsed and I will send the integral of it to the ADC. What I actually send is the data about the average voltage or current values for the Rshunt.


In the illustration above I tried to simplify the scenario. First the temperature will be set as in Figure1 and I want the temperature to be regulated when the wire gets shortened or longer. I want the nichrome-heating-wire to be at the same temperature when it is shortened or extended.


So logically if the wire length changes, the duty cycle also should be adjusted by the uC. Otherwise it will pass excessive current or not enough current. The data read by the ADC somehow should be used to adjust the duty cycle. This is the programming side.



My question is:


Is the hotwire's temperature proportional to the Iavg or Irms. If it is proportional to I_avg. I just need to adjust the duty cycle such that it produces the same Iavg or Vout which was set at the beginning. But if the temperature is directly proportional to Irms than I should adjust the duty cycle such that it produces the same Irms which was set at the beginning.


In my case, regulating the PWM current's average or rms value to a pre-set value should be used?


And is that all? Is temperature only related to current in this case? Length has no significant effect? (Electrical power changes by the length of the wire if the current is kept the same; but in this case I want to keep the temperature same in any length)


Edit


An absolute temperature measuring IC or sensor would be more reliable if one is not sure every detail is not ignored. Is there an IC which can measure the temperature of the wire or any IR sensor ect any other direct temperature measuring method?




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...