05-26-2009 01:49 AM
Hello Friends,
I am new in labview . i want to make a prog to measure temperature .i am having temp sensor lm35 . i m using this with 9201 card with cdaq 9172 chassis.please help me
05-26-2009 02:58 AM
05-26-2009 04:22 AM
sir
i m using temp sensor Lm35cz. i m giving 5vdc and gnd . i m connecting o/p pin to 9201 voltage card pin ai0.i m using cdaq 9172.Temp sensor has sensitivity 10mv/c.
i dont know wheather there is any need of scaling and calibration. i m using slope 50 in scale.
i m using formula node in this i m using formula vout*2. but i m not getting correct temp range. even there is large variation in reading.
05-26-2009 05:06 AM
You have said that temp sensor has sensitivity of 10mv/C. So if the output is 100mV then temperavture is 10deg C.
Your scaling will be multiply by 100.
Also you can measure the voltages for various tempertures and prepare a look up table. Then on its simple job. Just for the acquired voltage consult the look up table for temperature value and take as output. Interpolate for the values not in table.
05-26-2009 05:06 AM