<?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: How can I vary the speed of an AGV into some normal? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-vary-the-speed-of-an-agv-into-some-normal/m-p/13488739#M6671</link>
    <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/437/arun.k.html" nodeid="437"&gt;@Arun KR&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5299-capture.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1495004i11D1B10C0C7824B1/image-size/large?v=v2&amp;amp;px=999" role="button" title="5299-capture.jpg" alt="5299-capture.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank you very much for the helping hand!&lt;/P&gt;
&lt;P&gt;I would like to set the speed to be normally distributed like on the upper picture. However, this is not allowed in Flexsim. I would love to do this as I want all AGVs have slightly different speed but traveling in the same loop/path.&lt;/P&gt;
&lt;P&gt;I will try the way-point-trigger you suggested! Thank you very much! You are so kind.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Hin &lt;/P&gt;</description>
    <pubDate>Mon, 20 Feb 2017 14:21:05 GMT</pubDate>
    <dc:creator>cheuk_hin_lee</dc:creator>
    <dc:date>2017-02-20T14:21:05Z</dc:date>
    <item>
      <title>How can I vary the speed of an AGV into some normal?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-vary-the-speed-of-an-agv-into-some-normal/m-p/13488737#M6669</link>
      <description>&lt;P&gt;How can I vary the speed of an AGV into some normal distribution each time when it completes a loop/cycle?&lt;/P&gt;
&lt;P&gt;I would like the AGV to travel in different speed in each cycle.&lt;/P&gt;
&lt;P&gt;However, normal function cannot be typed in the AGV network properties (for example in Empty/Forward/Straight).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5295-1.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1495005iD8CEC6CBAA0FC258/image-size/large?v=v2&amp;amp;px=999" role="button" title="5295-1.png" alt="5295-1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;May I know is there any way I can vary the speed of AGV?&lt;/P&gt;
&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 06:25:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-vary-the-speed-of-an-agv-into-some-normal/m-p/13488737#M6669</guid>
      <dc:creator>cheuk_hin_lee</dc:creator>
      <dc:date>2017-02-20T06:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can I vary the speed of an AGV into some normal?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-vary-the-speed-of-an-agv-into-some-normal/m-p/13488738#M6670</link>
      <description>&lt;P&gt;Dear &lt;SPAN class="autotaguser-autocomplete-box"&gt;@&lt;/SPAN&gt;&lt;A href="https://answers.flexsim.com/users/1101/cheuk-hinlee.html"&gt;Cheuk Hin Lee&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Use way points to change the speed, when the AGV completes a cycle.&lt;/P&gt;&lt;P&gt;In the way point trigger, you can try the script like this..&lt;/P&gt;&lt;PRE&gt;treenode SpeedNode = model().find("AGVNetwork&amp;gt;variables/agvTypes/DefaultAGV/speeds/Straight/Empty");
SpeedNode.value = normal(5,2);
&lt;/PRE&gt;&lt;P&gt;Basically, I have used the sampler to get the reference of the speed node. You can use your required speed node.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5296-script.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1495003iCE6C0665591DC5B1/image-size/large?v=v2&amp;amp;px=999" role="button" title="5296-script.png" alt="5296-script.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun KR&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 06:42:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-vary-the-speed-of-an-agv-into-some-normal/m-p/13488738#M6670</guid>
      <dc:creator>arunTTT2P</dc:creator>
      <dc:date>2017-02-20T06:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can I vary the speed of an AGV into some normal?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-vary-the-speed-of-an-agv-into-some-normal/m-p/13488739#M6671</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/437/arun.k.html" nodeid="437"&gt;@Arun KR&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5299-capture.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1495004i11D1B10C0C7824B1/image-size/large?v=v2&amp;amp;px=999" role="button" title="5299-capture.jpg" alt="5299-capture.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank you very much for the helping hand!&lt;/P&gt;
&lt;P&gt;I would like to set the speed to be normally distributed like on the upper picture. However, this is not allowed in Flexsim. I would love to do this as I want all AGVs have slightly different speed but traveling in the same loop/path.&lt;/P&gt;
&lt;P&gt;I will try the way-point-trigger you suggested! Thank you very much! You are so kind.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Hin &lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 14:21:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-vary-the-speed-of-an-agv-into-some-normal/m-p/13488739#M6671</guid>
      <dc:creator>cheuk_hin_lee</dc:creator>
      <dc:date>2017-02-20T14:21:05Z</dc:date>
    </item>
  </channel>
</rss>

