Hi,
I have a combiner and when a pallet enter the combiner I want to pack 1 component from the input port 2 which is the same item.Type as the pallet (pallet Type =1 so pack product Type =1) If there won't be any product with the same Type, the model should wait until product with acquired Type appears on the queue and push it to the combiner (or maybe the combier should pull it?).
I know that I can do it with many queues, before the combiner, each one for the each Type.
But I have 100 Types and it is possible to have 1000+ more.
So it is annoying to multiply the queues.
Is it possible to do it on one queue?