LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

run another VI and continue executing the origin VI

Hi,
I'd like to know how can I use a VI in an event structure (linked to the UI button of the first VI), this VI is displayed when executing and close after, and keeping the control on the first user interface.
In my program , I press the button on the first UI, it launch the other VI an displays its UI, but I can't keep on with using the first UI buttons.

May putting the VI out of the event structure and placing it in a case structure may not interrupt the process?
Which solution is the best (call VI, etc.)?

Thank you in advance.

Bim
0 Kudos
Message 1 of 2
(2,344 Views)
Hi Bim,

You can use "VI Server" to accomplish your task.

Please find attached example for your reference.

Regards,
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 Kudos
Message 2 of 2
(2,338 Views)