Even though Queue Capacity is fixed, the model is exceeding the limit

Even though Queue Capacity is fixed, the model is exceeding the limit

sudheer_r
Not applicable
69 Views
2 Replies
Message 1 of 3

Even though Queue Capacity is fixed, the model is exceeding the limit

sudheer_r
Not applicable

[ FlexSim 20.0.3 ]

As you can see in below image even though I fixed Queue Capacity as 2, it is accepting more than 2.

I am attaching the model for reference.


QueueCapacity.fsm

27062-queue.jpg

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

braydn_t
Not applicable
Accepted solution

@joey That is because process flow does not take that limit into account if you load directly into the queue. You will ave to check if you exceed the limit in process flow. You can use the .subnodes and .length commands to get the amount of items in the queue, and decide whether to go drop off based on that.

Message 3 of 3

craig_dickson
Not applicable

@Braydn T It would be much more intuitive, more consistent with other parts of FlexSim, and extremely useful at integrating process flow with 3d modeling, if process flow did check the capacity and would hold the token if the queue capacity would be exceeded. Ideally this would also have a time out function as well.

My $0.02 ...

0 Likes