question

J09 avatar image
0 Likes"
J09 asked Jason Lightfoot rolled back

How can I store packages of the same batch in the same Queue?

Hello,

I have a program in which a crane deposites packages in the closest available Queues. Each item simulates a package and has a label of the batch it belongs to and the number of package it represents. ¿How can I do so that if a package from batch X has been deposited in Queue 1, the rest of the packages of that batch go to the same one? Remember that the crane stores packages in the closest available Queues.

Thanks!

FlexSim 23.1.2
storage systemcrane movementqueue load
· 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 ·

We need to see how you've implemented this so far, so please upload your model or show us the detail.

0 Likes 0 ·

1 Answer

·
Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Jason Lightfoot rolled back

You'll first look for a matching batch in the queues (or store the batch to queue relationship in a Map as you assign them and use that for a direct lookup) in order to send to a matching batch. Then if no match is found then send to the nearest queue - either one that is empty or not depending on your requirements.

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.