Warehouse costs are dominated by labor. Picking is estimated to account for 70% of warehouse activities. A picker spends nearly half of his or her time looking for an item and the other half walking around the warehouse. Reduced travel time can save a warehouse up to 5% of its operating costs.
Labor costs account for the majority of warehouse costs. Picking activities can account for roughly 70% of all warehouse activities when these costs are looked at. Almost half of the time the picker is working is spent looking for and grabbing the right item, with the other half spent walking around the warehouse and being unproductive. This can be seen as the lowest hanging fruit for a warehouse manager to solve the challenge of improving warehousing operations. If travel time could be reduced, the impact on the bottom line of a warehouse could be as much as 5% of total costs.
Previously, keeping a clean, well-organized facility and scheduling a large enough number of pickers was sufficient. However, managing and optimizing a warehouse in the 21st century is an entirely different ballgame.
Warehouses are now staying competitive by optimizing every aspect of their operations, from picking to packing to shipping. With new warehouses opening on a daily basis and fluctuating customer demand for quick deliveries, order fulfillment centers don't have the option of phoning it in. They must thoroughly examine their warehouses from top to bottom in order to identify and eliminate inefficiencies.
The travel time of pickers is one warehouse process that is ripe for warehouse optimization - picking path optimization. Picking, according to some estimates, consumes more than half of a warehouse's labor efforts. This isn't surprising given that, despite advances in warehouse technology such as automated storage and retrieval systems, picking is still largely a human-led process.
Nonetheless, picking and, more specifically, the pick path, can be improved. Motion waste – the unnecessary movement that causes a given task to take longer than it should is frequently the most significant cause of inefficiency during the picking process.
Warehouses are part of a logistics supply chain, and their main activities include receiving goods, storing and putting away items, picking, order consolidation and checking, packing, and shipping:
The basic technical structure includes, for example, the layout design of the logistic warehouse or entire distribution center, the voice and dimensioning of conveyors and warehouse equipment, the design of physical interfaces to other systems or attributes related to the warehouse's technical structure.
The warehouse layout design is an important component of subsequent optimization tasks and has a significant impact on order-picking and travel distances in the warehouse. The layout is typically rectangular in shape and relies on pallet manipulation. The number of blocks; the length, width, and number of picking aisles; the number and shape of cross aisles if present; the number of rack levels; and the position of input and output gates in the warehouse are all factors to consider in the layout design.
The two most common slotting strategies are random and dedicated. While a random strategy allows for the same probability of storing a pallet at any arbitrary empty location, a dedicated strategy allows for the storage of a pallet at a dedicated predetermined location.
If the order is small and does not exceed the picking capacity, more orders can be picked in a single order-picking tour. In the literature, this is referred to as order batching or simply batching.
Goods from the same product group are kept in the same zone. When compared to batching, zoning has no discernible effect on order picking system performance. The benefit of zoning is that it reduces aisle congestion, and when the goods are concentrated in a small area, it also reduces travel time. The main disadvantage is order consolidation when multiple pickers from different zones complete it.
Heuristics for warehouse routing
A routing strategy is a method for determining the best path through a warehouse. A route is a path that passes through all of the items in an order. If you want to keep order picking costs as low as possible, the route should be as short as possible.
Many factors can contribute to warehouse congestion. Typically, it is the result of increased business while the warehouse layout remains unchanged.
The following are the most common causes of traffic congestion:
Congestion can also be caused by picking activities. If one picker has a picking assignment in the same (narrow) aisle as another, depending on the width of that aisle, a waiting time is incurred.
As the business expands, more pickers will perform more activities in the same aisle at the same time, resulting in increased congestion.
What if pickers could use technology to automatically guide them through congested areas? What if warehouse pickers had something similar to Waze? Waze is widely regarded as the gold standard in real-time traffic route navigation. To implement real-time navigation in a warehouse, three things are required:
Currently, a Warehouse Management System (WMS) is similar to a stand-alone routing engine that knows the shortest route from A to B without knowing the current situation. This route is based on a fixed location sequence and will not work if the warehouse layout changes.
A dynamic routing system, on the other hand, that is integrated with a positioning system (e.g., Bluetooth) and a guidance system (AR goggles) could function as a Waze-like solution that calculates the fastest route from A to B while taking current and forecasted traffic into account.
The goal, regardless of warehouse layout, storage strategies, or order picking strategies, will always be to reduce operational costs. The workforce is the largest cost driver, and traveling in a warehouse is the most time consuming activity.
The case of picklist optimization in a warehouse where picks are distributed amongst a team of pickers and the goal is to create picklists with the least amount of travel time while taking capacity, batching, and sequence constraints into account. The warehouse layout should be converted to a weighted graph in order for the algorithm to be aware of different positions in the warehouse and especially their relationships to other positions. A graph can represent the network structure between any position in the warehouse, with nodes representing positions and edges representing distances between two positions. By introducing a graph, one can use shortest path algorithms (such as Dijkstra, A*,...) to calculate the distance matrix from one position to another. This information is required in order to solve routing requests for a set of picks and a set of pickers.