LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Open another vi in the main vi

Hi,

 

This issue have always be difficult to me undertant, hopely someone can explain this to me.

 

I have the main Vi which have device controlling, measuring and others tasks. Now i have tryid to open other window (vi) with this (button and event structure http://decibel.ni.com/content/docs/DOC-3413). OK vi opens, but everything stops. The main window stop "runnin" and new window's controls are "not in use". I want to run and control both windows.

 

Thx again 🙂

 

-Aa-

0 Kudos
Message 1 of 4
(2,838 Views)
Try making the constant going to Wait until Done false.
--
Tim Elsey
Certified LabVIEW Architect
0 Kudos
Message 2 of 4
(2,829 Views)
The example is basically how I do it, but I put in a case to skip launching the Vi if it is already running.
========================
=== Engineer Ambiguously ===
========================
Message 3 of 4
(2,812 Views)
You may want to look at this thread for a recient similar solution.  There are two sub vis located in the thread as well and a configuration file.  As previously mentioned- you would want to modify Main.vi by changing the constant wired to Wait for Completion property for your application.

"Should be" isn't "Is" -Jay
0 Kudos
Message 4 of 4
(2,801 Views)