question

Adrián S4 avatar image
0 Likes"
Adrián S4 asked Adrián SC answered

Warehouse move - Task executer problem

Hi,

I'm building a model where I empty two different warehouses and move their flowitems to a bigger one.

warehouses-move.fsm

The problem is that I can't find out how to simulate the truck load/unload in order to get a true statistics.

When I run the model, the trucks don't wait until get filled to their maximum capacity and make more movements than they really need.

Besides I would like to introduce another transporter which transfer the flowitems to the truck from the last queue of each warehouse. In order to simplify the model I decided to add the load/unload time and include one transporter for each dock I have opened without connect them to anything (just for including them in the expenses report).

The aim of this simulation is to find where the bottlenecks are and include more transporters in order to make faster the move but without forgetting the cost.

Is there anyone who knows how to use the correct triggers?

Thanks in advance,

Adrian.

FlexSim 17.2.5
triggers
warehouses-move.fsm (791.6 KiB)
5 |100000

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

Jeff Nordgren avatar image
2 Likes"
Jeff Nordgren answered Adrián SC commented
@Adrián S4

Attached is your model with the changes that I've made to it. The easiest way to add the functionality that you are describing was to add a Process Flow to handle the loading/unloading of the trucks. I only did it for the one truck that loads in Area B. This is to show you how it can be done. Hopefully you could use this example to adapt it to your specific model needs.

Take a look at the model and see if something like this would work for you. If you have any questions or problems, please let me or anyone at Flexsim know. We are always happy to help.

Thanks.

warehouses-move-jn1.fsm


· 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.

Marcello Rosadini avatar image
1 Like"
Marcello Rosadini answered Adrián SC commented

Hi Adrian,

Probably the easiest way to properly simulate the load would be by using a combiner.

You would have the truck as a container object, the boxes as the filling objects and after the combining is done, you could set up the transport as a Task Executer Flow Item.

By using the combiner, you could also, easily set up a forklift or whatever transport you like, to bring the "filling" object to the truck. After your logic is working you can just hide the 3d shape for the combiner.

I have attached a simple sample model to guide you.

forum-answer.fsm


forum-answer.fsm (22.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.

Adrián SC avatar image
0 Likes"
Adrián SC answered

Hi,

I've finally found where the problem is located. The condition was placed in the wrong Trigger.

Could it be possible to get help with the refill Queue Muelle Pallets issue?. It works perfectly until the first shipment. After that the Task Executer doesn't fulfill the conditions established in the Muelle Pallets's OnExit Trigger. It continues transporting FlowItems in order to keep the Maximum Content of that Queue. I check the code but I don't know what happens.

warehouse-reception-80.fsm

Thanks in advance.


5 |100000

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