04-26-2007 03:58 PM
04-26-2007 05:06 PM
04-26-2007 05:28 PM
04-26-2007 06:15 PM - edited 04-26-2007 06:15 PM
Here is the same vi in 8.0
Message Edited by tbob on 04-26-2007 05:15 PM
04-26-2007 06:16 PM
How about this? I'm not smart enough to put pictures in my posts...
Essentially you make a local indicator variable of your pause button and place it inside a "True" case structure. Wire button A to the conditional ("?") with a branch into the "True" case structure and connect it to the "Pause" local variable. The "False" case can remain empty. Wrap the whole thing in a while loop and there you go.
When you press button A the "True" case is executed setting the pause button true (pressed) as well. When you release button A the "False" case is evaluated which does nothing to the local Pause variable.
04-27-2007 03:33 AM
See this post.
http://forums.ni.com/ni/board/message?board.id=170&message.id=243530
Or, try this VI also. In LV 7.1.
04-27-2007 10:10 AM