<?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 create processor with code in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/create-processor-with-code/m-p/13528307#M37621</link>
    <description>&lt;P&gt;&lt;I&gt;[ FlexSim 18.1.1 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;I used the following code to create conveyor:&lt;/P&gt;
&lt;P&gt;createinstance(node("/conveyor/StraightConveyor", library()),model());&lt;/P&gt;
&lt;P&gt;How can I modify the code to create a processor? (I don't know how to check the path in library)&lt;/P&gt;</description>
    <pubDate>Sat, 16 Jun 2018 00:04:37 GMT</pubDate>
    <dc:creator>sharon_l3</dc:creator>
    <dc:date>2018-06-16T00:04:37Z</dc:date>
    <item>
      <title>create processor with code</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/create-processor-with-code/m-p/13528307#M37621</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 18.1.1 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;I used the following code to create conveyor:&lt;/P&gt;
&lt;P&gt;createinstance(node("/conveyor/StraightConveyor", library()),model());&lt;/P&gt;
&lt;P&gt;How can I modify the code to create a processor? (I don't know how to check the path in library)&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jun 2018 00:04:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/create-processor-with-code/m-p/13528307#M37621</guid>
      <dc:creator>sharon_l3</dc:creator>
      <dc:date>2018-06-16T00:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: create processor with code</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/create-processor-with-code/m-p/13528308#M37622</link>
      <description>&lt;P&gt;got it.&lt;/P&gt;
&lt;P&gt;createinstance(node("/fixedresources/Processor", library()),model());&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jun 2018 00:10:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/create-processor-with-code/m-p/13528308#M37622</guid>
      <dc:creator>sharon_l3</dc:creator>
      <dc:date>2018-06-16T00:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: create processor with code</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/create-processor-with-code/m-p/13528309#M37623</link>
      <description>&lt;P&gt;You can also put a question mark (?) at the start of the path to search the library for an object with the specified name:&lt;/P&gt;&lt;PRE&gt;createinstance(library().find("?Processor"), model());&lt;/PRE&gt;</description>
      <pubDate>Sat, 16 Jun 2018 19:14:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/create-processor-with-code/m-p/13528309#M37623</guid>
      <dc:creator>Matthew_Gillespie</dc:creator>
      <dc:date>2018-06-16T19:14:00Z</dc:date>
    </item>
  </channel>
</rss>

