I am working on a project where i need to stack up 10 pieces of cylinders and release them one by one to the next process, starting with the bottom cylinder. I used Buffer Statement to stack them up but none of the cylinders travels out of the stack to the next node. Do you have any ideas on how to do that?
Hello,
I recommend using StartTransportIn statement instead of Buffer statement.
Buffer statement is a special statement that actually does the functions of TransportIn and TransportOut inside it, and is meant for cases where products can be transported out simultaneously with transporting in. And the statement runs forever or until BreakCondition is fulfilled.