<?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: AGV navigation in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/agv-navigation/m-p/13530065#M39066</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;It looks like some of the labels on the queues are called "labelname" instead of "CP" as well as the Deposito queues don't have the label CP. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="40288-1623189754687.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1506317i41753325C2304E28/image-size/large?v=v2&amp;amp;px=999" role="button" title="40288-1623189754687.png" alt="40288-1623189754687.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="40322-1623189772911.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1506318i371B41B16FB4F2EF/image-size/large?v=v2&amp;amp;px=999" role="button" title="40322-1623189772911.png" alt="40322-1623189772911.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm not sure that doing that will help with what you're wanting to do. The challenge with optimizing distance is that right now the AGV will always go to the "Next Work Point" to check if there's work. Even if a queue does not have items to send out, the AGV will keep checking that point to see if there's work there. &lt;/P&gt;&lt;P&gt;One way you could fix this by using &lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/21.1/WorkingWithTasks/AGVNetworks/UsingAGVProcessFlowTemplate/UsingAGVProcessFlowTemplate.html#agvWorkForwarding" target="_blank"&gt;work forwarding&lt;/A&gt; which works by allowing the AGV to see if there's work at a control point without travelling to that control point. Now, instead of the AGV endlessly following the next work point loop, it could check if there's work at the next point before travelling there.  If there isn't work, it would know to go to the next place. The other option I can think of is to go without the next work loop altogether. You could make a process flow that still uses the lists you've made and uses the AGV to transport the items, but doesn't force the AGV to follow the look for work loop which is similar to what was done in the question you referenced.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 08 Jun 2021 22:03:41 GMT</pubDate>
    <dc:creator>eric_m3</dc:creator>
    <dc:date>2021-06-08T22:03:41Z</dc:date>
    <item>
      <title>AGV navigation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-navigation/m-p/13530064#M39065</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 21.1.1 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;PRE&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/40308-projeto-v4-teste.fsm" target="_blank"&gt;projeto-v4-teste.fsm&lt;/A&gt;G
hey, I was looking at this publication (&lt;A rel="nofollow" href="https://answers.flexsim.com/questions/102949/view.html?overrideforward=1"&gt;Evitando estações vazias com executor de tarefas - FlexSim Community&lt;/A&gt;
) and tried to adapt traveldistance to have better results in the cost of transport but I couldn't adapt can anyone give a help?&lt;span class="lia-inline-image-display-wrapper" image-alt="40311-traveldistance.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1506322iCB9CFD57D3F7DE1C/image-size/large?v=v2&amp;amp;px=999" role="button" title="40311-traveldistance.png" alt="40311-traveldistance.png" /&gt;&lt;/span&gt;&lt;/PRE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Jun 2021 20:53:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-navigation/m-p/13530064#M39065</guid>
      <dc:creator>orlando_p</dc:creator>
      <dc:date>2021-06-08T20:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: AGV navigation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-navigation/m-p/13530065#M39066</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;It looks like some of the labels on the queues are called "labelname" instead of "CP" as well as the Deposito queues don't have the label CP. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="40288-1623189754687.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1506317i41753325C2304E28/image-size/large?v=v2&amp;amp;px=999" role="button" title="40288-1623189754687.png" alt="40288-1623189754687.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="40322-1623189772911.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1506318i371B41B16FB4F2EF/image-size/large?v=v2&amp;amp;px=999" role="button" title="40322-1623189772911.png" alt="40322-1623189772911.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm not sure that doing that will help with what you're wanting to do. The challenge with optimizing distance is that right now the AGV will always go to the "Next Work Point" to check if there's work. Even if a queue does not have items to send out, the AGV will keep checking that point to see if there's work there. &lt;/P&gt;&lt;P&gt;One way you could fix this by using &lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/21.1/WorkingWithTasks/AGVNetworks/UsingAGVProcessFlowTemplate/UsingAGVProcessFlowTemplate.html#agvWorkForwarding" target="_blank"&gt;work forwarding&lt;/A&gt; which works by allowing the AGV to see if there's work at a control point without travelling to that control point. Now, instead of the AGV endlessly following the next work point loop, it could check if there's work at the next point before travelling there.  If there isn't work, it would know to go to the next place. The other option I can think of is to go without the next work loop altogether. You could make a process flow that still uses the lists you've made and uses the AGV to transport the items, but doesn't force the AGV to follow the look for work loop which is similar to what was done in the question you referenced.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Jun 2021 22:03:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-navigation/m-p/13530065#M39066</guid>
      <dc:creator>eric_m3</dc:creator>
      <dc:date>2021-06-08T22:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: AGV navigation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-navigation/m-p/13530066#M39067</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;PRE&gt;hello thanks for your attention
Would it be possible to do an example ?&lt;/PRE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Jun 2021 22:35:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-navigation/m-p/13530066#M39067</guid>
      <dc:creator>orlando_p</dc:creator>
      <dc:date>2021-06-08T22:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: AGV navigation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-navigation/m-p/13530067#M39068</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;I updated your model with work forwarding points instead of a work loop. I connected work forwarding points to each control point where the AGV drops off items. The Deposito queues' control points are the ones forwarding work to the drop off control points. This means that when the AGV gets to a drop off point, it will now see work from the 4 Deposito queues. Next is to make sure we can sort them by distance.&lt;/P&gt;&lt;P&gt;To sort by distance, we use CP labels and the distancetotravel command. When the AGV unloads, it gets a new CP label at the point it just unloaded at. Each queue also gets a CP label which references the CP it's connected to. The distancetotravel code is saying to find the distance between the CP where the AGV just unloaded and the CP of the items waiting to be loaded. The value.up.CP code is saying look at the CP label on the object that contains the item ('value' is the item and 'up' is the queue it is in).&lt;/P&gt;&lt;P&gt;The last thing to do is make sure the list is sorting by the shortest distance to travel. In process flow (which I updated to the AGV with Work Forwarding template), use the Query on the list that pulls the next location to order by TravelDistance. Note: I changed most the queues to only hold 10 items so I could test that it was working as expected. &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/temp/40337-projeto-v4-teste-em.fsm" target="_blank"&gt;projeto-v4-teste-em.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="40336-1623259617612.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1506319i10D25AEC7E46DD87/image-size/large?v=v2&amp;amp;px=999" role="button" title="40336-1623259617612.png" alt="40336-1623259617612.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 09 Jun 2021 17:31:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-navigation/m-p/13530067#M39068</guid>
      <dc:creator>eric_m3</dc:creator>
      <dc:date>2021-06-09T17:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: AGV navigation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-navigation/m-p/13530068#M39069</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/28905/orlandop.html" nodeid="28905"&gt;@Orlando P&lt;/A&gt;, was Eric M's answer helpful? If so, please click the red "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;P&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 12 Jun 2021 17:02:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-navigation/m-p/13530068#M39069</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2021-06-12T17:02:14Z</dc:date>
    </item>
  </channel>
</rss>

