question

Theresa B avatar image
0 Likes"
Theresa B asked Theresa B edited

Modelling a Combiner that joins FlowItems one at a time

Hi, all,

A quick question so that I don't unnecessarily build a painfully tedious process flow: is there a way to make a combiner behave (or what is the best way to implement it) so that it

1. accepts a container

2. accepts a flowItem

3. joins it to the container (a process that takes X minutes)

4. accepts another flowItem

5. joins it to the container again (a process that takes Y minutes)

etc.

Thanks in advance!

FlexSim 22.2.0
processflowcombinercustom joining
· 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.

1 Answer

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Theresa B edited

You can loop the container item back to a queue in front of the combiner until, for example, a label that is incremented with each step reaches a certain value.

That same label can be used to have different process times for the steps. ("Values By Case")

In the attached model I close the output of Queue3 when an item exits and open it in the combiner's Send to Port option when a tote is about to send downstream. This is to prevent a new tote from entering Queue4 until the previous one has finished all steps.

combiner-one-by-one.fsm


· 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.