Combiner pull quantity

Combiner pull quantity

anjunittur123
Not applicable
112 Views
9 Replies
Message 1 of 10

Combiner pull quantity

anjunittur123
Not applicable

[ FlexSim 22.2.3 ]

Hi,

In my model, A combiner has 3 input ports. First input port 1 from Source1 and 2nd input port from Queue1 and 3rd input port from Queue2.

Target Quantity from input ports 1,2,3

Input port1 = 1

Input port2 = 6 (if Item_type == "Light")

Input port3 = 6 (if Item_type == "Heavy")

From source2 items enter to Queue1 and Queue2 respectively based on Item_type label.. The quantity entered is based on the Order Quantity at source sequence.

But at Combiner1 , I want to pull only Consume_Qty (specific quantity from the specific partname) on to combiner at Input port2 and Input port3.

Basically I want the combiner to pull the items read through each partname and pull the quantities from the Consume_qty column in global table.

When I tried to pull items, it is only pulling items of 6 quantity from one single partname. But I want to pull from each specific partname and specific quantity.

How to do this?

specific_parts_specific_items_combine.fsm

0 Likes
Accepted solutions (1)
113 Views
9 Replies
Replies (9)
Message 2 of 10

jason_lightfootVL7B4
Autodesk
Autodesk

How are you intending to decide whether to take 6 heavy or 6 light? The entering item on port 1 has no label indicating which type Heavy or Light to assemble.

0 Likes
Message 3 of 10

anjunittur123
Not applicable

Apologies @Jason Lightfoot

I am sorry I forgot to add the label on entering item from Source. Here in this model I have mentioned. Note : in the combiner I am using Join method.

specific_parts_specific_items_combine_1.fsm

0 Likes
Message 4 of 10

Jacob_White
Community Manager
Community Manager

Hi @hermione12,


This link references a question that is attempting to do something similar to what you are describing. You will need to do some coding for this to work as you are describing. It may be easier to use a single queue instead of two if possible.

https://answers.flexsim.com/questions/132149/quantity-updation.html?childToView=132150#answer-132150

0 Likes
Message 5 of 10

anjunittur123
Not applicable
Hi @Jacob W2 I can use the same, but in my case I want to extract the specific quantities from specific part name from the Queue. How to do this?
0 Likes
Message 6 of 10

Jacob_White
Community Manager
Community Manager
Accepted solution

Hi @hermione12,

The attached model shows one way to accomplish what you are trying to do. By using process flow to control what items are sent to the combiner I was able to limit what is pulled. The process flow works by having multiple tokens that represent the different item types and their respective consumption quantity. Whenever items enter Queue4 or Queue5, a token is created that is then pushed to a list. The item type tokens then pull the required number of items and moves them into the two queues that the combiner pulls from. This is how the correct items are moved along. The tokens will then wait for the combiner to finish the next order before moving more parts for the combiner to use.

I hope this helps.

specific-parts-specific-items-combine_JW.fsm

0 Likes
Message 7 of 10

anjunittur123
Not applicable

Hi @Jacob W2 the model is great but in source1 instead of inter arrival time I want Arrival sequence where light and heavy part label are mentioned.

1672977052898.png When Light part come in Combiner1 I want to pull only light part from Queue1 and when Heavy comes only Queue2 part should be pulled. please help me with this.

0 Likes
Message 8 of 10

Jeanette_Fullmer
Community Manager
Community Manager
Hello @hermione12, You have removed the Arrival Time column. Please recreate your source arrival table to include this. I believe Jacobs logic still works even with your change.
0 Likes
Message 9 of 10

Jacob_White
Community Manager
Community Manager

Hi @hermione12,

If the type of pallet only allows 6 items of its respective weight type, the following model does that. If the type of pallet doesn't matter and it always pulls 6 items from each queue, then the previous model will work. The new model merely controls what type of items, heavy or light, are moved into the queue for the combiner.

specific-parts-specific-items-combine-jw_1.fsm

0 Likes
Message 10 of 10

andrew_o2
Not applicable

Hi @hermione12, was Jacob W2'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