forloop

s2sluder/forloop/forloop

A block that provides a pulse if an inputted value is within boundary conditions.
forloop
@/forloop
A block that provides a pulse if an inputted value is within boundary conditions.
i=number
The lower boundary of the for loop. This value is the first value that will be processed.
i++pulse
Increases the value of i, sending a pulse through attached code if i is within the boundary conditions.
i<number
The upper boundary of the for loop. Attached code will not be run for values greater than or equal to this one.
forloop
OUT
i=
i++
i<
i
OUTpulse
Outputs a pulse if i is within the boundary conditions.
inumber
Outputs the current value of i. This can be used for indexing.
To use the node in your project you should have the s2sluder/forloop library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.