<?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 to obtain the travel time of the AGV between 2 control points? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-obtain-the-travel-time-of-the-agv-between-2-control/m-p/13565326#M66974</link>
    <description>&lt;P&gt;Thanks for help!&lt;/P&gt;
&lt;P&gt;In my model, the agv input is acceleration, I do not have speed as an input. the max speed is "infinity", the acceleration and deceleration are the only inputs to the agvs. So cannot use this method.&lt;/P&gt;
&lt;P&gt;I am trying a method where, when the agv starts its travel, one of the label is given the value of time when it started its travel and when it arrives at the next control point, the another label is given the value of the time when it arrived. And then I take the difference of this.&lt;/P&gt;
&lt;P&gt;But this is very inefficient method&lt;/P&gt;</description>
    <pubDate>Mon, 29 Oct 2018 20:46:44 GMT</pubDate>
    <dc:creator>pinakin_k2</dc:creator>
    <dc:date>2018-10-29T20:46:44Z</dc:date>
    <item>
      <title>How to obtain the travel time of the AGV between 2 control points?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-obtain-the-travel-time-of-the-agv-between-2-control/m-p/13565324#M66972</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 18.2.2 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;I want to measure the time of travel between 2 control points on an agv network. Is there a way to obtain that?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 16:25:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-obtain-the-travel-time-of-the-agv-between-2-control/m-p/13565324#M66972</guid>
      <dc:creator>pinakin_k2</dc:creator>
      <dc:date>2018-10-29T16:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain the travel time of the AGV between 2 control points?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-obtain-the-travel-time-of-the-agv-between-2-control/m-p/13565325#M66973</link>
      <description>&lt;P&gt;Use this command&lt;/P&gt;
&lt;PRE&gt;cpdistance (obj fromControlPoint, obj toControlPoint)&lt;/PRE&gt;
&lt;P&gt;to get the distance from one control point to another. The rest is just calculating the travel time based on the distance and the max speed of your AGV&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 20:14:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-obtain-the-travel-time-of-the-agv-between-2-control/m-p/13565325#M66973</guid>
      <dc:creator>joshua_s</dc:creator>
      <dc:date>2018-10-29T20:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain the travel time of the AGV between 2 control points?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-obtain-the-travel-time-of-the-agv-between-2-control/m-p/13565326#M66974</link>
      <description>&lt;P&gt;Thanks for help!&lt;/P&gt;
&lt;P&gt;In my model, the agv input is acceleration, I do not have speed as an input. the max speed is "infinity", the acceleration and deceleration are the only inputs to the agvs. So cannot use this method.&lt;/P&gt;
&lt;P&gt;I am trying a method where, when the agv starts its travel, one of the label is given the value of time when it started its travel and when it arrives at the next control point, the another label is given the value of the time when it arrived. And then I take the difference of this.&lt;/P&gt;
&lt;P&gt;But this is very inefficient method&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 20:46:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-obtain-the-travel-time-of-the-agv-between-2-control/m-p/13565326#M66974</guid>
      <dc:creator>pinakin_k2</dc:creator>
      <dc:date>2018-10-29T20:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain the travel time of the AGV between 2 control points?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-obtain-the-travel-time-of-the-agv-between-2-control/m-p/13565327#M66975</link>
      <description>&lt;P&gt;If you are trying to get the time of travel after you have already traveled, your method sounds like the best way. What are you trying to do with the data after gathering the travel time that this method seems inefficient?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 20:52:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-obtain-the-travel-time-of-the-agv-between-2-control/m-p/13565327#M66975</guid>
      <dc:creator>joshua_s</dc:creator>
      <dc:date>2018-10-29T20:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain the travel time of the AGV between 2 control points?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-obtain-the-travel-time-of-the-agv-between-2-control/m-p/13565328#M66976</link>
      <description>&lt;P&gt;The agv stops for a certain amount of time at each control point. But the time it waits for depends on the travel time it takes to get to that control point. &lt;/P&gt;
&lt;P&gt;I have differential acceleration and constant distance. So I have to find out how much time would it stay at the control point with a different accelerations. That is the data we want as an output of the model&lt;/P&gt;
&lt;P&gt;Hope it is clear! &lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 21:40:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-obtain-the-travel-time-of-the-agv-between-2-control/m-p/13565328#M66976</guid>
      <dc:creator>pinakin_k2</dc:creator>
      <dc:date>2018-10-29T21:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain the travel time of the AGV between 2 control points?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-obtain-the-travel-time-of-the-agv-between-2-control/m-p/13565329#M66977</link>
      <description>&lt;P&gt;Hopefully your acceleration and deceleration are the same, or you will have to do some extra solving. You can use the basic equation below&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://www.dummies.com/wp-content/uploads/329842.image0.png" alt="image0.png" /&gt;&lt;/P&gt;
&lt;P&gt;where you would use the distance from the code given before, use the equation for half the distance and the acceleration you gave it, then multiple the time you got by 2 to account for deceleration, and then you have the time it will take to go from one CP to another.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 22:50:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-obtain-the-travel-time-of-the-agv-between-2-control/m-p/13565329#M66977</guid>
      <dc:creator>joshua_s</dc:creator>
      <dc:date>2018-10-29T22:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain the travel time of the AGV between 2 control points?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-obtain-the-travel-time-of-the-agv-between-2-control/m-p/13565330#M66978</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/10976/pinakink2.html" nodeid="10976"&gt;@Pinakin&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Here's an example where you can calculate it beforehand in the script window, then run the model and see the output of the time it took for the taskExecuter to reach it's destination, and it checks out.&lt;/P&gt;
&lt;P&gt;&lt;A id="15286" href="https://answers.flexsim.com/storage/temp/15286-acceleration-example.fsm"&gt;acceleration-example.fsm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 23:05:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-obtain-the-travel-time-of-the-agv-between-2-control/m-p/13565330#M66978</guid>
      <dc:creator>joshua_s</dc:creator>
      <dc:date>2018-10-29T23:05:10Z</dc:date>
    </item>
  </channel>
</rss>

