04-12-2012 09:28 AM
Hi, I have at home thermisotr KTY81 and I would like to measure temperature with UNO and labview. I know if I connect it like voltage divider, I can calculate resistance. But temperature isnt directly proportional to resistance. How to do it in labview?
thanks
04-12-2012 12:01 PM
I found that there is solution in examples, but there is mistake in formula, it should look like this:
04-12-2012 04:18 PM
From Voltage Divider on Wikipedia
Where:
R1 = Thermistor
R2 = Paired Resistance
Vin= Vcc
Vout = Analog Read Output
I think it is correct as written for the circuit diagram provided on the block diagram (they grey circle component is the thermistor).
Petrb's solution is the inverse of my original calculation and would make sense if you swapped the Thermistor and the Paired resistor.
Does this make sense?
-Sam K
04-12-2012 05:01 PM
Yes of course you are right, I dont look on schema, thanks