<?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: AGV Network Properties in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/agv-network-properties/m-p/13498855#M14474</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; how it works can you send a model? I am using the code but it is not working. Can you tell me in brief.
&lt;/DIV&gt;</description>
    <pubDate>Mon, 24 Oct 2022 03:09:46 GMT</pubDate>
    <dc:creator>priyankasgoudar33</dc:creator>
    <dc:date>2022-10-24T03:09:46Z</dc:date>
    <item>
      <title>AGV Network Properties</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-network-properties/m-p/13498853#M14472</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;&lt;/P&gt;
 &lt;P&gt;Hi&lt;/P&gt;
 &lt;P&gt;I want to read this speed through global table. How can I do that and what is the code.&lt;/P&gt;
 &lt;span class="lia-inline-image-display-wrapper" image-alt="1666431756905.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1513561iF19BBEA447AEB836/image-size/large?v=v2&amp;amp;px=999" role="button" title="1666431756905.png" alt="1666431756905.png" /&gt;&lt;/span&gt;
 &lt;P&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sat, 22 Oct 2022 09:46:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-network-properties/m-p/13498853#M14472</guid>
      <dc:creator>priyankasgoudar33</dc:creator>
      <dc:date>2022-10-22T09:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: AGV Network Properties</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-network-properties/m-p/13498854#M14473</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;PRE&gt;string agvType="DefaultAGV";
Table speeds=Model.find("AGVNetwork&amp;gt;variables/agvTypes/"+agvType+"/speeds");&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 22 Oct 2022 11:51:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-network-properties/m-p/13498854#M14473</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-10-22T11:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: AGV Network Properties</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-network-properties/m-p/13498855#M14474</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; how it works can you send a model? I am using the code but it is not working. Can you tell me in brief.
&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Oct 2022 03:09:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-network-properties/m-p/13498855#M14474</guid>
      <dc:creator>priyankasgoudar33</dc:creator>
      <dc:date>2022-10-24T03:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: AGV Network Properties</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-network-properties/m-p/13498856#M14475</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Jason's code gets a reference to the table as a table class variable. You then read the values as you would normally by sepcifying the row and column, either by name or number.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1666596958209.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1513559i2D95C4A288365163/image-size/large?v=v2&amp;amp;px=999" role="button" title="1666596958209.png" alt="1666596958209.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you are using different AGV Types you have to adjust the path in the "find" method.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Oct 2022 07:37:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-network-properties/m-p/13498856#M14475</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-10-24T07:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: AGV Network Properties</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-network-properties/m-p/13498857#M14476</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;A rel="user" href="https://answers.flexsim.com/users/19365/felixmh.html" nodeid="19365"&gt;@Felix Möhlmann&lt;/A&gt; I don't want to read the value I want to change that value through global table. Ex. Acceleration should write value from global table. Global table as 5 then that value should be written in Acceleration 
&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Oct 2022 12:47:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-network-properties/m-p/13498857#M14476</guid>
      <dc:creator>priyankasgoudar33</dc:creator>
      <dc:date>2022-10-24T12:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: AGV Network Properties</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-network-properties/m-p/13498858#M14477</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Here's an a fuller example with macros for the standard number of path types&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;#define AGVSPEED_FWD_STRAIGHT 5
#define AGVSPEED_FWD_CURVED 6
#define AGVSPEED_FWD_SPUR 7
#define AGVSPEED_REV_STRAIGHT 10
#define AGVSPEED_REV_CURVED 11
#define AGVSPEED_REV_SPUR 12
string agvType="DefaultAGV";
Table speeds=Model.find("AGVNetwork&amp;gt;variables/agvTypes/"+agvType+"/speeds");
speeds[AGVSPEED_FWD_CURVED]["Loaded"]=5;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Oct 2022 13:27:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-network-properties/m-p/13498858#M14477</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-10-24T13:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: AGV Network Properties</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-network-properties/m-p/13498859#M14478</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 Jason Lightfoot'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>Thu, 27 Oct 2022 16:19:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-network-properties/m-p/13498859#M14478</guid>
      <dc:creator>Jacob_White</dc:creator>
      <dc:date>2022-10-27T16:19:18Z</dc:date>
    </item>
  </channel>
</rss>

