SlideShare a Scribd company logo
By
Chetan Reddy Mitta
 Order picking is the most time consuming operation
 It accounts for 55% of the warehouse operating costs
 Cross Aisle Structure
 Input and output points
 Number of aisles
 Length of the aisles
 Dimensions of the warehouse
Warehouse layout design
 Concerned with unit load warehouse i.e. items are stored and
retrieved in pallet quantities
 Dual command Cycle- a worker first stores and then picks the
pallet
 Flow through process
 The angle of inclination of the cross aisles to be 45 degrees
The goal is to compare the average distances travelled by a
worker from selected input and selected output in X layout with
respect to the traditional layout.
 Y-height of the warehouse
 X-Width of the warehouse
 a-cross aisle width
 b-sub aisle width/ picking aisle width
 Theta – angle of inclination
 x 1-X coordinate of intersection point of the sub aisle with the cross aisle
 y 1-Y coordinate of intersection point of the sub aisle with the cross aisle
 Entry i-Input i i={1,2,3}
 Exit i-Output I i={1,2,3}
 (Entry,Exit)=(coordinate x, coordinate y):
 ( 1,1)=((0,0),(0,Y)),(2,2)=((X/2,0),(X/2,Y)),(2,3)=((X/2,0),(X,Y))
 H-total number of aisles along horizontal
 V-Total number of aisles along the vertical
 Aisle offset_H-Aisle offset along horizontal
 Aisle offset_V-Aisle offset along vertical.
 I_x1,I_y1-x,y coordinates of point of intersection of first x .
 I_x2,I_y2-x,y coordinates of point of intersection of first x .
 Zone-1,2….8,9..12
 Perzone_H-Number of sub aisles / picking aisles in each
horizontal zone.
 Perzone_V-Number of sub aisles / picking aisle in each vertical
zone.
Warehouse layout design
Warehouse layout design
Warehouse layout design
 Finding the intersection points of the picking aisle line with the
cross aisle line by using simple coordinate structure.
For e.g.: If we consider
 Zone 2 :
 LocalAisle = aisle - (zone-1)*perZone_H;
 x_1 = AisleOffset_H+(zone-1)*perZone_H*b+ LocalAisle*b;
 ymax = Y - AisleOffset_H + (-m)*x_1;
 ymax = Y - m*(x_1 -AisleOffset_H);
 perzone _H=X-4*Aisle offset_H*a/8*b
 perzone_V=Y-a-2*a*aisleoffset_V/4*b
 Calculate the total number of aisles i.e. sum of horizontal and
vertical aisles.
 We number the aisles from zone 1 to zone 8 in anti clockwise
direction and the zone 9 to 12 for vertical aisles .
 We generate two random aisle number s .
 Then we identify the zone in which the two random aisle number
lie
 the aisle number is converted into the local aisle number. This is
formulated as below for zone 2 :
 LocalAisle = aisle - (zone-1)*perZone_H;
 The point of intersection of this randomly generated aisle and cross
aisle is found.
 LocalAisle = aisle - (zone-1)*perZone_H;
 x_1 = AisleOffset_H+(zone-1)*perZone_H*b+ LocalAisle*b;
 ymax = Y - AisleOffset_H + (-m)*x_1;------------1
 ymax = Y - m*(x_1 -AisleOffset_H);-----------2
 It can lie in any of the two coordinates.
 We assumed a variable to take value between (0,1).
 So, if the value is < 0.5 takes one side or else the other (Just like
tossing the coin).
 Now ,we know that a random number on this aisle should between
the two known points .
 y_1 = ymax+ rand(1,1)*(Y/2-a/2-ymax);
 The same methodology is used for the zones 2,3,6,7.And for the
vertical zones the random point varies along the X-axis.
 After generating two random points and two random aisle number we
