question

David Chan avatar image
0 Likes"
David Chan asked Sam Stubbs commented

Dynamic batching using processflow

Hi I would like to create the following scenario with processflow and I need some advise.

1. One batch of material that consists of 10 part arrives

2. Go through inspection where 10% fall out.

3. The remains will move on to another process as a batch.

Please advise how do I use List or Batch to perform such model. Thanks

David

FlexSim 17.0.1
listbatching
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

·
Sam Stubbs avatar image
0 Likes"
Sam Stubbs answered Sam Stubbs commented

@david.chan,

Instead of batching, have you considered using a list? Push the items to a list. Then use List activity to pull 10 of them. (You can also use a query here if you need to specify other parameters such as itemtype) Then have it go through the process, after the 10% have fallen out, push the new items back on the list (or a different list) to be pulled. Would that work for your situation?

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

David Chan avatar image David Chan commented ·
@Sam Stubbs

Thanks for your suggestion. I use Create Token to create 10 child tokens. After the inspection, some of child will go into the sink and be destroyed. I push the remain into a List. At the Pull from List, I have selected Number of Child as the Required Number. So whatever number left behind will be pulled.

Thanks

David

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.