question

Andrew L avatar image
0 Likes"
Andrew L asked Andrew L commented

How to split 2 different flow items from 1 conveyor onto 2 conveyors by type

Hi--I have 2 sources, each generating a single distinct flow item onto 1 conveyor. After some time with both flow items traveling together on 1 conveyor, the conveyor splits into 2 conveyors. I am trying to get the flow items from source 1 to all divert onto the left conveyor (after the split), and all flow items from source 2 to divert onto the right conveyor.

Choose One
conveyorsflow i
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

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Andrew L commented

You need an attribute on the flow items, which contains the information where the flow item is created. Typically you put such a information into a label. Every flow item gets OnCreation in the source a label with the same name but a different value where its heritage is.

You put a Decision Point (DP) on the conveyors, which are involved in the diversion. One on the conveyor (1) on which the flowitems are together and on each where the flow items should travel separated from another (2) and (3). You connects the DP1 with an Object Connection of the Type A with the DP2 and with DP3. In the DP1 Properties you use the Arrival Trigger picklist option Send Item By Case. Then you run the model and stops it, when you see an item from one of the sources you want to separate on the conveyor. In the on trigger function send item by case you find in the line Case Function on the right side an eye dropper tool. You fetch this tool to select with the tool the visible item. You find a list containing severel entries. One points to the label on the item. You select this. In the parameter window of the trigger function you press twice the green plus sign to add cases. You have only to exchange the values to match with the value on the label on the item at each case. Here you see it would be helpful to assign number data to the label at the items to make a separation easy.

Reset and let run the model. That's it.

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

Mischa Spelt avatar image Mischa Spelt commented ·

Like this: splitconveyor.fsm

0 Likes 0 ·
splitconveyor.fsm (28.5 KiB)
Joerg Vogel avatar image Joerg Vogel commented ·
0 Likes 0 ·
Andrew L avatar image Andrew L commented ·

Jorg & Mischa -- thanks very much for the help! I got it working with your suggestions. Thanks again!

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.