question

Bing Z avatar image
0 Likes"
Bing Z asked Bing Z commented

Why AGV don't move items to the second trailer?

traile-agv-double-pallet.fsm

As shown in the fsm file(19.0.0),when AGV travel to the second queue, it refuses to load items. Can you tell me how to correct it? Thank you.

FlexSim 19.0.0
agv
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

·
Braydn T avatar image
0 Likes"
Braydn T answered Bing Z commented

@Bing Z You create 2 tokens with 2 different sources. When one token hits the load for the other queue it has no reference to the boxes in that queue.

If that AGV is going to be the same loop I would create one token at time 0 and have that loop through the process. You should have 2 lists that get batches pushed to them from each queue. when you need to move objects to the pallets, then you can pull from those lists.

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

Bing Z avatar image Bing Z commented ·

The problem is solved,thank you!

0 Likes 0 ·

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.