Dear
Recently, I studied about design patterns.
LabView Style book by P. Blume also explained about this.
In order to receive some event in the event driven state machine, ideally, LabView should monitor some idle state (inside while loop) without any delay time.
That is, some infinite loop should be run.
Is the event driven state machine useful in real programming?