question

Adil M avatar image
0 Likes"
Adil M asked Jason Lightfoot commented

Picking pallet to load on a truck after batching

Truck Loading model.fsmTruck Loading model.fsmI was building a simple package loading model
1. I want the operator to pick the pallet after it reaches the batching value and load it on the truck. But the operator only picks the pallet and not the packages on the pallet. How do I combine them into one object?

2. How can I make the pallet appear on the center of the queue instead on the side of the queue.

FlexSim 24.1.0
pickingbatchingpalletloading onto the truck
5 |100000

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

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot commented

For this application FlexSim's Combiner may work better for you. Sometimes you may want more control over the process and will create something similar to what you have.

In the case of your model, you just need to move the boxes into the pallet and set the queue to stack vertically (to place the pallet in the centre). Updated model attached.

truck-loading-model_jl.fsm


· 2
5 |100000

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

Adil M avatar image Adil M commented ·

Truck Loading model.fsm Thanks Jason, I used a combiner to get more control as you recommended. If the process is being done by two operators is there a way from me to combine the process flow? In current state I'm having to duplicate the process flows for each operator. If there was say 3 queues on each operator side instead of one I would have to create 6 process flows. I'm sure there would be a better way to combine the flows.

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Adil M commented ·

You can use an Object Process Flow for each side - in the attached model I've use the queue as the instance and referred to the operators and pallet queues using labels on the queue so that the values in the activities can be the same label names - they'll just have different values depending on which queue instance has invoked the process.

truck-loading-model_jl2.fsm

0 Likes 0 ·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

As you said. You combine, then the object on hand is a combiner and not a queue. A queue collects items, it batches items up to an amount and then it releases items. If you want to change a structure then you use a combiner.

5 |100000

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

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.