02-20-2015 09:30 PM
I am working on a program for homework that states E5.4) Using a single Whil eLoop, construct a VI that executes a loop N times or until the user presses a stop button. Be sure to include the Time Delay Exress Vi so the user has time to press the stop botton.
I am doing this right now but it seems as though I can only connect one thing to the stop sign on th while loop. It won't let me connect a comparision of N and the iterations as well as the stop button to the stop sign on the while loop. So how would I be able to structure it so that it stops if it receives a true Boolean value from either of the 2 sources (whichever comes first)?
Basically, I cannot wire the output of the comparison of N and iterations as well as the stop button to the stop button on the whlie loop to end it. Is there a solution?
Thanks!
Solved! Go to Solution.
02-20-2015 09:45 PM
@Rajster16 wrote:
Using a single Whil eLoop, construct a VI that executes a loop N times or until the user presses a stop button.
Look in the boolean palette for something similar to the word hightlighted in red above. 😄
02-20-2015 09:51 PM
Literally figured it out moments before you posted! I appreciate the help.