LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Data Range

Hi everyone.

 

I want to ask on how to add range filter to data. I want my data that will be display and save will be in value of certain range. But I'm not sure how to add the filter on my current Labview programme.

 

Thank you.

 

Anna_10_0-1664759526068.png

 

0 Kudos
Message 1 of 2
(813 Views)

use "in-range&coerce" on the value and place the saving parts in a case structure wired to the "in range?" output.

 

You should also eliminate the glaring race conditions by replacing the local variable with a wire. You can also probably eliminate the "data" indicator by showing the digital display of the chart. I recommend to continue with the training resources listed at the top of the forum.

0 Kudos
Message 2 of 2
(761 Views)