01-07-2021 03:09 PM
The event structure can be triggered by front panel controls, some panel interactions (like mouse movements), and dynamically through "user events".
It might be easier to wrap your head around notifiers / queues. The example below works because when "wait on notification" times out, it returns the default boolean value, false. When you want the loop to stop, send a value of true.
01-09-2021 10:35 PM
Thank you so much!