question

JHU avatar image
0 Likes"
JHU asked JHU commented

How to avoid transporter collision without using Astar

Hi all FlexSim experts,

In my model, the transporter 1 and transporter 3 collide with each other as shown in the screenshot below. I know that the network node and Astar cannot be used together. Since I already used network nodes, is there any ways to avoid the collision between transporters based on my model? Something like set a distance between two transporters?

Could anyone please kindly help me with this problem? I have attached my model for your reference. Any help would be appreciated. Please help, thank you!

1690270629636.png


0724.fsm


Best regards,

JHU

FlexSim 23.1.0
network nodetransporterscollision avoidance
1690270629636.png (134.8 KiB)
0724.fsm (241.7 KiB)
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

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered JHU commented

There are two ways to restrict the movement on travel networks. The connection type can block connections entirely or forbid task executers to pass (as in overtake) one another while mandating a minimum distance between them.

https://docs.flexsim.com/en/23.1/Reference/PropertiesPanels/TravelNetworkPanels/NetworkNode/NetworkNode.html

However, this is defined per direction (so oncoming task executers can still move through each other) and task executers at network nodes are generally ignored as far as the spacing is concerned.

The other possibility is to use Traffic Control objecs that can limit section of the network to only allow a specified number of task executers to enter at the same time. For example, only one forklift can be in an aisle at any time.

https://docs.flexsim.com/en/23.1/Reference/3DObjects/TravelNetworks/TrafficControl/TrafficControl.html

https://docs.flexsim.com/en/23.1/Reference/PropertiesPanels/TravelNetworkPanels/TrafficControl/TrafficControl.html

· 5
5 |100000

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

JHU avatar image JHU commented ·

@Felix Möhlmann Hi Felix thank you for ur answer. sorry I didn't clarify my question well. I am wondering that is there a way to keep two transporters at a distance at all times, rather than one transporter stopping and waiting for the other?


0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann JHU commented ·
Not really. You could try to use overlapping traffic zones. But any control system that allows more than one transporter in an aisle without also enforcing a one-way system will very likely lead to deadlock situations (this would also apply to A* and AGV networks).
0 Likes 0 ·
JHU avatar image JHU Felix Möhlmann commented ·

@Felix Möhlmann what would you recommend me to do?

0 Likes 0 ·
Show more comments

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.