TaylorJ Posted January 21, 2022 Posted January 21, 2022 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!
gocken Posted January 21, 2022 Posted January 21, 2022 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!
Recommended Posts