LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Measuring Temperature of a Thermocouple

My partner and I composed a program in LabVIEW that reads the temperature of various thermocouples in our lab. However, we have a problem with the initial measurements. When the program starts, the first reading starts very high and then spikes to normal temperature (~20 degrees Celsius). Is there any reason as to why this is happening and is there a way to fix it so it starts off normally at 20 degrees?

0 Kudos
Message 1 of 8
(2,600 Views)

No idea.  Could be software, could be hardware.

 

You haven't attached any VI to see if you programmed something wrong.

If haven't told us what DAQ devices you are using to measure the thermocouple or how you have connected things.

0 Kudos
Message 2 of 8
(2,596 Views)

What hardware are you using to read the temperatures?  Most likely, you are not properly configuring the channel(s) before your initial read.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 8
(2,591 Views)

We are using an NI cRIO (I believe cRIO 9035).  And how can we configure the channels? We are using the variable from the project explorer, dragging it into the VI, and then putting the data into an array. 

0 Kudos
Message 4 of 8
(2,586 Views)

The cRIO 9035 is just a controller.

 

What module are you using to read the thermocouple?

 

If you have a VI, then show it.  Since a cRIO really needs to be a part of a project, then zip of your entire project folder and attach that.  Are you using Scan mode?  Or are you running a VI on the FPGA?

0 Kudos
Message 5 of 8
(2,582 Views)

We are using scan mode. As for the module, the only device I see in this lab that fits that description is an NI 9213. 

0 Kudos
Message 6 of 8
(2,491 Views)

That is not your entire project folder.  It is just a lvproj file which is the top level definition of a project that describes the devices used and the VI's used in the project.  It does not include any actual VI's.

0 Kudos
Message 7 of 8
(2,484 Views)

This is the VI that we made 

0 Kudos
Message 8 of 8
(2,456 Views)