LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Controlling tab control using using boolean

Hi,

 

I have a tab control and I want to change the visibility of the front panel pages based on the Boolean it receives. Can someone help me?

 

Nachiket 

0 Kudos
Message 1 of 5
(2,545 Views)

Write to a local variable of the tab control.

 

If the tab page is always operated by the code and should not be operable by the user, make the tab control into an indicator and write to it directly with the desired value. No local needed. You can even hide the tabs.

0 Kudos
Message 2 of 5
(2,538 Views)

I am not quite getting it. I would be very grateful if you could show it in the .vi I have attached.

 

Thanks for the reply.

 

 

Nachiket

0 Kudos
Message 3 of 5
(2,497 Views)

Hi,

 

I did a little code to command 2 pages of tab-control with boolean.

 

Regards, Fred

 

 

Kudos are welcome! Smiley Happy

 

1.PNG2.PNG

0 Kudos
Message 4 of 5
(2,486 Views)

Here's what I would probably do (and hide the tabs).

 

TabSelect.png

0 Kudos
Message 5 of 5
(2,466 Views)