LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

using event structure problem

My program structure is there is a event structure inside a while loop. I want the program check equipment status when no event occurs. How can I put this idle in my program?

Thanks.
0 Kudos
Message 1 of 2
(2,530 Views)
Create a "timeout" event and wire a reasonable timeout to the timeout terminal.

Check your equipment inside the timeout event case, which will execute whenever the wired timeout value expires.
Message 2 of 2
(2,530 Views)