<?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 AGV priority in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/agv-priority/m-p/13501227#M16376</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,&lt;/P&gt;
 &lt;P&gt;I have a problem with AGV pickup priorities. I want that AGV pick up empty tote and drive tote to the processor and then pick full tote if full tote is available.&lt;/P&gt;
 &lt;P&gt;My first model (AGV work) works fine because AGV first pick up from the PickUp queue and not from the processor.&lt;/P&gt;
 &lt;P&gt;In the second model (AGV not work) first pickup is from the processor. I want to set priority where AGV always pick up empty tote from the PickUp queue first and then replaces empty tote with full tote in the processor.&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1652035602595.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1510237i3FF024F29CE928EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="1652035602595.png" alt="1652035602595.png" /&gt;&lt;/span&gt;AGV not work.fsm&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/51875-agv-work.fsm" target="_blank"&gt;AGV work.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;Hope you will understand my problem.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;Thank you in advance for your answers.&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Sun, 08 May 2022 18:51:02 GMT</pubDate>
    <dc:creator>fred_ee</dc:creator>
    <dc:date>2022-05-08T18:51:02Z</dc:date>
    <item>
      <title>AGV priority</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-priority/m-p/13501227#M16376</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,&lt;/P&gt;
 &lt;P&gt;I have a problem with AGV pickup priorities. I want that AGV pick up empty tote and drive tote to the processor and then pick full tote if full tote is available.&lt;/P&gt;
 &lt;P&gt;My first model (AGV work) works fine because AGV first pick up from the PickUp queue and not from the processor.&lt;/P&gt;
 &lt;P&gt;In the second model (AGV not work) first pickup is from the processor. I want to set priority where AGV always pick up empty tote from the PickUp queue first and then replaces empty tote with full tote in the processor.&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1652035602595.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1510237i3FF024F29CE928EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="1652035602595.png" alt="1652035602595.png" /&gt;&lt;/span&gt;AGV not work.fsm&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/51875-agv-work.fsm" target="_blank"&gt;AGV work.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;Hope you will understand my problem.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;Thank you in advance for your answers.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 08 May 2022 18:51:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-priority/m-p/13501227#M16376</guid>
      <dc:creator>fred_ee</dc:creator>
      <dc:date>2022-05-08T18:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: AGV priority</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-priority/m-p/13501228#M16377</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;The 'NextWorkPoint' connections are designed to be used in a loop. In your model, if the AGV doesn't find at its starting control point, the agv process flow will get stuck looking for the next point the AGV should travel to.&lt;/P&gt;&lt;P&gt;You can modify the process flow to allow the AGV to wait for a task at the 'dead end' control point.&lt;/P&gt;&lt;P&gt;In the 'Main Control Loop' section, split up the upper activity block and add a 'Wait for Event' activity as shown in the screenshot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1652078966185.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1510232i2F12A435BB172DC8/image-size/large?v=v2&amp;amp;px=999" role="button" title="1652078966185.png" alt="1652078966185.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the 'Get Next Work Point' activity, activate the 'Max Wait Time' option and set the token to be released through connection 2, if the timer (0s) elapses. Make sure that the second connection is the one leading to the 'Wait for Event'. Set that to wait for something to get pushed to the AGV Work List.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1652079045044.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1510233i029D2E8543A172B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="1652079045044.png" alt="1652079045044.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now, if the AGV doesn't find a task at its location when first activated, it will wait for a new task to become available and check again if the new task is at the right location.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/51891-agv-not-work-adjusted-fm.fsm" target="_blank"&gt;agv-not-work-adjusted-fm.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 09 May 2022 06:51:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-priority/m-p/13501228#M16377</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-05-09T06:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: AGV priority</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-priority/m-p/13501229#M16378</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thank you for your answer. I learned some new things from your answer. But anyway model agv-not-work-adjusted-fm.fsm is not working properly because the red tote is never picked by AGV. I still need FIFO output from PickUp queue.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 09 May 2022 09:41:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-priority/m-p/13501229#M16378</guid>
      <dc:creator>fred_ee</dc:creator>
      <dc:date>2022-05-09T09:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: AGV priority</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-priority/m-p/13501230#M16379</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;It seems like I accidentaly deactivated the Pull Strategy of KM1 while checking some settings in your model. Just activate it again and it should work. Sorry for that.&lt;/DIV&gt;</description>
      <pubDate>Mon, 09 May 2022 10:30:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-priority/m-p/13501230#M16379</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-05-09T10:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: AGV priority</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-priority/m-p/13501231#M16380</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thank you for your help. It works now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; . &lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 09 May 2022 18:51:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-priority/m-p/13501231#M16380</guid>
      <dc:creator>fred_ee</dc:creator>
      <dc:date>2022-05-09T18:51:25Z</dc:date>
    </item>
  </channel>
</rss>

