02-16-2014 10:23 PM
how can I find the minimum value from a XY graph for different iterations of while loop. I have a XY graph , i need to find the minimum value at each operation of the loop. In the way such that I hve to plot a graph with minimum against time. How can I do it please reply
02-16-2014 10:52 PM
02-16-2014 10:57 PM
Hi perumpadapu,
You might want to look at a function called "Array Max & Min" where you can extract a minimum or maximum value inside an array.
You can also get index information of the array as well.
Best regards,
TuiTui
02-16-2014 10:58 PM
it's not the same question, there it is different, here it is different, here i have to start the while loop again and again and I have to see the minima .
02-16-2014 11:02 PM
02-16-2014 11:03 PM
Hi Perumpadapu,
Do you mean you want to see the minimum value of every loop and retain the information?
If this is the case, you might want to use "build array" and shift register to put the value in each loop into array. However, you might want to consider about the memory if you are using build array.
Concept of shift register can be found in this link below
http://www.ni.com/gettingstarted/labviewbasics/shiftregisters.htm
Hope this help
Best regards,
TuiTui