Changing Process Node/Flow based on Quantity

I am trying to model a molding process where a robot loads the mold into the press, brings the part to the operator, cleans it, then loads it back into the press until the order quantity is fulfilled. Once the order quantity is fulfilled, then it needs to place the part on a shelf. How can I set up a product flow so that it repeats a certain sequence X times followed by a storage process?

Hi,

You can create some instance variables and loop through some statements a few times.


click on the Process #1 and create integer variable, name the variable appropriately, eg. “loops”


use some of these statements…

image
you can build something like this

Happy experimenting.

BR,
Lefa

1 Like