Jump to content

Recommended Posts

Posted

Is there a way to create a queue (buffer) that reorders its elements whenever a new element enters in it? We only have 4 available entry ranking rules. What if I want to implement a more complex rule, are there any solutions?

Plus, what's the best way to create a queue? (I don't want it to be attached to a server or workstation. It may be a situation where a queue receives elements from multiple workstations and delivers to multiple workstations)


Thank you for the attention

Posted

dynamic selection rule of server object would work for you. Setting this property largest or smallest will enable you to enter your complex rule. And, setting standart dispatching rule will allow you to be able to choose one of the well known dipatching rules. If you do not want to use server object then you should define a station element. Station element does not support dynamic evaluation of its contents but you can search its contents and remove if any satisfies your search condition.

×
×
  • Create New...