Jump to content

Parallel Batch-Processing Servers


TaylorJ
 Share

Recommended Posts

The manufacturing line I am trying to simulate has two servers whose behavior I am having trouble modeling. First, these two servers are in parallel. Second, these servers process units in batches of 14. Third, I need both servers to not start a batch until at least 14 units are present in queue. Lastly, I need to pool the queue for both servers into a single queue.

Any help would be appreciated. Thank you!

Link to comment
Share on other sites

hi taylor, 

before the paralel servers place a combiner object. On combiner object set the right logic for batching. Then again set a logic for sending the batched entities to the appropriate server. I feel you should set this sending logic on the links to the servers. Hope this helps!

Link to comment
Share on other sites

×
×
  • Create New...