07-26-2019 01:14 PM
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?
07-26-2019 01:17 PM
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.
07-26-2019 01:25 PM
What hardware are you using to read the temperatures? Most likely, you are not properly configuring the channel(s) before your initial read.
07-26-2019 01:31 PM
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.
07-26-2019 01:35 PM
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?
07-29-2019 10:34 AM
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.
07-29-2019 10:52 AM
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.
07-30-2019 12:48 PM
This is the VI that we made