question

Eusebio avatar image
0 Likes"
Eusebio asked Jeanette F commented

How to send an incomplete batch when the assigned raw material is complete?

Hello everyone


I have a problem when collecting.

1. Combiner2 requires 10 packages to be sent to the warehouse, the problem is that only a certain amount of raw material is assigned (the product is labeled) and some sheets are lost in Die-cutter1 (considered as waste) and the package is no longer completed in Queue4 at the exit of Printer4T.

I would like that if there are no more sheets to complete the batch, it is sent anyway.

Can someone help me... I would really appreciate it.

Regards

Modelo 60x40_autosave_V2.fsm

FlexSim 22.2.0
queuebatchtransporter batch transport
· 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 @Eusebio, 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

I would move the batching logic into Process Flow. For this, set the queue's Send to Port to "Do Not Release Items", so you can later manually release the items.

The Batch activity allows to set a maximum idle timer, meaning if no new token/item is added to the batch within the given timeframe, the partial batch can be released. The released token then sets the target quantity on the combiner and releases the items.

This is obviously not foolproof, as any kind of delay on the upstream processes would mean a partial batch is released despite items of the same type still being present. If this does end up being a problem, you could implement a counter that keeps track of how many items of a given type are still in the system (have not passed the separator yet). Only if that counter reaches 0 would the idle timer in the Batch activity become active (by writing a corresponding condition to the "Start Criteria" field).

modelo-60x40-PF-batching.fsm


5 |100000

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