LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Blinking LEDs

In my VI I use the blinking property of LEDs to simulate a Unit Under Test. I alter the default "Blink Delay" and "Blink Foreground" color under "Tools>Options>Front Panel" and "Tools>Options>Colors" to more accurately simulate the appearance of the Unit Under Test. This works fine when I am running out of the development environment but when I build an executable (.exe) it reverts back to the default settings. Is there something I am neglecting to include in my build so that the exe will recognize my default overrides under "Tools>Options"?  
0 Kudos
Message 1 of 3
(2,794 Views)

If you examine your LabVIEW.ini file closely you will find lines that record your preferences. Copy those to the *.ini for you exe and you should see the same behaviour you observed in the dev environment.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 2 of 3
(2,789 Views)
Worked great. Thanks.
0 Kudos
Message 3 of 3
(2,768 Views)