How can I cofigurate a operator to load more than 1 box from process flow ?

How can I cofigurate a operator to load more than 1 box from process flow ?

natalia_g6
Not applicable
42 Views
5 Replies
Message 1 of 6

How can I cofigurate a operator to load more than 1 box from process flow ?

natalia_g6
Not applicable

[ FlexSim 20.2.3 ]

How can I cofigurate a operator to load more than 1 box from process flow , I have a quee with boxes and I want that operator lod 3 boxes an unload in other queue, how can I do it ?

Thanks

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

SCHamoen
Advisor
Advisor

@Natalia G6 Change the capacity field of the operator from 1 to 3

0 Likes
Message 3 of 6

parker_s
Not applicable
Accepted solution

@Natalia G6

https://docs.flexsim.com/en/20.2/Tutorials/TaskLogic/Tutorial3ConditionalTasks/3-1SubflowsArrays/

This link provides a tutorial to have an operator load and unload multiple boxes using lists in process flow. Is this what you're looking for?

Message 4 of 6

natalia_g6
Not applicable

Yes, It was just that I needed, Thank so much @Parker S. It was really usefull, I resolved my problem.

0 Likes
Message 5 of 6

natalia_g6
Not applicable

Hi @Parker S , I have a last question, how can I configure the operator to load between 2 or 3 boxes, for example if in the quee at the end are 2 boxes how I tell to operator to load this last boxes that remain in the queue and are less than 3.

Thanks

0 Likes
Message 6 of 6

parker_s
Not applicable

Changing the "Require" value in the Pull from List properties from 3 to 2 would allow the operator to pick the 2 remaining boxes.

Additionally, you could change the value to 1 in the case that there might be 1 left in the queue. Request and Require values are similar to maximum and minimum values. If there are 3 items available to pull, they will get pulled. If there are less items, they will get pulled if it is more or equal to the Require value.

0 Likes