Il suggerimento automatico consente di limitare rapidamente i risultati della ricerca grazie al suggerimento di corrispondenze possibili durante la digitazione.
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?
You write "ideally, LabView should monitor some idle state (inside while loop) without any delay time." Is this a statement or a question. If it's a question the answer is no. If it's a statement it's wrong AFAIK.
The "activation" of the event structure works on Interrupts I think. IT does not need to loop in an idle state, this is the whole idea behind the event structure. It sleeps until it has something to do.
And yes, it's very useful for any kind of decent UI. Even in "real programming".
"wait until" and "loop until" are no LV functions, drval just gave you a description how the edsm will work. The event structure "waits until" an event happens, so the state machine doesn't has to iterate all the time!
Best regards, GerdW
using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019