01-18-2011 12:11 PM
I am currently trying to find a better way to calibrate thermocouple read outs. I would like be able to enter any temp for any TC and have labView output the corresponding voltage needed. So I was hoping that someone would have a way to do this temp to voltage conversion. Example if I want to do 250 C I need 10.153 mV how could labView be made to calculate this.
Solved! Go to Solution.
01-18-2011 12:15 PM - edited 01-18-2011 12:17 PM
If you are using an NI DAQ board and DAQmx, simply using the temperature>thermocouple version of the DAQmx Create Channel will automatically perform the conversion when you do the DAQmx Read. Otherwise, use the 'Convert Thermocouple Reading' function.
01-18-2011 12:25 PM
Thank for your help
My set up is just the lap top, a dc power supply and a reference TC in an ice bath which should simulate any temp for the readout. If I could get the voltage level I could easy send this.
Is there any VI’s that can do this
01-18-2011 12:35 PM
You need something to physically measure the voltage. LabVIEW is software and obviously cannot measure anything by itself.
01-18-2011 12:48 PM
Thank you again for your help
In my program there is no need for a measurement it is purely a simulated level. The user would type in the temp that he would like to simulate, such as 250 ˚C and labview would convert this to millivolts and tell the DC supply output 10.153 mV. This would allow the Unit under test to see 250 ˚C. The simulated temp could then be changed and the conversion done for the new temp.
01-18-2011 12:49 PM
SOMETHINGS NOT RIGHT WITH THIS BLOCK DIAGRAM??? I CANT COERSE THE T.C. WIRES
do you have a daq device?
01-18-2011 12:55 PM
Look at the subVIs in the function I mentioned. See the Temperature to Volts subVI
01-18-2011 01:05 PM
There is no TC or Daq. I am only simulating a TC with a DC supply. This program only controls the DC supply.
01-18-2011 01:08 PM
read again the previous posts !
you already have two vi's Temperature to volts and Volts to Temperature that use NIST polynomial approximations for all decent thermocouples. you don't need to use an ice bath, make the cold junction correction. see the NI pages for maaaaaaany explanations on this.
N
08-31-2011 11:39 AM
This will let you enter the temp you want to simulated and out the corresponding voltage.