02-10-2012 06:08 PM
@LandBelenky wrote:
If you want it to go forever, I'd use a while loop and set the condition to "continue if true" and use a constant false.
NO NO NO.
An infinite while loop is just bad programming. The only way to stop your VI is to hit the abort button.
You should put a stop button control and wire that to the stop terminal of the while loop.
02-10-2012 06:30 PM
This is what I got.
Any suggestion to make it more efficient?
02-10-2012 06:57 PM
Ah 80's TV. Easy way up to 32 LEDs, 64 with a few modifications.
02-12-2012 04:55 PM - edited 02-12-2012 04:58 PM
blacksnow wrote:Any suggestion to make it more efficient?
Here is my quick attempt. Do you really need to be able to change the numer of LEDs live? I assume not.
Modify as needed. 😉
02-13-2012 07:19 AM
@LandBelenky wrote:
Surely we can make it prettier than that.
You mean prettier than your first attempt?