<?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: Which logic to use to work with a transfer batch? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/which-logic-to-use-to-work-with-a-transfer-batch/m-p/13582665#M80264</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/43843/rucu17.html" nodeid="43843"&gt;@RUCU17&lt;/A&gt;, I don't think I understand. Are you saying that you don't want QueueToprocess3 to exceed 20 items?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1713901950526.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1523472i030A091AF19E130E/image-size/large?v=v2&amp;amp;px=999" role="button" title="1713901950526.png" alt="1713901950526.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Do you want to close the input port so nothing can be passed in until the queue size is 0? &lt;/P&gt;&lt;P&gt;What you say here is confusing:&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;The goal is to transport from the queues only when these reach the content of the transfer batch. Until the queues reach the content of the transfer batch, the items they contain cannot be transported.&lt;/P&gt;&lt;P&gt;Which queues? All of the queues? Please be more specific if you're asking for specific behavior, otherwise we're just guessing.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 23 Apr 2024 19:55:20 GMT</pubDate>
    <dc:creator>kavika_faleumu</dc:creator>
    <dc:date>2024-04-23T19:55:20Z</dc:date>
    <item>
      <title>Which logic to use to work with a transfer batch?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/which-logic-to-use-to-work-with-a-transfer-batch/m-p/13582662#M80261</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.1.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/81547-logictransferbatch.fsm" target="_blank"&gt;logicTransferBatch.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;In the model uploaded here I want to work with the transfer batch indicated in the Global Table. I'm ussing the trigger "Close and Open Ports" but as the second processor is slower than the processor1&amp;amp;2, the queue that goes before this processor doesn't do the logic correctly.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;The firsts queues work correctly with the transfer batch. Otherwise, the queue that goes before the last processor, as this one is much slower than the other processors, the items accumulate on the queue and the transfer batch is exceeded. Running the model shows that at one point the "QueueToprocessor3" exceeded the transfer batch.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;The goal is to transport from the queues only when these reach the content of the transfer batch. Until the queues reach the content of the transfer batch, the items they contain cannot be transported. The responsibles for the transport are 2 transporters.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 14 Apr 2024 10:30:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/which-logic-to-use-to-work-with-a-transfer-batch/m-p/13582662#M80261</guid>
      <dc:creator>RUCU17</dc:creator>
      <dc:date>2024-04-14T10:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Which logic to use to work with a transfer batch?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/which-logic-to-use-to-work-with-a-transfer-batch/m-p/13582663#M80262</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hey &lt;A rel="user" href="https://answers.flexsim.com/users/43843/rucu17.html" nodeid="43843"&gt;@RUCU17&lt;/A&gt;, in the "Queue" section of the quick properties of a Queue, you can reduce the max content of the queue to not exceed the batch size.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1713886749767.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1523463iBCCE042AADD22B3A/image-size/large?v=v2&amp;amp;px=999" role="button" title="1713886749767.png" alt="1713886749767.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can also click the check box next to "Perform Batching" to do what you want automatically without the triggers you setup.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 Apr 2024 15:39:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/which-logic-to-use-to-work-with-a-transfer-batch/m-p/13582663#M80262</guid>
      <dc:creator>kavika_faleumu</dc:creator>
      <dc:date>2024-04-23T15:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Which logic to use to work with a transfer batch?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/which-logic-to-use-to-work-with-a-transfer-batch/m-p/13582664#M80263</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Thank you for your response. The problem is that I have to get that without changing the queue max content. I need to obtain the corresponding trigger's logic in order to transport the items by a transfer batch.
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;An example: until the queue doesn't reach the transfer batch, for example 20 items, any item can go out the queue. When content is 20, then the transporter can take the 20 items and move them to the next station. &lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;Thank you for the help.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 Apr 2024 16:47:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/which-logic-to-use-to-work-with-a-transfer-batch/m-p/13582664#M80263</guid>
      <dc:creator>RUCU17</dc:creator>
      <dc:date>2024-04-23T16:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Which logic to use to work with a transfer batch?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/which-logic-to-use-to-work-with-a-transfer-batch/m-p/13582665#M80264</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/43843/rucu17.html" nodeid="43843"&gt;@RUCU17&lt;/A&gt;, I don't think I understand. Are you saying that you don't want QueueToprocess3 to exceed 20 items?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1713901950526.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1523472i030A091AF19E130E/image-size/large?v=v2&amp;amp;px=999" role="button" title="1713901950526.png" alt="1713901950526.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Do you want to close the input port so nothing can be passed in until the queue size is 0? &lt;/P&gt;&lt;P&gt;What you say here is confusing:&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;The goal is to transport from the queues only when these reach the content of the transfer batch. Until the queues reach the content of the transfer batch, the items they contain cannot be transported.&lt;/P&gt;&lt;P&gt;Which queues? All of the queues? Please be more specific if you're asking for specific behavior, otherwise we're just guessing.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 Apr 2024 19:55:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/which-logic-to-use-to-work-with-a-transfer-batch/m-p/13582665#M80264</guid>
      <dc:creator>kavika_faleumu</dc:creator>
      <dc:date>2024-04-23T19:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Which logic to use to work with a transfer batch?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/which-logic-to-use-to-work-with-a-transfer-batch/m-p/13582666#M80265</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;For example, look this file uploaded on this comment. &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/81931-batch.fsm" target="_blank"&gt;batch.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;What I want is to have a transfer batch of 20 items. This means, in the queues where "use transport" is checked, the number of items transported to the next step must be 20. I want to get this without changing the queues max content or the capacity of the transporter. &lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;Near the second 1065, instead of waiting for the Q3 to have 20 items, the carrier takes them one at a time. I can't get the transport of items between queues that need transport to be 20 at a time. &lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;I hope you have understand me. Thank you.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 Apr 2024 22:05:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/which-logic-to-use-to-work-with-a-transfer-batch/m-p/13582666#M80265</guid>
      <dc:creator>RUCU17</dc:creator>
      <dc:date>2024-04-23T22:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Which logic to use to work with a transfer batch?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/which-logic-to-use-to-work-with-a-transfer-batch/m-p/13582667#M80266</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/43843/rucu17.html" nodeid="43843"&gt;@RUCU17&lt;/A&gt;, that explanation and example model help a lot, thank you.&lt;/P&gt;&lt;P&gt;Here are my suggestions:&lt;/P&gt;&lt;P&gt;1. Get rid of your Entry/Exit trigger logic and just use the built-in batching logic on Queues.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1714076452555.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1523473i32C42430E378DD89/image-size/large?v=v2&amp;amp;px=999" role="button" title="1714076452555.png" alt="1714076452555.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It's so simple to just have it know how to batch.&lt;/P&gt;&lt;P&gt;2. That being said, it will continue to send items until the batch is complete, even if it's one at a time. If you have a different constraint (i.e. all 20 must go on at once), then I suggest using a Process Flow.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1714076539821.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1523475iED21A7A5AB27AB4B/image-size/large?v=v2&amp;amp;px=999" role="button" title="1714076539821.png" alt="1714076539821.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here's an example one that I made that works. Simply wait for 20 boxes to arrive in Q1 and then wait for there to be space to put them in Q2. Once those requirements are met, you can acquire the Transporter, have it pick up 20 boxes from Q1, unload them at Q2, and then release the Transporter to do whatever else it needs to.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 Apr 2024 20:23:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/which-logic-to-use-to-work-with-a-transfer-batch/m-p/13582667#M80266</guid>
      <dc:creator>kavika_faleumu</dc:creator>
      <dc:date>2024-04-25T20:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Which logic to use to work with a transfer batch?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/which-logic-to-use-to-work-with-a-transfer-batch/m-p/13582668#M80267</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Thank you so much for your explanation! According to the first solution, the problem that I have is that the transfer batch must to be readen from a Global Table. If I use the 
 &lt;EM&gt;perform batching &lt;/EM&gt;I can't read from nowhere a Global Table.
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;About the second solution, this seems to be much complete than the first one because of the issue that I have told you before (transfer batch must be readen from a Global Table). I would be very grateful if you could send me the model because I don't have the necesseary skills to understand the process flow feature of FlexSim. I have no knowledge with this FlexSim function.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;In conclusion, the quantity of the transfer batch must be readen from a global table. Instead of "20" this must be a cell of a global table. Thank you again for help me!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 26 Apr 2024 08:20:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/which-logic-to-use-to-work-with-a-transfer-batch/m-p/13582668#M80267</guid>
      <dc:creator>RUCU17</dc:creator>
      <dc:date>2024-04-26T08:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Which logic to use to work with a transfer batch?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/which-logic-to-use-to-work-with-a-transfer-batch/m-p/13582669#M80268</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/43843/rucu17.html" nodeid="43843"&gt;@RUCU17&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;It looks like this question may be part of a homework assignment or academic project. The professors who assign simulation modeling exercises using FlexSim expect that the academic integrity of their assignments will be maintained. In addition, we are supportive of Honor Codes or Pledges that regulate the behavior surrounding academic assignments.&lt;/P&gt;&lt;P&gt;I recommend reading &lt;A href="https://answers.flexsim.com/articles/78339/flexsims-policy-on-academic-integrity-best-practic.html"&gt;our best practices page on the subject&lt;/A&gt;, which includes some resources that you should find helpful as you use FlexSim for academic purposes. I also highly recommend &lt;A href="https://flexs.im/primer"&gt;Dr. Allen Greenwood's FlexSim Primer&lt;/A&gt;, which was written specifically for students and professors.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 30 Apr 2024 15:25:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/which-logic-to-use-to-work-with-a-transfer-batch/m-p/13582669#M80268</guid>
      <dc:creator>kavika_faleumu</dc:creator>
      <dc:date>2024-04-30T15:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Which logic to use to work with a transfer batch?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/which-logic-to-use-to-work-with-a-transfer-batch/m-p/13582670#M80269</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/43843/rucu17.html" nodeid="43843"&gt;@RUCU17&lt;/A&gt;, was Kavika F's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.&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>Fri, 03 May 2024 15:50:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/which-logic-to-use-to-work-with-a-transfer-batch/m-p/13582670#M80269</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2024-05-03T15:50:49Z</dc:date>
    </item>
  </channel>
</rss>

