question

Maria B17 avatar image
0 Likes"
Maria B17 asked Jonah K commented

Load Multiple itens in process flow

Good afternoon!

I'm trying to build a flow with process flow but I'm facing a problem that I can't solve and I didn't find any solution available on the forum. The point is that I need my operator to load 18 items available in the queue at once.

load of 18 items -> trevel with 18 items -> unload of 18 items.


Another problem I am facing is that when unloading this material, I already have another operator who will be responsible for assembling a pallet, and I need him to remove box by box from the queue and place the amount of 12 boxes, and after loading the 12 boxes it will have a delay of a few seconds and then repeat the process of putting another 12 boxes in the queue separately.


I am not able to organize this information in the process flow, could you help me please?

FlexSim 23.1.1
processflowoperatorloadtravelunload
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

·
Jacob W2 avatar image
1 Like"
Jacob W2 answered Jonah K commented

Hi @Maria B17,

To have the operator load and unload a set number of items like you are describing, one way is to use a sub flow. In the model I am including I have created an array of items that I pulled from a list of available items. I then generate a number of tokens equal to the number of items pulled and then load and unload them in the two separate sub flows I created.

In regards to your second question I have also included an example of a token flowing through a loop that increments each time it loops and uses a decide activity to either loop the token again, or have the token reset the count label and begin again. To have this control an operator you would need to have the operator acquire a box, I would suggest using a list for this, and then have the operator load and unload the box. Then I would increment the count for how many times the operator has done this task.


Multiple Items.fsm


multiple-items.fsm (42.8 KiB)
· 1
5 |100000

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

Jonah K avatar image Jonah K ♦ commented ·

Here is another simple model to demonstrate loading and unloading with a taskexecuter:

Load18Unload.fsm

The moveObject activity can also be replaced by an unload activity.

1 Like 1 ·
load18unload.fsm (37.1 KiB)

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.