03-13-2008 05:17 PM
03-14-2008 02:18 PM
07-12-2008 03:37 PM
Did you ever find a fix for this?
Mike
07-14-2008 03:53 PM
07-18-2010 12:33 AM
07-18-2010 11:06 PM
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.
07-19-2010 09:58 AM
07-19-2010 06:50 PM
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.
Hope this helps!