Switch Hardware and Software

cancel
Showing results for 
Search instead for 
Did you mean: 

Help with application array light control

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

0 Kudos
Message 1 of 2
(3,788 Views)

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:

http://www.ni.com/tutorial/7595/en/

 

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.

Nolan H.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(3,749 Views)