Description
Description-Separate-1This example shows how to use the System Config API to set the state of the "USER LED" on the front of a mioDAQ device. mioDAQ device models include USB-64xx model numbers.
Example uses of the USER LED include showing test system status such as running, complete, or "needs attention".
Potential code modification:
- Use other VIs in the System Config API to programmatically detect the device name of your mioDAQ for more portable code.
- Add logic to select between the 7 LED states programmatically

Description-Separate-2