<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Warehouse picking simulation in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/warehouse-picking-simulation/m-p/13570323#M70778</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I have prepared an excel that has a list of 50 orders along with the sku and qty needed, I am struggling to upload that excel into the flexsim file.&lt;/P&gt;
 &lt;P&gt;Also once I have uploaded the excel do I have to use processflow to structure my picking process or is there any inbuilt function for the same? Thank you for the reply though, I am kind on my toes with my assignment submissions, hence want to do it asap&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 08 Mar 2023 20:39:34 GMT</pubDate>
    <dc:creator>abhishek_y</dc:creator>
    <dc:date>2023-03-08T20:39:34Z</dc:date>
    <item>
      <title>Warehouse picking simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/warehouse-picking-simulation/m-p/13570321#M70776</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 22.1.2 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I am very new to flexsim and recently built a model to simulate the putaway task using a forklift. After a lot of struggle I managed to do the putaway operations&lt;/P&gt;
 &lt;P&gt;following is the flow of items for the putaway operation&lt;/P&gt;
 &lt;P&gt;1. Source that generates items as per the label(sku1, sku2, sku3, etc..) that I have mentioned&lt;/P&gt;
 &lt;P&gt;2. It then waits in the queue until a forklist picks it up&lt;/P&gt;
 &lt;P&gt;3. The floor storage(hidden because of the barrier that i have used so that forklift does not runover the storage locations) has been colored as per the label to designate which sku should be stored where.&lt;/P&gt;
 &lt;P&gt;As of now I don't have trouble with the model with all the trial and error that I have been doing.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;The next task is that I want to make an order list in excel that says order #1 - pick sku1, sku3, sku5 in qty 3,4 and 5 then order #2- pick sku3, sku6 in qty 5 and 1... and so on. Then I would want a human to pick the orders for me and place it somewhere.&lt;/P&gt;
 &lt;P&gt;The objective is to simulate 2 cases&lt;/P&gt;
 &lt;P&gt;(a) when the picklist is not sequential as per the layout pick for order #1 - sku3, sku5, sku1, etc.. randomly&lt;/P&gt;
 &lt;P&gt;(b) when the picklist is sequence as per the layout to minimize travel time order #1 - sku1, sku3, sku5, etc&lt;/P&gt;
 &lt;P&gt;I want to compare both the scenarios in terms of travel time and duration that a picker spends to process the same orders when a proper pick path(case b) is given vs. he goes all random(case a)&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1678271884336.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1515866i7060ED0A950E91BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="1678271884336.png" alt="1678271884336.png" /&gt;&lt;/span&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/65290-f1-autosave-1.fsm" target="_blank"&gt;f1_autosave_1.fsm&lt;/A&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1678272207116.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1515867iE28A1CA12EFE6295/image-size/large?v=v2&amp;amp;px=999" role="button" title="1678272207116.png" alt="1678272207116.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Mar 2023 10:51:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/warehouse-picking-simulation/m-p/13570321#M70776</guid>
      <dc:creator>abhishek_y</dc:creator>
      <dc:date>2023-03-08T10:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Warehouse picking simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/warehouse-picking-simulation/m-p/13570322#M70777</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You can do this by pulling the array of items to be picked - and choosing to order the items using the SQL clause.  You may be able to specify the aisle and bay fields in a list and have the array ordered by the route that would be travelled in a single pull, or you may want to push them to a temporary list and pull them in aisle bay sequence changing the bay order to ascending or descending depending on the direction you expect to travel down the aisle.  You can have the clause 'ORDER BY RAND()' to shuffle the items.  There are examples of both of these on this site.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Mar 2023 18:38:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/warehouse-picking-simulation/m-p/13570322#M70777</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-03-08T18:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Warehouse picking simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/warehouse-picking-simulation/m-p/13570323#M70778</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I have prepared an excel that has a list of 50 orders along with the sku and qty needed, I am struggling to upload that excel into the flexsim file.&lt;/P&gt;
 &lt;P&gt;Also once I have uploaded the excel do I have to use processflow to structure my picking process or is there any inbuilt function for the same? Thank you for the reply though, I am kind on my toes with my assignment submissions, hence want to do it asap&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Mar 2023 20:39:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/warehouse-picking-simulation/m-p/13570323#M70778</guid>
      <dc:creator>abhishek_y</dc:creator>
      <dc:date>2023-03-08T20:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Warehouse picking simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/warehouse-picking-simulation/m-p/13570324#M70779</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Process flow should make it simpler to implement, understand, verify and if needed debug - plus there are more process flow examples on this site from which you can learn.   &lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Mar 2023 21:03:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/warehouse-picking-simulation/m-p/13570324#M70779</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-03-08T21:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Warehouse picking simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/warehouse-picking-simulation/m-p/13570325#M70780</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Hey Jason, if it is not much of a task can you add the picking operations to my model? I am really struggling to get it done and wanted to use it for my research. I would be really thankful if you could help. 
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;I tried the process flow approach but I was unable to use the commands that tells the model to pick 'sku' which is a label that I have used&lt;/P&gt; 
&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Mar 2023 13:34:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/warehouse-picking-simulation/m-p/13570325#M70780</guid>
      <dc:creator>abhishek_y</dc:creator>
      <dc:date>2023-03-09T13:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Warehouse picking simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/warehouse-picking-simulation/m-p/13570326#M70781</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;I've just looked at your model and I don't see where you intend to define what needs picking.  Also you have not set the address scheme for the floor storage in order to sequence aisles and bays.  Let's see how far you get and post back with what you've tried and where you got stuck.&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We offer guidance for academics/students as their work may be part of an assessment/accreditation - any direct assistance/significant development would undermine that process.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Mar 2023 13:50:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/warehouse-picking-simulation/m-p/13570326#M70781</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-03-09T13:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Warehouse picking simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/warehouse-picking-simulation/m-p/13570327#M70782</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/65379-mod1-autosave.fsm" target="_blank"&gt;mod1_autosave.fsm&lt;/A&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/65366-flexsimmm1.xlsx" target="_blank"&gt;flexsimmm1.xlsx&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;I tried my best to add the address scheme to the floor storage locations.&lt;/P&gt;
 &lt;P&gt;And I was exploring the process view. The problem is I am now able to import the tables to flexsim, since I am aware of the token creation logic and how to make sure the resource picks it up from the location as per the order list, it's all giving me a tough time.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;And this is related to my research which only focuses on understanding how much time and efforts does one save when the orders are picked without a path vs they are picked with the use of a shortest path. I had previously used flexsim as a consultant, though the model was built by a 3rd party I knew the tweaking and outputs bit. &lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;It would be great if you can add 2 ways(random vs shortest path) of picking the orders as in the attached excel. Also is there a way to have a fixed qty in the inventory as per mentioned in the excel? I started off with the inbound process which was unecessary for me just to fill the locations with items so that picking doesnt show error, it would be helpful if you can show me a way for filling storage with x items at time 0&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Mar 2023 16:06:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/warehouse-picking-simulation/m-p/13570327#M70782</guid>
      <dc:creator>abhishek_y</dc:creator>
      <dc:date>2023-03-09T16:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Warehouse picking simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/warehouse-picking-simulation/m-p/13570328#M70783</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;It looks like  you still have slot labels of Cola pack sizes where I guess you should only have furniture types.  Using the current method for initial inventory you should first repaint the slots so that they are not packs of Cola bottles and have furniture values instead.  Then you stand a chance of finding items with the SKUs you need to pick.&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Mar 2023 13:05:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/warehouse-picking-simulation/m-p/13570328#M70783</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-03-16T13:05:15Z</dc:date>
    </item>
  </channel>
</rss>