can calculate the total travel distance from entry to point 1 to point 2
and then to exit.
 E.g.: Entry 1 exit 1 and the two zones are 1 and 3 .
 Pick1_dist = distance(Pick1_x,Pick1_y,Pick1_x,Pick1_ymax);-
 Pick2_dist = distance(Pick2_x,Pick2_y,Pick2_x,Pick2_ymax);
 Travel_dist =
A1+A8+2*A9+2*Pick1_dist+2*Pick2_dist+2*distance(I2_x,I2_y,Pick2_
x,Pick2_ymax);
 The X-layout model is programmed in matlab and run for 500
different points by fixing 3 different input and 3 different out put
points i.e.11,22,23.
sub aisle width
"b"
Cross aisle
width "a"
Entry 1 Exit 1 -
avg dist
Entry 2 Exit 2-
avg dist
Entry 2 Exit 3-
avg dist
2 4 436.8473627 412.359603 469.9621078
3 6 458.9083926 421.9085264 440.2055996
4 8 438.8048983 403.970392 444.6349116
5 10 464.4144204 413.390739 472.1534135
6 12 438.0494148 431.7415695 485.2314906
7 14 459.9804163 436.8815879 466.546859
8 16 479.5830189 429.3905281 481.5269818
9 18 467.6955873 414.8935882 424.1599993
10 20 488.820164 445.4807398 488.8825158
Warehouse layout design
Warehouse layout design
Warehouse layout design
Warehouse layout design
Warehouse layout design
0
200
400
600
800
1000
1200
1400
1 2 3 4 5 6 7
b
D
i
s
t
a
n
c
e
0
200
400
600
800
1000
1200
1400
1 2 3 4 5 6 7
b
D
i
s
t
a
n
c
e
 The average distance is low for the entry 2 and exit 2 compared
to the other input and output points as the b is varied
 The average distance decreases as we increase the dimensions
of the layout
 In a traditional layout, the average distance increases as the b is
varied
 Also, the average distance increases with the increase in the
dimensions of the x
 Comparing the two layouts, the X layout would be much better
when the length of the warehouse is more and also the average
travel distances are low for X compared to the traditional layout
 The X layout can be extended by increasing the X’s appropriately
with respect to the length of the warehouse , I/O points and the
storage space
 Finding an optimal angle of inclination for X
 Finding optimal number of inputs and output points at proper
location
Warehouse layout design

More Related Content

PPTX
Warehouselayout
PPTX
Warehousing operations
PPTX
WAREHOUSING AND STORAGE IN SUPPLY CHAIN MANAGEMENT
PPTX
WAREHOUSE OPERATION
PPT
Managing warehouse operations. How to manage and run warehouse operations by ...
PPTX
Physical inventory & warehouse layout planning
PPTX
PPTX
Stores management
Warehouselayout
Warehousing operations
WAREHOUSING AND STORAGE IN SUPPLY CHAIN MANAGEMENT
WAREHOUSE OPERATION
Managing warehouse operations. How to manage and run warehouse operations by ...
Physical inventory & warehouse layout planning
Stores management

What's hot (20)

PPT
Storemanagement
PDF
Capgemini and SAP trends in warehouse automation
PPT
Warehousing management final copy (1)
PPTX
PPTX
warehouse
PPT
Presentation On Warehousing
PPTX
Inventory management system
PPT
Effective store keeping and successful inventory control.2
PPTX
7 Ways to Improve Warehouse Efficiency
PPTX
Warehouse management of white goods in dehradun
DOCX
BASICS OF STORES AND MATERIALS MGT, (1)
PDF
How to improve order picking efficiency
PPT
Saving Time and Money in Warehouse Operations (MFSA Annual Conference)
PPTX
7-11 Japan Supply Chain Case Study
PPTX
Types of containers
PPT
7 Eleven Japan Co;
PDF
Warehousing & Inventory management (2018)
PDF
Cold Storage Warehouse Best Practices: Warehouse Layout Optimization
PPT
Warehouse management
PPTX
Inbound outbound
Storemanagement
Capgemini and SAP trends in warehouse automation
Warehousing management final copy (1)
warehouse
Presentation On Warehousing
Inventory management system
Effective store keeping and successful inventory control.2
7 Ways to Improve Warehouse Efficiency
Warehouse management of white goods in dehradun
BASICS OF STORES AND MATERIALS MGT, (1)
How to improve order picking efficiency
Saving Time and Money in Warehouse Operations (MFSA Annual Conference)
7-11 Japan Supply Chain Case Study
Types of containers
7 Eleven Japan Co;
Warehousing & Inventory management (2018)
Cold Storage Warehouse Best Practices: Warehouse Layout Optimization
Warehouse management
Inbound outbound
Ad

