question

peliconis12 avatar image
0 Likes"
peliconis12 asked Jeanette F commented

RELATED TO THE COMBINER

I would like to know how to send from a combiner to 3 different queues boxes taking into account that to the first queue would go the first 20 boxes processed from the combiner, then to the second queue would go the next 20 boxes and finally to the last queue another 20 boxes.

I expect an answer.

FlexSim 22.2.0
combiner queue
· 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @peliconis12, was Joerg Vogel'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

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

Maybe you try something with incrementing a label value every 20 item exits. And you do a modulus division (mod operation) upon this label value by three to get results in a range of [0..2]. On such results you add a value of 1 to transform this range into [1..3].

You can do the first step by a modulus division, too or by a Process Flow structure in a batch activity.

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.