10-24-2016 06:48 PM
I need help with this project, im having trouble figuring out how to control an array of LEDs with a single switch, so that all lights will turn on with only one switch. any help is appreciated, I am a beginner in labview and taking my first course for it. I am only creating the NoDAQ at this moment so the DAQ will not be applied.
Thanks
10-25-2016
06:17 PM
- last edited on
01-08-2025
10:16 AM
by
Content Cleaner
Hi mikegt95,
The overall application architecture that I would use is a state machine architecture. Here is some information on building a state machine in LabVIEW:
Basically, the case structure will have a state for each of the LED array states and the case structure will be determined by the switches.