Changing the color of the blinking LED in LabVIEW development environment
To achieve changing the color of the blinking LED in LabVIEW development environment follow the next steps:
- Open the front panel of your VI.
- Click on Tools → Options
- In Category field click on Environment and scroll down to Colors tab.
- Pick the desired color of blinking indicators in Blink Foreground box.

Changing the color of the blinking LED on an executable
The blinking colors are stored in the ini file. In your development environment, your preferences are stored in LabVIEW.ini. In order to get the blinking to use the same colors on your target machine, you will want to transfer the information in your LabVIEW.ini file to the ini file created along with the executable.
- Navigate to C:\Program Files\National Instruments\LabVIEW <version>\LabVIEW.ini (If using 32-bit version go to Program Files (x86)).
- Open the LabVIEW.ini file with a text editor.
- Look for the following tokens that are the configurations created previously on the development environment:
blinkFG = [color in HEX]
blinkBG = [color in HEX]
- Copy and paste those tokens into the configuration file that will be generated after creating an executable, usually called Application.ini.