Loop of a list
#2528
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
Hello fellas. I want the list that is created at the beginning to repeat indefinitely (for now) to move a servo motor. The list is traversed each time a button is pressed n times with "create observable", and it ends at size x of the list. Once the first list is traversed, the workflow stops to wait for new int data for a new list.

I want the list created the first time to be displayed indefinitely.
And as a preview... how can I later create a temporary condition, that is, so that it repeats until a time x runs out.
This is what I have; if I need to change something or if there is a more efficient way to do it, I would appreciate your comments.
Peticion:
1.- Loop of a list
2.- Repeat until (time condition)
contadorvariable.zip
Beta Was this translation helpful? Give feedback.
All reactions