Hi,
There are two operators and two containers at our process. 1.operator takes the processed parts from the machine and places it in the container. 2.operator switches the filled container with an empty one. I need a flow like:
- 1.operator fills the 1.container with 100 pcs.
- When the 1.container is full, 1.operator starts to fill the 2.container.
- While the 1.operator is filling the 2.container, 2.operator takes away the 1.container (which is filled already) and brings an empty container.
- When 2.container is filled with 100 pcs 1.operator starts to fill the 1.container
- While 1.operator is filling the 1.container 2.operator takes away the 2.container and brings an empty container.
- This goes on and on. So the machine does not stop producing because of waiting empty containers.
I want to simulate this but I have a problem doing so. Operator places the parts to the containers one by one. I mean one part to 1.container and one part to 2.container, one part to 1.container and onr part to 2.container. So two containers are filled nearly at the same time.
I need and advice to create a flow like the way I explained at the beginning.
Thanks in advance for your time…