LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to have 2 front panels for the same vi

hello everyone

   

 as part of a project i have made a VI.i wish to have two front panels for the vi, one for displaying the important values and the other for having the entire controls and indicators.when i execute the vi i want the 1st(simpler)  front panel to display.The second one should display or pop up when i press a button in the 1st front panel and replace the 1st front panel.  Or simply saying,i want to switch between two front panels of the same vi which runs simultaneously. 

Electronics and Instrumentation Engineer
Freelance LabVIEW and Arduino programmer.
For projects contact me ; djac791@gmail.com
0 Kudos
Message 1 of 6
(2,930 Views)

The tab control should do what you want.


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 2 of 6
(2,929 Views)

thanks for attending to my question.
could you please show me this with a simple example vi which fuctions like what i require.

Electronics and Instrumentation Engineer
Freelance LabVIEW and Arduino programmer.
For projects contact me ; djac791@gmail.com
0 Kudos
Message 3 of 6
(2,927 Views)

Crossrulz is suggesting that instead of two separate VIs, you have a single VI with a tab control to switch between the full and simple user interfaces.  No functions are necessary.

 

If you have controls that you want to appear on both the full and simple versions of the interface, place them on top of the tab control instead of inside it.  To do this, place the controls somewhere on the front panel, off the tab.  Then select them and use the arrow keys on the keyboard (hold down shift as well to move faster) to move them on top of the tab.  They may show a "shadow" appearance while editing, but that will go away when you run the VI.

Message 4 of 6
(2,919 Views)

Hello

 

Here is an example for your reference. Hope it will give you some direction.

 

Regards

 

Javed

0 Kudos
Message 5 of 6
(2,877 Views)

thank you everyone for the help

 

Electronics and Instrumentation Engineer
Freelance LabVIEW and Arduino programmer.
For projects contact me ; djac791@gmail.com
0 Kudos
Message 6 of 6
(2,846 Views)