LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Communication between two fully independent VI's


@Kris_T wrote:

wiebe@CARYA wrote:

That explains things. A queue or notifier seem like a better fit.

So I decided to keep the global notifier...

 


wiebe@CARYA wrote:

So you manually start the two VIs? That seems a bit inconvenient.

It is, however I will modify my VI_2 during the measurement, and VI_1 has to work to keep the camera cooler on. From what I understand I can not easily modify the subVI or use another subVI (e.g. with different path) while the parent VI is on since I need to call particular subVI "declered" in asychronous call. Probably there is a way to do it dynamically, however seams more complicated than just using global notifier and manually start any VI I want. 



You can start the VIs dynamically. Then you can start them and pass the parameters you want. Stopping the VI, editing it and restarting it will still work, the passed values (queue\notifier refs) will retain their values.

0 Kudos
Message 11 of 11
(345 Views)