<?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: Not able to connect controlpoint to queue in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/not-able-to-connect-controlpoint-to-queue/m-p/13525437#M35432</link>
    <description>&lt;P&gt;Dear Arun,&lt;/P&gt;&lt;P&gt;Thanks for your quick answer. I will use the createinstance instead of createcopy.&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;</description>
    <pubDate>Mon, 26 Sep 2016 09:54:57 GMT</pubDate>
    <dc:creator>patrick_zweekhorst</dc:creator>
    <dc:date>2016-09-26T09:54:57Z</dc:date>
    <item>
      <title>Not able to connect controlpoint to queue</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/not-able-to-connect-controlpoint-to-queue/m-p/13525435#M35430</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 16.2.0 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;I am making a model in which I use the AGV module. I use a script to make a queue and a controlpoint in a container. After this is done I want to A connect the controlpoint to the queue, but this is not working. Is this a bug or is this intentionally done? I have attached an example model ( c&lt;A href="https://answers.flexsim.com/storage/attachments/2625-connectionbug.fsm"&gt;onnectionbug.fsm&lt;/A&gt; ) where I want to connect Queue112 to ControlPoint213, but this is not working. The code that I used to make the objects is in the script window.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 08:58:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/not-able-to-connect-controlpoint-to-queue/m-p/13525435#M35430</guid>
      <dc:creator>patrick_zweekhorst</dc:creator>
      <dc:date>2016-09-26T08:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to connect controlpoint to queue</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/not-able-to-connect-controlpoint-to-queue/m-p/13525436#M35431</link>
      <description>&lt;P&gt;Dear Patrick,&lt;/P&gt;&lt;P&gt;I didn't understand, why the connection is not happening. &lt;/P&gt;&lt;P&gt;Instead of createcopy(), when I used createinstance()  it's connecting. Someone from FlexSim can give a better answer to this behaviour.&lt;/P&gt;&lt;PRE&gt;treenode container1	= node("BasicFR1", model());
treenode container2 = node("BasicFR1/BasicFR2", model()); 
treenode container3	= node("BasicFR1/BasicFR2/BasicFR3", model());
treenode bufferObject 		= node("Queue15", model());
treenode controlpointObject = node("ControlPoint2", model());

treenode buffer = createinstance(bufferObject,container3);
setloc( buffer, 2, 2, 0 );
		
treenode controlPoint = createinstance(controlpointObject,container3);
setloc( controlPoint, 3, 3, 0 ); 
contextdragconnection( buffer, controlPoint, "A" );
&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun KR&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 09:51:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/not-able-to-connect-controlpoint-to-queue/m-p/13525436#M35431</guid>
      <dc:creator>arunTTT2P</dc:creator>
      <dc:date>2016-09-26T09:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to connect controlpoint to queue</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/not-able-to-connect-controlpoint-to-queue/m-p/13525437#M35432</link>
      <description>&lt;P&gt;Dear Arun,&lt;/P&gt;&lt;P&gt;Thanks for your quick answer. I will use the createinstance instead of createcopy.&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 09:54:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/not-able-to-connect-controlpoint-to-queue/m-p/13525437#M35432</guid>
      <dc:creator>patrick_zweekhorst</dc:creator>
      <dc:date>2016-09-26T09:54:57Z</dc:date>
    </item>
  </channel>
</rss>

