LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

turn off Shared Variable PSP LED status message

On the front panel, I want to turn off the PSP LED status message that pop up whenever the mouse hover over the LED. I want to keep the PSP LED visible but not show the pop up status each time the mouse hovers. There is no property for this in DSC or Shared Variables.
 
richjoh
0 Kudos
Message 1 of 8
(4,726 Views)
Hi richjoh,

I'm assuming you're talking about the tip strip that shows up when hovering a mouse over the triangle led beside a binded shared variables on the front panel.

There doesn't seem to be a way to disable that. However you an remove the LED status indicator by using DataBinding » LED Visible property node.

Regards,
Stanley Hu
National Instruments
Applications Engineering
http://www.ni.com/support
0 Kudos
Message 2 of 8
(4,688 Views)

Did you ever find a fix for this?  

Mike

0 Kudos
Message 3 of 8
(4,445 Views)
Hi Mike,

There is no fix for this because it is the intended behavior. You can remove the LED as Stanley said and the strip will not pop up. Also, it should be possible to disable all such tip strips for the front panel by going to Tools>>Options...>>Front Panel and uncheck "Show tip strips on front panel controls."

Regards,
Stephen S.
National Instruments
Applications Engineering
0 Kudos
Message 4 of 8
(4,407 Views)
hello stephen, I have unchecked "Show tip strips on front panel controls.",but the PSP led still be on the front panel , why ? thanks for your help.
0 Kudos
Message 5 of 8
(4,144 Views)

Read Stan's message (#2) again.

 

If you don't want to see the LED then use the DataBinding » LED Visible property node and write a False to it.

0 Kudos
Message 6 of 8
(4,111 Views)
Hi Ravens, I created 5000 shared varibles (data type :word , 50 shared varibles /PLC ,total 100 PLCs, is there any smart way to create such amount of shared variables ?), if program to every shared variable's visibility property,it's a lot of work.
0 Kudos
Message 7 of 8
(4,079 Views)

You can access all the controls on your front panel using VI server.Get a reference to 'This VI' and choose the Front Panel property followed by the Controls [] property. This will give you an array of references to all of your front panel controls. You can index through them using a for loop and set the BindingLEDVisible property to false, as shown below.

19335i071A6272F01B9E81

 

Hope this helps!

Tanya Visser
National Instruments
LabVIEW Group Manager
0 Kudos
Message 8 of 8
(4,059 Views)