AGV did not drop off items

AGV did not drop off items

glenson_g
Not applicable
12 Views
4 Replies
Message 1 of 5

AGV did not drop off items

glenson_g
Not applicable

[ FlexSim 22.2.3 ]

liftusage2-221213.fsm

Hi @Felix Möhlmann ,

At about 8300s, the AGVs will no longer drop off items from the upper levels. Could it be because it is not able to pull the kitchen return CPs? I tried to check the "Leave Entries on List" option in the "Pull LoadCP" activity but it returns with an error of a deadlock situation.

Would appreciate your guidance on this. Thank you very much!

0 Likes
Accepted solutions (1)
13 Views
4 Replies
Replies (4)
Message 2 of 5

moehlmann_fe
Observer
Observer
Accepted solution

- Only three of the six control points are actually connected to the queue.

- The AGVs cannot turn onto the dropoff spur when coming from the right (Triggerpoint2). This means they have to travel al the way to the next corner of the path to turn onto the upper path and approach from the left. So they pull control points much too early.

- Triggerpoint1 (top left) could maybe be placed closer to the next intersection.

All of those points contribute to the available points all being acquired by AGV too far back in line at some point.

1671018772825.png

0 Likes
Message 3 of 5

andrew_o2
Not applicable

Hi @Glenson G, was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes
Message 4 of 5

glenson_g
Not applicable

liftusage2-221223.fsm
The attached model is saved in 2023 version.

Hi @Felix Möhlmann ,

After I made the amendments, it could not pick up from the multiple pick up points at Kitchen Return, may I ask what was the mistake that I made and how can I rectify it?

Thank you!

0 Likes
Message 5 of 5

jason_lightfootVL7B4
Autodesk
Autodesk
You should pull the location with the added query "WHERE isAvailable" otherwise all AGVs try to allocate the same controlPoint.

This may still not give you the desired outcome since isAvailable is just reporting the flexSim built-in command cpisAvailable - which may not be reflecting the availability in the way you need. If that's the case, take control of your model and manage the availability yourself.

0 Likes