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
conveyormultiple operatorsunload items
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.

Mia Nguyen avatar image Mia Nguyen commented ·

Thanks for your help.

This is my first time using process flow. Could you help me to take a look on my process flow, I still can't run it. I take it easy than my first model, I just want 6 operator come to the conveyor when box come and pick to it to queue.

Thank you in advance, and have a nice day Sir~!

multi operators picking.fsm


0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann Mia Nguyen commented ·

Your Process Flow Source currently reacts to items entering the queues. For the Load activity you need a valid reference to the task executer that should do the task. Your resource is not connected to any 3D object, so at the moment you are just overwriting the "item" label with a (meaningless) number by acquiring the numeric resource.

(As mentioned, a numeric resource does not have any connection to any other objects in the model. It represents a pool of virtual tools/items/objects and is mostly used to control how many tokens can enter a section of the Process Flow at a time).

To get a better understanding of how these activities work, I would suggest to work through (at least) the first two Process Flow tutorials.

If afterwards you have any specific questions about the model I attached in my answer, feel free to comment 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.