Please we need assistance on how we can make an operator to pick a particular quantity of flowitems from a queue to a processor and a defined quantity of flowitems to be processed by the processor at a given time.After that we would want the mergesort to send flowitems to different conveyors according to the weight of the flowitems.Please the details are below:
Source1 is suppose to produce 15000 flowitems per simulation
At each pick of operator14,it is suppose to pick 10 flowitems from Queue2 to Processor10 until it gets to 600.Operator14 will have to wait for Processor10 to finish processing before it start picking again.
Processor10 is suppose to process 600 flowitems at a time
The mergesort is to send flowitems to the 6 conveyors according to 6 different weight of flowitems
Sink11 is to accomodate 1,500 flowitems which did not fall within the various weight.
We are waiting for your valuable suggestions.Thank you.