question

SudheerReddy avatar image
0 Likes"
SudheerReddy asked anthony.johnson edited

Repeating travel tasks in AGV standard template?

As shown in below image, Travel to Unload Point and Travel to Stop both are travel tasks to same destination. Trying to understand how it is helpful to have two travel tasks?

Attache is the model for reference.

agvunload-1.fsm

FlexSim 20.0.3
agvagv process flow
2times.jpg (44.3 KiB)
agvunload-1.fsm (124.9 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.

anthony.johnson avatar image
1 Like"
anthony.johnson answered anthony.johnson edited

These are two different travel tasks to two (potentially) different destinations.

Number 2 in your diagram happens first, and makes the AGV stop at the item's destination control point and then unload the item to the destination.

Once the AGV has unloaded the item, it is going to check if it should stay in unload mode (Should I Stay in Unload Mode?). It will stay in unload mode if the AGV has an addional item to unload (the AGV has multi-item capacity), and the user has set the process flow variable UnloadToEmpty variable to 1, meaning once the AGV starts unloading, it should unload completely before loading again.

In this case, it will figure out which of its next loaded items it should unload next (Query Best Unload Item), travel to the point where that next item should be unloaded (Travel to Unload Point) and jump back into the main loop, which will subsequently cause the item to be unloaded.

In some situations, the destination for Travel to Unload Point will be the same as the destination for Travel to Stop, but in many cases it will not, so Travel to Unload Point is NOT a redundant travel task. Travel to Stop travels to a first item's unload location, and Travel to Unload Point travels to a second item's unload location.

5 |100000

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

Braydn T avatar image
0 Likes"
Braydn T answered

@Sudheer R

The point of the AGV template is to understand one way AGVs could be used/programmed, and to allow for extension. You could move that travel point. But you could also have the stop be in a different place, so you could want to keep it.

5 |100000

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

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.