LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Thermocouple Help

I have been trying to read temperature from a thermocouple in labview and dont understand what is wrong. I followed this example:

 

http://www.ni.com/white-paper/14338/en/

 

and you can even see the output from their example is reading -100 to 100 which cant be an accurate temperature. I have the two thermocouple leads plugged into a channel on a DAQ 6009 and it is just reading noise varying from -20 to +20 and doesnt read a temperature. I found an NI example VI in the example finder and it reads the same noisy -20 to +20 my original VI was. Is there something I am missing about how to properly hook a thermocouple up to the DAQ. Is it more complicated than just plugging in the two leads like their example shows? Any help is greatly appreciated. 

 

My thermocouple is hooked up exactly like the wiring is displayed in that example and my Vi was simply the DAQ assistant set up just like their DAQmx and the output writing to a graph to see the data. Please help me turn this into usable data.

0 Kudos
Message 1 of 4
(2,590 Views)

What you missed is how a USB 9213 differs from a USB 6009

 

the 9213 provides the correct scale for the thermocouple type as well as a cold junction reference.  It also has a different pinout so if you hooked up Pins 2-20 you are very wrongSmiley Wink

 

And yes they used a simulated device for the screenshot which is alwasy going to simulate a sine wave of full range (don't worry they didn't alternatly cook and freeze the developer ):smileyvery-happy:


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 4
(2,586 Views)

So is there a way for me to set up a circuit to scale the input voltage from the thermocouple to get accurate temperature data without have to get a whole new DAQ device?

0 Kudos
Message 3 of 4
(2,561 Views)

Consider a thermocouple amplifier such as the AD594 (Type J) or AD595 (Type K). They generate an output of 10 mV/degree C.

 

Lynn

Message 4 of 4
(2,548 Views)