<?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 to separate by % an item in 2 queue? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-separate-by-an-item-in-2-queue/m-p/13494403#M11142</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Fixed ratio with output port 1 connected to an object to receive pallets:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;increment a label value called e.g. &lt;EM&gt;countSplit&lt;/EM&gt; at the separator on exit trigger if port &amp;gt; 1 in a code snippet.&lt;BR /&gt;Reset label value to 1 at the same trigger as a Code Snippet, if value exceeds a distinct value e.g. 4:&lt;BR /&gt;&lt;CODE&gt;if(current.countSplit &amp;gt; 4) current.countSplit = 1;// still if port &amp;gt; 1&lt;BR /&gt;&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;Send to Port on Flow Tab: Default Separator Option&lt;UL&gt;&lt;LI&gt;Edit source code add Add previous to this line &lt;CODE&gt; return contentport;&lt;/CODE&gt; &lt;CODE&gt;if(current.countSplit == 4) return 3;&lt;/CODE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/30182-test-separator-unpack-fixed-ratio-jv.fsm" target="_blank"&gt;test_separator_unpack_fixed_ratio_jv.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 25 Jun 2020 15:34:21 GMT</pubDate>
    <dc:creator>joerg_vogel_HsH</dc:creator>
    <dc:date>2020-06-25T15:34:21Z</dc:date>
    <item>
      <title>How to separate by % an item in 2 queue?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-separate-by-an-item-in-2-queue/m-p/13494401#M11140</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 20.1.3 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello, &lt;/P&gt;
 &lt;P&gt;I would like to separate a pallet by an percentage (like 75% and 25%) in 2 different queue.&lt;/P&gt;
 &lt;P&gt;I mean, one queue will have 25% of the pallet and the other 75%.&lt;/P&gt;
 &lt;P&gt;Any help will be appreciate.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30153-1593041713746.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1502731i5D4D8D1522CED17F/image-size/large?v=v2&amp;amp;px=999" role="button" title="30153-1593041713746.png" alt="30153-1593041713746.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;I'm new on the Flexsim!&lt;/P&gt;
 &lt;P&gt;Thank you&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/30163-test-separator.fsm" target="_blank"&gt;Test_Separator.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 Jun 2020 23:41:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-separate-by-an-item-in-2-queue/m-p/13494401#M11140</guid>
      <dc:creator>michael_d4</dc:creator>
      <dc:date>2020-06-24T23:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate by % an item in 2 queue?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-separate-by-an-item-in-2-queue/m-p/13494402#M11141</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt; @Michael D4 A separator is used for separating parts from a whole. If you have not, I would recommend going through the tutorials, as tasks like this are covered there. I used the flow tab of the processor to define the percentages. &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/30172-percentages.fsm" target="_blank"&gt;Percentages.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 Jun 2020 13:14:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-separate-by-an-item-in-2-queue/m-p/13494402#M11141</guid>
      <dc:creator>braydn_t</dc:creator>
      <dc:date>2020-06-25T13:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate by % an item in 2 queue?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-separate-by-an-item-in-2-queue/m-p/13494403#M11142</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Fixed ratio with output port 1 connected to an object to receive pallets:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;increment a label value called e.g. &lt;EM&gt;countSplit&lt;/EM&gt; at the separator on exit trigger if port &amp;gt; 1 in a code snippet.&lt;BR /&gt;Reset label value to 1 at the same trigger as a Code Snippet, if value exceeds a distinct value e.g. 4:&lt;BR /&gt;&lt;CODE&gt;if(current.countSplit &amp;gt; 4) current.countSplit = 1;// still if port &amp;gt; 1&lt;BR /&gt;&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;Send to Port on Flow Tab: Default Separator Option&lt;UL&gt;&lt;LI&gt;Edit source code add Add previous to this line &lt;CODE&gt; return contentport;&lt;/CODE&gt; &lt;CODE&gt;if(current.countSplit == 4) return 3;&lt;/CODE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/30182-test-separator-unpack-fixed-ratio-jv.fsm" target="_blank"&gt;test_separator_unpack_fixed_ratio_jv.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 Jun 2020 15:34:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-separate-by-an-item-in-2-queue/m-p/13494403#M11142</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2020-06-25T15:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate by % an item in 2 queue?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-separate-by-an-item-in-2-queue/m-p/13494404#M11143</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello &lt;SPAN class="mention-at-signal" id="mention-at-signal-2"&gt;@&lt;/SPAN&gt;Braydn T,&lt;BR /&gt;&lt;BR /&gt;Thank you for your reply&lt;/P&gt;
 &lt;P&gt;I have watched many tutorials but unfortunately no one has covered this topic with the %.&lt;/P&gt;
 &lt;P&gt;What I tried to do was, if I have a pallet containing as many boxes, I would like 25% of my entire pallet to be for my store and the remaining 75% for my assembly line. And the number of boxes per pallet can change.&lt;/P&gt;
 &lt;P&gt;In fact, in your model (percentages.fsm) , when I start running, the first pallet goes straight to the store (like 1) but what I want is 0.25 from my pallet.&lt;/P&gt;
 &lt;P&gt;Can Flexsim do this for a pallet?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 Jun 2020 16:09:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-separate-by-an-item-in-2-queue/m-p/13494404#M11143</guid>
      <dc:creator>michael_d4</dc:creator>
      <dc:date>2020-06-25T16:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate by % an item in 2 queue?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-separate-by-an-item-in-2-queue/m-p/13494405#M11144</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello Jörg, &lt;/P&gt;
 &lt;P&gt;I'm not able to open your file, is't normal?&lt;/P&gt;
 &lt;P&gt;Thank you&lt;/P&gt;
 &lt;P&gt;Mike&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 Jun 2020 16:15:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-separate-by-an-item-in-2-queue/m-p/13494405#M11144</guid>
      <dc:creator>michael_d4</dc:creator>
      <dc:date>2020-06-25T16:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate by % an item in 2 queue?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-separate-by-an-item-in-2-queue/m-p/13494406#M11145</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You have updated the conditions in a comment to Braydn. So I edited my answer to enhance the model to unpack items with a fixed ratio.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 Jun 2020 16:45:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-separate-by-an-item-in-2-queue/m-p/13494406#M11145</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2020-06-25T16:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate by % an item in 2 queue?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-separate-by-an-item-in-2-queue/m-p/13494407#M11146</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Ha ok I understand,&lt;/P&gt;
 &lt;P&gt;But I was not able to open your file before my comments to Braydn&lt;/P&gt;
 &lt;P&gt;Thank you for your help!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 Jun 2020 17:22:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-separate-by-an-item-in-2-queue/m-p/13494407#M11146</guid>
      <dc:creator>michael_d4</dc:creator>
      <dc:date>2020-06-25T17:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate by % an item in 2 queue?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-separate-by-an-item-in-2-queue/m-p/13494408#M11147</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Also &lt;SPAN class="mention-at-signal" id="mention-at-signal-2"&gt;@Braydn, I'm not sure to understand the purpose of the separator instead of Processor. Why do you use Processor instead of Separator, we should be able to use Separator with the %? Thank you for your help&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 Jun 2020 18:04:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-separate-by-an-item-in-2-queue/m-p/13494408#M11147</guid>
      <dc:creator>michael_d4</dc:creator>
      <dc:date>2020-06-25T18:04:46Z</dc:date>
    </item>
  </channel>
</rss>

