11-29-2011 11:32 AM
Just saw the code posted earlier. Apologies.
12-20-2017 02:45 AM
Pardon that I am responding to a post that is more than 10 years old. The solution of using 2 (or more for that matter) event structures that react to the same Button is simple and straightforward. What is causing me a rash is:Isn't this one of the absolute no-gos of LabVIEW style guide??
Thanks for your time.
12-20-2017 03:13 AM
As long as you follow these guidelines, you should be fine. However, I don't agree with the statement about static events. Sometimes multiple event structures are useful (such as here). Just ensure that each event structure has it's own loop.
(One thing you need to be careful when you have multiple event structures. Don't use the same filtering (discard=true) event in more than one event structure. Since whichever structure sees the event first will discard it, so the other one will not see it.)