question

chia725 avatar image
0 Likes"
chia725 asked Jason Lightfoot commented

Problem Concerning Customized multi-AGV and Zone

Hello,

I have encountered some problems regard of the process flow. The model works well if I only ask one of agvs to do load and unload. But if I trying to let the two agvs to work at the same time, it tirns out to be some problem.

1. The problem occur by the action of global table Row2 and Row3. I would like to ask why the two agvs will not load their independant goods?

2. When I was trying to use zone to set the maximum number, I was wondering how can I set the zone only allows the maximum number of 1 with different token.TE value to enter the zone?


The attached is the model I am trying.Thank you for any of your help and suggestions!

0117.fsm

FlexSim 21.0.10
agvprocess flowglobal tablezone
0117.fsm (63.9 KiB)
· 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.

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

Hi @chia725, was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

1. The lists you are using are shared between the two AGVs. For example, when the token of AMR1 pulls an item to unload, it pulls the one that is currently on AMR2.

You could partition the lists (at least the "on car" and "finish" list). The "on car" list would be partitioned by the AMR and the "finish" list by the queue the item is in. You can then an item from the correct partition to not mix the items between the two AMRs/stations.

1705481207456.png

1705481252148.png

2. Similarly to the lists in 1. you can also partition a zone and limit the content of each partition.

1705481380402.png

1705481388130.png

0117_1.fsm


1705481207456.png (33.9 KiB)
1705481252148.png (19.4 KiB)
1705481380402.png (8.2 KiB)
1705481388130.png (10.8 KiB)
0117-1.fsm (63.3 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.

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.