Construct Multiple Assemblies Sequentially

Hi,

I want to create multiple assemblies in sequence.
Right now, only one assembly is created

I need it to work like this — when the first assembly is completed, the next one should start construct automatically, and then again the first one after that.

How can I set this up in Visual Components?

Two Assemblies Construct.vcmx (400.5 KB)

Hello,

you could create a variable in your process and change its value each round, so that it alternates in the If-loop:

1 Like

@Tilma Thank you its working