Hello,
Here is what I want to achieve with combiner .
One source can feed items in to the system with random arriving rate. Ideally, the combiner will pack 50 items into a box. However, with uncertain arriving rate, i have following condition for the box:
The box will stay on combiner to collect items. Once the quantity reaches to 30, the box can only wait for another 5 minutes. Box capacity is 50 and max wait time is 50, which one comes first, then box will move to next operation.
is possible to model this scenario?
Thank you.