Closed flow cycle

Hello, I want to do a simulation in closed flow using the same object in a loop.
When I use the flow simulation and come back to the start of my simulation, the object is lost because I don’t have any arrow leaving my last process even if it is similar to the start of my simulation.
Do you have any clue in how I can make my simulation restart automaticaly from the first process when I come back to it ?

Thank you

So you want a product to repeat a process flow sequence indefinitely?

You can do that with the SetNextFlowStep statement to “reset” the product’s position in the flow sequence. You will of course need to have the transport links set up such that the product can be transported to some implementation of the set next process.

https://help.visualcomponents.com/4.9/Premium/en/English/Process%20Modeling/Process%20Statements/SetNextFlowStep.htm

1 Like

I will try that, thank you