question

Meng,Li avatar image
0 Likes"
Meng,Li asked Braydn T commented

Confused with the "push to /pull from List" and "NextLookForWork Loop"

As you can see in the photo above, The items created by the three sources are pushed to the list("ItemList1"), but the "ItemList1 Entries" table shows nothing during the simulation run. Same thing happens to "AGVWork Entries"table. Straight to the point , as the "Push to/Pull from list" mechanism(push missions onto the list, and pull te to execute it) being used in mission allocation, why still use "NextLookForWork Loop" mechanism? And when it comes to large scale AGV system simulation , which one suits more?

FlexSim 19.1.0
agvtask
001.png (92.0 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.

1 Answer

·
Jordan Johnson avatar image
0 Likes"
Jordan Johnson answered Braydn T commented

In the AGV template, there is a token that always pulls items off the AGV work list as soon as it is pushed on. T token waits on the activity "Get Item from Global List", and then pulls the item, creates a new token, and immediately goes back to wait for more. The list that has your items is calls the Local Partitioned Load list. You can open that list's entries window from the Process Flow view, and see your items in each of their partitions.

· 3
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 Braydn T commented ·

Hey @meng L

Could you upload your model? It is hard to trouble shoot it without being able to see it.

The Next Look For Work is built into the 3D, so it automatically does it but you can push it to a list for more customizable logic.

For a large scale system, the answer is it depends. If your system is still very simple but large scale, then Next Look For Work is great. If your logic is more complicated, then pushing to a list is better, but it really depends on your situation.

0 Likes 0 ·
Meng,Li avatar image Meng,Li Braydn T commented ·

agv-network.fsm

Hi @Braydn, here is the model i've modified, i can not figure out what is going wrong as the simulation starts running, all AGVs take no move.And with crossroads exist in AGV path, how to build nextlookforwork loop ?

0 Likes 0 ·
agv-network.fsm (130.0 KiB)
Meng,Li avatar image Meng,Li commented ·

Thanks@johnson, i see what you mean. I think now i need more practice to gain a deeper understanding about PF and AGV Template

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.