Check buffer capacity

Check buffer capacity

michela_08
Not applicable
22 Views
6 Replies
Message 1 of 7

Check buffer capacity

michela_08
Not applicable

[ FlexSim 22.2.3 ]

In the process flow I want to add this condition. Note : All the items from Queue 1 exit based on Combiner's target quantity. Queue 1 is connected to combiner as Port 2. In this model, 10 items from Port 2(Queue 1) exit all at once.

Problem : Before the transporter drops the items into Queue1. I want to check if Assigned qty < Capacity. Where capacity decides the actual capacity of Queue1 and Assigned decides the items currently in Queue1. Only then the transporter has to drop the items into Queue1 or else it has to wait.

Transporter_logic.fsm

0 Likes
Accepted solutions (1)
23 Views
6 Replies
Replies (6)
Message 2 of 7

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution

Queue1 is not connected to port 2 of the combiner as you describe.

You need pointer data in your table pointing to the Queue1 - not the string/path.

When an item exits the Queue1 I would have logic that checks if that PartNumber has dropped below the trigger quantity and if so push a replenishment job to a list. You seem to have this loop check for every part that enters Queue3 which seems wrong/messy.

Here's a suggestion:

1670768769530.png

transporter-logic_jl.fsm

0 Likes
Message 3 of 7

michela_08
Not applicable
Thank you @Jason Lightfoot for the model.

I want the number of quantities exiting and then adding in Queue1 to be shown in the Available Qty column of the global table "Process_Flow".

Available Qty is nothing but the items available in the Queue1.

How to achieve this?

0 Likes
Message 4 of 7

jason_lightfootVL7B4
Autodesk
Autodesk
I would try incrementing the Available column on the queue's Pull trigger. This way the item is counted in the replenishment decision before the transporter has delivered it to the queue.
0 Likes
Message 5 of 7

michela_08
Not applicable
Can you tell in a sample model? I have added the command in the Queue 1 on Entry and On Exit. It seems to be not updating in the global table "Available Qty"
0 Likes
Message 6 of 7

jason_lightfootVL7B4
Autodesk
Autodesk

What makes you say it's not working? No items remain in the queue so all the values are zero.

0 Likes
Message 7 of 7

andrew_o2
Not applicable

Hi @michela-08, was Jason Lightfoot's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes