question

Brandon Peterson avatar image
1 Like"
Brandon Peterson asked Brandon Peterson commented

Sample Model for Order Shipping

I had a consulting client that asked for a sample model that would demonstrate how I would approach the following situation.

This sample model needs to show a method for simulating Orders being pulled from racking and conveyed to specific lanes and loaded onto the appropriate truck. Here are some of the constraints on the model:

-Trucks are created at an inter-arrival time.
-Trucks that arrive will be assigned to the longest waiting Order and travel to the Bay/Dock assigned to the Order to be loaded.
-Trucks that arrive and cannot be assigned to an Order will travel to an Empty Bay/Dock and be assigned to the first Order that is assigned to that Bay/Dock.
-Each Bay/Dock has 3 designated shipping lane conveyors and 1 shared shipping lane conveyor that is shared with one other Bay/Dock.
-Shared shipping lane conveyors can only contain pallets from a single order at any given time.
-Orders are created at an inter-arrival time and contain between 15 and 35 pallets.
-Orders are assigned to the first available Bay/Dock.
-Pallets for an Order must be assigned to a shipping lane conveyor before being pulled from the racking system.
-If an Order has more than 30 pallets the additional pallets will be assigned to the Bay/Dock’s shared shipping lane.
-Orders can only be loaded into the Trucks once all the pallets for the Order have arrived at the shipping lane conveyors and the Truck is ready.
-A Pallet must be assigned to a shipping lane conveyor and the shipping lane conveyor must be empty of any pallets from another order before the Pallet can be pulled from the racking system and conveyed to the shipping lane conveyor.

FlexSim 20.0.3
sample modelconsultingmodeling approachmethodstechniques
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

·
Brandon Peterson avatar image
2 Likes"
Brandon Peterson answered Brandon Peterson commented

Here is the model that I created for him. The process flow of the model contains a description and some text describing how the model was laid out. Typically I will try to model each component of the model as it's own specific flow, even if that flow is very minimal. I lay each flow out vertically and try to line up steps and specific activities between flows horizontally.

If you have any questions about the model or why things were done the way they were, please feel free to post a comment and I'll get back to you with an answer.

Brandon

shippingexample-v20-0-3-mv-4.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.

Amit Kulkarni avatar image Amit Kulkarni commented ·

@Brandon Peterson

Thank you for a concise and clear explanation. What is the purpose of the local variable "linenr" and where is it defined in the model?

Best regards,

Amit

0 Likes 0 ·
Brandon Peterson avatar image Brandon Peterson ♦ Amit Kulkarni commented ·

@Amit K2

Where did you see "linenr" at in the model. I couldn't find the code that you are referring to.

Brandon

0 Likes 0 ·
Amit Kulkarni avatar image Amit Kulkarni Brandon Peterson ♦ commented ·

@Brandon Peterson Please refer the attached image local-variable.png

Is there any relevance to the model?

0 Likes 0 ·
local-variable.png (7.3 KiB)
Show more comments

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.