18 Matching Annotations
  1. Jul 2022
    1. According to the above results and Figure 10, the following results can be obtained with the Chevron layout: (1) Compared with the Return-type picking path strategy, the Mixed-type path strategy has better results. Compared with the S-type picking path strategy, the resulting advantage of the Mixed-type path strategy gradually decreases with the increase of the number of locations to be picked in the order.

      Just as I though, Mixed-type path takes the best of both models to provide the best results, up to a point. It is all dependent on the number of locations, and you get more locations, it favors going to an S-type path.

    2. 2.4. Mixed-Type Picking Path Model

      I see this picking path model to probably be the most useful based on locations for the material on the pick list.

    3. its goal is to minimize the total walking distance of the picking operation.

      This is a valuable goal in a warehouse/manufacturing environment.

    4. D=min(d01x01+∑i=1n∑j=1ndijxij+dn0xn0),

      Hello big math. Time to involve the engineers again. There are several equations throughout the paper that will be useful to the engineers to help us define a proper layout.

    5. Pansart et al. [7] and Hong et al. [11] respectively proposed the application of mixed integer programming to optimize order batching to realize the optimization of order picking path. Dijkstra et al. [12] and Liu et al. [13] comprehensively considered the impact of location allocation on picking paths. Lu et al. [14] studied the warehouse picking strategy based on the dynamic picking path optimization algorithm. Through simulation, it was found that the algorithm is better than the static and heuristic picking path optimization algorithm under certain conditions. Bódis et al. [15] used Bacterial Memory algorithm and Simulated Annealing algorithm to solve the order picking problem in the unit picking warehouse. The simulation results show that the former has a more obvious optimization effect on the picking walking path problem than the latter. Zhou et al. [16] applied the intelligent algorithm to the picking path optimization of Fishbone layout, and simulated the model through data mining. Masae et al. [17] proposed four heuristic paths based on Euclidean distance and dynamic programming process under Leaf warehouse layout.Žulj et al. [18] proposed a picking path strategy combined with priority constraints based on practical cases and analyzed the sensitivity of the parameters to propose the best priority constraints. Scholz et al. [19] proposed a variable neighborhood descent algorithm for various neighborhood structures of batch processing and sorting problems. Moons et al. [20] used a single optimization framework to solve the order picking problem and the vehicle routing problem with a time window and release date at the same time. Pferschy et al. [21], from the perspective of commodity similarity in orders, through the example verification under four different order scale scenarios, found that the average walking distance of picking in batches is saved by 34.7% compared to that in no-batches. Weidinger et al. [22] increased the distribution range of goods in the warehouse, thus shortening the walking distance of the picking operation. Liu et al. [23] aimed at the path optimization problem in the traditional two zone warehouse, and found that the Ant Colony algorithm can effectively reduce the walking distance and time. Based on the Fishbone layout, they proposed a multi-population genetic algorithm with an evolutionary reversal operator and proved the superiority of the algorithm results by comparing them with other traditional algorithms [24]. Giannikas et al. [25] proposed an intervention picking strategy considering new orders and operation interruption to improve the response-ability of the picking system. Moons et al. [26] proposed a memory travel algorithm to solve the comprehensive picking vehicle routing problem. Liu et al. [27] studied the order picking path optimization problem based on Flying-V layout, and found that the use of Ant Colony algorithm can greatly reduce the picking time and improve the picking efficiency. Öztürkoğlu [28] proposed a double objective mathematical model which can better shorten the picking walking distance than other models. Chae et al. [29] proposed a double row layout model and compared the existing literature with the proposed model. The results show that the new model has better performance and a shorter picking time. Masae et al. [30] proposed an optimal order picker routing strategy for conventional warehouses with double partitions and arbitrary starting and ending points. Masae et al. [31] and Çelik et al. [32] proposed the best order picking strategy by using dynamic programming and the heuristic algorithm respectively based on the concept of graph theory. Alipour et al. [33] proposed a new heuristic algorithm for multi-picking vehicles to solve the online order batch processing problem. Shavaki et al. [34] comprehensively considered the constraints such as warehouse storage, online order batching, robot scheduling, and route selection, and proposed a rule-based heuristic path algorithm.

      There was a significant amount of literature review by the authors. There are a lot of places to go and look for more data to support different warehousing layouts and processes.

    6. the Chevron warehouse layout

      This is the first time I have read about the Chevron layout. Maybe this will be a good layout to research further.

    7. Order picking is the part with the highest proportion of operation cost and time in the warehouse.

      This statement is part of what I am trying to tackle with my project. How can we limit down time of techs and workers when requesting parts.

    1. Our research has two differences with real systems. First, our analytic model is based on Whitt approximations, which will lead to relative errors. Second, we have not considered battery management in the RMFS. Future research might evaluate battery charging and swapping strategies in the RMFS.

      The authors have laid the groundwork and pointed out where the next steps should be. This also points me in a direction to go looking for more relevant data.

    2. Verification of Analytic Results Via Simulation

      The data returned from the simulations closely matches the data achieved from the calculations. This tells me that the calculations can very accurate, making it easier for companies that cannot afford simulations to make effective decisions whether to use this process or not.

    3. Numerical Experiments

      While there is no specific data sets to analyze, the experimentation does provide data that can be useful in helping guide decisions.

    4. congestion near picker workstations can be serious, since the space in front of each picker station is limited.

      This is something we are going to have to consider in our floor layout change. We need to provide plenty of space for the AGVs to move, operate and stand while loading and unloading occurs.

    5. barcode stickers on the warehouse floor

      We already have QR code stickers on the floor as we are building robots like this for a customer, and we have to test them repeatedly.

    6. f(x)={1W,0,0≤x≤W

      This math is far and away over my head, thankfully we employ some smart engineers with math degrees. But it is good to see these equations exist and can be used to help us figure out the best methods for our project. I will not be highlighting all of the equations, there are a lot of them.

    7. served by one order picker

      This is the set up that would be ideal for our warehouse currently. We have one picker location that the robots could all service.

    8. The RMFS can reduce order fulfillment time in warehouses, allowing them to meet customer expectations for speedy delivery.

      Replace customer with manufacturing team and this sounds fantastic! The goal is to limit down time of the techs when waiting on parts.

    9. One of the research topics relevant to the RMFS is routing design [30], and the objective of routing research is to minimize the throughput time of a warehouse.

      Finding out there is research existing on routing design will help when it comes to figuring out the layout we need for the manufacturing spaces if we proceed with an AGV system.