05-26-2021 10:40 AM
Hi girish,
@girish_jadhav wrote:If both of these VIs are not in a single VI how can we use queues or notifiers? To use them both of these loops should be in single VI as far as I have understood it.
You can open the same named notifier/queue in each of those VIs…
05-26-2021 11:05 AM
You can also launch all of the subVIs from a single launcher and pass in the queue/notifier references. The top level could create them. If the top level remains running it can also be the one to destroy the queue when th eapplication shuts down.