Loop Repeater

Post any examples or modules that you want to share here
Post Reply
tulamide
Posts: 2714
Joined: Sat Jun 21, 2014 2:48 pm
Location: Germany

Loop Repeater

Post by tulamide »

loop_repeater.png
loop_repeater.png (15.35 KiB) Viewed 16515 times

A tool to loop repeatedly as long as needed. You define a start and a step value in the options view. With every step trigger it counts up by one. After the maximum value was reached, it falls back to the start value, again counting up by one per trigger. And so on. Every time the maximum value is reached, a boolean informs you about it. Reset should be self-explanatory.
Example: In the image above the options are set to Start = 0 and Step = 3. The resulting values are 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2 ... forever, if you wish so.

It is helpful whenever you have to repeatedly step through some kind of list, switch selectors in a fixed manor, etc.

Leave a comment if you like the tool ;)
Attachments
loop_repeater.fsm
(535 Bytes) Downloaded 1124 times
"There lies the dog buried" (German saying translated literally)
Youlean
Posts: 176
Joined: Mon Jun 09, 2014 2:49 pm

Re: Loop Repeater

Post by Youlean »

Cool, thanks.
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: Loop Repeater

Post by billv »

tulamide wrote:It is helpful whenever you have to repeatedly step through some kind of list, switch selectors in a fixed manor, etc.

Very usefull circuit...used it many many times over the years.
i prefer to use "Counter Advanced" for this sort of thing....
Everything you need is there....plus bonus of direction control(up...down....or up/down)
ScreenShot010.png
ScreenShot010.png (25.38 KiB) Viewed 16483 times
tulamide
Posts: 2714
Joined: Sat Jun 21, 2014 2:48 pm
Location: Germany

Re: Loop Repeater

Post by tulamide »

billv wrote:
tulamide wrote:It is helpful whenever you have to repeatedly step through some kind of list, switch selectors in a fixed manor, etc.

Very usefull circuit...used it many many times over the years.
i prefer to use "Counter Advanced" for this sort of thing....
Everything you need is there....plus bonus of direction control(up...down....or up/down)
ScreenShot010.png

Thank you for making me feel like an idiot :lol:
I swear I looked over it, but since I always looked for the keyword 'loop', the advanced counter slipped through. Woohoo, I reinvented the wheel! :oops:
"There lies the dog buried" (German saying translated literally)
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: Loop Repeater

Post by billv »

tulamide wrote:Thank you for making me feel like an idiot :lol:

Your welcome.. :lol: :lol:
seriously....you probably learnt more building your own than the average guy
just pulling it out of his toolbox...all good mate ;)
Post Reply