LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How an event case is controlled internally?

Solved!
Go to solution

Hi Friends,

 

I have used event case structure many times in my applications for may years, but I just do not know how an event case is controlled internally. 

An event case structure can have multiple cases, and is enclosed in a while loop. The while loop iterates once only when an event case is occurred, it does not iterate when no case occurs. My question is how often the while loop checks once for all those cases? every millisecond or any other number of millisecond, or even nanosecond?

 

Thanks,

Gu

 

edmonton_0-1702755396263.png

 

0 Kudos
Message 1 of 3
(1,060 Views)
Solution
Accepted by topic author edmonton

For the sake of getting straight to the point, here's a discussion you probably want to read.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
Message 2 of 3
(1,048 Views)
Solution
Accepted by topic author edmonton

Yes, follow the above link.

 

Just to clarify, the while loop has nothing to with the event structure and does not check or poll anything. 

Message 3 of 3
(1,025 Views)