<?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  I model a case packer with the combiner object? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-model-a-case-packer-with-the-combiner-object/m-p/13492061#M9341</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/2162/brad.c.html" nodeid="2162"&gt;@Brad Champeau&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If I'm understanding what you need correctly, I actually wouldn't use a Combiner object at all, and instead use Lists and Some Process Flow activities instead.  In my attached model, I have a conveyor segment that with two decision points; the first adds the item to a List, and the second just tells the item to stop so that it doesn't dangle off the end of the conveyor.&lt;/P&gt;&lt;P&gt;I have an Object that I've called "CasePacker" but it's really just a location where some combining can happen and is controlled by my Process Flow activities.&lt;/P&gt;&lt;P&gt;So in my Process Flow, I have an event triggered source that will create a token when a pallet is created by the CaseSource object (note I'm using a pallet to represent a Case).  That token then acquires the CasePacker, so only one case can be filled at a time.  I move and position the pallet so it looks nice on the CasePacker and then work on getting items from the conveyor into my Pallet.&lt;/P&gt;&lt;P&gt;First I assign a label that acts as a counter for how many groups of 3 items get packed into the case.  Then the case pulls 3 items from the list.  If all 3 items aren't there yet then it waits until they are.  After the pull, I move them to the pallet and do a delay time, and then Decide to pull another group of 3 from the conveyor.  The Decide activity looks at my counter label and says if we haven't pulled two groups of 3 yet, go do so.  If we've pulled all 6 things into the case, move the packed pallet out to the Queue, release the CasePacker and start a new Case.&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.flexsim.com/storage/attachments/5520-two-stage-combiner.fsm"&gt;two-stage-combiner.fsm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Mar 2017 19:37:37 GMT</pubDate>
    <dc:creator>regan_blackett</dc:creator>
    <dc:date>2017-03-02T19:37:37Z</dc:date>
    <item>
      <title>How do  I model a case packer with the combiner object?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-model-a-case-packer-with-the-combiner-object/m-p/13492058#M9338</link>
      <description>&lt;P&gt;I am trying to model a case packer with the combiner object. The bags of product flow single file down a conveyor. When there are three bags present at the end of the conveyor, the case packer will push these three bags into the case. It then waits for three more bags to be present at the end of the conveyor. When this happens, the three bags are pushed into the case. Now the case is full. The case packer is capable of 26 cases per minute, so I can set the processor time at 2.307 seconds per case. However, if there is a production upset where say, the first three bags get loaded into the case and there is a delay in the second set of three bags being present for the case packer to process, does the simulation keep track that the first half of the 2.307 second process time has been fulfilled?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 00:41:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-model-a-case-packer-with-the-combiner-object/m-p/13492058#M9338</guid>
      <dc:creator>brad_champeau</dc:creator>
      <dc:date>2017-03-01T00:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do  I model a case packer with the combiner object?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-model-a-case-packer-with-the-combiner-object/m-p/13492059#M9339</link>
      <description>&lt;P&gt;If I'm understanding your question, the answer is no.  The combiner will only start its 2.307 second processing when all the components are present.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 16:08:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-model-a-case-packer-with-the-combiner-object/m-p/13492059#M9339</guid>
      <dc:creator>sam_stubbsYXX86</dc:creator>
      <dc:date>2017-03-01T16:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do  I model a case packer with the combiner object?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-model-a-case-packer-with-the-combiner-object/m-p/13492060#M9340</link>
      <description>&lt;P&gt;Thanks for the clarification regarding the timer. So, if that's the case, any recommendations for modeling this situation?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 17:24:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-model-a-case-packer-with-the-combiner-object/m-p/13492060#M9340</guid>
      <dc:creator>brad_champeau</dc:creator>
      <dc:date>2017-03-01T17:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do  I model a case packer with the combiner object?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-model-a-case-packer-with-the-combiner-object/m-p/13492061#M9341</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/2162/brad.c.html" nodeid="2162"&gt;@Brad Champeau&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If I'm understanding what you need correctly, I actually wouldn't use a Combiner object at all, and instead use Lists and Some Process Flow activities instead.  In my attached model, I have a conveyor segment that with two decision points; the first adds the item to a List, and the second just tells the item to stop so that it doesn't dangle off the end of the conveyor.&lt;/P&gt;&lt;P&gt;I have an Object that I've called "CasePacker" but it's really just a location where some combining can happen and is controlled by my Process Flow activities.&lt;/P&gt;&lt;P&gt;So in my Process Flow, I have an event triggered source that will create a token when a pallet is created by the CaseSource object (note I'm using a pallet to represent a Case).  That token then acquires the CasePacker, so only one case can be filled at a time.  I move and position the pallet so it looks nice on the CasePacker and then work on getting items from the conveyor into my Pallet.&lt;/P&gt;&lt;P&gt;First I assign a label that acts as a counter for how many groups of 3 items get packed into the case.  Then the case pulls 3 items from the list.  If all 3 items aren't there yet then it waits until they are.  After the pull, I move them to the pallet and do a delay time, and then Decide to pull another group of 3 from the conveyor.  The Decide activity looks at my counter label and says if we haven't pulled two groups of 3 yet, go do so.  If we've pulled all 6 things into the case, move the packed pallet out to the Queue, release the CasePacker and start a new Case.&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.flexsim.com/storage/attachments/5520-two-stage-combiner.fsm"&gt;two-stage-combiner.fsm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 19:37:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-model-a-case-packer-with-the-combiner-object/m-p/13492061#M9341</guid>
      <dc:creator>regan_blackett</dc:creator>
      <dc:date>2017-03-02T19:37:37Z</dc:date>
    </item>
  </channel>
</rss>

