LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Comparing last two samples read in

Solved!
Go to solution

Hey guys,

 

before my program begins testing a sample, it has to check that its current temperature is stable

 

So, I'm reading temperature information from my sample at a very low frequency (once every 5 seconds) and I basically want to compare the last two samples I've read in, and if they are the same allow the next part of the program to begin.

 

I thought this might involve using the collector function of Labview but I can't seem to see how I'd implement this.

 

Any help is much appreciated,

Sam.

0 Kudos
Message 1 of 3
(2,168 Views)
Solution
Accepted by topic author Sam_R

use a feedback node or shift register.

Write the value to feedback node input and compare to the output

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
Message 2 of 3
(2,156 Views)

Thank you very much.

0 Kudos
Message 3 of 3
(2,124 Views)