<?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: How do make basicFR accept specified number of items at a time. in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-make-basicfr-accept-specified-number-of-items-at-a-time/m-p/13560518#M63098</link>
    <description>&lt;P&gt;Great!&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jul 2019 20:00:48 GMT</pubDate>
    <dc:creator>emily_hardySTLSK</dc:creator>
    <dc:date>2019-07-22T20:00:48Z</dc:date>
    <item>
      <title>How do make basicFR accept specified number of items at a time.</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-make-basicfr-accept-specified-number-of-items-at-a-time/m-p/13560513#M63093</link>
      <description>&lt;P&gt;I would like the basicFR to behave in such a way that: it can accept specified number of items at a time. This number is received from an external service using http request. How can I code basicFR so that it can open its input port, accept that number of flow items, close the input port? &lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2019 18:50:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-make-basicfr-accept-specified-number-of-items-at-a-time/m-p/13560513#M63093</guid>
      <dc:creator>yue_y</dc:creator>
      <dc:date>2019-07-19T18:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do make basicFR accept specified number of items at a time.</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-make-basicfr-accept-specified-number-of-items-at-a-time/m-p/13560514#M63094</link>
      <description>&lt;P&gt;Yue- I can work on a solution for you using the BasicFR, but would you be open to using the combiner? It seems like it would fit what you're looking for.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 17:29:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-make-basicfr-accept-specified-number-of-items-at-a-time/m-p/13560514#M63094</guid>
      <dc:creator>emily_hardySTLSK</dc:creator>
      <dc:date>2019-07-22T17:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do make basicFR accept specified number of items at a time.</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-make-basicfr-accept-specified-number-of-items-at-a-time/m-p/13560515#M63095</link>
      <description>&lt;P&gt;I am considering using a global variable to store the count, once the item enters basicfr, it will decrement the count, if the count is still larger than 0, it would open the port again to accept next item. Do you think the combiner is easier to implement compared with this solution?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 17:45:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-make-basicfr-accept-specified-number-of-items-at-a-time/m-p/13560515#M63095</guid>
      <dc:creator>yue_y</dc:creator>
      <dc:date>2019-07-22T17:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do make basicFR accept specified number of items at a time.</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-make-basicfr-accept-specified-number-of-items-at-a-time/m-p/13560516#M63096</link>
      <description>&lt;P&gt;I would use a queue rather than a basicFR or a combiner in that case; it's probably the easiest one to do this with, and it automatically takes items from the preceding FR unlike a basicFR. Are yoiu familiar with using process flow? Can I use that in my example for you?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 18:54:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-make-basicfr-accept-specified-number-of-items-at-a-time/m-p/13560516#M63096</guid>
      <dc:creator>emily_hardySTLSK</dc:creator>
      <dc:date>2019-07-22T18:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do make basicFR accept specified number of items at a time.</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-make-basicfr-accept-specified-number-of-items-at-a-time/m-p/13560517#M63097</link>
      <description>&lt;P&gt;In my use case, I can't use a queue, everything must happen inside the basicFR. The solution I mentioned worked fine, I will go with that one for now. Thank you for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 19:53:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-make-basicfr-accept-specified-number-of-items-at-a-time/m-p/13560517#M63097</guid>
      <dc:creator>yue_y</dc:creator>
      <dc:date>2019-07-22T19:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do make basicFR accept specified number of items at a time.</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-make-basicfr-accept-specified-number-of-items-at-a-time/m-p/13560518#M63098</link>
      <description>&lt;P&gt;Great!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 20:00:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-make-basicfr-accept-specified-number-of-items-at-a-time/m-p/13560518#M63098</guid>
      <dc:creator>emily_hardySTLSK</dc:creator>
      <dc:date>2019-07-22T20:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do make basicFR accept specified number of items at a time.</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-make-basicfr-accept-specified-number-of-items-at-a-time/m-p/13560519#M63099</link>
      <description>&lt;P&gt;If you have multiple input ports, any item entering the port will close all input ports and You must reopen them if necessary&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 16:10:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-make-basicfr-accept-specified-number-of-items-at-a-time/m-p/13560519#M63099</guid>
      <dc:creator>yue_y</dc:creator>
      <dc:date>2019-07-26T16:10:15Z</dc:date>
    </item>
  </channel>
</rss>

