02-27-2019 11:36 PM
Hi All,
I am trying to display a "running min and max" number from 100 randomly generated numbers between 0 to 1. My VI will display the min and max at the end of the 100 iterations, but I cant figure out how to get it to display min and max while running.
Any help is appreciated, my VI is attached.
Thanks!
Solved! Go to Solution.
02-27-2019 11:39 PM
You can use the Max/Min function on the Comparison pallete, and bring the max/min indicators inside the loop. You will need to use 2 shift registers for the previous max and min values.
02-28-2019 12:37 AM
03-02-2019 05:00 PM
Thanks for the help!