<?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: ASRS QUEUE PRIORITY PROCESS FLOW in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/asrs-queue-priority-process-flow/m-p/13538265#M45647</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thank you so much! I'll give it a shot; it makes perfect sense that the process flow cannot control the items due to the connections in the 3D model. As for the unload activities I was referring the groups as the destination I want my ASRS to unload the items, it seems that there I have a problem understanding the options, however I think once I manage to control the ASRS I will be able to fix that too.T&lt;/P&gt;
 &lt;P&gt;Really appreciate your time &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Sat, 12 Feb 2022 18:25:06 GMT</pubDate>
    <dc:creator>nina_a</dc:creator>
    <dc:date>2022-02-12T18:25:06Z</dc:date>
    <item>
      <title>ASRS QUEUE PRIORITY PROCESS FLOW</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/asrs-queue-priority-process-flow/m-p/13538263#M45645</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 20.0.10 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello,&lt;/P&gt;
 &lt;P&gt;I have an end-of-aisle system (two racks) with two Queues. One Queue on each side of the aisle.&lt;/P&gt;
 &lt;P&gt;I Want to make this sequence of tasks: my ASRS first picks up a box from Queue1 stores the box, then proceeds to a retrieval task. The drop points of the retrieval task are either Queue3 or the conveyor. After this I want my ASRS to do the same procedure but starting from Queue2&lt;/P&gt;
 &lt;P&gt;The flow is: Q1-STORE -RETRIEVE-Q3/CONVEYOR-Q2-STORE-RETRIEVE-&lt;SPAN style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; 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; display: inline !important; float: none;"&gt;Q3/CONVEYOR&lt;/SPAN&gt;&lt;/P&gt;
 &lt;P&gt;I have made the process flow for the first store and retrieval task but it's like the ASRS doesn't want to follow it.&lt;/P&gt;
 &lt;P&gt;I made a push to list with the items from Queue1 and Queue2 and I assigned to them type values. In the first pull to list, I put a condition of pulling items that their type is 1 with the aim that the ASRS will start the procedure from Queue1 but this doesn't happen. It only happens if the Inter-arrival time of Queue2 is later than the Queue1, but this shouldn't be the way to fix the problem.&lt;/P&gt;
 &lt;P&gt;I am attaching my model with the process flow, any suggestion will be very helpful.&lt;/P&gt;
 &lt;P&gt;Thank you.&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/48548-test-simple.fsm" target="_blank"&gt;TEST SIMPLE.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sat, 12 Feb 2022 15:12:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/asrs-queue-priority-process-flow/m-p/13538263#M45645</guid>
      <dc:creator>nina_a</dc:creator>
      <dc:date>2022-02-12T15:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: ASRS QUEUE PRIORITY PROCESS FLOW</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/asrs-queue-priority-process-flow/m-p/13538264#M45646</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;If you want to control the item movement with a process flow you should start by deleting the connections/logic in the 3d model (except the connections from/to the sources/sinks of course), since those currently control the flow of items.&lt;/P&gt;&lt;P&gt;The "Use Max Wait Timer" option in the first Pull from List activity doesn't seem to make sense because you don't have any logic in place to handle the case where the token couldn't pull an item. If you run the model right now, exactly that happens and the token gets consequently stuck in the load activity.&lt;/P&gt;&lt;P&gt;Lastly, in the Unload activities you are referencing a group, when FlexSim is expecting an object. If your goal is to use a random object from those groups, then you can achieve that with the following command:&lt;/P&gt;&lt;PRE&gt;Group("groupName")[duniform(1, Group("groupName").length, getstream(activity))]&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Group("groupName")&lt;N&gt;&lt;/N&gt;&lt;/EM&gt; accesses the Nth object in the group and &lt;EM&gt;duniform(...)&lt;/EM&gt; returns a random value between 1 and the number of objects in the group.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 12 Feb 2022 17:50:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/asrs-queue-priority-process-flow/m-p/13538264#M45646</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-02-12T17:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: ASRS QUEUE PRIORITY PROCESS FLOW</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/asrs-queue-priority-process-flow/m-p/13538265#M45647</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thank you so much! I'll give it a shot; it makes perfect sense that the process flow cannot control the items due to the connections in the 3D model. As for the unload activities I was referring the groups as the destination I want my ASRS to unload the items, it seems that there I have a problem understanding the options, however I think once I manage to control the ASRS I will be able to fix that too.T&lt;/P&gt;
 &lt;P&gt;Really appreciate your time &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sat, 12 Feb 2022 18:25:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/asrs-queue-priority-process-flow/m-p/13538265#M45647</guid>
      <dc:creator>nina_a</dc:creator>
      <dc:date>2022-02-12T18:25:06Z</dc:date>
    </item>
  </channel>
</rss>

