LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

using an event structure to reset a boolean control with ring menu value change

Solved!
Go to solution

I am trying to get two boolean buttons to reset when the value of a ring menu changes.  For this I am using an event structure set to execute with a ring value change.  However I have other code that needs to be executing while the event structure waits for the value change.  I place my event structure inside the while loop the buttons reset as expected but my other code does not run (except at the moment of value change). If I place it outside the loop the rest of the code functions as expected but the buttons do not reset.  Any help you can offer is much appreciated.

0 Kudos
Message 1 of 5
(2,567 Views)
Solution
Accepted by topic author grabeer

Hello,

 

ADD TIME OUT EVEN AND GIVE 100 MS TIMEOUT.

 

Add event case-application-timeout

Thanks and Regards
Himanshu Goyal | LabVIEW Engineer- Power System Automation
Values that steer us ahead: Passion | Innovation | Ambition | Diligence | Teamwork
It Only gets BETTER!!!
Message 2 of 5
(2,562 Views)

I knew there had to be an easy solution.  Thanks so much!

0 Kudos
Message 3 of 5
(2,558 Views)

try this

Regards
Freelance_LV
TestAutomation Consultant
Message 4 of 5
(2,553 Views)

Oh! I am late!

 

but i gave a different solution, though

 

Regards
Freelance_LV
TestAutomation Consultant
0 Kudos
Message 5 of 5
(2,552 Views)