<?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 How do I send a percent of one flow item to a specific rack? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-send-a-percent-of-one-flow-item-to-a-specific-rack/m-p/13520509#M31507</link>
    <description>&lt;P&gt;&lt;I&gt;[ FlexSim 16.2.0 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;I want to create a flowitem, and then send it to the blue rack 25% of the time, to the red rack 60% of the time, and to the yellow rack 15% of the time. How can I do this?&lt;/P&gt;
&lt;P&gt;Also, if there are two different flowitems created and brought to the same queue, can I also send the second item to different racks based on percentages?&lt;/P&gt;
&lt;P&gt;Here is the model below: &lt;A rel="nofollow" href="https://answers.flexsim.com/storage/attachments/2334-samplemodel.fsm"&gt;samplemodel.fsm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;A href="https://answers.flexsim.com/storage/attachments/2334-samplemodel.fsm"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Rob&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2333-vlfbe.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1494105iDF0541B95848C992/image-size/large?v=v2&amp;amp;px=999" role="button" title="2333-vlfbe.png" alt="2333-vlfbe.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Sep 2016 19:13:29 GMT</pubDate>
    <dc:creator>robert_hambright1</dc:creator>
    <dc:date>2016-09-09T19:13:29Z</dc:date>
    <item>
      <title>How do I send a percent of one flow item to a specific rack?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-send-a-percent-of-one-flow-item-to-a-specific-rack/m-p/13520509#M31507</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 16.2.0 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;I want to create a flowitem, and then send it to the blue rack 25% of the time, to the red rack 60% of the time, and to the yellow rack 15% of the time. How can I do this?&lt;/P&gt;
&lt;P&gt;Also, if there are two different flowitems created and brought to the same queue, can I also send the second item to different racks based on percentages?&lt;/P&gt;
&lt;P&gt;Here is the model below: &lt;A rel="nofollow" href="https://answers.flexsim.com/storage/attachments/2334-samplemodel.fsm"&gt;samplemodel.fsm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;A href="https://answers.flexsim.com/storage/attachments/2334-samplemodel.fsm"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Rob&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2333-vlfbe.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1494105iDF0541B95848C992/image-size/large?v=v2&amp;amp;px=999" role="button" title="2333-vlfbe.png" alt="2333-vlfbe.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 19:13:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-send-a-percent-of-one-flow-item-to-a-specific-rack/m-p/13520509#M31507</guid>
      <dc:creator>robert_hambright1</dc:creator>
      <dc:date>2016-09-09T19:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I send a percent of one flow item to a specific rack?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-send-a-percent-of-one-flow-item-to-a-specific-rack/m-p/13520510#M31508</link>
      <description>&lt;P&gt;You can send items to a certain port by percentage.  This is a default option from the Send to Port picklist in the Flow tab of your Queue's properties.   You simply select Random &amp;gt; By Percentage.  And then fill out your percentage distribution.  It would look something like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2335-bypercentage.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1494102i4A6C6FF3B1FE92C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="2335-bypercentage.png" alt="2335-bypercentage.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However if you want the percentages to be different based upon the type of item coming through.   What you could do, is to create a table (where, for example, rows would be the percentage values for Blue, Red, Yellow, and Columns would be item types) and then have the Percent field instead call a function that grabs the number off the table.   For example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2336-bypercentagetable.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1494103iF236883FDE893A3C/image-size/large?v=v2&amp;amp;px=999" role="button" title="2336-bypercentagetable.png" alt="2336-bypercentagetable.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I've included an updated version of your model below showing these changes.&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.flexsim.com/storage/attachments/2337-2334-samplemodel.fsm"&gt;2334-samplemodel.fsm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 19:34:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-send-a-percent-of-one-flow-item-to-a-specific-rack/m-p/13520510#M31508</guid>
      <dc:creator>sam_stubbsYXX86</dc:creator>
      <dc:date>2016-09-09T19:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I send a percent of one flow item to a specific rack?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-send-a-percent-of-one-flow-item-to-a-specific-rack/m-p/13520511#M31509</link>
      <description>&lt;P&gt;Awesome! Thanks, Sam.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 19:52:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-send-a-percent-of-one-flow-item-to-a-specific-rack/m-p/13520511#M31509</guid>
      <dc:creator>robert_hambright1</dc:creator>
      <dc:date>2016-09-09T19:52:46Z</dc:date>
    </item>
  </channel>
</rss>

