sample- acquire crane priority.fsm
I'm trying to create a logic in my process flow where different processors must work on the flow items in a certain order and the crane must transport the items between the processors. I want to know:
1) how to model the acquire crane activities (there are 3 of them and I want to give the highest priority to the last acquire crane activity and the lowest to the first one)
2) how to create a logic for the crane in order to unload flow items on the processors only when they're idle and there isn't a flow item on them that hasn't been moved (the capacity of each processor is 1 item and as long as there's a flow item on them the processors can't work on another)
3) as there are 2 type 3-processors, how can I create a logic where the crane and the operators move towards the processor that is empty and unload the flow items there after being acquired? I've seen https://answers.flexsim.com/questions/57930/acquire-resource-referenced-to-a-group-of-object-t.html this question but I don't know how to link 3D objects (fixed resources) to a list in the process flow, and I don't quite understand what to do for my case as they've used flexscript in said problem.
I'll upload a simpler version of my model here as well.
thanks in advance