LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Pass data between two VIs running in parallel

Solved!
Go to solution

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…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 11 of 12
(471 Views)

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.



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 12 of 12
(467 Views)