question

Tushar H avatar image
0 Likes"
Tushar H asked Jeanette F commented

Combiner not combining only one Type of boxes

Hello All,

In this model there are different types of items and as per items it will combing in combiner

for example, for type1 8items are arrival but pack Qty for type1 is 6items then remaining 2 will combine in next pallet and move to next pallet.

But here for next pallet its combining other type of items also. but I want to do is combiner only pack same type of items

Combiner issue.fsm

Thank you in advance

FlexSim 24.1.0
combiners
combiner-issue.fsm (31.2 KiB)
· 1
5 |100000

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

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @Tushar H, was Felix Möhlmann'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 comment back to reopen your question.

0 Likes 0 ·

1 Answer

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Tushar H commented

This would mean that a batch needs to be complete before it can be released to the combiner as not to clog up the process with a partial batch.

So apart from placing the items on the pallet the combiner doesn't actually do anything useful. I'd strongly suggest to just use Process Flow for the batching in this case.

combiner-issue_1.fsm


· 2
5 |100000

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

Tushar H avatar image Tushar H commented ·

Process will continue in sequence. For example, In model you can see 105types boxes will come combine as per batch(9boxes) and then for next pallet I want remaining 4 will combine and transfer to queue. and then for next pallet another types of boxes will combine.

But you can see in this model first 9 boxes(type 105) will combine and for pallet remaining 4 and 2 from type78 is combining which I don't want. means 1 pallet only one type.

0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann Tushar H commented ·

You can use custom code in the "Group By" field to release a partial batch from the Batch activity if the new token belongs to an item with a different type. That will enforce a FIFO order for the items.

combiner-issue_2.fsm

0 Likes 0 ·