Jump to content

Recommended Posts

Posted

The easiest way to do this dynamically is to use the Dynamic Selection Rule property on the Server (or other object, such as Combiner, Worker, etc.). You can use the 'Standard Dispatching Rule' option for that property to then include a Dispatching Rule, such as FirstInQueue, LeastSetupTime, EarliestDueDate, LargestPriorityValue, etc. This allows you to specify a TieBreak Rule as well. Using the dynamic selection will not determine which entity will be selected from the queue until the resource (object) has released an entity and is available.

 

 

Posted

Search the entity whom needs to be reassigned a priority, and use an assign block to give entity.priority a new value.

Hope this helps.

Posted

Sometimes it helps to have entities inserted into more queues for quicker selection. Something like a card indexes in the libraty. 

That way you can shorten the search steps time. 

×
×
  • Create New...