mroland Posted January 11, 2014 Share Posted January 11, 2014 Hello, I've got 4 workshops in my model( Each workshop contains various servers). For each workshop there is a dedicated worker (inspirated from the simbit MoveableWorker). As is not the best repartition ( too many task in one of the workshop for only one worker), I want to put 2 workers for one of them. In that way, when the first worker is busy the second one will take in charge the job. But in the properties of my servers it seems to me that I can put only one secondary ressource. So I'm wondering if I need to use processes for each servers to search and choose the available worker, or if there is an other solution? Thank you in advance for your help, Best regards, Link to comment Share on other sites More sharing options...
ASagan Posted January 12, 2014 Share Posted January 12, 2014 The easiest way to solve this is to just use two realizations of the same instance of a worker. Set the population of your worker instance to two. The servers will automatically consider the whole population of workers. The other way to do it is to set the servers 'object type' for resources to 'select from list' and give it a list of workers. No process logic required in either instance. Link to comment Share on other sites More sharing options...
MEagar Posted January 17, 2014 Share Posted January 17, 2014 Thanks Alan, this helped me too.... Link to comment Share on other sites More sharing options...
mroland Posted January 22, 2014 Author Share Posted January 22, 2014 Thank you very much for your help, that simpler than I was expecting Link to comment Share on other sites More sharing options...
Recommended Posts