07-21-2014 10:20 AM
hello!
I have a project in which there are three VIs...main VI, VI NO.1 and VI No.2.Now the idea is to control VIs from the main VI like there could be buttons over there on the main VI.When I click the button no 1, it pops up the inactive VI No 1 and turn it on, when i press button 2, it turn on the VI NO2 and turns off the VI No 1.The whole idea is to control the start and stop of independent VI through main VI controls.How can I do that?
07-21-2014 11:02 AM
The best way would be to run the other two VIs in parallel with the main VI. Then you use queues or events to send commands to the other VIs. You two subVIs just responds appropriately after reading the commands.