<?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 How can the processor process multiple items and release one in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-the-processor-process-multiple-items-and-release-one/m-p/13589999#M86070</link>
    <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.1.2 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi Flexsim, Gurus!&lt;/P&gt;
 &lt;P&gt;I want to simulate part sequencing in an assembling plant. Consider this scenario. In an assembling plant distributing X products, 3 parts (W,Y, and Z) are needed to manufacture the product X. The company receives the 3 parts and they are sent to one processor for assembling and the resulting product from the processor is product X which is the finished product.&lt;/P&gt;
 &lt;P&gt;THE CHALLENGE &lt;/P&gt;
 &lt;OL&gt;&lt;LI&gt;How can I make the processor to receive 3 different items from a queue, process them together and release just one item instead of 3 after the processing time elapses?&lt;/LI&gt;&lt;LI&gt;Also, is it possible to control which of the three items should be moved to the processor first, which one should follow and which should be the last? Having in mind that processing will begin only after the last item gets to the processor. If yes, I will appreciate guidance on how to go about with that.&lt;/LI&gt;&lt;/OL&gt;
 &lt;P&gt;Hopping for a clear and concise response.&lt;/P&gt;
 &lt;P&gt;Thank you.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 13 Jun 2023 20:25:19 GMT</pubDate>
    <dc:creator>mc_bunji</dc:creator>
    <dc:date>2023-06-13T20:25:19Z</dc:date>
    <item>
      <title>How can the processor process multiple items and release one</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-the-processor-process-multiple-items-and-release-one/m-p/13589999#M86070</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.1.2 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi Flexsim, Gurus!&lt;/P&gt;
 &lt;P&gt;I want to simulate part sequencing in an assembling plant. Consider this scenario. In an assembling plant distributing X products, 3 parts (W,Y, and Z) are needed to manufacture the product X. The company receives the 3 parts and they are sent to one processor for assembling and the resulting product from the processor is product X which is the finished product.&lt;/P&gt;
 &lt;P&gt;THE CHALLENGE &lt;/P&gt;
 &lt;OL&gt;&lt;LI&gt;How can I make the processor to receive 3 different items from a queue, process them together and release just one item instead of 3 after the processing time elapses?&lt;/LI&gt;&lt;LI&gt;Also, is it possible to control which of the three items should be moved to the processor first, which one should follow and which should be the last? Having in mind that processing will begin only after the last item gets to the processor. If yes, I will appreciate guidance on how to go about with that.&lt;/LI&gt;&lt;/OL&gt;
 &lt;P&gt;Hopping for a clear and concise response.&lt;/P&gt;
 &lt;P&gt;Thank you.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Jun 2023 20:25:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-the-processor-process-multiple-items-and-release-one/m-p/13589999#M86070</guid>
      <dc:creator>mc_bunji</dc:creator>
      <dc:date>2023-06-13T20:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can the processor process multiple items and release one</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-the-processor-process-multiple-items-and-release-one/m-p/13590000#M86071</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;A &lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/23.1/Reference/3DObjects/FixedResources/Combiner/Combiner.html" target="_blank"&gt;combiner&lt;/A&gt; object does this in join mode. But only first entering item is privileged. 2nd and 3rd are moved into a combiner by FIFO. This means you have to apply their availability in a queue by a logic, that pushes Y before Z into this product providing queue. Or you can try to tell in Send to Port logic that product Y and Z must not be released by a return value of -1. Then when item W is exiting you &lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/23.1/Reference/CodingInFlexSim/CommandReference/Commands.html#releaseitem" target="_blank"&gt;releaseitem&lt;/A&gt; Y through port 2. And when product Y is exiting you releaseitem Z through port 2 or 3. The port number 2 or 3 depends on your setup of input ports for your combiner components list. You need at last 2 input ports &lt;/P&gt;&lt;P&gt;you must only &lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/23.1/Reference/CodingInFlexSim/CommandReference/Commands.html#holditem" target="_blank"&gt;hold item&lt;/A&gt;s (by return -1), if the order is different then defined. &lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 14 Jun 2023 01:36:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-the-processor-process-multiple-items-and-release-one/m-p/13590000#M86071</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2023-06-14T01:36:31Z</dc:date>
    </item>
  </channel>
</rss>

