question

HanHae avatar image
0 Likes"
HanHae asked HanHae commented

Conveyor system: unloading boxes

RDC.fsm

Hello, teachers. I have a question doing my job. Please give me an advice.


I want to unloading boxes to the right queue using operator.

I set up the type of box and color.

And I link conveyor, operator and queue.

like

type1 boxes -> Q1

type2 boxes -> Q2

type3 boxes -> Q3


but the boxes don't move to queue.

Please advise me teachers. ^^

FlexSim 18.1.2
item typeunloadingdistribution
rdc.fsm (64.4 KiB)
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 HanHae commented

You have to tell the items where to exit the conveyor by sending them there. Either in the trigger of a decision point, photo eye or station. Or in a custom code activity in Process Flow.

rdc-fm.fsm

An item will by default take the last possible exit out of any conveyor, but since your conveyors form a loop, the last exit is always another conveyor.


rdc-fm.fsm (65.4 KiB)
· 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.

HanHae avatar image HanHae commented ·
Thank you Felix Mohlmaan. Your solution is really helpfull to me.

I already know using decision point. But I never thought link it to ExitTransfer.

Thank you very much!

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.