LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How is it possible to change the page of 1 tab to Page 2 then to page 3 etc using a boolen control?

Solved!
Go to solution

Hi sir,

         I created A tab control of 4 pages.How is it possible to change the page of 1 tab to Page 2 then to page 3 etc using a boolen control?

0 Kudos
Message 1 of 6
(2,512 Views)

Hi Sagar

 

You can use the following concept to use a Boolean control to change pages of Tab Control.

 

 

Using Booelan To Access Pages Of Tab Control

Message 2 of 6
(2,506 Views)

HI Sagar

 

May be this VI will help you..

 

Message 3 of 6
(2,492 Views)

You have a couple of possiblities:

 

Keep the tab value in a shift register and use a value changed on the boolean to increment or decrement the tab. Write to a local variable of the tab as needed (I would recommend against value property nodes as in the above examples by others).

 

You could also hide the tabs and make the tab control an indicator. Now you can write directly to the terminal if the boolean changes and you don't even need a local variable.

 

Here is an example showing both (LabVIEW 8.2).

Message 4 of 6
(2,484 Views)
Solution
Accepted by topic author $agar

Thank you vey much sir.It Worked

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

Please give credit where it is due and mark the message that helped you the most as the solution to your problem rather than your own thank you message.  First you will need to to go the options menu to the upper right of your message to unmark it as the solution.

 

Good etiquette would say that you should also give a kudo to each person who was helping you.

Message 6 of 6
(2,441 Views)