question

ahmedmedhat avatar image
0 Likes"
ahmedmedhat asked Andrew O commented

combine by type

I have one queue that contains three different types of objects (A,B&C) and need them to be batched together in batches of 24 according to their type

FlexSim 22.2.1
combiner
· 2
5 |100000

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

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·
There are many questions like this on the forum.


We encourage students to research answers before asking for a solution here. Look through the training material supplied as part of FlexSim's online documentation and supplied by their universities as well as performing a search on this site for examples of how to approach this.

Once you have tried a few approaches and still are unable to find a solution post what you have tried and explain what is not working for you and we will try to guide you to a working solution.

0 Likes 0 ·
Andrew O avatar image Andrew O commented ·

Hi @ahmedmedhat, was Jason Lightfoot's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered

If you're just batching by type consider using a process flow to detect the entry to the queue to create tokens.

Choose do not release on the queue's send to port.

Batch the tokens by type.

Once batched, release the items through a specific port.

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.