LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to determine if an event case is active

Hi All,
 
I have an event case and i want to determine if it is being executed.
I tried to set a true/false constant inside the event case but i can only get a value if it is running. Otherwise i get nothing. I want to output this boolean constant so that if the event case is running, it returns true; otherwise it is a false.
This is LABVIEW 8.0.1.
 
All help is appreciated,
 
Tai

Message Edited by BestPker on 06-15-2006 03:19 PM

0 Kudos
Message 1 of 3
(2,731 Views)
Hi Tai,
if you wire the Timeout- terminal with a constant other than -1, then the Timeout will execute. From this you can pass your False-constant.


Greets, Dave

Message Edited by daveTW on 06-15-2006 09:27 PM

Greets, Dave
Message 2 of 3
(2,721 Views)
Thank you dave , it worked out great.
 
Tai
0 Kudos
Message 3 of 3
(2,710 Views)