Anemone question to pros

Is it possible to hack Anemone to execute each loop individually with T/F button?

Have you tried Browse History Component ?

It is only for reading the results, I want to control each loop manually.

1 Like

This a way where we can do a little trick to control each iteration manually .

(I used one my examples to show how it works )
In this case , we need a separate Data Recorder component. reset it each time you run the loop. Time buffer just guarantee the Button accuracy .
[Anemone_Iteration_Control_Manually.gh|attachment]
Itr_control_manually.gh (16.9 KB)

Interesting! I have to check whether it fits my scenario but thanks, well done.

I can see you needed data recorder which I tried to avoid.

Hi Ali

Maybe you can help me here, I am loosing my mind.

I have made impromptu the suggested setup. In my main file it makes each counter operation doubled:

Move it to separate file and everything works as expected:

CABINETs.gh (70.0 KB)

Hi because your file is using an excel file on your pc, I cannot open your file correctly .
Can you internalize required data and send again ?

Forget about Excel. The loop is disconnected from any source.

Actually, you gave me a valuable hint. When I restarted the file, the counter was doubling again, but when I deactivated rest of the components and activated them again it worked normal.

Really don’t know what to think about it. How, in theory, excel component could interfere with independent Anemone counter?

to get loop delay, I have better success with loop delay used as an input to loop end (even if you need to use dummy data); also disable parallel processing on the loop delay/data buffer (by right clicking on component)

That is really weird, because they are independent components , and work separately . @MateuszZwierzycki any idea why this is happening ?