question

Adriana avatar image
0 Likes"
Adriana asked Adriana commented

who to make an item that takes more time on hold in a queue go to another queue

FlexSim 18.2.3
wait time
· 2
5 |100000

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

Joshua S avatar image Joshua S commented ·

@Adriana, Can you explain a little more and post a model if you have one?

0 Likes 0 ·
Adriana avatar image Adriana commented ·

I have two queue, one should be filled with a certain number of boxes and the boxes of this queue shoul go to the other but depending on the time they have been waiting, the one that has more time on hold is the first one that will pass to the other queue

modelo.fsm

0 Likes 0 ·
modelo.fsm (24.2 KiB)

1 Answer

·
Joshua S avatar image
0 Likes"
Joshua S answered Adriana commented

You can batch items in a queue by selecting the checkbox shown in the picture below

and first in first out (FIFO) is default for almost everything. If you want to do more complicated moving of items, look at Lists, they will actually give the amount of time an item has stayed in a queue, and you can pull a select amount of items from a queue after they have waited for a designated amount of time.


pic1.png (22.2 KiB)
· 3
5 |100000

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

Adriana avatar image Adriana commented ·

Thank you very much, to use the lists in process flow is it okay to do it this way?

modelo.fsm

0 Likes 0 ·
modelo.fsm (25.6 KiB)
Joshua S avatar image Joshua S Adriana commented ·

I would look over the documentation for "Working with Lists" in the manual, and some of the Process Flow tutorials incorporate lsits.

0 Likes 0 ·
Adriana avatar image Adriana commented ·

Thanks you very much, i will review the tutorials

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.