question

EssoN avatar image
0 Likes"
EssoN asked EssoN commented

AGV not dropping off items in the Basic Parking template

Hi,

I am trying to insert the Basic Parking template into my model. It loads one item, but somehow it doesn't drop it off at the other control point. The pickup station is connected to a Queue, and the dropoff station is supposed to be a conveyor.

But the AGV keeps driving around with the item - going from one control point to the other.

Does somebody know, what the problem might be? I followed the instructions in the documentation about it.
1733942334165.png

FlexSim 24.2.2
agvitemparking
1733942334165.png (66.3 KiB)
· 2
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 EssoN commented

The actual destination of the item is the Entry Transfer. That needs to be connected to the control point or the logic can't know that this is where the item is supposed to be unloaded.

Slightly more in-depth explanation:

When arriving at a control point, the logic checks if there is an item that should be unloaded there by pulling items from the "Loaded Items" list, where the "destCP" list field is equal to the CP the AGV is at.

The code of the "destCP" field returns the first CP that is connected to the destination object of the item via a 'Location' connection. If such a location doesn't exist, no CP is returned and the item is not pulled.

capture1.png


capture1.png (146.8 KiB)
· 7
5 |100000

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