Send items to a conveyor by two operators

amir_a
Not applicable
1 View
5 Replies
Message 1 of 6

Send items to a conveyor by two operators

amir_a
Not applicable

[ FlexSim 17.0.13 ]

Using a Dispatcher, I want both operators to put items from the Queue on the Conveyor. But now only one of them doe that. Interestingly when I delete the Conveyor and directly connect the Queue to the Sink, both operators move the items. I guess the problem is related to EntryTransfer1 connected to the Conveyor (Please see the attached model). Any help to solve the issue is appreciated.two-operator-one-conveyor.fsm

13540-two-operator-one-conveyor.jpg

0 Likes
Accepted solutions (1)
2 Views
5 Replies
Replies (5)
Message 2 of 6

tanner_p
Not applicable

In order to change which operator is executing the task, you can open the Dispatcher1 properties window and change the "Pass To" option to be "Round Robin".

13542-two-operators-round-robin.png

This will alternate between available Operators. There are additional options as well, should you like to experiment with this. Hopefully this helps.

Message 3 of 6

jose_antonio_mad
Not applicable
Accepted solution

Hello ,

The problem is that you only have one EntryTransfer, , so only one item is necessary each time.

I attached a model with the solution. In the middle I used "Round Robin if Available" in the Dispatcher (select a different operator each time).

Next you have a solution where I put two tickets and now the operators work at the same time.

13544-example-2operators.png

I hope I've been helpful.

13541-two-operator-one-conveyor.fsm

Message 4 of 6

amir_a
Not applicable

Thank you @José Antonio MD. How could you add another EntryTransfer? You just simply reconnect the queue to the conveyor? I just did that for different models. It works for some models, but doesn't work for others. Is there another way to add EntryTransfer to the conveyors? (I mean other than simply reconnecting with the mouse)

Thanks in advance

0 Likes
Message 5 of 6

jose_antonio_mad
Not applicable

Hello @Amir About,

You can use a normal connection, but with a little trick.

Depending on the relative position of the Queue and the Conveyor, the connections are created. So changing the relative position of both, new connections are created.

For example:

Connect the Source to the Input of the conveyor. You have a connection.

You move the Source to the end of the conveyor and connect the Source with the Output of the conveyor. You have a new connection.

I attached a video where it looks clearer.

connection-gif.gif

Another solution can be create two Conveyors as an Input (See the question: Set position of flowitem when enter in conveyor).

I hope I've been helpful.

Message 6 of 6

joerg_vogel
Not applicable

It is a number parameter of the Entry Transfer. Set the number value of Max. Transports in Transit to the number of Operators do you want to use simultaneously.

13549-max-transport-in-transit.jpg