Dear All,
I am quite new to LabView and sorry for asking simple questions.
In my program, a detector (mounted on a translational stage) voltage output is being read as the stage is moved by constant stepsize (voltage is recorded at every step). According to the experimental conditions the voltage output trend may vary. No matter what the trend is, I should select a specific point (voltage) among all after the scan is finished and command the stage controller to move back to the corresponding position. In order to monitor the output, I have used X-Y graph to show the data point-by-point as the stage moves forward. As far as I know, there is no Method to Activate the Cursor on X-Y Graphs so I can select that specific (X,Y) (position,voltage)! Since the whole process is being done in a While Loop, I wonder if I should take out (after the loop is ended) the arrays containing all the data and plot them in for instance a Waveform Graph outside the loop so I can select the proper point OR there is a clever way of doing this?
Thank you for your time,
Kind Regards,
Arman