question

Vishal B avatar image
0 Likes"
Vishal B asked Vishal B commented

Operator using crane for moving part

crane-operator-problem.fsm

I am having a problem. In my model I want my operator to use crane to move the part after the operation gets over . (Like in a shop floor - Operator and crane both moves with the part to the destination then operator unloads the part and brings empty crane back) .What should be done in my current model ?

FlexSim 7.7.4
craneoperator after processing
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

Sam Stubbs avatar image
0 Likes"
Sam Stubbs answered Vishal B commented

Instead of just choosing the center port object to execute the task sequence, instead select Coordinated Task Sequence Example 2 from the drop down. Have the dispatcher be the second center port object of the processor, and have the two out port objects of the dispatcher be the crane and the operator in that order. Then in the Coordinated Task Sequence Code, change line 24 to be the centerobject(current,2) instead of 1. (The dispatcher.)

Here is your example reuploaded.

crane-operator-problem-autosave.fsm

You might also want to look into using Process Flow for intricate task sequences as well. Process Flow gives you direct control of the tasks of task executers, without the overhead of having to code them.


· 3
5 |100000

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