question

christoph gruber avatar image
0 Likes"
christoph gruber asked christoph gruber commented

AGV take the wrong item from the queue

Hi @Joshua S

push parking AGVs now are working, and my demo model works fine until simulation time 910 sec. But than there is a problem in taking the right item from the queue - see the discribion in the picture below and the attached model.

Thank you for your help.

push-agv-1.fsm

FlexSim 19.2.4
agvlist pulltaskexecutor flowitem
take-wrong-item.png (307.1 KiB)
push-agv-1.fsm (156.0 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

Joshua S avatar image
2 Likes"
Joshua S answered christoph gruber commented

After you are traveling to the queues, you are telling the task executers to pick up the first item in the queues, which is not necessarily the item pulled off the list. For Item in your Load activities, use "token.flowItem" instead of "token.flowItem.up.first"

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