LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

J, T, E, K type Thermocouple readings stop reading temperature

I have attached a J, T, E, and K type thermocouple to an NI cDAQ-9184. When I run my VI the readings for all thermocouples match and are correct at freezing, boiling, and room temperature. After a short period of time the readings begin to drop to about -260 C and create a sinusoidal signal. The thermocouples will read correctly again if I interact with them, AKA. apply heat. Then they will read correctly for a short period of time before decreasing into the same incorrect sinusoidal signal. I have attached pictures and my program to this post.

GHAHWT_0-1657465278470.png

 

 

0 Kudos
Message 1 of 4
(700 Views)

I have attached a J, T, E, and K type thermocouple to an NI cDAQ-9184. When I run my VI the readings for all thermocouples match and are correct at freezing, boiling, and room temperature. After a short period of time the readings begin to drop to about -260 C and create a sinusoidal signal. The thermocouples will read correctly again if I interact with them, AKA. apply heat. Then they will read correctly for a short period of time before decreasing into the same incorrect sinusoidal signal. I have attached pictures and my program to this post.

GHAHWT_0-1657220849194.png

 

0 Kudos
Message 2 of 4
(686 Views)

Hi GHAHWT,

 


@GHAHWT wrote:

I have attached a J, T, E, and K type thermocouple to an NI cDAQ-9184.


The cDAQ9184 is just a chassis. Which module(s) do you use? How do you connect your thermocouples?

 


@GHAHWT wrote:

After a short period of time the readings begin to drop to about -260 C and create a sinusoidal signal. The thermocouples will read correctly again if I interact with them, AKA. apply heat. Then they will read correctly for a short period of time before decreasing into the same incorrect sinusoidal signal.


Do you get any errors from your DAQmx reading?

Please define "short period of time"…

 


@GHAHWT wrote:

I have attached pictures and my program to this post.


Unfortunately you use the latest LabVIEW version many of us cannot open. Mind to attach a downconverted version of your VI? (File->Save for previous)

Your image is next to worthless as you attached a downscaled version of the image. It's just blurred and unreadable.

 

But still I can see "bad" code: DAQAssistent ExpressVI, lots of SplitSignal and unneeded indicators!

  • Replace the DAQ ExpressVI by plain DAQmx code as is shown in all those DAQmx example VIs…
  • Avoid using the DDT wires. It just hides the underlying data…
  • When you want to show numeric data next to the chart then you just need to ake the "digital display" visible. No need for additional indicators!
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 4
(686 Views)

Hi GHAHWT,

 

do you really need to read thermocouples at 1kS/s?

 

(And why did you need to create two threads for the same problem?)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(628 Views)