Repeating travel tasks in AGV standard template?

Repeating travel tasks in AGV standard template?

sudheer_r
Not applicable
526 Views
2 Replies
Message 1 of 3

Repeating travel tasks in AGV standard template?

sudheer_r
Not applicable

[ FlexSim 20.0.3 ]

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

26285-2times.jpg

0 Likes
Accepted solutions (1)
527 Views
2 Replies
Replies (2)
Message 2 of 3

braydn_t
Not applicable

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

0 Likes
Message 3 of 3

anthony_johnsonT83CM
Autodesk
Autodesk
Accepted solution

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.