LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

confusion about Event Structure Timeout case

Solved!
Go to solution

@altenbach wrote:

@drjdpowell wrote:

It is a feedback node of -1 from the Timeout case, and zero from all other event cases.


Most of my larger programs use similar techniques, except that I use a shift register. Most events decide if a timeout is needed or not, so that output is on the right. Not all are zero.

 

One very important adjustment to avoid event buildup is to set the event queue to 1 and disable panel locking.

 


Just to be specific, do you mean set the maximum number of events in the event queue to be 1? 


------------------------------------------------------------------------------------

Please join the conversation to keep LabVIEW relevant for future engineers. Price hikes plus SaaS model has many current engineers seriously concerned...

Read the Conversation Here, LabVIEW-subscription-model-for-2022
0 Kudos
Message 11 of 12
(793 Views)

@WavePacket wrote:

Just to be specific, do you mean set the maximum number of events in the event queue to be 1? 

Yes (was posting by phone, so could not get the precise wording).

 

(Most important for analog type events such as "slide:value change" or "cursor:move" where tons of useless intermediary events can be generated until we arrive at the desired value.

 

Note: This feature was not always available and that's why we had this idea, implemented in 2013. You're welcome!

0 Kudos
Message 12 of 12
(785 Views)