question

Sri_vikas K avatar image
0 Likes"
Sri_vikas K asked Felix Möhlmann answered

Assign Labels while exiting the separator.

Hi Support,

In My model I am splitting the flow item in to three parts, And each part should be sent to Queue1, Queue2, Queue3 respectively, And when next flow item enters the separator it is split in to three parts again and each part is sent to queue1, queue2, queue3. How can I achieve this?

Thanks in advance.

Sorting Using Conveyor model..fsm

FlexSim 22.2.2
sorting box
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

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

Since each batch consists of three items you can use the output statistic of the Separator to assign cyclical values to them. The modulo operator "%" returns the remainder of a division, so the values from (output%3)+1 will repeat the numbers 1-3.

1668518610202.png

You also have to change your conveyor system to actually make it possible for items to travel to the queue in the middle and on the right.

sorting-using-conveyor-model_1.fsm


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.