12-31-2012 03:32 AM
like an example of
If i select first element in drop -down box, In the page it should display only numeric control 1 and 2
If i select second element in drop -down box, In the page it should display only numeric control 3 and 4
If i select third element in drop -down box, In the page it should display only numeric control 5 and 6
because i really new to the labview.
any answers thanks.
Solved! Go to Solution.
12-31-2012 04:15 AM
Something like the attached one?
Mathan
12-31-2012 04:22 AM
As Mathan given you can use a seperate Enum to change the page or else you can use the Page Label Display option (Right lick Tab>>Visible Item>>Page Label Display) to change the Page. Its always good to go through the Basic Materials (Available here and here).
12-31-2012 07:00 AM
in the same tab page that drop down box should be there and when we select the element in drop down box, Numeric controls should change.
12-31-2012 07:39 AM
So if I get it right you actually want everything on one page? You could try using property nodes... see example.
12-31-2012 07:41 AM
Did you go through the materials that I have pointed out? I would suggest you try on your own since these are very basic things and come back if you face any trouble.
Good luck
12-31-2012 07:42 AM
@Bert_Hannon wrote:
So if I get it right you actually want everything on one page? You could try using property nodes... see example.
Can you please post the vi in LV 2009?
12-31-2012 08:03 AM
There you go
12-31-2012 09:06 AM - edited 12-31-2012 09:08 AM
You can still use Mathan's approach (or my approach) by making the tab control transperant, since it is straight forward you can go without playing around with the property nodes. Check the attached vi.
12-31-2012 09:24 AM
And, just because I hate tabs, You can chek out this pseudo tab that uses subpanels to display and act on different groups of controls in message 15 of this thread