question

KHAIRUL MUAZ avatar image
0 Likes"
KHAIRUL MUAZ asked Jason Lightfoot commented

How to pull 2 different items from 1 source into 2 different queue?

I am trying to get two different item which come from the same source to be pulled into different queue.

FlexSim 22.2.0
different item types
· 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.

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

Hi @KHAIRUL MUAZ, 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 comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

There are two mechanisms for distributing items: push items and pull items.
You find them on properties panes called output for push then it is send to or on input then it is pull.

If you just want to distribute totally independent from these two mechanisms, you go better by mechanism push, because you tell a transmitting object how it distributes items to following objects by attributes like a label. You can achieve it then by a picklist option called port by case.

If you are forced to implement it by pull mechanism, then you must be sure that a set of attributes fits only for a single receiving object, otherwise a lower ranked receiving object gets more often items than higher numbered ranked objects. In a feature field called pull requirement you set a logical comparison statement, which must be fulfilled to a result of true to pull tested items into this object. A pull mechanism tests all available items at sending objects, until your logical comparison statement becomes true and this currently tested item will be pulled into your object.

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.