question

Irati S avatar image
0 Likes"
Irati S asked Marcello Rosadini answered

How to process more than 1 items at the same time

Hi,

I want to process 3 items at the same time in a processor. Now I can only change the maximun content and it means that items start to being process when they arrive but I need that they only start when they are three. I try to batch them with a combiner but I only have one entry so I can't.

I really apreciate your help.

Irati

FlexSim 17.0.13
combineprocessor batch
· 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.

Kari Payton avatar image Kari Payton commented ·

Are you using process flow? If so this can be done easily with a list.

0 Likes 0 ·
Irati S avatar image Irati S Kari Payton commented ·

I don't understand the question. You mean that I can use a list in the pull strategy or pull requirements?

Thank you for your time

0 Likes 0 ·
Kari Payton avatar image Kari Payton Irati S commented ·

If you are using process flow to control your logic you can use a list and set the parameters to pull 3 items from a list before the model moves on. However, I don't want to propose a solution for you using process flow if you aren't using it in your model.

0 Likes 0 ·

1 Answer

·
Marcello Rosadini avatar image
1 Like"
Marcello Rosadini answered

Irati,

Attached a model with 2 possible solutions.

One has a queue that batches 3 items, they enter the processor and exit as 3 separate items at the same time.

The second solution Joins the 3 items into one using a combiner and processes just one entity (combined of the 3 items)

Depending on your needs you can use either of them

batch.fsm


batch.fsm (17.7 KiB)
5 |100000

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

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.