‎03-20-2014 07:41 AM
Hello,
I'm working on the establishment of a Labview program to calibrate temperature sensors Pt100 in a conditioning chamber at a specified temperature, and I would like to know if someone has already developed a program like this, may be give me advice or examples.
Thank you
‎03-20-2014 10:12 PM
Hi,
Have you looked into this link? : http://web.nchu.edu.tw/~daw/SOP/SOP_PT100.pdf
I think it is similar to what you're asking for.
Warmest regards,
Lennard.C
‎03-21-2014 01:58 AM
R u interfacing RTD's??If yes which hardware ???or u need a simple VI that calculate and plot the error of pt100...?
‎03-21-2014 03:23 AM
Hi
thank you for your answers, really I will calibrate the RTD in a metrology lab and I have just to develop the VI program to calibrate it in a constant temperature chamber (13°), and I don't know how to do this on LabView.
‎03-24-2014 02:07 AM - edited ‎03-24-2014 02:18 AM
Compare your test meter temperature with Constant temperature and calculate error...fo more informnation go through LabVIEW basics.....u r having formula 4 calculating error rite? use a formula node..
‎03-24-2014 03:36 AM
No, I don't having formula 4 calculating error rite, can you please give me these formula.
Thank you.
‎03-24-2014 04:38 AM
((Actual reading - Indicate reading)/Actual reading) * 100...this is the formula for error calculation...So wat is ur real purpose???with out these formulas how u are plotting performance of pt100?