How to unload items on different conveyors with no connection?

How to unload items on different conveyors with no connection?

nelson_c
Not applicable
13 Views
2 Replies
Message 1 of 3

How to unload items on different conveyors with no connection?

nelson_c
Not applicable

[ FlexSim 19.1.1 ]

conveyors-connection.fsm

In the attached model I need to unload the Buffer items on the four conveyors. The source is producing two different types of items, type 1 and type 2. The question is: how to send the operator to unload type 1 on conveyor1 and conveyor2, and unload type 2 on conveyor3 and conveyor4 without using any connection betwenn these processes?

Ps: I need to simulate using no connection because this is just a simplified model, the real model has a lot of conveyors, making it almost impossible to connect all the conveyors with the Buffer.

Thanks!

0 Likes
Accepted solutions (1)
14 Views
2 Replies
Replies (2)
Message 2 of 3

joseph_g3
Not applicable
Accepted solution

@Nelson C

You should be fine having connections between "Buffer" and all of the conveyors. If you are worried about having too many lines in your model, you can always hide them in View Settings under Quick Properties:

20222-capture41.png

By unchecking "Show Connections", all the lines will disappear. If you only want to hide some lines, you can uncheck "Show Ports" on any Fixed Resource:

20223-capture42.png

That will hide any lines going into or out of the Fixed Resource.

If you still want to unload items on the conveyors without having any connections, you can do so through Process Flow and by setting up EntryTransfer points on the conveyors. You can do this by creating an "A"-connection between "Buffer" and the conveyor, right-clicking on the EntryTransfer point:

20224-capture43.png

Then selecting "Remove Connections":

20225-capture44.png

Here's an updated version of your model that does what you are looking for without having connections between "Buffer" and the conveyors: conveyorsconnectionanswer.fsm

Note that it is set to send 50% of Type1 items to conveyor1 and 50% to conveyor2. Type2 works the same with conveyor3 and conveyor4.

Message 3 of 3

nelson_c
Not applicable

@Joseph Gillespie

Your version using Process Flow is exactly what I needed and fits perfect with my real model. Thank you for your support!