question

Aaupadhye avatar image
0 Likes"
Aaupadhye asked Julie Weller commented

Batching Question

Hi,


So my model runs fine, however, I wanted to also see if I can batch 10 items in the dynamic buffer and when it is released then the items can follow the process flow and go to wherever. For example, if 10 items are reached, 3 of them can go to the Autobagging station, 1 of them to Pack Station A, 1 to Pack Station B, 2 to Pack station A2, etc. However, when I run the process flow with this new batch it keeps sending all 10 items into one place and eventually gives me an error.


wcocmodel.fsm


Thanks,

Amit

FlexSim 23.0.8
processflowbatching
wcocmodel.fsm (178.0 KiB)
· 8
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

Julie Weller avatar image
0 Likes"
Julie Weller answered

Hey @Aaupadhye! You were getting a few errors due to not having breathe delays and also pushing things to a list while also creating tokens for each item (essentially you were creating tons of tokens but pulling not enough). You can implement it without a list at all for what you're trying to do. I added that batching activity and fixed the routing! Here is the model:

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