question

happyboy avatar image
0 Likes"
happyboy asked happyboy commented

Priority of list pulling

I have a crane list with three members. I need to prioritize pulling different objects from the list based on different tasks. What should I do?

Specifically, I want to implement in Task 1, if Member 1 is in the list, priority will be given to pulling Member 1, followed by Member 2, and finally Member 3. In Task 2, if Member 2 is in the list, priority will be given to pulling Member 2

FlexSim 24.0.2
list
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered happyboy commented

Use an ORDER BY clause in the pull query. In this case you could have an array on the puller that denotes the order in which the TEs should be prioritized. In the attached example I created a group, so I can use the group rank in this array and do not need a pointer to each member.

pull-priority-example.fsm


· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

happyboy avatar image happyboy commented ·

谢谢。你的回答非常有价值

0 Likes 0 ·