question

Martin B6 avatar image
0 Likes"
Martin B6 asked Ben Wilson commented

Change Load Capacity in process flow?

Hello!

The operator takes only 1 item at a time and stores it. My questions: how can I change the quantity? How can I change my model so that the operator puts all the products of an order (OrderID) on the rack at the same time? (if possible in a random slot). Could i do it with a token batch?

Entwurf_8_2.fsm

Thanks a lot!

Martin

FlexSim 20.2.3
process flowflexsim 20.2.3rack storagecapacity
entwurf-8-2.fsm (1.8 MiB)
· 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.

Ben Wilson avatar image Ben Wilson ♦♦ commented ·

Hi @Martin B6, was jason.lightfoot's or Jörg Vogel's answer helpful? If so, please click the red "Accept" button on one of their answers. 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 ·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

Maybe you are able use the search tool of this site? A possible key phrase is ”load more”. There are some interesting answers and some attached models where you can learn a lot.

Racks or nowadays Warehousing is a new module since 19.2. You assign slots by a findslot method in a query. The method expects that you cast the item into a storage item. Then you can find a slot in the storage system. With an assigned slot you can identify the rack object and unload the item into the rack.

If your query does not return a random slot then you can find all available slots. The method returns an array of slots. Then you split one element of the array by a duniform statistical function over the range of first to the last element to assign this slot to an item to get stored into the storage system.

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
0 Likes"
Jason Lightfoot answered

I think you need to have one token for the storage job which has all the items you want to store listed on it as an array. That means you need to decide how to batch the items together into a single storage task.

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.