03-01-2006 07:11 PM
03-01-2006 07:42 PM - edited 03-01-2006 07:42 PM
Message Edited by altenbach on 03-01-2006 05:46 PM
03-02-2006 08:50 AM
03-02-2006 08:58 AM
03-02-2006 01:26 PM
03-02-2006 02:20 PM
@DerekSRD wrote:
Anyways, the stop button is handled in another one of those loops, so how do I stop this particular event loop?
That's the beauty of the event structure, you can read the new value from the event terminal and have the button terminal elsewhere. 🙂
See attached modification (LabVIEW 8.0)
03-03-2006 07:37 AM
03-03-2006 10:43 AM
Yes, Derek. If your VI has anything that a user will be interacting with (i.e., it's not being used as a subVI), then in most cases, you'll want to use an Event Structure.
-D
03-03-2006 10:59 AM