<?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 network: bug or process flow error? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/agv-network-bug-or-process-flow-error/m-p/13562669#M64862</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;This is by design. It is, in essence, the same issue as the one shown below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="28172-1588872810373.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1501963iB8C20677C9C9B8EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="28172-1588872810373.png" alt="28172-1588872810373.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When the AGV network resolves travel paths for agvs with trailers, it tries two options. First, navigate from the front of the AGV (the center of the AGV's front trailer, which in this case is the AGV object itself). Second, navigate from the back of the AGV (the center of the back trailer). In order for a given option to be valid, the navigation must proceed &lt;EM&gt;away&lt;/EM&gt; from the body of the AGV. In other words, the "back" navigation option must proceed backward to be valid, and the "front" navigation option must proceed forward to be valid. If neither the front nor the back navigation option is valid, then this is a navigation error, because all possible options would force the train to travel in on itself.&lt;/P&gt;&lt;P&gt;When your train pulls into the spur, then attaches a trailer onto its back, its back now runs onto path 1, or at least it runs past the end of the path that would connect onto path 1. From this standpoint, all navigation options going to control point 2 would force the train to travel in on itself. Therefore, it is an error. It is the user's responsibility to make sure that these situations do not happen, by pulling fully into spurs, including any distance necessary for attaching new trailers.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 07 May 2020 17:30:33 GMT</pubDate>
    <dc:creator>anthony_johnsonT83CM</dc:creator>
    <dc:date>2020-05-07T17:30:33Z</dc:date>
    <item>
      <title>AGV network: bug or process flow error?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-network-bug-or-process-flow-error/m-p/13562664#M64857</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 20.1.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;while developing a model, today I run into an issue.&lt;/P&gt;&lt;P&gt;I isolated the issue in the attached model (bug.fsm). Simply:&lt;/P&gt;&lt;P&gt;1. a process flow controls a TE;&lt;/P&gt;&lt;P&gt;2. TE loads two boxes from the model;&lt;/P&gt;&lt;P&gt;3. when the TE ends the second loading, AGV network returns an exception.&lt;/P&gt;&lt;P&gt;I found a workaround extending the agv network (no_bug.fsm), but I am not sure if it is a bug or my error.&lt;/P&gt;&lt;P&gt;Could you help me?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/27749-bug.fsm" target="_blank"&gt;bug.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/27757-no-bug.fsm" target="_blank"&gt;no_bug.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 28 Apr 2020 15:31:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-network-bug-or-process-flow-error/m-p/13562664#M64857</guid>
      <dc:creator>amerloQ2XZU</dc:creator>
      <dc:date>2020-04-28T15:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: AGV network: bug or process flow error?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-network-bug-or-process-flow-error/m-p/13562665#M64858</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/840/alessio.m.html"&gt;@Alessio Merlo&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In bug.fsm, when the TE loads the second box, the back box is on the one-way Path1. The TE needs to go backwards onto that path in order to get to ControlPoint2, so it is trying to calculate its route from there, which it can't go backwards on that path because it is one-way.&lt;/P&gt;&lt;P&gt;In no_bug.fsm, when the TE loads the second box, the back box in on the two-way Path7. The TE then calculates its path from that point and successfully finds a route to ControlPoint2.&lt;/P&gt;&lt;P&gt;While it looks like the TE is going backwards on Path1 in no_bug.fsm, it is actually just pushing its trailers towards oblivion, ignoring the length, direction, and accumulation of Path1. In the first case, it is actually trying to go backwards on Path1 because the last trailer is on Path1.&lt;/P&gt;&lt;P&gt;This is quirky, but by design.&lt;/P&gt;&lt;P&gt;The attached model shows what I mean by "pushing its trailers towards oblivion."&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/27926-no-bug-oblivion.fsm" target="_blank"&gt;no-bug-oblivion.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 May 2020 14:26:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-network-bug-or-process-flow-error/m-p/13562665#M64858</guid>
      <dc:creator>philboboADSK</dc:creator>
      <dc:date>2020-05-01T14:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: AGV network: bug or process flow error?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-network-bug-or-process-flow-error/m-p/13562666#M64859</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Looking closer at this, my first explanation might only be partially correct. Even if you change Path1 to be two-way, it still can't calculate a route to ControlPoint2.&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/207/anthony.j.html"&gt;@anthony.johnson&lt;/A&gt;, you might want to look at this to determine whether we should do anything about it.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 May 2020 19:54:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-network-bug-or-process-flow-error/m-p/13562666#M64859</guid>
      <dc:creator>philboboADSK</dc:creator>
      <dc:date>2020-05-01T19:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: AGV network: bug or process flow error?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-network-bug-or-process-flow-error/m-p/13562667#M64860</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Thanks &lt;A rel="user" href="https://answers.flexsim.com/users/206/phil.b.html" nodeid="206"&gt;@phil.bobo&lt;/A&gt;!&lt;/P&gt;&lt;P&gt;One more information: I noted in my original model that the transporter lost the control point allocation when he reached the destination.&lt;/P&gt;&lt;P&gt;Before loading (allocation is active):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="28009-before-loading.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1501960iE08779D1AAE99EF3/image-size/large?v=v2&amp;amp;px=999" role="button" title="28009-before-loading.png" alt="28009-before-loading.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After loading (allocation is lost):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="28010-after-loading.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1501961i244C2F7ABC353DA2/image-size/large?v=v2&amp;amp;px=999" role="button" title="28010-after-loading.png" alt="28010-after-loading.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the model, where I was able to reproduce the issue, the behavior doesn't happen. I don't know if they are related or could help you to debug the problem.&lt;/P&gt;&lt;P&gt;I will wait &lt;A rel="user" href="https://answers.flexsim.com/users/207/anthony.j.html" nodeid="207"&gt;@anthony.johnson&lt;/A&gt; support!&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 May 2020 07:09:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-network-bug-or-process-flow-error/m-p/13562667#M64860</guid>
      <dc:creator>amerloQ2XZU</dc:creator>
      <dc:date>2020-05-05T07:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: AGV network: bug or process flow error?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-network-bug-or-process-flow-error/m-p/13562668#M64861</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/840/alessio.m.html" nodeid="840"&gt;@Alessio Merlo&lt;/A&gt;, that sounds like a separate issue. We would need a sample model demonstrating that behavior to debug why it is happening.&lt;/P&gt;&lt;P&gt;Because this issue has a reasonable workaround (and might be by design), I'll add a case to the dev list to look into this later. I'm not sure how soon Anthony will be available to look into this in detail.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 May 2020 19:17:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-network-bug-or-process-flow-error/m-p/13562668#M64861</guid>
      <dc:creator>philboboADSK</dc:creator>
      <dc:date>2020-05-05T19:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: AGV network: bug or process flow error?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-network-bug-or-process-flow-error/m-p/13562669#M64862</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;This is by design. It is, in essence, the same issue as the one shown below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="28172-1588872810373.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1501963iB8C20677C9C9B8EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="28172-1588872810373.png" alt="28172-1588872810373.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When the AGV network resolves travel paths for agvs with trailers, it tries two options. First, navigate from the front of the AGV (the center of the AGV's front trailer, which in this case is the AGV object itself). Second, navigate from the back of the AGV (the center of the back trailer). In order for a given option to be valid, the navigation must proceed &lt;EM&gt;away&lt;/EM&gt; from the body of the AGV. In other words, the "back" navigation option must proceed backward to be valid, and the "front" navigation option must proceed forward to be valid. If neither the front nor the back navigation option is valid, then this is a navigation error, because all possible options would force the train to travel in on itself.&lt;/P&gt;&lt;P&gt;When your train pulls into the spur, then attaches a trailer onto its back, its back now runs onto path 1, or at least it runs past the end of the path that would connect onto path 1. From this standpoint, all navigation options going to control point 2 would force the train to travel in on itself. Therefore, it is an error. It is the user's responsibility to make sure that these situations do not happen, by pulling fully into spurs, including any distance necessary for attaching new trailers.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 07 May 2020 17:30:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-network-bug-or-process-flow-error/m-p/13562669#M64862</guid>
      <dc:creator>anthony_johnsonT83CM</dc:creator>
      <dc:date>2020-05-07T17:30:33Z</dc:date>
    </item>
  </channel>
</rss>