Similar to Warehouse layout design (20)

PDF
Impact of Cross Aisles in a Rectangular Warehouse:A Computational Study
PPTX
travel chart for plant layout
PPS
Case Study for Plant Layout :: A modern analysis
PPT
Order Picking include Pick Sequencing and Batching
PDF
Module 5 Computerized Layout Planning
PDF
Aisle Configurations For Unit-Load Warehouses
PPT
Goetschalckx Ratliff Order Picking In An Aisle
PDF
FP module 4 qualitative approaches to facilities planning
PPT
COMPUTERIZED LAYOUT METHODS ,CRAFT , ALDEP
PPTX
advanced dynamics Facility Location.pptx
PPT
Storage-Configuration-and-Policies others.ppt
PDF
Layout Strategy
PPT
storage and warehousing in cleanroom slides
PDF
Impact of Cross Aisles in a Rectangular Warehouse: A Computational Study
PPTX
Smart factory Presentation
PPTX
Chapter_8kkkaaaallalalalakakakakakakakak.pptx
DOCX
Layout planning
PPT
Layout10
PPTX
types of facility layout algorithm
PPT
Facility layout
Impact of Cross Aisles in a Rectangular Warehouse:A Computational Study
travel chart for plant layout
Case Study for Plant Layout :: A modern analysis
Order Picking include Pick Sequencing and Batching
Module 5 Computerized Layout Planning
Aisle Configurations For Unit-Load Warehouses
Goetschalckx Ratliff Order Picking In An Aisle
FP module 4 qualitative approaches to facilities planning
COMPUTERIZED LAYOUT METHODS ,CRAFT , ALDEP
advanced dynamics Facility Location.pptx
Storage-Configuration-and-Policies others.ppt
Layout Strategy
storage and warehousing in cleanroom slides
Impact of Cross Aisles in a Rectangular Warehouse: A Computational Study
Smart factory Presentation
Chapter_8kkkaaaallalalalakakakakakakakak.pptx
Layout planning
Layout10
types of facility layout algorithm
Facility layout
Ad

Recently uploaded (20)

