You
really need to read the LabVIEW wiring guidelines. Your wiring is an absolute nightmare, making it close to impossible to understand what you're doing. You've got wires that are outputs looking like they're going into inputs. You've also got loops inside of loops - a sign of poor design. Plus, you've got the loop execution controlled by the values of signals. Also not a good approach.
I can't answer the question because I have no clue what you're trying to do based on trying to decipher the mess. As far as I could tell you have the array of values that you're graphing, and you're getting the min/max of that array. What else are you trying to get from this array of values? It also looks like you're getting some values from the instrument itself. Are you looking for the value at specific locations? Then the Index Array function is what you want, I guess.