LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Wait on Notification

Solved!
Go to solution

@crossrulz wrote:

@Mark_Yedinak wrote:

External to the loop with the Wait on Notification, you will need to destroy the notifier. In your UI loop that is monitoring the Stop button it should release the notifier after it has detected the stop.  Your consumer loop will get an error on the notifier. This will be your indication to stop that loop.


If it was a Queue, I would be screaming at you.  If you want to process all of the data, then you need to send a sentinel of some sort through the queue to tell the consumer loop to stop (destroying the queue would destroy any data that has not yet been processed).  But since we are dealing with a Notifier, it is safe to assume we only care about the latest received data.


This is true.



Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
0 Kudos
Message 11 of 11
(198 Views)