LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying Max & Mindata from multiple measurements

I’ve created a VI which measures and displays the max & min torque of a cycled part.

What I’d like to do is load more parts, test each one and have the max/min values show on an array, under each previous set of measurements.

Any advice is appreciated.

 

0 Kudos
Message 1 of 2
(2,063 Views)

You could use a FOR loop around your current code and just autoindex the max&min out of the loop, creating your array.  You will need to make sure your Max & Min PtByPt gets reset with each new part (reset if i = 0).


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 2
(2,036 Views)