avinash
Full Member level 3
i am having resisistive temperature sensor,whose resistance changes with the temperature change.how to convert this resistive change to voltage change.
thanks in advance.
thanks in advance.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
avinash said:i am having resisistive temperature sensor,whose resistance changes with the temperature change.how to convert this resistive change to voltage change.
thanks in advance.
VVV said:Generally, for an RTD thermometer, you need a constant current source and a precision, very low tempco resistor.
You then apply the current to the precision resistor and measure the voltage across it. Then apply the same current to the RTD and measure the voltage. By taking the ratio of the measurements, you get a very accurate temperature measurement. The reason is that the current does not need to be very stable, since the same current is used to measure both the RTD and the reference resistor, so the current value cancels out.
You obtain the RTD resistance as a proportion of the precison resistor. Therefore, the precision resistor should be chosen higher than the highest RTD resistance, typically 400Ω. Adequate precison resistors are for instance Caddock's USF series.
By the way, the current can be higher, such as 1mA, or even 5mA, but applied in short pulses, just long enough to take the measurement. If you keep the resulting RMS current below 100uA, you avoid selfheating. That is the reason the current is limited to 100uA, not because physically the RTD could not withstand it. Using higher current will dramatically improve accuracy. With 5mA you get 2V max across a 400Ω resistor, without any additonal amplification, which contributes offset errors and drift. With a 2V maximum input voltage you can then use an A/D with a 2.5V reference, for better resolution. An A/D with 16 bits minimum is resommended.
The two measurements can be done with two different channels of the same A/D. But the current has to be switched to either the RTD or precision resistor using two MOSFETs or some analog switches. Or, the RTD can be in series with the precision resistor and the current will flow through both, but one of them will have a large common mode voltage, making measurement much more difficult. It's best to keep them both ground-referenced and switch the current.
IanP said:Maybe you should consider 16-bit (or more) A/D conversion. After all, these devices are not that expencive ..
Even with 16-bit convertion, the resolution is something like ≈75µV/per bit (at 0-5V range), so if the change (@100µA) is between 6x and 12x mV you will still have > 800 readings..
Regards,
IanP