<?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: Limiting AGV Movements to Specific Take Points and Enforcing Mandatory Passages in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/limiting-agv-movements-to-specific-take-points-and-enforcing/m-p/13602241#M95667</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Short answer: Don't use the AGV Process Flow template.&lt;/P&gt;&lt;P&gt;Longer answer: The AGV template implements a specific 'patrolling' behaviour for the AGVs. If that is not what you want, it is most of the time easier and faster to build a custom Process Flow logic from scratch than to try and adjust the template to fit your needs.&lt;/P&gt;&lt;P&gt;In this case all you need are three blocks: Pull an item from the AGV work list that is in either A1 or A5 and move it. Then pull an item from A2/A6 and move it and lastly give the AGV a task to return to its park position which can be preempted if another item becomes available at A1 or A5.&lt;/P&gt;&lt;P&gt;To pull from the correct queue I added an expression field to the AGV list that shows the name of the queue the item is in. This is then compared to a label on the pulling token in the Pull from List query.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/85494-loi-normale-1.fsm" target="_blank"&gt;loi-normale_1.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I removed the Process Flow with delay tasks for now. At least the ones at the pickup/dropoff points are probably better integrated into the transport logic flow. If the others are supposed to represent a rotation time then you can use the option Rotation Tresholds in the AGV Network properties. Otherwise I still think waypoints (also in the AGV Network properties) might be a better way to integrate those delays.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 08 Aug 2024 07:24:07 GMT</pubDate>
    <dc:creator>moehlmann_fe</dc:creator>
    <dc:date>2024-08-08T07:24:07Z</dc:date>
    <item>
      <title>Limiting AGV Movements to Specific Take Points and Enforcing Mandatory Passages</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/limiting-agv-movements-to-specific-take-points-and-enforcing/m-p/13602240#M95666</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 24.2.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello , how can I limit triggering the movement of the AGVs to only &lt;STRONG&gt;Take Point A1&lt;/STRONG&gt; and &lt;STRONG&gt;Take Point A5&lt;/STRONG&gt; upon the arrival of a cart?&lt;/P&gt;
 &lt;P&gt;I also want the AGV to be required to pass through &lt;STRONG&gt;Take Point A2 &lt;/STRONG&gt;once it arrives at &lt;STRONG&gt;Put Point A2&lt;/STRONG&gt;, and the same for A6.&lt;/P&gt;
 &lt;P&gt;In other words, the AGVs can only move to complete an entire mission.&lt;/P&gt;
 &lt;P&gt;Exemple : Mission 1&lt;/P&gt;
 &lt;P&gt;1) Take Point A1&lt;/P&gt;
 &lt;P&gt;2) Put Point A2&lt;/P&gt;
 &lt;P&gt;3)Take Point A2&lt;/P&gt;
 &lt;P&gt;4) Put Point A1&lt;/P&gt;
 &lt;P&gt;PS:It works when I set the same constant arrival time for all sources, but it doesn't when I try to test lognormal &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/85472-loi-normale.fsm" target="_blank"&gt;loi normale.fsm&lt;/A&gt;.&lt;/P&gt;
 &lt;P&gt;Thank you in advance!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 07 Aug 2024 21:20:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/limiting-agv-movements-to-specific-take-points-and-enforcing/m-p/13602240#M95666</guid>
      <dc:creator>hajer_benyounes</dc:creator>
      <dc:date>2024-08-07T21:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting AGV Movements to Specific Take Points and Enforcing Mandatory Passages</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/limiting-agv-movements-to-specific-take-points-and-enforcing/m-p/13602241#M95667</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Short answer: Don't use the AGV Process Flow template.&lt;/P&gt;&lt;P&gt;Longer answer: The AGV template implements a specific 'patrolling' behaviour for the AGVs. If that is not what you want, it is most of the time easier and faster to build a custom Process Flow logic from scratch than to try and adjust the template to fit your needs.&lt;/P&gt;&lt;P&gt;In this case all you need are three blocks: Pull an item from the AGV work list that is in either A1 or A5 and move it. Then pull an item from A2/A6 and move it and lastly give the AGV a task to return to its park position which can be preempted if another item becomes available at A1 or A5.&lt;/P&gt;&lt;P&gt;To pull from the correct queue I added an expression field to the AGV list that shows the name of the queue the item is in. This is then compared to a label on the pulling token in the Pull from List query.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/85494-loi-normale-1.fsm" target="_blank"&gt;loi-normale_1.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I removed the Process Flow with delay tasks for now. At least the ones at the pickup/dropoff points are probably better integrated into the transport logic flow. If the others are supposed to represent a rotation time then you can use the option Rotation Tresholds in the AGV Network properties. Otherwise I still think waypoints (also in the AGV Network properties) might be a better way to integrate those delays.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 08 Aug 2024 07:24:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/limiting-agv-movements-to-specific-take-points-and-enforcing/m-p/13602241#M95667</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2024-08-08T07:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting AGV Movements to Specific Take Points and Enforcing Mandatory Passages</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/limiting-agv-movements-to-specific-take-points-and-enforcing/m-p/13602242#M95668</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Hello 
 &lt;A rel="user" href="https://answers.flexsim.com/users/19365/felixmh.html" nodeid="19365"&gt;@Felix Möhlmann&lt;/A&gt;,
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;Thank you so much!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 08 Aug 2024 11:42:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/limiting-agv-movements-to-specific-take-points-and-enforcing/m-p/13602242#M95668</guid>
      <dc:creator>hajer_benyounes</dc:creator>
      <dc:date>2024-08-08T11:42:23Z</dc:date>
    </item>
  </channel>
</rss>

