RGB Button Guide
This page describes the information about the RGB button
The button on the DAQ-A contains a color-changing RGB LED inside it to show the user the current system state. The LED is daylight-readable from afar and can be adjusted for brightness.
Button Click Modes
Short Press
Start/Stop Image Capture
Long Press (5 seconds)
Start/Stop Data Logging
Press the button for 5 or more seconds to perform the long press
RGB LED Modes
OFF
Solid
- No Power 
- System Booting 
RED
Solid
- System Booting 
- Data Logging OFF 
GREEN
Solid
- Data Logging ON 
- Image Capture OFF 
GREEN
Fade/Pulse
- Data Logging ON 
- Image Capture ON 
PURPLE
Flash
Image Capture
BLUE
Solid
Firmware Updating
Dimming or Turning OFF the Button LED
Most of the time you will probably not need to adjust the LED brightness. For the times you do need to dim the LED or turn it off you just need to edit the "led_brightness" parameter.
"led_brightness": 10To turn the LED off, edit parameter "led_brightness" to a value of 0.
The brightness value range is 1-10, with 1 being the dimmest and 10 the brightest.
When the image capture sequence is on, the LED will fade between the max brightness set by the "led_brightness" parameter and a value of 1 (lowest but not off). For example, if "led_brightness" is set to 10 (default), it will fade between 10 and 1 (10-1-10-1...).
Last updated