<?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: programmatically place input and output ports in a BasicFR ? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/programmatically-place-input-and-output-ports-in-a-basicfr/m-p/13488819#M6738</link>
    <description>&lt;P&gt;Thanks for the suggestion. This is also the direction I was leaning to.&lt;BR /&gt;I will create a group of objects, each of which I should have complete programmatic control over relative position and naming.&lt;BR /&gt;&lt;BR /&gt;I'll post an update to the question when/if that works well for me.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Oct 2019 15:55:51 GMT</pubDate>
    <dc:creator>stephane_r</dc:creator>
    <dc:date>2019-10-07T15:55:51Z</dc:date>
    <item>
      <title>programmatically place input and output ports in a BasicFR ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/programmatically-place-input-and-output-ports-in-a-basicfr/m-p/13488814#M6733</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 19.2.1 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;I have a single scripted BasicFR that represents a large (by square footage) portion of a building. The FR has many dozens of input and output ports. In order to minimize user mistakes, during the creation of the model; I'd like for the conveyors that are around the FR, and are placed according to CAD dimensions, to be 'aligned' with their corresponding logical input/output port in the FR.&lt;BR /&gt;Can I programmatically control the location of each port ?&lt;BR /&gt;Can I set a location 'inside' the footprint of the BasicFR, or am I limited to the edge ?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 19:19:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/programmatically-place-input-and-output-ports-in-a-basicfr/m-p/13488814#M6733</guid>
      <dc:creator>stephane_r</dc:creator>
      <dc:date>2019-10-02T19:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: programmatically place input and output ports in a BasicFR ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/programmatically-place-input-and-output-ports-in-a-basicfr/m-p/13488815#M6734</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/14623/stephaner.html" nodeid="14623"&gt;@Stephane R&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;I'm having a hard time visualizing what you want this to look like as a final product. Is there any chance you could upload a small sample/demo to show what you are looking for? Normally port locations are just assigned to a default area on an object, but I suppose you could manipulate that if you wanted.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 21:58:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/programmatically-place-input-and-output-ports-in-a-basicfr/m-p/13488815#M6734</guid>
      <dc:creator>tanner_p</dc:creator>
      <dc:date>2019-10-02T21:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: programmatically place input and output ports in a BasicFR ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/programmatically-place-input-and-output-ports-in-a-basicfr/m-p/13488816#M6735</link>
      <description>&lt;P&gt;The ports of objects can’t be located. There is only one module that supports a kind of locatable ports. That is the conveyor module. All other objects have defined locations for input and output ports. But that is only partly true, because those ports are added sub-objects in the scope of conveyor system. And it is absolutely unnecessary to place ports, because you can set the location of items OnEntry individually. &lt;/P&gt;&lt;P&gt;But You can still try to evaluate the location where the connector is dragged by the event “mouse button up” while you draw a connection. By this event you can execute code that build the logical connection in your code of your BasicFR. Visually the input or output port are located like at every other object then.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2019 06:35:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/programmatically-place-input-and-output-ports-in-a-basicfr/m-p/13488816#M6735</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2019-10-06T06:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: programmatically place input and output ports in a BasicFR ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/programmatically-place-input-and-output-ports-in-a-basicfr/m-p/13488817#M6736</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/14623/stephaner.html" nodeid="14623"&gt;@Stephane R&lt;/A&gt;, you can enhance your model with queue objects as subnodes. The BasicFR is then a container for the queue. Please try it on your own, because I haven’t tested this. I don’t know if I can drag a connection to a queue into the container of a fixed resource. I think it works. &lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2019 06:43:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/programmatically-place-input-and-output-ports-in-a-basicfr/m-p/13488817#M6736</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2019-10-06T06:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: programmatically place input and output ports in a BasicFR ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/programmatically-place-input-and-output-ports-in-a-basicfr/m-p/13488818#M6737</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/8186/tannerp.html" nodeid="8186"&gt;@Tanner Poulton&lt;/A&gt;, I think it is adaption of a Virtual Instrument of the tool LabVIEW from National Instruments Corp.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2019 06:47:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/programmatically-place-input-and-output-ports-in-a-basicfr/m-p/13488818#M6737</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2019-10-06T06:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: programmatically place input and output ports in a BasicFR ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/programmatically-place-input-and-output-ports-in-a-basicfr/m-p/13488819#M6738</link>
      <description>&lt;P&gt;Thanks for the suggestion. This is also the direction I was leaning to.&lt;BR /&gt;I will create a group of objects, each of which I should have complete programmatic control over relative position and naming.&lt;BR /&gt;&lt;BR /&gt;I'll post an update to the question when/if that works well for me.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 15:55:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/programmatically-place-input-and-output-ports-in-a-basicfr/m-p/13488819#M6738</guid>
      <dc:creator>stephane_r</dc:creator>
      <dc:date>2019-10-07T15:55:51Z</dc:date>
    </item>
  </channel>
</rss>

