question

Kevin-Hsiang avatar image
0 Likes"
Kevin-Hsiang asked Ryan Clark commented

How to make AGV carry the specified item type value by order sequence?

In this model, the racks are generated to be item, every item are set the label named type(the type value from1-324, because the model include the 324 racks.)

About my operation:

To make AGV carry the specified rack by order sequence, in process flow "Order Generation", I use assign lable(named:Choose Type) to get item type value by the global table(named: AssignToRack).

My problem:

According to the above settings, If the item value is repeated set, the AGV will only carry the item with the same type value once. My goal is make AGV carry the item by order sequence, so that the item type with the same value have to be carried for more times.

To clearly describe my goal, my question as shown below:

how-to-make-agv-carry-the-item-type-with-the-same.png

AGV picking model.fsm

Is there any suitable way to do this operation?


Regards,

Kevin

FlexSim 22.0.0
agvglobal tableitem type
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

·
Ryan Clark avatar image
0 Likes"
Ryan Clark answered Ryan Clark commented

Hi @Kevin-Hsiang,

Thank you for your well-worded question! I was able to modify your model to achieve the behavior you're looking for. The main issue was that you were trying to push token.Type to the list instead of just token. Since every list has the option "Unique Values Only" enabled by default, the Orders list was only allowing three entries to be pushed to the list, and therefore was causing the Kivas to only pick up one order each. After I modified your Process Flow to push the token to the list instead of token.Type and modified elsewhere in the ProcessFlow to achieve the same logic as before, it seems to be working as desired.

One thing I did notice is that after ~600 seconds, the model freezes up because one of the AGVs is trying to find an item in the storage that has already been assigned to another AGV. Then, the AGVs are getting stuck in Storage. This sort of problem will probably be resolved once you add more types to the list to get picked from storage. If not, you could probably address the issue by using a Max Wait Timer on the Find Item activity and/or modifying some of the Pull from List activities. Exactly what changes you would want to make would depend on what behavior you wanted to occur after this problem happens.

If you have any questions about either part of this, feel free to let us know. I hope this helps!

agv-picking-model-rc.fsm


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

Beat me to it...

1647908593306.png

1 Like 1 ·
1647908593306.png (8.6 KiB)
Kevin-Hsiang avatar image Kevin-Hsiang Jason Lightfoot ♦ commented ·

@Jason Lightfoot I am glad to get your answer, it's help me to find the set more quickly!

0 Likes 0 ·
Kevin-Hsiang avatar image Kevin-Hsiang commented ·

@Ryan Clark I appreciate for your detailed explanation! I got it.

About the problem you noticed, I will try to add more types.

Thanks again for your help, it worked for me.


1 Like 1 ·
Ryan Clark avatar image Ryan Clark Kevin-Hsiang commented ·
Glad to help!
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.