LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

HELP. temp to voltage conversion.

Solved!
Go to solution

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.

0 Kudos
Message 1 of 10
(4,335 Views)

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.

0 Kudos
Message 2 of 10
(4,330 Views)

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

0 Kudos
Message 3 of 10
(4,326 Views)

You need something to physically measure the voltage. LabVIEW is software and obviously cannot measure anything by itself.

0 Kudos
Message 4 of 10
(4,316 Views)

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.

0 Kudos
Message 5 of 10
(4,297 Views)

broken TC code.png

SOMETHINGS NOT RIGHT WITH THIS BLOCK DIAGRAM??? I CANT COERSE THE T.C. WIRES

do you have a daq device?

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 6 of 10
(4,296 Views)

Look at the subVIs in the function I mentioned. See the Temperature to Volts subVI

0 Kudos
Message 7 of 10
(4,287 Views)

There is no TC or Daq. I am only simulating a TC with a DC supply. This program only controls the DC supply.

0 Kudos
Message 8 of 10
(4,278 Views)

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

0 Kudos
Message 9 of 10
(4,276 Views)
Solution
Accepted by topic author Saipanman

 This will let you enter the temp you want to simulated and out the corresponding voltage.

0 Kudos
Message 10 of 10
(4,117 Views)