07-23-2013 11:50 AM
Hi the problem I'm having is from the combo box on my code I choose which current I want, but now I want this current value that I choose to be plotted in the XY graph in the while loop inside the case structure. How would I do this?
07-30-2013 03:30 PM
Hi priyadamico,
You can use a case structure to select the value you want to supply to the Y input on the graph. Wire in the Current Combo Box, and make a case for each command you are sending to the instrument ("I/E 0", etc).
Please refer to the image attached.