<?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: Suggestion to start simulate a high density storage in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/suggestion-to-start-simulate-a-high-density-storage/m-p/13520499#M31499</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Attached is a very quick and rough cut of how you might go about it. I assume that your main goal is to implement digging, but optimized for the least amount of digs. This model is a starting point for doing that.&lt;/P&gt;&lt;P&gt;It implements its own internal A* algorithm for defining the "path" by which you should dig out items (CalculateLeastDigPath). As part of this algorithm, it implements a high cost if the path goes through an item that is in storage, i.e. it must dig to get to the item. Thus, it should find the item that results in the lowest cost.&lt;/P&gt;&lt;P&gt;Once I have calculated the path, I have AGV2 dig it out. Then AGV1 picks the item. Then AGV2 puts the dug items back in their original spot.&lt;/P&gt;&lt;P&gt;To get it done quickly, I am minimalist on logic for where to place an item that you dig out (just one location, i.e. overlapping items), where to put the dug items back when the pick is finished (the same spot where they were) and how to put the picked items back into storage (I just destroy them). You'll need to figure out how your algorithm should do those things. One thing you'll need to keep in mind is to keep AGV2 out of the way of AGV1. Sometimes AGV1 will get stuck because AGV2 is idle and in AGV1's way, so when AGV2 goes idle you should move it out of the way.&lt;/P&gt;&lt;P&gt;I would suggest using object flows instead of global process flows. Object flows are, in my opinion, more intuitive for implementing the logic of a smart Agent/robot in your system.&lt;/P&gt;&lt;P&gt;I also changed out your queues for a floor storage object, as I believe that's a much easier way to store items.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/47457-211206-demo-modified.fsm" target="_blank"&gt;211206-demo-modified.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 04 Jan 2022 19:33:13 GMT</pubDate>
    <dc:creator>anthony_johnsonT83CM</dc:creator>
    <dc:date>2022-01-04T19:33:13Z</dc:date>
    <item>
      <title>Suggestion to start simulate a high density storage</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/suggestion-to-start-simulate-a-high-density-storage/m-p/13520493#M31493</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 21.2.4 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi, I have tried build a kiva model according to &lt;A rel="nofollow" href="https://answers.flexsim.com/articles/107103/example-kiva-system-model.html"&gt;https://answers.flexsim.com/articles/107103/example-kiva-system-model.html&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;I am doing research about high density storage, and trying to evaluate its performance using flexsim. I will start with A* and floor storage. The allocation of cart is almost same as the example, but number of aisle will decrease to increase space utilization of warehouse.&lt;/P&gt;
 &lt;P&gt;There are some rule:&lt;/P&gt;
 &lt;P&gt;1. Planning path before AGV start moving&lt;/P&gt;
 &lt;P&gt;2. Choose a path that AGV will move the least carts that blocking the way of target cart to work station&lt;/P&gt;
 &lt;P&gt;3. AGV could not move the blocking carts in the way of target cart&lt;/P&gt;
 &lt;P&gt;I wonder if it is feasible in flexsim. Any suggestion or advice is much appreciated!&lt;/P&gt;
 &lt;P&gt;Thanks!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Dec 2021 10:24:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/suggestion-to-start-simulate-a-high-density-storage/m-p/13520493#M31493</guid>
      <dc:creator>e_yiing98</dc:creator>
      <dc:date>2021-12-15T10:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Suggestion to start simulate a high density storage</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/suggestion-to-start-simulate-a-high-density-storage/m-p/13520494#M31494</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hello &lt;A rel="user" href="https://answers.flexsim.com/users/28926/emilyk.html" nodeid="28926"&gt;@Emily K&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;I do not have experience creating a Kiva system however there are many example model and questions about Kiva systems in the forum. If you search "Kiva" you will find several. This particular &lt;A href="https://answers.flexsim.com/questions/72454/kiva-project-simulation-example.html"&gt;post&lt;/A&gt; you might find helpful.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Dec 2021 15:44:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/suggestion-to-start-simulate-a-high-density-storage/m-p/13520494#M31494</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2021-12-21T15:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Suggestion to start simulate a high density storage</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/suggestion-to-start-simulate-a-high-density-storage/m-p/13520495#M31495</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/28926/emilyk.html" nodeid="28926"&gt;@Emily K&lt;/A&gt;, was Jeanette F's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.&lt;/P&gt;&lt;P&gt;If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 28 Dec 2021 17:20:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/suggestion-to-start-simulate-a-high-density-storage/m-p/13520495#M31495</guid>
      <dc:creator>connor_a</dc:creator>
      <dc:date>2021-12-28T17:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Suggestion to start simulate a high density storage</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/suggestion-to-start-simulate-a-high-density-storage/m-p/13520496#M31496</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;There exists a dev talk video on youtube&lt;/P&gt;&lt;P&gt;&lt;A href="https://youtu.be/3AQ-cjOS9tY"&gt;https://youtu.be/3AQ-cjOS9tY&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 28 Dec 2021 18:26:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/suggestion-to-start-simulate-a-high-density-storage/m-p/13520496#M31496</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2021-12-28T18:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Suggestion to start simulate a high density storage</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/suggestion-to-start-simulate-a-high-density-storage/m-p/13520497#M31497</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P style="font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; margin: 0px 0px 10px; color: rgb(65, 65, 65); font-family: sans-serif; font-size: 15px;"&gt;Thanks &lt;A rel="user" href="https://answers.flexsim.com/users/24344/jeanettef.html" nodeid="24344"&gt;@Jeanette F&lt;/A&gt; and &lt;A rel="user" href="https://answers.flexsim.com/users/461/joerg.v.html" nodeid="461"&gt;@Joerg Vogel&lt;/A&gt; ,&lt;BR /&gt;I have searched all the topics related to kiva and tried to simulate the model according to the video before I asked this question.&lt;/P&gt;
 &lt;P style="font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; margin: 0px 0px 10px; color: rgb(65, 65, 65); font-family: sans-serif; font-size: 15px;"&gt;The rules stated were reference from a paper studying high density storage. I would like to simulate its rules using flexsim, but I have no idea where could I start...&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/47369-211206-demo.fsm" target="_blank"&gt;211206_DEMO.fsm&lt;/A&gt; Attachment is a simple model using logic above.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 31 Dec 2021 08:30:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/suggestion-to-start-simulate-a-high-density-storage/m-p/13520497#M31497</guid>
      <dc:creator>e_yiing98</dc:creator>
      <dc:date>2021-12-31T08:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Suggestion to start simulate a high density storage</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/suggestion-to-start-simulate-a-high-density-storage/m-p/13520498#M31498</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;You might find that you need to use the &lt;A href="https://docs.flexsim.com/en/22.0/Reference/CodingInFlexSim/FlexScriptAPIReference/AStar/"&gt;Astar API&lt;/A&gt;.  &lt;A rel="user" href="https://answers.flexsim.com/users/207/anthony.j.html" nodeid="207"&gt;@anthony.johnson&lt;/A&gt; may be able to provide you with a better idea of how to proceed.&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Jan 2022 13:51:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/suggestion-to-start-simulate-a-high-density-storage/m-p/13520498#M31498</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-01-04T13:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Suggestion to start simulate a high density storage</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/suggestion-to-start-simulate-a-high-density-storage/m-p/13520499#M31499</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Attached is a very quick and rough cut of how you might go about it. I assume that your main goal is to implement digging, but optimized for the least amount of digs. This model is a starting point for doing that.&lt;/P&gt;&lt;P&gt;It implements its own internal A* algorithm for defining the "path" by which you should dig out items (CalculateLeastDigPath). As part of this algorithm, it implements a high cost if the path goes through an item that is in storage, i.e. it must dig to get to the item. Thus, it should find the item that results in the lowest cost.&lt;/P&gt;&lt;P&gt;Once I have calculated the path, I have AGV2 dig it out. Then AGV1 picks the item. Then AGV2 puts the dug items back in their original spot.&lt;/P&gt;&lt;P&gt;To get it done quickly, I am minimalist on logic for where to place an item that you dig out (just one location, i.e. overlapping items), where to put the dug items back when the pick is finished (the same spot where they were) and how to put the picked items back into storage (I just destroy them). You'll need to figure out how your algorithm should do those things. One thing you'll need to keep in mind is to keep AGV2 out of the way of AGV1. Sometimes AGV1 will get stuck because AGV2 is idle and in AGV1's way, so when AGV2 goes idle you should move it out of the way.&lt;/P&gt;&lt;P&gt;I would suggest using object flows instead of global process flows. Object flows are, in my opinion, more intuitive for implementing the logic of a smart Agent/robot in your system.&lt;/P&gt;&lt;P&gt;I also changed out your queues for a floor storage object, as I believe that's a much easier way to store items.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/47457-211206-demo-modified.fsm" target="_blank"&gt;211206-demo-modified.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Jan 2022 19:33:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/suggestion-to-start-simulate-a-high-density-storage/m-p/13520499#M31499</guid>
      <dc:creator>anthony_johnsonT83CM</dc:creator>
      <dc:date>2022-01-04T19:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Suggestion to start simulate a high density storage</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/suggestion-to-start-simulate-a-high-density-storage/m-p/13520500#M31500</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/28926/emilyk.html" nodeid="28926"&gt;@Emily K&lt;/A&gt;, was one of anthony.johnson's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. Or if you still have questions, add a comment and we'll continue the conversation.&lt;/P&gt;&lt;P&gt;If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 07 Jan 2022 19:54:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/suggestion-to-start-simulate-a-high-density-storage/m-p/13520500#M31500</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2022-01-07T19:54:37Z</dc:date>
    </item>
  </channel>
</rss>

