Hello,
I have a task to sort data for errors and provide a quick analysis. I have a 2d array with the valve# and a binary # to indicate pass/fail. The data file has 1000 data points and is formated as follows:
1 1 Left Column = Valve#
1 0 2nd Column = 1 for fail, 0 for pass
1 0
1 0 So in 10 data samples, valve #1 had 3 failures. This data repeats 10 times/valve for 20 valves. After the last data point for valve 20 is collected, the loop jumps back to 1.
1 1
1 0
1 0
1 1
1 0
1 0
What I want to do is have the VI display that in 1000 samples, valve# XX had XX number of failures. Any help would be appreciated.
Henry