LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

empty the led light

Hi, all
 
I have a programe which have the result   through the LED light ( green lighr means pass and read one means fail)
 
I want to know, if i don't open the programe again or swith off the Led light manully, Do I still have some possible way to empty (swith off ) those light as the first thing when I run the programme.
 
Thanks
0 Kudos
Message 1 of 2
(2,524 Views)

Set the state that you want all indicators to be shown as; when the panels open.

Then select the 'OPTIONS | Make Current Values Default' option.

This will cause the panel to remember the currently selected values for all controls on the vi front panel.

Alternatively create a property (or local variable) node for the control and set its value outside your main loop. It will get executed before the loop is entered in your vi (remember LabVIEW is data flow ordered!!).

Message Edité par Conseils le 11-21-2005 08:10 PM

0 Kudos
Message 2 of 2
(2,520 Views)