<?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: Check buffer capacity in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/check-buffer-capacity/m-p/13521088#M31958</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/42014/michela-08.html" nodeid="42014"&gt;@michela-08&lt;/A&gt;, was Jason Lightfoot's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.&lt;/P&gt;&lt;P&gt;If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 15 Dec 2022 20:08:15 GMT</pubDate>
    <dc:creator>andrew_o2</dc:creator>
    <dc:date>2022-12-15T20:08:15Z</dc:date>
    <item>
      <title>Check buffer capacity</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/check-buffer-capacity/m-p/13521082#M31952</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 22.2.3 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;In the process flow I want to add this condition. Note : All the items from Queue 1 exit based on Combiner's target quantity. Queue 1 is connected to combiner as Port 2. In this model, 10 items from Port 2(Queue 1) exit all at once.&lt;/P&gt;
 &lt;P&gt;&lt;STRONG&gt;Problem &lt;/STRONG&gt;: Before the transporter drops the items into Queue1. I want to check if Assigned qty &amp;lt; Capacity. Where capacity decides the actual capacity of Queue1 and Assigned decides the items currently in Queue1. Only then the transporter has to drop the items into Queue1 or else it has to wait.&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/62064-transporter-logic.fsm" target="_blank"&gt;Transporter_logic.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 11 Dec 2022 08:31:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/check-buffer-capacity/m-p/13521082#M31952</guid>
      <dc:creator>michela_08</dc:creator>
      <dc:date>2022-12-11T08:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Check buffer capacity</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/check-buffer-capacity/m-p/13521083#M31953</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Queue1 is not connected to port 2 of the combiner as you describe.&lt;/P&gt;&lt;P&gt;You need pointer data in your table pointing to the Queue1 - not the string/path.&lt;/P&gt;&lt;P&gt;When an item exits the Queue1 I would have logic that checks if that PartNumber has dropped below the trigger quantity and if so push a replenishment job to a list.  You seem to have this loop check for every part that enters Queue3 which seems wrong/messy.&lt;/P&gt;&lt;P&gt;Here's a suggestion:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1670768769530.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1514435iB64A3129D432F26A/image-size/large?v=v2&amp;amp;px=999" role="button" title="1670768769530.png" alt="1670768769530.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/temp/62077-transporter-logic-jl.fsm" target="_blank"&gt;transporter-logic_jl.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 11 Dec 2022 14:00:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/check-buffer-capacity/m-p/13521083#M31953</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-12-11T14:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Check buffer capacity</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/check-buffer-capacity/m-p/13521084#M31954</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Thank you 
 &lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;@Jason Lightfoot&lt;/A&gt; for the model.
 &lt;P&gt;I want the number of quantities exiting and then adding in Queue1 to be shown in the Available Qty column of the global table "Process_Flow".&lt;/P&gt;
 &lt;P&gt;Available Qty is nothing but the items available in the Queue1.&lt;/P&gt;
 &lt;P&gt;How to achieve this?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 11 Dec 2022 16:41:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/check-buffer-capacity/m-p/13521084#M31954</guid>
      <dc:creator>michela_08</dc:creator>
      <dc:date>2022-12-11T16:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Check buffer capacity</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/check-buffer-capacity/m-p/13521085#M31955</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;I would try incrementing the Available column on the queue's Pull trigger.   This way the item is counted in the replenishment decision before the transporter has delivered it to the queue.&lt;/DIV&gt;</description>
      <pubDate>Sun, 11 Dec 2022 16:53:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/check-buffer-capacity/m-p/13521085#M31955</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-12-11T16:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Check buffer capacity</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/check-buffer-capacity/m-p/13521086#M31956</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Can you tell in a sample model? I have added the command in the Queue 1 on Entry and On Exit. It seems to be not updating in the global table "Available Qty" 
&lt;/DIV&gt;</description>
      <pubDate>Mon, 12 Dec 2022 03:04:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/check-buffer-capacity/m-p/13521086#M31956</guid>
      <dc:creator>michela_08</dc:creator>
      <dc:date>2022-12-12T03:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Check buffer capacity</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/check-buffer-capacity/m-p/13521087#M31957</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;What makes you say it's not working?  No items remain in the queue so all the values are zero.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 12 Dec 2022 11:13:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/check-buffer-capacity/m-p/13521087#M31957</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-12-12T11:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Check buffer capacity</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/check-buffer-capacity/m-p/13521088#M31958</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/42014/michela-08.html" nodeid="42014"&gt;@michela-08&lt;/A&gt;, was Jason Lightfoot's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.&lt;/P&gt;&lt;P&gt;If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Dec 2022 20:08:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/check-buffer-capacity/m-p/13521088#M31958</guid>
      <dc:creator>andrew_o2</dc:creator>
      <dc:date>2022-12-15T20:08:15Z</dc:date>
    </item>
  </channel>
</rss>

