LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Question about sweeping Vgs and Vds as sam time versus Id again

I attached my block diagram how to sweep Vgs and Vds (as same time) versus Id.
Example, for different values of Vds, I will get a Vgs vs I curve.
Can anyone check what i've done, please give me some advices if you found out something that i need to correct
Thank you for your time
 
Ti Nguyen
0 Kudos
Message 1 of 2
(2,706 Views)
Two things that immediately stand out is that you have your stop terminal and Wait inside the wrong loop. If you want the inner while loop to stop whenever the button is clicked, it has to be inside the inner while loop. The wait also has to be inside the inner while loop if you want it to control the time between steps.
0 Kudos
Message 2 of 2
(2,701 Views)