<?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: batch size in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/batch-size/m-p/13571828#M71942</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;SPAN id="isPasted" style="color: rgb(55, 65, 81); font-family: Söhne, ui-sans-serif, system-ui, -apple-system, "&gt;hank you very much for the advice. Could you please provide a link for me to study the documentation regarding the usage of "breakTo"?&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Fri, 18 Aug 2023 09:57:09 GMT</pubDate>
    <dc:creator>Sawanya_khomsan</dc:creator>
    <dc:date>2023-08-18T09:57:09Z</dc:date>
    <item>
      <title>batch size</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/batch-size/m-p/13571824#M71938</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 22.2.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P style="margin: 0px 0px 10px;"&gt;&lt;SPAN style="color: rgb(55, 65, 81);"&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/72707-input-model-1-2222ab.fsm" target="_blank"&gt;Input model 1_2222AB.fsm&lt;/A&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1692254228333.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1519071i7AEAAD2D66372D5F/image-size/large?v=v2&amp;amp;px=999" role="button" title="1692254228333.png" alt="1692254228333.png" /&gt;&lt;/span&gt;I would like transport 3 to place the goods in Area Q according to the randomly determined quantity. Once that's done, transport 4 can pick them up and place them in the main truck.&lt;/SPAN&gt;&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px;"&gt;&lt;SPAN id="isPasted" style="color: rgb(55, 65, 81); font-family: Söhne, ui-sans-serif, system-ui, -apple-system, ;"&gt;Setting a specific quantity for each batch, but the batch size varies between cycles. How should I address this?&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 17 Aug 2023 06:51:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/batch-size/m-p/13571824#M71938</guid>
      <dc:creator>Sawanya_khomsan</dc:creator>
      <dc:date>2023-08-17T06:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: batch size</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/batch-size/m-p/13571825#M71939</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Where is Transporter4?&lt;/P&gt;&lt;P&gt;How many can the transporter 3 carry at once? Is that what you're referring to as a batch, or is that a release process elsewhere?&lt;/P&gt;&lt;P&gt;Can you point us to where you've tried to implement this?&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 17 Aug 2023 13:33:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/batch-size/m-p/13571825#M71939</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-08-17T13:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: batch size</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/batch-size/m-p/13571826#M71940</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;SPAN id="isPasted" style="color: rgb(55, 65, 81); font-family: Söhne, ui-sans-serif, system-ui, -apple-system, "&gt;I apologize, I would like to clarify the scenario. Are you saying that you want Transporter 2 to take the goods and place them in Area Q according to a randomly determined quantity? Afterward, Transporter 3 can collect those goods, based on the quantity randomly set for that cycle, and load them onto the truck. Transporter 3 picks up one item at a time, meaning one item per batch. Is that what you mean by "batch"? In this case, you're setting a specific quantity for each batch, but the batch size changes with each cycle. How should you handle this situation?&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 17 Aug 2023 15:03:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/batch-size/m-p/13571826#M71940</guid>
      <dc:creator>Sawanya_khomsan</dc:creator>
      <dc:date>2023-08-17T15:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: batch size</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/batch-size/m-p/13571827#M71941</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Either dispatch the tasks using process flow logic which is easy for you to visualise and test or edit the breakTo property for the transporter such that when loading from that Queue/station it returns null when reached a random capacity limit (signifying it should not take another item). Use labels to store the next random capacity limit when it loads the first item (test if current.subnodes.length==1).&lt;/P&gt;&lt;P&gt;We encourage students to research and attempt their own solution, so look into the documentation for the use of the breakTo and to familiarise yourself with FlexScript. You can also look at the templates available for the breakTo requirement and the code behind them to see how to accomplish this.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 18 Aug 2023 08:35:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/batch-size/m-p/13571827#M71941</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-08-18T08:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: batch size</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/batch-size/m-p/13571828#M71942</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;SPAN id="isPasted" style="color: rgb(55, 65, 81); font-family: Söhne, ui-sans-serif, system-ui, -apple-system, "&gt;hank you very much for the advice. Could you please provide a link for me to study the documentation regarding the usage of "breakTo"?&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 18 Aug 2023 09:57:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/batch-size/m-p/13571828#M71942</guid>
      <dc:creator>Sawanya_khomsan</dc:creator>
      <dc:date>2023-08-18T09:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: batch size</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/batch-size/m-p/13571829#M71943</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A href="https://docs.flexsim.com/en/23.2/Reference/TaskSequences/TaskSequenceTypes/TaskSequenceTypes.html#break"&gt;https://docs.flexsim.com/en/23.2/Reference/TaskSequences/TaskSequenceTypes/TaskSequenceTypes.html#break&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This describes the break task which is used in the default 'use transport' created task sequences.&lt;/P&gt;&lt;P&gt;Please search the documentation for terms you are interested in.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 18 Aug 2023 10:27:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/batch-size/m-p/13571829#M71943</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-08-18T10:27:27Z</dc:date>
    </item>
  </channel>
</rss>

