acquire resource priority vs. priority of processors

acquire resource priority vs. priority of processors

william_d6
Not applicable
14 Views
2 Replies
Message 1 of 3

acquire resource priority vs. priority of processors

william_d6
Not applicable

[ FlexSim 21.0.8 ]

Using a dispatcher which are servicing various processors. In processflow, I would like an operator to abort assisting a processing when I ask to acquire a resource. I've made the acquire resource a higher priority but it still waits until the processor is completed. Thoughts?

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

moehlmann_fe
Explorer
Explorer
Accepted solution

I guess my advice in your other question wasn't the best. I didn't know that you were mixing 3d-logic and process flow.

https://answers.flexsim.com/questions/109862/how-to-use-multiple-operators-in-tasksequence.html

The solution is to use "Create Task Sequence" activities after all, because simply acquiring a resource has no influence on the tasks of a task executer. To get the operator to prioritize the process flow task sequence and resume its current one afterwards, it should be set to "preempt only".

1634279363267.pngIf the tasks coming from the dispatcher are also "preempt only", you have to additionally set a higher priority.

synctask_1.fsm

0 Likes
Message 3 of 3

william_d6
Not applicable
Thanks Felix. That worked!
0 Likes