<?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 not finishing travel on code generated path grid in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/agv-not-finishing-travel-on-code-generated-path-grid/m-p/13534203#M42415</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hello &lt;A rel="user" href="https://answers.flexsim.com/users/19365/felixmh.html" nodeid="19365"&gt;@Felix Möhlmann&lt;/A&gt; and &lt;A rel="user" href="https://answers.flexsim.com/users/461/joerg.v.html" nodeid="461"&gt;@Joerg Vogel&lt;/A&gt; &lt;/P&gt;&lt;P&gt;We have notified the development team and they will take a look at this&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 25 Jan 2023 16:16:34 GMT</pubDate>
    <dc:creator>Jeanette_Fullmer</dc:creator>
    <dc:date>2023-01-25T16:16:34Z</dc:date>
    <item>
      <title>AGV not finishing travel on code generated path grid</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-not-finishing-travel-on-code-generated-path-grid/m-p/13534200#M42412</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.0.1 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;I was doing tests with creating a grid of AGV paths via code and the new "addAllocationPoint" method added 23.0.&lt;/P&gt;&lt;P&gt;I ran into an issue with AGVs not completing their travel tasks at certain points, when travelling in a certain direction (y- in the model). They either travel to their destination control point and stop but do not complete the task and keep the previous control point allocated as well.&lt;/P&gt;&lt;P&gt;Or they stop at the penultimate control point, allocate the next, final one but do not resume their travel.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1673863344871.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1514855iB95A0CD9DBD92BF3/image-size/large?v=v2&amp;amp;px=999" role="button" title="1673863344871.png" alt="1673863344871.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When looking at the event list, I can see that in both cases neither a preArrival event, nor a traversal event are created.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1673863510021.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1514857i2F623649CB8B40A1/image-size/large?v=v2&amp;amp;px=999" role="button" title="1673863510021.png" alt="1673863510021.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;(Normal behaviour, the traversal event of the current control point and the preArrival event for the next one are visible)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1673863571746.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1514858i1AEA7FC8AB271C75/image-size/large?v=v2&amp;amp;px=999" role="button" title="1673863571746.png" alt="1673863571746.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;(Only the traversal event is pending, no event for the next control point)&lt;/P&gt;&lt;P&gt;Any idea what might be causing this? I was testing how to add additional allocation points to account for different AGV geometry (see TaskExecuter1 and its onBuildTravelPath trigger). So it's possible that I accidently screwed up something in the AGV logic. However the same issue happens in a fresh model that uses the same code to generate the grid and on a different PC as well.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/63138-agv-gridfromcode-travelbug.fsm" target="_blank"&gt;AGV_gridfromcode_travelbug.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Jan 2023 10:14:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-not-finishing-travel-on-code-generated-path-grid/m-p/13534200#M42412</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2023-01-16T10:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: AGV not finishing travel on code generated path grid</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-not-finishing-travel-on-code-generated-path-grid/m-p/13534201#M42413</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;I have seen in the StraightPath Objects a variable node called "transferCluster", which contains the coordinates of the path transfer points directly . You would not need to compute the location from any mathematic operation, you can read those values directly.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="transfercluster-transferpoints-in-straightpath.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1514851i33FAB0068B37ABA6/image-size/large?v=v2&amp;amp;px=999" role="button" title="transfercluster-transferpoints-in-straightpath.jpg" alt="transfercluster-transferpoints-in-straightpath.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The scheme is first and last horizontal path with 12 transfer points, all other horizontal paths do not contain any transfer points. All vertical straight paths contain 10 transfer points, without any connection to first and last horizontal straight paths at all.&lt;/P&gt;&lt;P&gt;In your current path points created of Control Points I see distAlong parameters a bit smaller than they should look like. I think that this can be a problem to get a Taskexecuter to the right transfer point.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="straightpath-pathpoints.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1514852i285C320C14A5AFB4/image-size/large?v=v2&amp;amp;px=999" role="button" title="straightpath-pathpoints.jpg" alt="straightpath-pathpoints.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Edit: I get same results for distAlong, And using coordinates of TransferCluster node does not improve anything. Only some destinations work. &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/63129-agv-gridfromcode-travelbug-jv-scripts.fsm" target="_blank"&gt;agv-gridfromcode-travelbug_JV_scripts.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Jan 2023 14:12:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-not-finishing-travel-on-code-generated-path-grid/m-p/13534201#M42413</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2023-01-16T14:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: AGV not finishing travel on code generated path grid</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-not-finishing-travel-on-code-generated-path-grid/m-p/13534202#M42414</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Thank you for doing some further investigation into possible causes/solutions.&lt;/DIV&gt;</description>
      <pubDate>Tue, 17 Jan 2023 08:05:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-not-finishing-travel-on-code-generated-path-grid/m-p/13534202#M42414</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2023-01-17T08:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: AGV not finishing travel on code generated path grid</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-not-finishing-travel-on-code-generated-path-grid/m-p/13534203#M42415</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hello &lt;A rel="user" href="https://answers.flexsim.com/users/19365/felixmh.html" nodeid="19365"&gt;@Felix Möhlmann&lt;/A&gt; and &lt;A rel="user" href="https://answers.flexsim.com/users/461/joerg.v.html" nodeid="461"&gt;@Joerg Vogel&lt;/A&gt; &lt;/P&gt;&lt;P&gt;We have notified the development team and they will take a look at this&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Jan 2023 16:16:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-not-finishing-travel-on-code-generated-path-grid/m-p/13534203#M42415</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2023-01-25T16:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: AGV not finishing travel on code generated path grid</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-not-finishing-travel-on-code-generated-path-grid/m-p/13534204#M42416</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Sorry for the delay. I just opened this in 23.0.4 to investigate, and the issue seems not to happen. Both AGVs are able to travel to their final destination, and both tokens move to the delay activity. Can you confirm that this issue is resolved on your side?&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 06 Mar 2023 16:54:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-not-finishing-travel-on-code-generated-path-grid/m-p/13534204#M42416</guid>
      <dc:creator>JordanLJohnson</dc:creator>
      <dc:date>2023-03-06T16:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: AGV not finishing travel on code generated path grid</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-not-finishing-travel-on-code-generated-path-grid/m-p/13534205#M42417</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Just tested it and can confirm that it works now. Thanks for the update!&lt;/DIV&gt;</description>
      <pubDate>Mon, 06 Mar 2023 17:21:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-not-finishing-travel-on-code-generated-path-grid/m-p/13534205#M42417</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2023-03-06T17:21:21Z</dc:date>
    </item>
  </channel>
</rss>

