09-04-2008 08:55 AM
09-04-2008 09:49 AM
09-04-2008 09:51 AM
Hello,
simply wire your selector value through a while loop. Stop the loop with your button. After the loop stops, the value will go on to the case structure.
Hope this helps.
Uli
09-04-2008 09:53 AM
Hi Jbn,
plaese give more details. Do "pause" your program you can use a while loop where you check the value of a button or you can use an event structure where you define an event for a button or another control.
Hope it helps.
Mike
09-04-2008 09:54 AM
UliB wrote:Hello,
simply wire your selector value through a while loop. Stop the loop with your button. After the loop stops, the value will go on to the case structure.
Hope this helps.
Uli
Make sure to include a Wait (ms) or else you'll burn all your CPU cycles waiting for a button press
09-04-2008 11:01 AM
UliB wrote:simply wire your selector value through a while loop. Stop the loop with your button. After the loop stops, the value will go on to the case structure.
09-04-2008 02:12 PM
altenbach wrote:
UliB wrote:simply wire your selector value through a while loop. Stop the loop with your button. After the loop stops, the value will go on to the case structure.
Hello altenbach,
Thank you for the link to 'A Field Guide To LabVIEW Objects - Selfish Loop'. I'll keep that in mind, when answering other questions with while loops.
Uli