question

NewwUser90 avatar image
0 Likes"
NewwUser90 asked Felix Möhlmann commented

Customers Are Focused on One Queue

Hi everyone,

This is my model: Flexsim V7.fsm



For some reason, customers are concentrated at queue 2 and significantly more so than the other queues.

I am not sure why there is such a huge disceprancy..


Any advice and help is much appreciated! :)

FlexSim 24.0.2
queue logicwaiting customers simulation
1742280631373.png (49.8 KiB)
flexsim-v7.fsm (126.4 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

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

The model adheres to the distribution logic that you implemented in the "QueueJoining" processor. Each customer is send to the queue with the lowest average waiting time. The average staytime statistic only updates whenever an object leaves the queue and the impact of a single object on the average will decrease the longer the simulation runs. As a result it can take a long time until the lowest average is not the lowest anymore, leading to a large number of customers in that queue. This will increase the average a lot overtime, so it takes even longer for other queues to "overtake" again and so on.

I think it would make more sense to use the total wait time of customers currently in the queue to determine where to send new ones. For this you can use a kinetic tracked variable whose rate is increased/decreased when a customer enters/exits the queue. Additionally, when a customer exits the queue, the value of the tracked variable would also be decreased by the staytime of that customer.

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