Hi all,
My model have 4 processor, I want to pull in batch size = 20 of Queue 1 to In 1-4 in one time, so I set Operator capacity = 20.
But then I want this operator do alternate processor 1-4.... means operator need to pick 1 object in , do in processor 1, then pick 1 in In2, do processor 2,...
so how can I change the capacity of operator to 1? cause if i set capacity = 20, the operator will pick 4 object, release at 4 processor and then do for each processor.
Hope anyone can help.