LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tab Control

Hi All
 
I have a problem in which i need to do the following
 
1.In the 1st page of front panel i need to specify some selection buttons(application selection for ex: 1 to 10)
 
2.Once the application is selected it needs to go the second page where i have the different tabs which includes the programs.
 
3.Also when one application is running and if i am selecting another application in the 1st page of front panel, the previous running program needs to run in background and the new application selected should be visible.
 
pls help me with some examples and approach to this problem
 
Thanks
0 Kudos
Message 1 of 7
(3,079 Views)
0 Kudos
Message 2 of 7
(3,049 Views)

Thanks Eugen

I have started developing my programming,i have few doubts.

In the front panel, i have got Application1,2,3 nad a tab control.

I am interested in doing like this,if i press the Application1 Run button it needs to open a new window where it shows the tab control.

I have attached my sample program.Anyone pls help with this.

 

0 Kudos
Message 3 of 7
(3,019 Views)

Hi Veeru,

as i understand it, you can use an event structure. Use the value change event of the buttons. In the specified event case you can use the "Open VI Reference" function to load your selected vi dynamically. In this vi you can insert your tab control.

Did i understand you correct?

Mike

0 Kudos
Message 4 of 7
(3,016 Views)
Thanks Mike
 
Yes, do u have any examples for that,it will be helpful for me
 
Thanks
0 Kudos
Message 5 of 7
(3,014 Views)
Hi Veeru,
here is a short example for you.
Mike
0 Kudos
Message 6 of 7
(3,011 Views)
Thanks Mike
0 Kudos
Message 7 of 7
(3,006 Views)