<?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: Can I add a AGV type in AGV Network Properties in FlexScript? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/can-i-add-a-agv-type-in-agv-network-properties-in-flexscript/m-p/13575583#M74888</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;Explore the tree of the newAGVType node - it will be under the variable agvTypes.  These values could change in the future. They could be given access via the AGV API removing the need to use function_s / set node values.&lt;/DIV&gt;</description>
    <pubDate>Fri, 08 Sep 2023 10:28:09 GMT</pubDate>
    <dc:creator>jason_lightfoot_adsk</dc:creator>
    <dc:date>2023-09-08T10:28:09Z</dc:date>
    <item>
      <title>Can I add a AGV type in AGV Network Properties in FlexScript?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/can-i-add-a-agv-type-in-agv-network-properties-in-flexscript/m-p/13575578#M74883</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.0.8 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I want to automate the repetitive process of creating a AGV network properties by using the script that creates a new AGV network type and sets acceleration and stuff through it.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 07 Sep 2023 15:05:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/can-i-add-a-agv-type-in-agv-network-properties-in-flexscript/m-p/13575578#M74883</guid>
      <dc:creator>jkhedekar</dc:creator>
      <dc:date>2023-09-07T15:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can I add a AGV type in AGV Network Properties in FlexScript?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/can-i-add-a-agv-type-in-agv-network-properties-in-flexscript/m-p/13575579#M74884</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You'll need something like this:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;Object agvNav=Model.find("AGVNetwork");
treenode newAGVType = function_s(agvNav, "addAGVType");
applicationcommand("notifydoclistenersoncustomaction", "AGVNetwork::onAGVTypesChange");
Table speeds=Table(newAGVType.subnodes["speeds"]);&amp;nbsp;
speeds["Acceleration"]["Empty"]=0.5;
setsdtvalue(newAGVType,"idleAmps",0.5);&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 07 Sep 2023 17:46:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/can-i-add-a-agv-type-in-agv-network-properties-in-flexscript/m-p/13575579#M74884</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-09-07T17:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can I add a AGV type in AGV Network Properties in FlexScript?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/can-i-add-a-agv-type-in-agv-network-properties-in-flexscript/m-p/13575580#M74885</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 How can I tick attach load as trailers with this script?
&lt;/DIV&gt;</description>
      <pubDate>Thu, 07 Sep 2023 18:40:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/can-i-add-a-agv-type-in-agv-network-properties-in-flexscript/m-p/13575580#M74885</guid>
      <dc:creator>jkhedekar</dc:creator>
      <dc:date>2023-09-07T18:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can I add a AGV type in AGV Network Properties in FlexScript?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/can-i-add-a-agv-type-in-agv-network-properties-in-flexscript/m-p/13575581#M74886</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;PRE&gt;setsdtvalue(newAGVType,"trailerAttachRule",1)&lt;/PRE&gt;&lt;P&gt;You can also access it as a subnode of newAGVType node.&lt;/P&gt;&lt;P&gt;These are the sdt/subnode names:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1694114346655.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1519328i14E0E866054AA5AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="1694114346655.png" alt="1694114346655.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 07 Sep 2023 19:19:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/can-i-add-a-agv-type-in-agv-network-properties-in-flexscript/m-p/13575581#M74886</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-09-07T19:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can I add a AGV type in AGV Network Properties in FlexScript?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/can-i-add-a-agv-type-in-agv-network-properties-in-flexscript/m-p/13575582#M74887</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;For future purposes, how can I know the subnode names?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 07 Sep 2023 20:09:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/can-i-add-a-agv-type-in-agv-network-properties-in-flexscript/m-p/13575582#M74887</guid>
      <dc:creator>jkhedekar</dc:creator>
      <dc:date>2023-09-07T20:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can I add a AGV type in AGV Network Properties in FlexScript?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/can-i-add-a-agv-type-in-agv-network-properties-in-flexscript/m-p/13575583#M74888</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Explore the tree of the newAGVType node - it will be under the variable agvTypes.  These values could change in the future. They could be given access via the AGV API removing the need to use function_s / set node values.&lt;/DIV&gt;</description>
      <pubDate>Fri, 08 Sep 2023 10:28:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/can-i-add-a-agv-type-in-agv-network-properties-in-flexscript/m-p/13575583#M74888</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-09-08T10:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can I add a AGV type in AGV Network Properties in FlexScript?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/can-i-add-a-agv-type-in-agv-network-properties-in-flexscript/m-p/13575584#M74889</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Thank you!
&lt;/DIV&gt;</description>
      <pubDate>Fri, 08 Sep 2023 13:15:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/can-i-add-a-agv-type-in-agv-network-properties-in-flexscript/m-p/13575584#M74889</guid>
      <dc:creator>jkhedekar</dc:creator>
      <dc:date>2023-09-08T13:15:50Z</dc:date>
    </item>
  </channel>
</rss>

