From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

remove unhandled events

Solved!
Go to solution

I have had similar issues with events not clearing from one call to the next in a VI.

 

Wrap the VI with the event handler into another caller VI

Make this caller load dynamically. You can easily do this with a right click on the VI in the block diagram.

 

Call setup:  Reload for each call

 

That will destroy the queue in the VI.

 

 

I would imagine others saying there is something wrong with this but It has worked for me and Iv'e had no issues yet.

.

 

 

 

0 Kudos
Message 11 of 11
(741 Views)