Quote:
Originally Posted by Mark McLeod
|
Yes and no.
This part sounds good:
Quote:
|
When your OS detects that an event has occurred, it notifies applications so they can react by executing any code written specifically for that event.
|
But this part not so much:
Quote:
|
the event structure responds to every registered event detected by the OS and executes those responses synchronously in the order the events occurred.
|
In LabVIEW, periodic tasks can be prioritized, and tasks with the same priority can run concurrently via time-slicing. Is there a way in LabVIEW to treat event handlers the same way?