Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

How to change state of LED to off after array is finished..tia sal2

Greetings All

I'm teaching myself Labview and have a question on a vi I'm working on.
I have a vi lopp through the array a set number of times and turn on and off 3 LED's the problem is that the Last LED remains on after the loop of the array is completed how can I end the loop with turning all LED's off.

Is this the best way to program this type of loop?

PS using labview 7.1 and usb-6008
TIA
0 Kudos
Message 1 of 2
(3,044 Views)
You could use local variables after the loop to make sure that all the LEDs are turned off. I added this to your VI to demonstrate.
-Alan A.
0 Kudos
Message 2 of 2
(3,035 Views)