<?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: Change Acceleration and Deceleration AGV Network? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/change-acceleration-and-deceleration-agv-network/m-p/13588369#M84854</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You have to get it to reinitialize the travel which can be done by issuing a preempting delay task (duration zero seconds).&lt;/P&gt;&lt;P&gt;Attached is an example changing the type at the pre-arrival of the middle control point.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/69406-dynamicchangeagvtypeonprearrival.fsm" target="_blank"&gt;DynamicChangeAGVtypeOnPreArrival.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 07 Jun 2023 12:11:58 GMT</pubDate>
    <dc:creator>jason_lightfoot_adsk</dc:creator>
    <dc:date>2023-06-07T12:11:58Z</dc:date>
    <item>
      <title>Change Acceleration and Deceleration AGV Network?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/change-acceleration-and-deceleration-agv-network/m-p/13588364#M84849</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.1.2 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello everyone,&lt;/P&gt;
 &lt;P&gt;I am trying to change the acceleration and deceleration of agv network depending on the path class as we can for speed.&lt;/P&gt;
 &lt;span class="lia-inline-image-display-wrapper" image-alt="1686126396579.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1517573i9D395B54054E075F/image-size/large?v=v2&amp;amp;px=999" role="button" title="1686126396579.png" alt="1686126396579.png" /&gt;&lt;/span&gt;
 &lt;P&gt;One possibility I tried was to change the value acc and dec on treenode using setsdtvalue. Even if the acc value change, the real acceleration of AGV does not change. I've also tried on changing acc value for the actual path, but it does not work. Does someone know how to deal with it?&lt;BR /&gt;&lt;BR /&gt;Thank you!:D&lt;/P&gt;
 &lt;BR /&gt;
 &lt;P&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 07 Jun 2023 08:30:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/change-acceleration-and-deceleration-agv-network/m-p/13588364#M84849</guid>
      <dc:creator>jouky_d</dc:creator>
      <dc:date>2023-06-07T08:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Change Acceleration and Deceleration AGV Network?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/change-acceleration-and-deceleration-agv-network/m-p/13588365#M84850</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A href="https://answers.flexsim.com/questions/130094/agv-network-properties-1.html"&gt;Here's a post explaining how to edit the table in code.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;With standard AGV behavior, you cannot separate the acceleration value by path class currently as you can see no new values for acceleration are added when you can a new class.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 07 Jun 2023 08:45:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/change-acceleration-and-deceleration-agv-network/m-p/13588365#M84850</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-06-07T08:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Change Acceleration and Deceleration AGV Network?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/change-acceleration-and-deceleration-agv-network/m-p/13588366#M84851</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 I need to do it. I have two different paths with different acceleration. Do you know how I could change it. I thought using treenode I could, when I change the acc and dec of the path AGV is in there sometimes works sometimes not. I don't know if there is a robust way to do so.
&lt;/DIV&gt;</description>
      <pubDate>Wed, 07 Jun 2023 08:58:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/change-acceleration-and-deceleration-agv-network/m-p/13588366#M84851</guid>
      <dc:creator>jouky_d</dc:creator>
      <dc:date>2023-06-07T08:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Change Acceleration and Deceleration AGV Network?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/change-acceleration-and-deceleration-agv-network/m-p/13588367#M84852</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;To implement this well you'd probably need to use the&lt;A href="https://docs.flexsim.com/en/23.1/Reference/Tools/AGVNetworkTool/AGVNetwork/AGVNetwork.html#customizationDelegate"&gt; AGV Customization Delegate&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;You might be able to fudge the standard behavior for a single journey by setting different load types with the different accelerations/decelerations and then use the Initialize Travel code to choose which column it uses - but it would depend on your network as to whether this works well.&lt;/P&gt;&lt;P id="isPasted"&gt;Another way might be to do a similar thing by creating more AGV types to represent the path classes and change the AGV type dynamically.&lt;/P&gt;&lt;P&gt;Neither of those simpler approaches may work well or at all as they're outside of the AGV system's standard behavoir.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 07 Jun 2023 09:00:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/change-acceleration-and-deceleration-agv-network/m-p/13588367#M84852</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-06-07T09:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Change Acceleration and Deceleration AGV Network?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/change-acceleration-and-deceleration-agv-network/m-p/13588368#M84853</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Why FlexSim does not have the same option as the Speed property in acceleration and deceleration?
 &lt;P&gt;&lt;BR /&gt;I tried the first option, however, it's what you are saying, you have to initialize travel very time, and sometimes it could not work depending on my AGV Network.&lt;BR /&gt;&lt;BR /&gt;I can't see the difference between the first option and the second one. On the second option, do I have to initialize travel again to execute the code to read the correct column to execute the correct acceleration?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 07 Jun 2023 10:18:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/change-acceleration-and-deceleration-agv-network/m-p/13588368#M84853</guid>
      <dc:creator>jouky_d</dc:creator>
      <dc:date>2023-06-07T10:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Change Acceleration and Deceleration AGV Network?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/change-acceleration-and-deceleration-agv-network/m-p/13588369#M84854</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You have to get it to reinitialize the travel which can be done by issuing a preempting delay task (duration zero seconds).&lt;/P&gt;&lt;P&gt;Attached is an example changing the type at the pre-arrival of the middle control point.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/69406-dynamicchangeagvtypeonprearrival.fsm" target="_blank"&gt;DynamicChangeAGVtypeOnPreArrival.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 07 Jun 2023 12:11:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/change-acceleration-and-deceleration-agv-network/m-p/13588369#M84854</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-06-07T12:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Change Acceleration and Deceleration AGV Network?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/change-acceleration-and-deceleration-agv-network/m-p/13588370#M84855</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Thank you!
&lt;/DIV&gt;</description>
      <pubDate>Thu, 08 Jun 2023 07:19:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/change-acceleration-and-deceleration-agv-network/m-p/13588370#M84855</guid>
      <dc:creator>jouky_d</dc:creator>
      <dc:date>2023-06-08T07:19:14Z</dc:date>
    </item>
  </channel>
</rss>

