queue condition question

queue condition question

gabriel_c7
Not applicable
7 Views
2 Replies
Message 1 of 3

queue condition question

gabriel_c7
Not applicable

[ FlexSim 21.0.3 ]

I have a problem that if the queue is longer than 15, the new customers that arrive are directed to another process. How can I implement this?


I want to direct customers who find a queue greater than 15 to the "Sink2"

thanks!!!

38097-1617237433801.png

0 Likes
Accepted solutions (1)
8 Views
2 Replies
Replies (2)
Message 2 of 3

jose_antonio_mad
Not applicable
Accepted solution

Hello @Gabriel C7,

You only have change "Max Content" to 15 in the buffer parameter.

In the previous activity (in your case Source1) you have to use "First available" option and you need two connections: 1->Buffer, 2->Alternative. When the buffer (1st port) is full, items will go to 2nd port.

I hope I have been helpful

Message 3 of 3

gabriel_c7
Not applicable

That was exactly what I needed. Thanks so much!!!

0 Likes