question

Felipe_Casanueva avatar image
0 Likes"
Felipe_Casanueva asked Jason Lightfoot commented

Transport pallets to racks with different dimensions

Hi everybody,

I am creating a simulation model where pallets with boxes are created in a queue, so that a group of forklifts are then in charge of taking the pallets with boxes to racks (bay supports). I attach my model where you can see my logic in process flow. But I have a problem, I have bay supports of different dimensions, once all the available slots of one of the smaller bay supports are filled, the forklifts stop taking the pallets with product to the bay supports that still have available slots. I think the problem may be related to "Find slot" or the decision "slots left" with the first connector out when the token has failed in finding a slot.

Maybe someone can please advise me what I can do to solve this problem? I would also like to ask if my process flow is well designed so that when all the bay supports slots are filled, and then slots are freed, the forklifts can detect that spaces have been freed, and can start leaving the pallets there.

Here is the file in which I'm working on:

help_model.fsm

Thank you in advance

FlexSim 23.2.1
listswarehousing
help-model.fsm (68.2 KiB)
· 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.

1 Answer

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

You have a couple of decide activities that are doing nothing - the arrow doesn't take it to createTokens but to the block of activities - the Travel in this case:

1699803573359.png

Same for your slots left check:

1699803713005.png

This is always pushing the rack to the list.

You can simplify this by using a common release and branching to either the tasksequence or the push Rack to list.



1699803573359.png (23.0 KiB)
1699803713005.png (10.7 KiB)
· 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.