question

Mitesh Dama avatar image
0 Likes"
Mitesh Dama asked Felix Möhlmann commented

Task sequence/ process flow for transporter in 3D model

I want to create a custom task sequence in 3D model for transporters(dispatcher) with process flow.

What is the process/ goal - To run experimenter/ optimization model to calculate number of forklifts needed.

What is the process -

1. Transporter pick 2 pallets from Que.

2. Drop to buffer - 2 pallets at at a time

3. From same place, pick two empties if available

4. Drop back to Que - 2 empty pallet at a time

Is there a way where I can create a process flow just for this operation of transporters? Any model depicting this process will be really helpful (using FlexSim 22.0.5)


FlexSim 22.0.5
processflowexperimenterdispatcherstrasnporter
5 |100000

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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Felix Möhlmann commented

Here you go.

PalletTransport_fm.fsm

The queues push the items on a global list (one for each queue), partitioned by the pallet status (Full/purple or Empty/orange).

The tokens in the process flow represent the transporters. First they drive to Queue1, pull to full pallets and bring them to Queue2. Then they try to pull two empty pallets. If successful, they load those and bring them to Queue1. Otherwise they return to Queue1 empty.

The loading and unloading is handled in subflows, so the number items transported at once can easily be changed by adjusting the required number of pulls in the "Pull from List" activities.

The Process Flow Source is set up to create one token for each object in the "Transporters" group and assign the respective object to the label "Transport".

1665499900290.png

The second part of the process flow cycles the status of the pallets to keep the model running indefinitely.


· 4
5 |100000

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

Mitesh Dama avatar image
0 Likes"
Mitesh Dama answered Felix Möhlmann commented

Thanks for the clarification. Here is my model that I want to simulate -

Fleet 1 -

1. load 2 full box from Queue14

2. unload in 6 conveyors according to the type (Group - Flowrack in)

3. if empty pallet available at Queue E1, E2, E3, E4 (Group - E Flowrack out)- load 2 empty

4. unload two empties in Queue 15

5. Repeat this cycle from Step-1


Fleet 2 is similar to Fleet 1 -

1. Load 1 full from Group Flowrack out

2. Unload at Straight conv 1

3. If empty available at Queue3, load empty

4. Travel back and drop empty at straight conv 25, 26, 27 ,28


I am getting few errors right now - Can you help here?

Manual Process_Forklifts_10.fsm


· 7
5 |100000

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