LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

tab control

Solved!
Go to solution

Hi guys ,

I have a silly problem, I have a strict  data type tab control. where i have 3 tabs . I need to run the 3 different data acquistions like for example 

first tab shows           Distance

second tab shows      Force

Third tab shows         Position of the motor

 

The problem is each sensors shd acquired data from their respective task and it is to be activated when i click the

tab1       distance shd be on

tab2       force shd be on

tab3      position to be

 

Can be get an indicator like a boolean variable when i see n click the tab and turn it off when i switch to next tab?

 

Boldness has genius, power and magic in it!'
0 Kudos
Message 1 of 2
(2,174 Views)
Solution
Accepted by MaveenD

Are you using any Design Pattern Like - PC etc...

In an event structure you can set Tab Control Value Change

The New Value of the Tab Control will give you the Tab On which you are going

Tab.png

Message 2 of 2
(2,170 Views)