<?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: Which AGV is parked on each park point? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/which-agv-is-parked-on-each-park-point/m-p/13558567#M61603</link>
    <description>&lt;P&gt;Hello, &lt;BR /&gt;Do you maybe know how I can understand which AGV passed by a specified control point? This control point is not a park point. &lt;BR /&gt;I would like to give a new label to a specified control point IF an AGV passed by it.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 05 Oct 2017 12:43:44 GMT</pubDate>
    <dc:creator>ana_t2</dc:creator>
    <dc:date>2017-10-05T12:43:44Z</dc:date>
    <item>
      <title>Which AGV is parked on each park point?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/which-agv-is-parked-on-each-park-point/m-p/13558562#M61598</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 17.2.1 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Hello, &lt;BR /&gt;&lt;BR /&gt;I have several control points in the AGV network and some of them are used as the park points. Does anyone know how I can understand which AGV is parked on each parkpoint?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 07:17:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/which-agv-is-parked-on-each-park-point/m-p/13558562#M61598</guid>
      <dc:creator>ana_t2</dc:creator>
      <dc:date>2017-10-04T07:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Which AGV is parked on each park point?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/which-agv-is-parked-on-each-park-point/m-p/13558563#M61599</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/4509/ana.t.html" nodeid="4509"&gt;@Ana Ta&lt;/A&gt; Your AGV has a link to the AGV network node under the navigator node in your variables of your AGV. If you follow that path you end up under the variables of the AGVNetwork in the agvs node where every AGV has its own node with properties and one of these is called: "resetPoint" that is the node where your AGV is parked at the start. If you want to get there in code I would use 2 labels (using process flow, you can do it in one go but this made it better readable):&lt;/P&gt;&lt;P&gt;label1: getvarnode(token.AGV, "navigator").first.value&lt;/P&gt;&lt;P&gt;label2: token.label1.first.value&lt;/P&gt;&lt;P&gt;Label2 will give you the pointer to the reset parking position. Of course when the model is running you have to keep track yourself where everything is going etc.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 09:40:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/which-agv-is-parked-on-each-park-point/m-p/13558563#M61599</guid>
      <dc:creator>SCHamoen</dc:creator>
      <dc:date>2017-10-04T09:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Which AGV is parked on each park point?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/which-agv-is-parked-on-each-park-point/m-p/13558564#M61600</link>
      <description>&lt;P&gt;Thanks for your answer. I am not looking for the reset position. In fact, during the simulation different AGVs can park on different park points. I would like to know at each time, which AGV is parked on a specific park point. &lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 09:45:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/which-agv-is-parked-on-each-park-point/m-p/13558564#M61600</guid>
      <dc:creator>ana_t2</dc:creator>
      <dc:date>2017-10-04T09:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Which AGV is parked on each park point?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/which-agv-is-parked-on-each-park-point/m-p/13558565#M61601</link>
      <description>&lt;A rel="user" href="https://answers.flexsim.com/users/4509/ana.t.html" nodeid="4509"&gt;@Ana Ta&lt;/A&gt;&lt;P&gt;But if you send your AGV to a parking position you know which parking position that is right? So you can simply put it on a label on the AGV or put the AGV on a label on the controlpoint&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 09:52:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/which-agv-is-parked-on-each-park-point/m-p/13558565#M61601</guid>
      <dc:creator>SCHamoen</dc:creator>
      <dc:date>2017-10-04T09:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Which AGV is parked on each park point?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/which-agv-is-parked-on-each-park-point/m-p/13558566#M61602</link>
      <description>&lt;P&gt;Ah ok. Yes you're right. I can do the second option.&lt;/P&gt;
&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 09:55:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/which-agv-is-parked-on-each-park-point/m-p/13558566#M61602</guid>
      <dc:creator>ana_t2</dc:creator>
      <dc:date>2017-10-04T09:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Which AGV is parked on each park point?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/which-agv-is-parked-on-each-park-point/m-p/13558567#M61603</link>
      <description>&lt;P&gt;Hello, &lt;BR /&gt;Do you maybe know how I can understand which AGV passed by a specified control point? This control point is not a park point. &lt;BR /&gt;I would like to give a new label to a specified control point IF an AGV passed by it.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 12:43:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/which-agv-is-parked-on-each-park-point/m-p/13558567#M61603</guid>
      <dc:creator>ana_t2</dc:creator>
      <dc:date>2017-10-05T12:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Which AGV is parked on each park point?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/which-agv-is-parked-on-each-park-point/m-p/13558568#M61604</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/4509/ana.t.html" nodeid="4509"&gt;@Ana Ta&lt;/A&gt;. You can use the On Arrival trigger of the control point to set the label every time an AGV arrives. For example, use an Event Triggered Source in Process Flow to sample the OnArrival event, assign the AGV that triggers it to a label and then assign it to a control point label.&lt;/P&gt;&lt;P&gt;If you want to have the reverse, i.e. know which control point a specific AGV last passed over, you can use the agvinfo command to get the AGV_CURRENT_CP.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 14:43:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/which-agv-is-parked-on-each-park-point/m-p/13558568#M61604</guid>
      <dc:creator>mischa_spelt</dc:creator>
      <dc:date>2017-10-05T14:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Which AGV is parked on each park point?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/which-agv-is-parked-on-each-park-point/m-p/13558569#M61605</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://answers.flexsim.com/users/469/mischa.s.html" nodeid="469"&gt;@Mischa Spelt&lt;/A&gt;,&lt;BR /&gt;Thanks for your answer. I cannot do the first option because In the process flow I have multiple AGVs and when I put Even triggered, it creates one token for all the AGVs while I want to create only one Token for the AGV which passed by the control point.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 16:14:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/which-agv-is-parked-on-each-park-point/m-p/13558569#M61605</guid>
      <dc:creator>ana_t2</dc:creator>
      <dc:date>2017-10-05T16:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Which AGV is parked on each park point?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/which-agv-is-parked-on-each-park-point/m-p/13558570#M61606</link>
      <description>&lt;P&gt;Sorry, I do not understand. An Event Triggered Source listening to the Control Point's On Arrival will only create a token for every AGV arriving at it (and On Continue for any AGV passing it) every time that happens. Not all AGVs may necessarily have a token created and each AGV may have multiple tokens created.&lt;/P&gt;&lt;P&gt;Or have I misunderstood your question and do you want to know, for a &lt;EM&gt;specific&lt;/EM&gt; AGV, when it passes &lt;EM&gt;any&lt;/EM&gt; control point; instead of &lt;EM&gt;any&lt;/EM&gt; AGV passing a &lt;EM&gt;specific&lt;/EM&gt; Control Point?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 22:03:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/which-agv-is-parked-on-each-park-point/m-p/13558570#M61606</guid>
      <dc:creator>mischa_spelt</dc:creator>
      <dc:date>2017-10-05T22:03:22Z</dc:date>
    </item>
  </channel>
</rss>

