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.

David Seo avatar image David Seo commented ·

Thank you @Sam Stubbs.

The crane do not come back with the operator at same time.

The crane start to move after call message from the processor.

How can I control it?

0 Likes 0 ·
jing.c avatar image jing.c commented ·

@david.seo

Hi david. You can select "Travel to an Object" in unload trigger of crane. And using an object to guide the crane back to the point.

You can see the attach model.

crane-operator-problem-chj.fsm

0 Likes 0 ·
Vishal B avatar image Vishal B commented ·

Hi Sam ,

Thanks for your reply but I am facing a problem. If I am reducing the crane speed(Gantry , hoist, Trolley) the logic is not at all working.

Is there any other way we can do this.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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