Download Measuring Temperature Using Thermistors

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Stray voltage wikipedia , lookup

Electrical ballast wikipedia , lookup

Buck converter wikipedia , lookup

Control system wikipedia , lookup

Current source wikipedia , lookup

Opto-isolator wikipedia , lookup

Mains electricity wikipedia , lookup

Alternating current wikipedia , lookup

Multimeter wikipedia , lookup

Thermal runaway wikipedia , lookup

Ohm's law wikipedia , lookup

Resistive opto-isolator wikipedia , lookup

Lumped element model wikipedia , lookup

Transcript
Measure Temperature using Thermistor
© September 2005 EmAnt Pte Ltd
www.emant.com
1
Measure Temperature using Thermistor
Thermistors are widely used because of their sensitivity, small size, ruggedness and low cost.
Thermistors have an electrical resistance that varies non-linearly with temperature. The R-T
characteristics of most thermistors can be described by the Steinhart-Hart equation:
1/T = A + B*(Ln R) + C*(Ln R)3
T is the absolute temperature (in Kelvin) and A, B, and C are constants which can be determined by
measuring three sets of resistance and temperature values during calibration.
Most thermistors have a negative temperature coefficient (NTC), their resistance decreases with
increasing temperature. Thermistors are specified according to its nominal resistance at 25 oC and
commonly available thermistors range from 250 ohms to 100 kohms
The thermistor that we are using has the following characteristics
•
•
•
Nominal resistance @ 25 oC: 10 kohms
negative temperature coefficient (NTC)
Steinhart-Hart equation parameters:
o A= 0.001129148
o B= 0.000234125
o C= 8.76741E-8
As the DAQ module Analog Input measures only
voltage, we will need to provide a current source to
convert the resistance to voltage. The EMANT300
has an 8 bit current DAC (digital to analog
converter). As the DAC has 8 bits resolution, we
can drive the resistance from 0 to 1mA in 255 steps
with increments of about 39uA.
To measure temperature using the thermistor with
the EMANT300 DAQ Training Kit,
•
•
•
Connect the thermistor to the Light Application
Adaptor screw terminals labeled IDAC and
AGND
Connect a wire from IDAC to AIN3
Connect a wire from AGND to AIN2
© September 2005 EmAnt Pte Ltd
www.emant.com
2
The LabVIEW VI that reads the voltage across the thermistor, converts the voltage to resistance and
then temperature is called EMANT300 Example Thermistor.VI
Front Panel
Diagram
In the formula node, the first line calculates the Thermistor resistance. The next line converts
from resistance to temperature in Kelvin and finally converts the temperature from Kelvin to
Centigrade.
LabVIEW is a trademark of National Instruments
© September 2005 EmAnt Pte Ltd
www.emant.com
3