<?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: Control AGV Count in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/control-agv-count/m-p/13494121#M10902</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;@Jason Lightfoot&lt;/A&gt; can you explain this 
&lt;/DIV&gt;</description>
    <pubDate>Wed, 12 Oct 2022 15:20:52 GMT</pubDate>
    <dc:creator>priyankasgoudar33</dc:creator>
    <dc:date>2022-10-12T15:20:52Z</dc:date>
    <item>
      <title>Control AGV Count</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/control-agv-count/m-p/13494118#M10899</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 20.0.10 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi, I want to control number of agv through dispatcher and not through process flow. Whenever I want only two agv running out of 5 I need to control it without disconnecting agv to dispatcher. How can I do it. &lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Oct 2022 04:56:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/control-agv-count/m-p/13494118#M10899</guid>
      <dc:creator>priyankasgoudar33</dc:creator>
      <dc:date>2022-10-12T04:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Control AGV Count</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/control-agv-count/m-p/13494119#M10900</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;I believe the simplest method would be to simply 'stop' the AGVs that are not supposed to be active. In the attached example I do so in the OnReset trigger of the dispatcher, based on the "numActive" label on it.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/59646-inactiveagvs-fm.fsm" target="_blank"&gt;InactiveAGVs_fm.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Oct 2022 06:59:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/control-agv-count/m-p/13494119#M10900</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-10-12T06:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Control AGV Count</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/control-agv-count/m-p/13494120#M10901</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Or close the AGV inputs.&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Oct 2022 08:21:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/control-agv-count/m-p/13494120#M10901</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-10-12T08:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Control AGV Count</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/control-agv-count/m-p/13494121#M10902</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;@Jason Lightfoot&lt;/A&gt; can you explain this 
&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Oct 2022 15:20:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/control-agv-count/m-p/13494121#M10902</guid>
      <dc:creator>priyankasgoudar33</dc:creator>
      <dc:date>2022-10-12T15:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Control AGV Count</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/control-agv-count/m-p/13494122#M10903</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;The dispatcher passes jobs through its output ports to the AGVs' input ports. So you can have a similar effect by just closing those that exceed the number of AGVs by changing this line:&lt;/P&gt;&lt;PRE&gt;current.outObjects&lt;I&gt;.stop(STATE_STOPPED);&lt;/I&gt;&lt;/PRE&gt;&lt;P&gt;to&lt;/P&gt;&lt;PRE&gt;closeinput(current.outObjects&lt;I&gt;);&lt;/I&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Oct 2022 15:30:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/control-agv-count/m-p/13494122#M10903</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-10-12T15:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Control AGV Count</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/control-agv-count/m-p/13494123#M10904</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/34096/priyankag.html" nodeid="34096"&gt;@mary&lt;/A&gt;, was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.&lt;/P&gt;&lt;P&gt;If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 19 Oct 2022 19:22:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/control-agv-count/m-p/13494123#M10904</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2022-10-19T19:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Control AGV Count</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/control-agv-count/m-p/13494124#M10905</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;@Jason Lightfoot&lt;/A&gt; great it works.
&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 Oct 2022 03:24:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/control-agv-count/m-p/13494124#M10905</guid>
      <dc:creator>priyankasgoudar33</dc:creator>
      <dc:date>2022-10-27T03:24:23Z</dc:date>
    </item>
  </channel>
</rss>

