question

hermione12 avatar image
0 Likes"
hermione12 asked Andrew O commented

Combiner pull quantity

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

FlexSim 22.2.3
combinerquantity
· 5
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

Jacob W2 avatar image
0 Likes"
Jacob W2 answered Jacob W2 commented

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


· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.