How can I change combiner to pack item quantities by type?

jake_w
Not applicable
3 Views
4 Replies
Message 1 of 5

How can I change combiner to pack item quantities by type?

jake_w
Not applicable

[ FlexSim 19.2.4 ]

I am trying to have type 3 items (blue boxes) have a batch of 3 and still go through the combiner, oven, and all other downstream processes while making sure that the batch does not mix with the other two item types that have batches of 6 (red and green). I don't know how to change the combiner target quantity to make it by item type. I tried looking at the solution to this question but I didn't find the answer.

https://answers.flexsim.com/questions/59495/how-can-i-make-a-combiner-precess-depending-on-the.html

Here is the model: cut-process-j.fsm

Accepted solutions (1)
4 Views
4 Replies
Replies (4)
Message 2 of 5

tanner_p
Not applicable
Accepted solution

Hi @Jake W,

The way your combiner is set up right now is that it will pull the desired quantity from each input port as defined in the Combiner1 Properties.

24477-combiner-inputs.png

You want the total collection amount to change according to item type. The question you referenced will work only if you have a "Type" label on the first item that enters the Combiner. In your case, this is a pallet. If you randomly assign a Type label to the pallets between 1-3, you'll find that this method works.

combiner-cut-process.fsm

Message 3 of 5

jake_w
Not applicable

@tanner.p Nevermind, it is now working correctly. Is there another value for the pallets label that I could use besides a random statistical distribution? I need the boxes to be sent to the combiner right after they have the correct combiner value in the queue.

0 Likes
Message 4 of 5

tanner_p
Not applicable

Absolutely. The best way to accomplish that would be to use Process Flow. In the Process Flow, you'll use Event-Triggered Source activities that will create tokens that will create pallets with the correct Type in the model. It's important that the pallets have a Type label that is congruent with the Type of the boxes. It's also important to note that I'm using a queue instead of a source for the pallets so that they can remain in the order of their creation.

I've updated your model to include this. You can adjust the Batch number in the activities to reflect whatever the batch number is for each type.

24496-pallet-creation.png

combiner-cut-pf.fsm

Message 5 of 5

jake_w
Not applicable

This is exactly what I needed. Thank you for your help @tanner.p.

0 Likes