MasterMind 0 Posted November 21, 2018 Share Posted November 21, 2018 (edited) Hello, I am modeling a store with a few workers and 3 cash desk. Two of them are always open. If the Queue in front of the two cash desk gets to long a 3rd worker is opening the 3rd cash desk. The Problem is: I dont know how to tell the Entities to only chose the 3rd cash desk if it is in use/open. Thanks in advance Edited November 21, 2018 by MasterMind Link to post Share on other sites
gocken 43 Posted November 22, 2018 Share Posted November 22, 2018 examine AddAndRemoveServerCapacity simbit. you will find a similar logic but you have to extend the logic by including worker object. 1 Link to post Share on other sites
MasterMind 0 Posted November 23, 2018 Author Share Posted November 23, 2018 Thanks very good advice, helped me a lot. I managed to solve the Problem Link to post Share on other sites
Recommended Posts