question

Shinya O avatar image
0 Likes"
Shinya O asked Shinya O commented

Keep other items from moving after loading an item from the queue

Hi,

After an Operator loads the first item from the queue, other items in the queue move like stuffing it inside.

I wold like to keep other items from moving as following figure.

1678096999829.png

Is it possible? What should I do?

Thanks in advance.

FlexSim 22.0.11
queuequeue load
1678096999829.png (154.8 KiB)
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

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Shinya O commented

Use floor storage instead of a queue.

Or you can try setting the stacking method on the queue to 'Do Nothing' and then using your own packing method on entry.

Here's an example that uses a standard pack method on the queue entry and so doesn't keep a track of empty spaces.

QueueStackingDoNothing.fsm


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

Shinya O avatar image Shinya O commented ·

Thank you for your information. This is exactly what I want to do.

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.