question

mark zhen avatar image
0 Likes"
mark zhen asked Jeanette F commented

agv problem

when storage was fulled , what can i let item flow to second storage

flexsim.fsm

FlexSim 20.0.10
agvnetworkflexsim 20.0.10
flexsim.fsm (82.8 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @霈倫 , was Eric M's answer helpful? If so, please click the red "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 unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Eric M avatar image
0 Likes"
Eric M answered Eric M commented

Hi 霈倫, I made some changes to your model to get the second storage to fill up once the first was full. I decided to use another list instead of the port connections that were there previously. The way it works, is items enter Queue2 and are pushed onto a list "ItemList1." Each Floor Storage has its input pull strategy set to pull from that list. A Query is used to decide which items each storage is going to pull as seen here. So FloorStorage23 will pull items of Type2 that also have the label "StorageRound =1." This was a label I created that keeps track of whether or not the storage is full. If it's not full, the item will have the label 1. If the first one is full, the label will be 2 (meaning to go to the second round of floor storage).

I also consolidated the process flow because it was having some problems that were difficult to pinpoint. Instead of using "decide" activities, I used labels "CP" and "MomCP" on the FloorStorages to tell the AGV where to go. Depending on the destination of the item, the AGV will have new CPs that it travels to based on those labels.

I know I changed a lot so let me know if you have questions about how things are working. Hopefully this will make it easier for you to scale up your model or pinpoint problems when they arise.

flexsim-em.fsm


1622755058001.png (11.5 KiB)
flexsim-em.fsm (90.9 KiB)
· 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.

mark zhen avatar image mark zhen commented ·

THANKS !!! BUT I HOPE U CAN TELL ME HOW TO USE DICEDE TO SOLVE PROBLEM!!

0 Likes 0 ·
mark zhen avatar image mark zhen commented ·

THANKS !!! BUT I HOPE U CAN TELL ME HOW TO USE DICEDE TO SOLVE PROBLEM!!

0 Likes 0 ·
Eric M avatar image Eric M mark zhen commented ·

I updated it to make it work with the "decide" activities. For some reason, the "move object" activities were causing the AGVs to stop loading items prematurely, so I switched them out for "unload" activities. I had to update the first decide activity to use the new label "StorageRound" because the destination label on the items were wrong (this is not the case in the second flow in the model).

flexsim-em.fsm

0 Likes 0 ·
flexsim-em.fsm (91.6 KiB)

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.