Hello, I am trying to simulate a warehouse where a forklift takes boxes from the conveyor to the racks in the first step and then takes the (smaller) boxes to the assembly line.
I want to achieve the following:
in the warehouse rack there should be only 2 boxes of each type. When there is less than 2, the source has to offer a new box to the conveyor and the forklift can put it in the rack.
So at the start of my simulation it already goes wrong, I would like to start offering each type 2 times and then only when one is needed in the rack. Can anyone help me?