question

Aaron C avatar image
0 Likes"
Aaron C asked Aaron C edited

Is it possible to have AGVs ignore "collisions"?

I am working on a model dealing with shuttle routes. Preferably, I'd like to just have a single 2-way agv network path that will allow agvs to pass by each other going opposite directions. I suppose I could just create a second network parallel to my first traveling the opposite direction, representing the other side of the road, but that could get cumbersome. Any ideas?

agvagv networkagv pathagv travel direction
5 |100000

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

Phil BoBo avatar image
1 Like"
Phil BoBo answered Aaron C edited

You can have AGVs go down a two-way path and ignore collisions with each other.

Just set the path to No Accumulation, and adjust the control point allocations such that multiple AGVs can be traveling down the path.

Here's an example model showing this: agv-ignore-collisions.fsm


· 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.

Aaron C avatar image Aaron C commented ·

Exactly what I was looking for! Thanks! The Max Accumulation value also was a big factor that I was missing.

0 Likes 0 ·
Benjamin W2 avatar image
0 Likes"
Benjamin W2 answered Aaron C commented

Hi @Aaron C,

I think that making two parallel travel networks is going to be your best bet. There may be a way to customize the collision behavior, but such a solution would be very complex.

Have you considered using Network Nodes instead of the AGV path? I personally find the Network Nodes easier than the AGV path. You can add all network nodes, then set the network to be one-way and no-passing. As you connect the Network Nodes together using A-connections, it will automatically be configured for one-way and no-passing.

I have attached a simple sample model where I implemented this. Also, check out the link to the Network Node documentation.

https://docs.flexsim.com/en/19.1/WorkingWithTasks/Travel/WorkingWithTravelNetworks/

Sample model:

nntravelnetwork.fsm


nntravelnetwork.fsm (28.6 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.

Aaron C avatar image Aaron C commented ·

Thanks for the suggestion and resources! This was very useful!

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.