question

Lachlan P2 avatar image
0 Likes"
Lachlan P2 asked Felix Möhlmann answered

How to push customers to an overstay queue

Group2FlexsimExample.fsmHi,

For my work I need to push customers to an overflow queue after a wait time of 3 hours. As I do not have only one queue and my combiner works as a small queue, I cannot go off a single queue time alone. I was wondering how I go about making sure every customer thats waited over 3 hours goes into the overstay queue

FlexSim 22.2.1
waiting customers simulationcustomer data
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

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

I woud suggest to use a simple process flow. An event triggered source reacts to the arrival of a customer. The created token then waits for up to 3h for the customer to enter the final queue. If the customer didn't finish in time, the token moves them to the overstay queue.

1665384245386.png

A question would be: What happens if the customer's order is currently batched on the combiner while they are moved to the overstay queue. Does the batching still finish of should the order be aborted somehow?

group2flexsimexample_1.fsm


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.