<?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: Batching Question in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/batching-question/m-p/13597023#M91574</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hey &lt;A rel="user" href="https://answers.flexsim.com/users/43015/aaupadhye.html" nodeid="43015"&gt;@Aaupadhye&lt;/A&gt;! You were getting a few errors due to not having breathe delays and also pushing things to a list while also creating tokens for each item (essentially you were creating tons of tokens but pulling not enough). You can implement it without a list at all for what you're trying to do. I added that batching activity and fixed the routing! Here is the model:&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/71040-wcocmodel-1.fsm" target="_blank"&gt;wcocmodel_1.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Sun, 16 Jul 2023 04:19:02 GMT</pubDate>
    <dc:creator>julie_weller</dc:creator>
    <dc:date>2023-07-16T04:19:02Z</dc:date>
    <item>
      <title>Batching Question</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/batching-question/m-p/13597015#M91566</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.0.8 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi,&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;So my model runs fine, however, I wanted to also see if I can batch 10 items in the dynamic buffer and when it is released then the items can follow the process flow and go to wherever. For example, if 10 items are reached, 3 of them can go to the Autobagging station, 1 of them to Pack Station A, 1 to Pack Station B, 2 to Pack station A2, etc. However, when I run the process flow with this new batch it keeps sending all 10 items into one place and eventually gives me an error.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/71023-wcocmodel.fsm" target="_blank"&gt;wcocmodel.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;Thanks,&lt;/P&gt;
 &lt;P&gt;Amit&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Jul 2023 17:15:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/batching-question/m-p/13597015#M91566</guid>
      <dc:creator>Aaupadhye</dc:creator>
      <dc:date>2023-07-14T17:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Batching Question</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/batching-question/m-p/13597016#M91567</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Your model is throwing errors right away, at 21 seconds. I don't know all the changes you made to your model since your last draft, so if you can debug these errors, it will be much easier to help you. &lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1689355835418.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518280i3788C86A2ED0545A/image-size/large?v=v2&amp;amp;px=999" role="button" title="1689355835418.png" alt="1689355835418.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;You gave an example of what could happen when 10 items are reached. Is this what you want to happen every time? Or do you still want to send items to different conveyor systems and to different stations within those systems based on a percentage? &lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Jul 2023 17:33:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/batching-question/m-p/13597016#M91567</guid>
      <dc:creator>natalie_white</dc:creator>
      <dc:date>2023-07-14T17:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Batching Question</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/batching-question/m-p/13597017#M91568</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Those errors only happened when I swapped batch from the last draft to this new one. To answer the second question, I want to send items to different conveyor systems and different stations based on the percentages I already have within the model.
&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Jul 2023 17:38:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/batching-question/m-p/13597017#M91568</guid>
      <dc:creator>Aaupadhye</dc:creator>
      <dc:date>2023-07-14T17:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Batching Question</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/batching-question/m-p/13597018#M91569</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Got it. Your model is actually functioning as expected, with about 75% of tokens going to the first conveyor system. It is just by chance that so many from your first batches go to the first conveyor system. If you run your model for longer, or adjust the percentages, you'll see that it is working. 
 &lt;P&gt;As for your error, looking into that for you. &lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Jul 2023 18:57:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/batching-question/m-p/13597018#M91569</guid>
      <dc:creator>natalie_white</dc:creator>
      <dc:date>2023-07-14T18:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Batching Question</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/batching-question/m-p/13597019#M91570</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Let me rephrase this, essentially I want items to come into the dynamic buffer. The buffer should not be able to send items anywhere else until the quantity in it hits 10, in which case the items can then individually be sent out through the system to where they are routed based on percentage.
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;The main issue with the batch is that it is treating the 10 items as a group instead of individual items. The main reason I wanted to do this was so that when it hits 10, the items can flow out of the buffer.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Jul 2023 21:53:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/batching-question/m-p/13597019#M91570</guid>
      <dc:creator>Aaupadhye</dc:creator>
      <dc:date>2023-07-14T21:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Batching Question</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/batching-question/m-p/13597020#M91571</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hey &lt;A rel="user" href="https://answers.flexsim.com/users/43015/aaupadhye.html" nodeid="43015"&gt;@Aaupadhye&lt;/A&gt;! You were getting a few errors due to not having breathe delays and also pushing things to a list while also creating tokens for each item (essentially you were creating tons of tokens but pulling not enough). You can implement it without a list at all for what you're trying to do. I added that batching activity and fixed the routing! Here is the model:&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/71040-wcocmodel-1.fsm" target="_blank"&gt;wcocmodel_1.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Jul 2023 22:24:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/batching-question/m-p/13597020#M91571</guid>
      <dc:creator>julie_weller</dc:creator>
      <dc:date>2023-07-14T22:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Batching Question</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/batching-question/m-p/13597021#M91572</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Is that the behavior you wanted?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Jul 2023 22:25:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/batching-question/m-p/13597021#M91572</guid>
      <dc:creator>julie_weller</dc:creator>
      <dc:date>2023-07-14T22:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Batching Question</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/batching-question/m-p/13597022#M91573</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 This looks great! Thank you!
&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Jul 2023 22:35:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/batching-question/m-p/13597022#M91573</guid>
      <dc:creator>Aaupadhye</dc:creator>
      <dc:date>2023-07-14T22:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Batching Question</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/batching-question/m-p/13597023#M91574</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hey &lt;A rel="user" href="https://answers.flexsim.com/users/43015/aaupadhye.html" nodeid="43015"&gt;@Aaupadhye&lt;/A&gt;! You were getting a few errors due to not having breathe delays and also pushing things to a list while also creating tokens for each item (essentially you were creating tons of tokens but pulling not enough). You can implement it without a list at all for what you're trying to do. I added that batching activity and fixed the routing! Here is the model:&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/71040-wcocmodel-1.fsm" target="_blank"&gt;wcocmodel_1.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 16 Jul 2023 04:19:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/batching-question/m-p/13597023#M91574</guid>
      <dc:creator>julie_weller</dc:creator>
      <dc:date>2023-07-16T04:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Batching Question</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/batching-question/m-p/13597024#M91575</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P id="isPasted"&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/43015/aaupadhye.html" nodeid="43015"&gt;@Aaupadhye&lt;/A&gt;, was my answer helpful? If so, please click the "Accept" button at the bottom of the answer. Or if you still have questions, add a comment and we'll continue the conversation.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&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 comment back to reopen your question.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 19 Jul 2023 14:04:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/batching-question/m-p/13597024#M91575</guid>
      <dc:creator>julie_weller</dc:creator>
      <dc:date>2023-07-19T14:04:28Z</dc:date>
    </item>
  </channel>
</rss>

