LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Delay between tabs with large dataset

Solved!
Go to solution

Haven't looked in detail, but see one problem.

 

You do a Min/Max decimation and then interleave the Min and Max values. Look at the original links I posted, besides getting the Min and Max, the VIs get the indices of those values. Right now your array is always Max,Min,Max,Min, ..., when in reality it may be Max,Min, Min, Max, Max, Min. (The original VI will switch those if necessary.)

 

Look at those VIs again.

 

Yes it is work, but you will learn and get better each time you modify.

 

Cheers,

mcduff

0 Kudos
Message 11 of 12
(202 Views)

That's a great point. I didn't look into it that far, I figured at that scale you wouldn't be able to tell the difference between if it was the min or max element that was first (or even if that really mattered since you're taking only 2 out of potentially thousands of points).

0 Kudos
Message 12 of 12
(200 Views)