Prioritize tokens in "Acquire Resource" Activity

Prioritize tokens in "Acquire Resource" Activity

siva_selvan_av
Not applicable
21 Views
3 Replies
Message 1 of 4

Prioritize tokens in "Acquire Resource" Activity

siva_selvan_av
Not applicable

[ FlexSim 21.0.10 ]

In my process, initially for 5 mins i need operator & then for next 10 mins its machine time. After that, for next 5 mins operator is involved.

I use 2 "Acquire Resource" activity, one at the start & another at the middle. At a moment, 2 tokens arrive at each Acquire Resource activity. Now I need to make priority to acquire the resource in 2nd Acquire Resource activity.


I don't know how to acquire a resource by prioritizing the incoming tokens & decide on which token to acquire the resource.

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

jason_lightfootVL7B4
Autodesk
Autodesk

That's the Queue Strategy of the resource (back orders) - use SQL ORDER BY Puller.processStage DESC or something like that.

0 Likes
Message 3 of 4

siva_selvan_av
Not applicable

Yes, I tried it. But it will sort only within the list of resources available and not the tokens entering the acquire activity.

I tried pushing resources to a list & activities to a list.

Then first pull an available resource & then pull an activity from a list based on priority criteria and continue the process from there

0 Likes
Message 4 of 4

siva_selvan_av
Not applicable
Accepted solution

prioritize-tokens-in-acquire-resource-activity.jpg

I tried pushing resources to a list & activities to a list.

Then first pull an available resource & then pull an activity from a list based on priority criteria and continue the process from there.
This is working as i expect. Not sure any other errors will occur in future

0 Likes