question

Andres M12 avatar image
0 Likes"
Andres M12 asked Andres M12 edited

Batch sizes problem

Hi there, I am working with different batch sizes on a combinator, I wrote mi problem in the following lines: There is an order of 100 units of “X” product

- Batches of 15 units of product “X” are assembled

- 6 batches of 15 “X” units are processed and the last batch have 10 “X” units and this last batch is not processed by the combinator because it works only with 15 “X” units and the simulation ends.

- In the plant there are other products with the same problem about incomplete batches, I need that each product will be processed next to the other.

Can some help me to solve this problem using process flow ?

FlexSim 21.2.3
process floworder batchingbatching size
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

·
Joerg Vogel avatar image
1 Like"
Joerg Vogel answered Andres M12 edited

A combiner is not suited for process flow. You can let update the components list by a On Entry trigger property option through a global table. If you knew before collecting, that you have a different component sum, then you can change the global table value through process flow.

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

Andres M12 avatar image Andres M12 commented ·

Thank you @Joerg Vogel for your suporting, how can I do this using process flow. Can you help me with an example using batch or using lists from Process Flow .

0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel Andres M12 commented ·

here is an example to combine in batch size and get an empty list partition in a last combine process.
PF_Combiner_by_list.fsm

1 Like 1 ·
Andres M12 avatar image Andres M12 Joerg Vogel commented ·

Thank you so much @joerg vogel, it was usefull for me.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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