<?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: Connect transporter to queue in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/connect-transporter-to-queue/m-p/13504927#M19200</link>
    <description>&lt;P&gt;You might try using the open/close output commands on one of your Queues for this kind of situation. They handle those types of commands better.&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jun 2018 14:40:41 GMT</pubDate>
    <dc:creator>tanner_p</dc:creator>
    <dc:date>2018-06-29T14:40:41Z</dc:date>
    <item>
      <title>Connect transporter to queue</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/connect-transporter-to-queue/m-p/13504923#M19196</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 16.0.8 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Hi everyone&lt;/P&gt;
&lt;P&gt;I would like to add a transporter to my model. It should represent an external supplier that delivers a certain number of units (I will write the logic that defines the exact quantity in the item's triggers) at specific time intervals. How can I connect a transporter to an existing queue?&lt;/P&gt;
&lt;P&gt;A truck, plane (or anything representing cargo in general) could also be used to represent my external supplier.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Pieter&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 01:37:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/connect-transporter-to-queue/m-p/13504923#M19196</guid>
      <dc:creator>pieter_cecat</dc:creator>
      <dc:date>2017-04-04T01:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Connect transporter to queue</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/connect-transporter-to-queue/m-p/13504924#M19197</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/1974/pieter.c.html" nodeid="1974"&gt;@Pieter Cecat&lt;/A&gt; The transport is connected with a centerport connection to the object that has to deliver the amount, not to the one receiving it. On the queue you have check on the checkbox "Use Transport" This can be done on the Quick Properties or via the flow tab on the object itself. You can find more explanation in Lesson 2 of the Tutorials. If you want to change the 3D shape (in a truck or a plane) of your object you can best use the TaskExecuter because that object has no extra movements.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 07:05:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/connect-transporter-to-queue/m-p/13504924#M19197</guid>
      <dc:creator>SCHamoen</dc:creator>
      <dc:date>2017-04-04T07:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Connect transporter to queue</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/connect-transporter-to-queue/m-p/13504925#M19198</link>
      <description>&lt;P&gt;I agree with what &lt;A rel="user" href="https://answers.flexsim.com/users/193/steven.h.html" nodeid="193"&gt;@steven.hamoen&lt;/A&gt; said. You can use queues and their batch size to deliver a specific number of items. Don't forget to set the number of items on the transporter to the same amount. If you need to change the amount delivered, you can change both of those variables with the tree (setvarnum) and adjust them as you run the model. I made a quick model to show what it can look like. &lt;A href="https://answers.flexsim.com/storage/attachments/6142-fixed-time-transport.fsm"&gt;fixed-time-transport.fsm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 07:26:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/connect-transporter-to-queue/m-p/13504925#M19198</guid>
      <dc:creator>kaspar_chabot</dc:creator>
      <dc:date>2017-04-04T07:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Connect transporter to queue</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/connect-transporter-to-queue/m-p/13504926#M19199</link>
      <description>&lt;P&gt;&lt;A rel="nofollow" href="https://answers.flexsim.com/users/193/stevenhamoen.html"&gt;@steven.hamoen &lt;/A&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/1094/kaspar.c.html" nodeid="1094"&gt;@Kaspar Chabot&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;The system I have now looks as follows:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="6155-external-supply.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1495281i15AA082F8BD98A55/image-size/large?v=v2&amp;amp;px=999" role="button" title="6155-external-supply.jpg" alt="6155-external-supply.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;
&lt;P&gt;I do however want to control the release quantities at the source. To do this I defined a global lookup table. Depending on the month, as well as scenario, a different quantity should be released. I know how to code this. The problem however is that the open/close output commands don't seem to work on a source. How can I make sure the correct 'quantity' is released as some sort of release schedule at predefined times (monthly)?&lt;/P&gt;
&lt;P&gt;Note: the transporter can then pick up the entire queue content and transfer it to the other queue all at once.&lt;/P&gt;
&lt;P&gt;Thanks in advance for your help. &lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 12:51:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/connect-transporter-to-queue/m-p/13504926#M19199</guid>
      <dc:creator>pieter_cecat</dc:creator>
      <dc:date>2017-04-04T12:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Connect transporter to queue</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/connect-transporter-to-queue/m-p/13504927#M19200</link>
      <description>&lt;P&gt;You might try using the open/close output commands on one of your Queues for this kind of situation. They handle those types of commands better.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 14:40:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/connect-transporter-to-queue/m-p/13504927#M19200</guid>
      <dc:creator>tanner_p</dc:creator>
      <dc:date>2018-06-29T14:40:41Z</dc:date>
    </item>
  </channel>
</rss>

