Hi,
I am trying to model a robot palletizer by making a robot move items from 2 different queues into a combiner already containing a pallet (through its port 1, coming from a conveyor). The first queue contains boxes an the second queue contains interlayer sheets. The robot always grabs 2 boxes at once but can only hold one interlayer sheet at a time.
Is there a way to dynamically adjust the capacity of the robot according to the item type? Right now the robot sometimes holds a box and an interlayer sheet at the same time and picks2 interlayer sheets at a time. I can solve my problem by just seeing the two boxes as one flowitem and doubling the interarrival time, but just out of curiosity I am wondering if there is a proper solution to this problem.
Many thanks in advance!