PPT
EGWHermeneuticsffgggggggggggggggggggggggggggggggg.ppt
DOCX
actividad 20% informatica microsoft project
PDF
Urban Design Final Project-Context
PPTX
BSCS lesson 3.pptxnbbjbb mnbkjbkbbkbbkjb
PDF
GREEN BUILDING MATERIALS FOR SUISTAINABLE ARCHITECTURE AND BUILDING STUDY
PDF
Africa 2025 - Prospects and Challenges first edition.pdf
PPTX
artificialintelligencedata driven analytics23.pptx
PPTX
Special finishes, classification and types, explanation
PDF
Phone away, tabs closed: No multitasking
PPTX
Complete Guide to Microsoft PowerPoint 2019 – Features, Tools, and Tips"
PDF
YOW2022-BNE-MinimalViableArchitecture.pdf
PPTX
areprosthodontics and orthodonticsa text.pptx
PDF
Integrated-2D-and-3D-Animation-Bridging-Dimensions-for-Impactful-Storytelling...
PPTX
YV PROFILE PROJECTS PROFILE PRES. DESIGN
PDF
Benefits_of_Cast_Aluminium_Doors_Presentation.pdf
PPTX
6- Architecture design complete (1).pptx
PDF
Trusted Executive Protection Services in Ontario — Discreet & Professional.pdf
PDF
BRANDBOOK-Presidential Award Scheme-Kenya-2023
PDF
Wio LTE JP Version v1.3b- 4G, Cat.1, Espruino Compatible\202001935, PCBA;Wio ...
PPTX
building Planning Overview for step wise design.pptx
EGWHermeneuticsffgggggggggggggggggggggggggggggggg.ppt
actividad 20% informatica microsoft project
Urban Design Final Project-Context
BSCS lesson 3.pptxnbbjbb mnbkjbkbbkbbkjb
GREEN BUILDING MATERIALS FOR SUISTAINABLE ARCHITECTURE AND BUILDING STUDY
Africa 2025 - Prospects and Challenges first edition.pdf
artificialintelligencedata driven analytics23.pptx
Special finishes, classification and types, explanation
Phone away, tabs closed: No multitasking
Complete Guide to Microsoft PowerPoint 2019 – Features, Tools, and Tips"
YOW2022-BNE-MinimalViableArchitecture.pdf
areprosthodontics and orthodonticsa text.pptx
Integrated-2D-and-3D-Animation-Bridging-Dimensions-for-Impactful-Storytelling...
YV PROFILE PROJECTS PROFILE PRES. DESIGN
Benefits_of_Cast_Aluminium_Doors_Presentation.pdf
6- Architecture design complete (1).pptx
Trusted Executive Protection Services in Ontario — Discreet & Professional.pdf
BRANDBOOK-Presidential Award Scheme-Kenya-2023
Wio LTE JP Version v1.3b- 4G, Cat.1, Espruino Compatible\202001935, PCBA;Wio ...
building Planning Overview for step wise design.pptx

