LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Move led to another page tab control programmatically

How i can move led indicator to another page of tab control programmatically?

0 Kudos
Message 1 of 3
(636 Views)

Hi Aritek,

 


@Aritek wrote:

How i can move led indicator to another page of tab control programmatically?


You can do so using LV scripting as long as your VI is in edit mode…

Once the VI is in run mode you cannot move the LED to another tab page.

 

What exactly do you want to achieve?

When the LED should be shown "in" several pages then you should place that LED above the tab container (but not within!) and change the visibility of the LED if needed…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(629 Views)

... and if it should only be on some tab pages, create multiple LEDs wired to the same source. You can even make it invisible at time of needed.

 

IT ALWAYS HELPS TO DESCRIBE WHAT YOU WANT TO DO, NOT HOW YOU WANT TO DO IT 😄

0 Kudos
Message 3 of 3
(586 Views)