Using a Global Table for Prioritization

Using a Global Table for Prioritization

arjun_r
Not applicable
15 Views
2 Replies
Message 1 of 3

Using a Global Table for Prioritization

arjun_r
Not applicable

i have 4 types of item that has to be given priority in the next stage of operation. The 4 items are separated by percentage and is available in 4 respective Queues.The next stage is a Processor but I cannot give Priority as they are in 4 different Queues. How could I give priority to these 4 and Should I use a a global Table?If so how to execute this process? I am using Flexsim 7.

0 Likes
Accepted solutions (1)
16 Views
2 Replies
Replies (2)
Message 2 of 3

anthony_johnsonT83CM
Autodesk
Autodesk
Accepted solution

You can enable pulling on the downstream processor, and then use the Pull Best Item option for the Pull Strategy.

Also, FlexSim 2016 (and 7.7) introduced lists. These are constructs that allow much more flexibility and power in filtering and prioritization. For your situation, you would have the upstream queues push the items onto a list, while the downstream processor(s) pull from that list, using an ORDER BY clause in the pull query to prioritize based on the rules you want.

Either way, I don't think you need to use a global table for this.

Message 3 of 3

arjun_r
Not applicable

Thanks Anthony.

0 Likes