Warehouse layout design

  • 2.  Order picking is the most time consuming operation  It accounts for 55% of the warehouse operating costs
  • 3.  Cross Aisle Structure  Input and output points  Number of aisles  Length of the aisles  Dimensions of the warehouse
  • 5.  Concerned with unit load warehouse i.e. items are stored and retrieved in pallet quantities  Dual command Cycle- a worker first stores and then picks the pallet  Flow through process  The angle of inclination of the cross aisles to be 45 degrees
  • 6. The goal is to compare the average distances travelled by a worker from selected input and selected output in X layout with respect to the traditional layout.
  • 7.  Y-height of the warehouse  X-Width of the warehouse  a-cross aisle width  b-sub aisle width/ picking aisle width  Theta – angle of inclination  x 1-X coordinate of intersection point of the sub aisle with the cross aisle  y 1-Y coordinate of intersection point of the sub aisle with the cross aisle  Entry i-Input i i={1,2,3}  Exit i-Output I i={1,2,3}  (Entry,Exit)=(coordinate x, coordinate y):  ( 1,1)=((0,0),(0,Y)),(2,2)=((X/2,0),(X/2,Y)),(2,3)=((X/2,0),(X,Y))
  • 8.  H-total number of aisles along horizontal  V-Total number of aisles along the vertical  Aisle offset_H-Aisle offset along horizontal  Aisle offset_V-Aisle offset along vertical.  I_x1,I_y1-x,y coordinates of point of intersection of first x .  I_x2,I_y2-x,y coordinates of point of intersection of first x .  Zone-1,2….8,9..12  Perzone_H-Number of sub aisles / picking aisles in each horizontal zone.  Perzone_V-Number of sub aisles / picking aisle in each vertical zone.
  • 12.  Finding the intersection points of the picking aisle line with the cross aisle line by using simple coordinate structure. For e.g.: If we consider  Zone 2 :  LocalAisle = aisle - (zone-1)*perZone_H;  x_1 = AisleOffset_H+(zone-1)*perZone_H*b+ LocalAisle*b;  ymax = Y - AisleOffset_H + (-m)*x_1;  ymax = Y - m*(x_1 -AisleOffset_H);  perzone _H=X-4*Aisle offset_H*a/8*b  perzone_V=Y-a-2*a*aisleoffset_V/4*b
  • 13.  Calculate the total number of aisles i.e. sum of horizontal and vertical aisles.  We number the aisles from zone 1 to zone 8 in anti clockwise direction and the zone 9 to 12 for vertical aisles .  We generate two random aisle number s .  Then we identify the zone in which the two random aisle number lie  the aisle number is converted into the local aisle number. This is formulated as below for zone 2 :  LocalAisle = aisle - (zone-1)*perZone_H;
  • 14.  The point of intersection of this randomly generated aisle and cross aisle is found.  LocalAisle = aisle - (zone-1)*perZone_H;  x_1 = AisleOffset_H+(zone-1)*perZone_H*b+ LocalAisle*b;  ymax = Y - AisleOffset_H + (-m)*x_1;------------1  ymax = Y - m*(x_1 -AisleOffset_H);-----------2  It can lie in any of the two coordinates.  We assumed a variable to take value between (0,1).  So, if the value is < 0.5 takes one side or else the other (Just like tossing the coin).  Now ,we know that a random number on this aisle should between the two known points .
  • 15.  y_1 = ymax+ rand(1,1)*(Y/2-a/2-ymax);  The same methodology is used for the zones 2,3,6,7.And for the vertical zones the random point varies along the X-axis.  After generating two random points and two random aisle number we can calculate the total travel distance from entry to point 1 to point 2 and then to exit.  E.g.: Entry 1 exit 1 and the two zones are 1 and 3 .  Pick1_dist = distance(Pick1_x,Pick1_y,Pick1_x,Pick1_ymax);-  Pick2_dist = distance(Pick2_x,Pick2_y,Pick2_x,Pick2_ymax);  Travel_dist = A1+A8+2*A9+2*Pick1_dist+2*Pick2_dist+2*distance(I2_x,I2_y,Pick2_ x,Pick2_ymax);
  • 16.  The X-layout model is programmed in matlab and run for 500 different points by fixing 3 different input and 3 different out put points i.e.11,22,23.
  • 17. sub aisle width "b" Cross aisle width "a" Entry 1 Exit 1 - avg dist Entry 2 Exit 2- avg dist Entry 2 Exit 3- avg dist 2 4 436.8473627 412.359603 469.9621078 3 6 458.9083926 421.9085264 440.2055996 4 8 438.8048983 403.970392 444.6349116 5 10 464.4144204 413.390739 472.1534135 6 12 438.0494148 431.7415695 485.2314906 7 14 459.9804163 436.8815879 466.546859 8 16 479.5830189 429.3905281 481.5269818 9 18 467.6955873 414.8935882 424.1599993 10 20 488.820164 445.4807398 488.8825158
  • 23. 0 200 400 600 800 1000 1200 1400 1 2 3 4 5 6 7 b D i s t a n c e
  • 24. 0 200 400 600 800 1000 1200 1400 1 2 3 4 5 6 7 b D i s t a n c e
  • 25.  The average distance is low for the entry 2 and exit 2 compared to the other input and output points as the b is varied  The average distance decreases as we increase the dimensions of the layout  In a traditional layout, the average distance increases as the b is varied  Also, the average distance increases with the increase in the dimensions of the x  Comparing the two layouts, the X layout would be much better when the length of the warehouse is more and also the average travel distances are low for X compared to the traditional layout
  • 26.  The X layout can be extended by increasing the X’s appropriately with respect to the length of the warehouse , I/O points and the storage space  Finding an optimal angle of inclination for X  Finding optimal number of inputs and output points at proper location