The loop controller is the “brain” of your loop, managing how it operates. It’s the only block that can contain cycles of blocks, directing the flow of information through your loop.
Imagine a simple loop changing values ‘A’ and ‘B’. In each cycle, ‘A’ and ‘B’ are updated, performing calculations or actions until a stop condition is met.
Be sure to add a stopping condition to avoid an endless loop. Odella will automatically stop the loop if a maximum iteration count is reached.