Jump to content

various worker for one server


mroland
 Share

Recommended Posts

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

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

×
×
  • Create New...