question

hikel avatar image
1 Like"
hikel asked hikel commented

Distance between Forklifts

I am using A star this is a warehouse simulation. (reason I am doing small grid is to have a grid line in each aisle) I know in order to prevent collision you try to make grid node bigger ( @Joerg Vogel if you have any other suggestion I have seen your post). I am just trying to have distance between forklifts specially within racks because we cannot have more than 3 forklift for each Aisle. I am trying to implement it but it looks like it is not working I am using same code from the code just for Narrow phase. in this post as well doing same in network. I have seen a lot of posts related to distance between AGV/forklift but most of them use network. just some post related to A star. I am trying to have forklift leave space between each other specially within the racks. only close idea is using agent module from this post. @Felix Möhlmann Do you have any idea how solve this problem? here is model consalidation problem.fsm

1734563948825.png


I tried rerouting seems not working for case here as well from this post or this post or this post

FlexSim 23.2.2
warehouseagent moduleforklift movementproximity detection
· 3
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

Jeanette F avatar image
1 Like"
Jeanette F answered hikel commented

Hello @hikel,
You can use a control area with A star to define how many transporters can be in an area. This feature was added in 24.0

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