LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

temperature updating

Solved!
Go to solution

I am new to labview an I have the code to get the temperature from a thermocouple sensor. But I was wondering how to make it the temperature update( not every second but maybe every minute) not is it just a simple loop? I'm confused. If someone could help me that would be great I attached the code below. 

0 Kudos
Message 1 of 5
(2,972 Views)

to update temperature, encase the daq read in a while loop with included wait(ms), to hold the value every minute...put it on an initialized shift register, every minute(use an elapsed timer set to one minute) input the value to the shift register using case select, indicate value of the shift register...

0 Kudos
Message 2 of 5
(2,961 Views)

The first daq read should be encased in the while loop?

0 Kudos
Message 3 of 5
(2,942 Views)
Solution
Accepted by topic author Gotti_uncc

@Gotti_uncc wrote:

The first daq read should be encased in the while loop?


If you want it to update continuously...

 

Spoiler
temp[1]_BD.png

 

Message 4 of 5
(2,933 Views)

Thanks I understand what you were saying now.

0 Kudos
Message 5 of 5
(2,914 Views)