12-25-2019 06:51 PM
Oh, boy, another chance to teach! Call me "Socrates" (not Ishmael) -- I'm going to ask questions.
But first -- have you been around the Forums enough (i.e. have you read other posts from beginners such as yourself) and seen the pleas from people posting Helpful Responses to not use Frames and Sequence structures? You absolutely do not need them if you do a little thinking first ...
A final note. The LED is an Indicator. Place it where the changes are being made (it should be inside a loop inside a loop). No Sequences, no Frames, no Property Nodes, no Case Statements, one Wait function, one Shift Register (which doesn't even need to be initialized), and a little arithmetic (which should be done before entering the For loop, as the calculation only needs to be done once).
See if you can figure this out. It's quite simple, and fairly elegant.
"Socrates" Schor
12-27-2019 10:33 PM - edited 12-27-2019 10:34 PM
Oh, that is a lot of advices here:)
I think my program gonna work for me the way I have it, BUT I'm going to re-write it using all of your tips (or ones that I can figure out).
So far I fixed the "counter" the way you suggested, thank you, that is very smart way of doing that.
Unfortunately I got a cold I will take a pause for a day or two.
Thank you again for all the help, I'll be back soon with new version of the program.