From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

5 LEDs are circulating one by one at 1 sec interval.( LabView VI)

Put an animated gif on your FP:

progressbar

 

Simplest diagram ever!

0 Kudos
Message 11 of 12
(244 Views)

@pjroland1121 wrote:

another option would be to start with a boolean array constant (where one is true) and simply "rotate" the 1D array each iteration of your while loop.  


 

Did you even click on the first link in my post above? That's what was there: 😄

 

altenbach_0-1600704274126.png

 

(Note that the Q&R is not really needed. I am pretty sure that's built into the rotate function already)

 

Of course you can also keep it in a shift register and just rotate it by 1 (or -1). Same difference. You weren't really specific in your suggestion.

Message 12 of 12
(238 Views)