question

night avatar image
0 Likes"
night asked Jason Lightfoot commented

How to transport using multiple cranes?

I am trying to replicate the process in the simulation as how it is done in the real-world. Crane 1 would transport the item from a queue, align up with crane 2 and transfer the item over to crane 2 for crane 2 to transport it off to a separator. Is it possible to do so? If not what should I do?

1693469210045.png

FlexSim 23.1.2
cranemultiple cranes
1693469210045.png (171.2 KiB)
· 2
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

Jonah K avatar image
0 Likes"
Jonah K answered Jason Lightfoot commented

You can use process flow to make a task sequence in which one crane will hand-off the item to the next crane. This will work easiest if you have one meeting point. In this model, I used a station named MeetingPoint, floating in the air, and just had the cranes Load/Unload/Travel to it. You could also use a BasicFR as the meeting point, and you could also make it invisible if you wanted.

CraneHandoff.fsm

If you want a more arbitrary meeting point, you may have to do some calculations before the travel task to get the location. Perhaps a Load, Custom Code where you calculate the meeting point, then two Travel tasks for both cranes to travel to the meeting point, then MoveObject to Crane2.


cranehandoff.fsm (144.2 KiB)
· 6
5 |100000

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