Hi everyone,
I am trying to simulate a flowrack in an assemblyline, in this the boxes come in (now with sources but in real life via forklift) on the flowrack, but I am stuck with this version. Next sequence I would like to make:
- operator looks for green box and creates 10 bolts
- operator loads these 10 bolts and moves them to the table
- operator searches blue box and creates 10 nuts
- operator loads these 10 nuts and moves them to the table
- operator seeks black box and creates a plate
- operator loads this plate and moves it to the table
I created this cycle with the code below. However I would now like to add that the operator puts the box away when it is empty. The content of the boxes is following:
green box = 100 bolts
blue box = 100 nuts
black box = 16 plates
Can anyone help me simulate this?