question

Dominik K avatar image
0 Likes"
Dominik K asked tannerp commented

Items longer than 30 minutes in queue, brought back to other queue

Hi!

If an item is waiting in a queue after / inbetween processes for longer than 30 minutes, I want an operator who is idle to bring it back to the main-storage-queue I implemented. How can I do so?
Tutorials that would teach me this, would be very much appreciated if you know one! Also, answers in german are very well welcomed.

Thanks in advance!

FlexSim 18.2.3
queueflexsim 18.2.3itemqueue waitingwaiting time
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

·
tannerp avatar image
1 Like"
tannerp answered tannerp commented

I've forgotten much of the German I learned in school, so I best answer in English if that's okay. I'd love to re-learn German at some point, though!

Here's an idea of what you can do with lists. When items are pushed to a list, they are given an "age" that represents the time that they've been on the list (or in a queue). You can have a token looking to pull items that have an age greater than a given amount of time using a Pull from List query. I've attached a sample model that does this. In the model, the operator pulls any boxes that wait longer than 30 seconds in Queue2 and places them in the "Expired" queue.

Let me know if you have any questions. If you have a model you're working with, you can attach that and we can help provide a specific answer.

Dominik help 1.fsm


age-out-queue.png (17.0 KiB)
dominik-help-1.fsm (31.1 KiB)
· 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.

Dominik K avatar image Dominik K commented ·

Thank you very much!

This helped a lot already. The situation is the following:
The Queue next to a machine would be equipped with such a list. So, if an Item is laying next to a machine longer than 30 minutes, it would have to be brought to the right Closet-Queue - not just a random one. How could I tell the operator, in which closet-queue he has to put it, after the item has been laying around for longer than 30 minutes next to the machine?

Regards!

0 Likes 0 ·
tannerp avatar image tannerp Dominik K commented ·

Sure. If you know which queue is closest, you can assign that in a label. If you're unsure which queue is closest, you could pull the queues from a list based on a distance criteria. It will depend on the model that you're working with. Would you be able to upload the model or an example that represents what you're trying to do? That way, we can provide the best option according to your simulation.

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.