<?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: Plane subnode's info in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/plane-subnode-s-info/m-p/13782985#M97781</link>
    <description>&lt;P&gt;Wouldn’t it be easier you put needed objects into a group or a list, instead of filtering all objects?&lt;/P&gt;</description>
    <pubDate>Tue, 26 Aug 2025 08:08:57 GMT</pubDate>
    <dc:creator>joerg_vogel_HsH</dc:creator>
    <dc:date>2025-08-26T08:08:57Z</dc:date>
    <item>
      <title>Plane subnode's info</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/plane-subnode-s-info/m-p/13781658#M97767</link>
      <description>&lt;P&gt;Hello FlexSim community and &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/17286793"&gt;@moehlmann_fe&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to get the Coordination of the copied object on the plane, but it seem the sytax error to the "obj.subnodes[i].location.x", is any way to implement the function?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="s1125413_0-1756126245784.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1564257i6F9971DE28A1B39E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="s1125413_0-1756126245784.png" alt="s1125413_0-1756126245784.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 12:56:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/plane-subnode-s-info/m-p/13781658#M97767</guid>
      <dc:creator>s1125413</dc:creator>
      <dc:date>2025-08-25T12:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Plane subnode's info</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/plane-subnode-s-info/m-p/13781714#M97769</link>
      <description>&lt;P&gt;You have to tell the compiler that it should treat the subnode as an &lt;EM&gt;Object&lt;/EM&gt;. Otherwise "location" is treated as a label name.&lt;/P&gt;&lt;LI-CODE lang="general"&gt;obj.subnodes[i].as(Object).location.x&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 13:40:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/plane-subnode-s-info/m-p/13781714#M97769</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2025-08-25T13:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Plane subnode's info</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/plane-subnode-s-info/m-p/13781758#M97770</link>
      <description>&lt;P&gt;You start with a model plane called "DIP".&lt;/P&gt;&lt;P&gt;You press dashboard button "produce";&lt;/P&gt;&lt;P&gt;A copied plane is created.&lt;/P&gt;&lt;P&gt;Hard coded you get first member of group processor location of x and y coordinates, which you write into Table "Info" in row = 1 and columns 1 and 2.&lt;/P&gt;&lt;P&gt;You do not reference last of group, nor you want data of processor to a different reference rather than the plane.&lt;/P&gt;&lt;P&gt;This look quite right. Most important is, that you start with at least on plane called "DIP" in your model.&lt;/P&gt;&lt;P&gt;Each new plane more than a first copied plane gets an extension "~#". where # is a number rising by one each time you press button produce thereafter.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 14:02:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/plane-subnode-s-info/m-p/13781758#M97770</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2025-08-25T14:02:06Z</dc:date>
    </item>
    <item>
      <title>回复： Plane subnode's info</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/plane-subnode-s-info/m-p/13782817#M97776</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/17307626"&gt;@joerg_vogel_HsH&lt;/a&gt;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/17286793"&gt;@moehlmann_fe&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;STRONG&gt;I successfully received the coordination, but there are two issues:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.The copied model's TaskExecuter didn't work. The processor is ignoring the 'Use transporter to pass item directly' setting.&lt;/P&gt;&lt;P&gt;2.I collected all object information on the copied plane, but I only need the information for FixResources and conveyors. Is there another way to delete the unnecessary information or implement this?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="s1125413_0-1756188756859.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1564546iE6AE6005F1CFAE23/image-size/medium?v=v2&amp;amp;px=400" role="button" title="s1125413_0-1756188756859.png" alt="s1125413_0-1756188756859.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="s1125413_1-1756188780820.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1564547i5A14118C6CE935FD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="s1125413_1-1756188780820.png" alt="s1125413_1-1756188780820.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2025 06:15:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/plane-subnode-s-info/m-p/13782817#M97776</guid>
      <dc:creator>s1125413</dc:creator>
      <dc:date>2025-08-26T06:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Plane subnode's info</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/plane-subnode-s-info/m-p/13782985#M97781</link>
      <description>&lt;P&gt;Wouldn’t it be easier you put needed objects into a group or a list, instead of filtering all objects?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2025 08:08:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/plane-subnode-s-info/m-p/13782985#M97781</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2025-08-26T08:08:57Z</dc:date>
    </item>
    <item>
      <title>回复： Plane subnode's info</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/plane-subnode-s-info/m-p/13783236#M97786</link>
      <description>&lt;P&gt;1. The processor isn't ignoring the "Use Transport" setting. The TE is not assigned to any navigator but set to "Use Navigator For Offset Travel". It does receive the item but doesn't travel anywhere due to the lacking navigator. You'd need to add it to the AGV network when copying the plane and its contents.&lt;/P&gt;&lt;P&gt;2. Your approach of checking the (super)class is fine. The condition needs fixing though. The removeRow() command needs an argument to now what row to remove. Instead of adding a row for each subnode and later deleting them, I would only create rows for 'valid' objects in the first place.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2025 11:29:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/plane-subnode-s-info/m-p/13783236#M97786</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2025-08-26T11:29:12Z</dc:date>
    </item>
    <item>
      <title>回复： Plane subnode's info</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/plane-subnode-s-info/m-p/13788724#M97846</link>
      <description>&lt;P&gt;&lt;FONT&gt;Thank you so much&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/17286793"&gt;@moehlmann_fe&lt;/a&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I'm setting the button function to &lt;STRONG&gt;produce&lt;/STRONG&gt; and &lt;STRONG&gt;eliminate&lt;/STRONG&gt; the copied process, but sometimes it can produce successfully, and other times it can't display the copied object in the model, showing an error like the one in pic1. Repeatedly pressing the produce and eliminate button might resolve the issue, or it may continue to show the error. Is this error related to the issue mentioned above?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.Based on your model, since there are many CPs and AGVs in mine, is there a way to build the connectors using a loop?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pic1.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="s1125413_1-1756704663213.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1566407i75393A01700E6369/image-size/medium?v=v2&amp;amp;px=400" role="button" title="s1125413_1-1756704663213.png" alt="s1125413_1-1756704663213.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pic2&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="s1125413_1-1756476202897.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1565957iF7B51A572741E13A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="s1125413_1-1756476202897.png" alt="s1125413_1-1756476202897.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 05:35:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/plane-subnode-s-info/m-p/13788724#M97846</guid>
      <dc:creator>s1125413</dc:creator>
      <dc:date>2025-09-01T05:35:32Z</dc:date>
    </item>
  </channel>
</rss>

