question

flexsimuser0801 avatar image
0 Likes"
flexsimuser0801 asked Jeanette F commented

Random storage in AGV warehouse

In my AGV system, I want to install a random storage policy: when for example a red pallet comes in, it should pick a random storage lane. I want to assign a probability to each storage position basically. Now it takes the first available. When another red comes in however, it should be placed in the same storage lane as the previous red pallet.

Can someone please help me with this?

schermafbeelding-2024-05-01-180520.png


FlexSim 22.2.4
agvrack storagerouting
· 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 @flexsimuser0801, was one of Felix Möhlmann's or Joerg Vogel's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. 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 ·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

Use a staggered approach when assigning the items to a slot. First search for a slot whose "Type" value is equal to that of the item. If none can be found, search for a slot with no Type label value yet (in random order). If one is found, set the type label to that of the item for the entire bay/level. When the last item leaves the bay/level, reset the label.

This is easiest to do when using the "Find Slot" activity in Process Flow, but you can theoretically implement the same logic in code.

slot-by-type-dynamic-fm.fsm


5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

Test some of given picklist options of Slot Assognment Strategy in rack object properties.

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.