LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to open up multiple front panel screens with one program?

Solved!
Go to solution

I have 3 subvi's I have created and want to open one at a time. The 1st vi relates to the 2nd and the 2nd to the 3rd. All they do is create settings for the next vi. I need it to open, put in settings, close, then open the next vi. I tried putting each subvi in a flat sequene; I got them connected but it gives me errors. I attached three parts of the code, one vi is missing because it wouldn't let me attach it. Hopefully you can follow what I'm doing. Thanks for the help.

Download All
0 Kudos
Message 1 of 3
(2,607 Views)

Also, part of the programs will be wrong as I have been programming on the road and haven't been able to test with the DAQ as I go through each process.

0 Kudos
Message 2 of 3
(2,606 Views)
Solution
Accepted by topic author Relient

For future reference, zip up all of your VIs and post the zip file.

 

Anyways, what you need to do is edit the VI properties (File->VI Properties).  Go to the Window Appearance and click the Customize button.  You will see an option to "Show front panel when called" along with a "Close afterwards if originally closed".  You need to enable those options.

 

You shouldn't need the sequence structure if you are wiring up from one VI to the next.  Make sure all of your inputs are wired.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 3 of 3
(2,601 Views)