question

Mia Nguyen avatar image
0 Likes"
Mia Nguyen asked Felix Möhlmann commented

How to make operators unload boxes from 1 conveyor?

Good morning,

I have one question hope you can help me. Im building a model for conveyor processing. The logic of this is the box will run along the conveyor. When the box come to each of table, it will stop for about 10 second and, operator will take it from conveyor to the table to process. The flow of box will continue to the end of conveyor - When someone take box num N, the N+1 will downstream, then continue the cycle. capture123456789.png


FlexSim 19.0.0
conveyorunload itemsmultiple operators
capture123456789.png (249.5 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 Felix Möhlmann commented

I would use Process Flow for this. An Event-Triggered Source listens to the arrival of an item at a station. If the item still needs to be processed, it is stopped (for X seconds). If it can acquire a free processor/table at the station within that time, the Process Flow has the respective operator move the item. If not, the item continues down the conveyor.

1674033749945.png

The attached model should serve as a good starting to further customize the logic to suit your needs.

ConveyorPicking.fsm


1674033749945.png (33.4 KiB)
conveyorpicking.fsm (68.4 KiB)
· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.