LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

K-Thermocouple, temperature range, usb 6008...

Hi,

I seem to have a problem with the temperature range with my USB 6008 board. When I connect a calibrator to it (to simulate a K-thermocouple), I can only measure temperatures between 0 and 100°C. What I would need to measure are temperatures around 500°C...

Do you know how I could overcome this problem ?

I understand the USB 6008 it is not the best board for thermocouple measuring, especially with a K type one, but it is the only one I've got...

Thanks a lot !
0 Kudos
Message 1 of 7
(4,343 Views)
Which VI are you using to acquire thermocouple data?

Try using the Acq Thermocouple sample.vi available in

..\National Instruments\LabVIEW\examples\DAQmx\Analog In\Measure Temperature.llb\Acq Thermocouple Sample.vi
BR
0 Kudos
Message 2 of 7
(4,335 Views)
Hi Anu,

thank you for your quick answer. I tried the VI you told me, but the results are erratic (ie there's no logic in the values that are returned).

For my purpose, I'm using a VI I created, because I needed to take measurements at regular intervals and add a counter. In the assistant DAQ, I configured a range of 0-600 °C, but I can't measure any temperature higher than 100°C...

If you have any ideas...

Thanks a lot !

 

0 Kudos
Message 3 of 7
(4,319 Views)
Can you post the VI that you are using?

Are you getting the correct temperature for 0-100 deg C? What is happening if you try to measure more that 100 deg C?

How are you taking care of CJC?
BR
0 Kudos
Message 4 of 7
(4,312 Views)
What is the common mode voltage? If the thermocouple is floating you may need to ground one or both sides through a resistor to AGND.

Lynn
0 Kudos
Message 5 of 7
(4,308 Views)
The voltage is 5V, and the thermocouple is already grounded.

Enclosed is the VI I created. Now regarding the measurements, the values between 0 and 100°C are not correct, but I believe a "formula task" in the VI will take care of that. In fact, I have a range of approximately 7.5°C (ie 0°C on the calibrator give me 0°C on LabView, and 100°C on the calibrator give me 7.5°C on LabView). When I reach 100°C, the values hit a ceiling and stay constant, whatever higher temperature I set with the calibrator.

Concerning the CJC, I basically use the default value (25). I tried changing it, but the consequences were minimal.

Is there a potentiometer on the board that could change this faulty range ? I didn't dare open the box yet...

Cheers,

K
0 Kudos
Message 6 of 7
(4,289 Views)
You do realize your setting will only have a resolution of 30 deg C. At 600 deg C, the estimated voltage will be about .024 volts
0 Kudos
Message 7 of 7
(4,286 Views)