Operator using crane for moving part

Operator using crane for moving part

vishal_b
Not applicable
12 Views
4 Replies
Message 1 of 5

Operator using crane for moving part

vishal_b
Not applicable

[ FlexSim 7.7.4 ]

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 ?

0 Likes
Accepted solutions (1)
13 Views
4 Replies
Replies (4)
Message 2 of 5

sam_stubbsYXX86
Community Manager
Community Manager
Accepted solution

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.

0 Likes
Message 3 of 5

support5CRPZ
Advocate
Advocate

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
Message 4 of 5

jing_chen
Not applicable

@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
Message 5 of 5

vishal_b
Not applicable

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