question

Julien G6 avatar image
1 Like"
Julien G6 asked Julien G6 commented

crane collision to simulate pick'n place

Hello,

thanks @Afonso Teberga for your model with crane collision management. I resused it. My need is to simulate a machine with 2 pick'n place (2 cranes) to supply 5 identicals processors. I resized the 2 cranes in your model to my need and so, the crane collision doesn't work anymore. Sometime the cranes cross together. Can you help to understand the issue?

crane_collision.fsm

FlexSim 22.1.0
FlexSim 22.0.1
multiple cranes
crane-collision.fsm (93.1 KiB)
· 1
5 |100000

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

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

Example of proximity event at 32.77 secs.

1 Like 1 ·

1 Answer

·
Afonso Teberga avatar image
2 Likes"
Afonso Teberga answered Julien G6 commented

Hi @Julien G6

1. You should change the agent system proximity trigger from "On Enter Proximity" to "On In Proximity" (just add this trigger and cut and paste the code into it). More info on the proximity triggers here. This allows to dispatch travel tasks on each update interval if cranes are close.

2. Uncheck the "Resolve Distances and Forces on the X/Y Plane Only". Otherwise, the bounding volume of each agent will allow one crane to pass over/under another, without violating the collision radius.

resolve-distances.jpg

The attached model has these instructions implemented: crane-collision-answer.fsm

Best regards


· 1
5 |100000

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

Julien G6 avatar image Julien G6 commented ·
thanks, it works. I undertstand better now.
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.