<?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 split two items from a conveyor into 2 conveyors by percentage? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-split-two-items-from-a-conveyor-into-2-conveyors-by/m-p/13583268#M80721</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;Attach your model to show us what you've tried and consider some of the other answers if this one doesn't match your requirement.&lt;/DIV&gt;</description>
    <pubDate>Fri, 20 Oct 2023 14:59:07 GMT</pubDate>
    <dc:creator>jason_lightfoot_adsk</dc:creator>
    <dc:date>2023-10-20T14:59:07Z</dc:date>
    <item>
      <title>how to split two items from a conveyor into 2 conveyors by percentage?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-split-two-items-from-a-conveyor-into-2-conveyors-by/m-p/13583262#M80715</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.2.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello, I have one source that generates an item and then it passes through a Processor then a conveyor at this conveyor the item should be split by a 50% into two types and then transported into 2 conveyors and after each there is a processor can you help me?&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1697444709950.jpeg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1520542iE577C18D52315C3B/image-size/large?v=v2&amp;amp;px=999" role="button" title="1697444709950.jpeg" alt="1697444709950.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Oct 2023 08:17:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-split-two-items-from-a-conveyor-into-2-conveyors-by/m-p/13583262#M80715</guid>
      <dc:creator>mohamedwahab45</dc:creator>
      <dc:date>2023-10-16T08:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to split two items from a conveyor into 2 conveyors by percentage?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-split-two-items-from-a-conveyor-into-2-conveyors-by/m-p/13583263#M80716</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;I think you go better with a queue between two conveyor segments. In this queue you can create a copy of your item and let them both resume on 2nd segment. You can probably hide the queue shape.&lt;BR /&gt;Instead of a queue you can use a separator object to split your item. Process time can you set to zero.&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/temp/74839-conveyor-split-by-separator.fsm" target="_blank"&gt;Conveyor_split_by_separator.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Edit by trigger code: create item copy and move it by Entry Transfer into Conveyor&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/temp/74851-conveyor-split-entrytransfer.fsm" target="_blank"&gt;Conveyor_split_Entrytransfer.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Oct 2023 10:03:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-split-two-items-from-a-conveyor-into-2-conveyors-by/m-p/13583263#M80716</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2023-10-16T10:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to split two items from a conveyor into 2 conveyors by percentage?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-split-two-items-from-a-conveyor-into-2-conveyors-by/m-p/13583264#M80717</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Student tip: At the first processors position along the conveyor add a decision point and use that to either move a contained object from its container (packing in a combiner or at creation) to the processor, or create a copy an move it into the processor. If the processor is busy then stop the item and wait until it's empty (eg. using a process flow).&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Oct 2023 12:12:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-split-two-items-from-a-conveyor-into-2-conveyors-by/m-p/13583264#M80717</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-10-16T12:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to split two items from a conveyor into 2 conveyors by percentage?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-split-two-items-from-a-conveyor-into-2-conveyors-by/m-p/13583265#M80718</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Add a descision point or photoeye and you can assign a label (e.g. typically Type).&lt;/P&gt;&lt;P&gt;A value can be a statistical value by &lt;CODE&gt;duniform(1,2)&lt;/CODE&gt; or a ratio by &lt;/P&gt;&lt;P&gt;&lt;CODE&gt;current.stats.input.value%2+1&lt;/CODE&gt;&lt;BR /&gt;You can then send upon this label value any item to a different exit transfer node or a different decision point at a conveyor branch.&lt;/P&gt;&lt;P&gt;This is a function of a trigger like &lt;EM&gt;on Arrival&lt;/EM&gt; by &lt;EM&gt;Send Item By Case.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Please read in manual &lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/23.2/ConnectingFlows/Conveyors/CreatingConveyorLogic/CreatingConveyorLogic.html" target="_blank"&gt;Creating Conveyor Logic&lt;/A&gt;.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 17 Oct 2023 05:34:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-split-two-items-from-a-conveyor-into-2-conveyors-by/m-p/13583265#M80718</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2023-10-17T05:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to split two items from a conveyor into 2 conveyors by percentage?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-split-two-items-from-a-conveyor-into-2-conveyors-by/m-p/13583266#M80719</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/43299/mohamedwahab45.html" nodeid="43299"&gt;@mohamedwahab10&lt;/A&gt;, was one of Joerg Vogel's or Jason Lightfoot's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. 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, 20 Oct 2023 13:39:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-split-two-items-from-a-conveyor-into-2-conveyors-by/m-p/13583266#M80719</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-10-20T13:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to split two items from a conveyor into 2 conveyors by percentage?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-split-two-items-from-a-conveyor-into-2-conveyors-by/m-p/13583267#M80720</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;thank you so much Mr &lt;A rel="user" href="https://answers.flexsim.com/users/461/joerg.v.html" nodeid="461"&gt;@Joerg Vogel&lt;/A&gt; for your answer. But all I want is to split the entity after being processed into two item types on 2 different conveyors each conveyor go to a different process, i tried to use the trigger on exit on the first processor and split them by percentage into 2 itemtypes and the next processors pull a distinct itemtype but it doesn’t work &lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 20 Oct 2023 14:27:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-split-two-items-from-a-conveyor-into-2-conveyors-by/m-p/13583267#M80720</guid>
      <dc:creator>mohamedwahab45</dc:creator>
      <dc:date>2023-10-20T14:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to split two items from a conveyor into 2 conveyors by percentage?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-split-two-items-from-a-conveyor-into-2-conveyors-by/m-p/13583268#M80721</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Attach your model to show us what you've tried and consider some of the other answers if this one doesn't match your requirement.&lt;/DIV&gt;</description>
      <pubDate>Fri, 20 Oct 2023 14:59:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-split-two-items-from-a-conveyor-into-2-conveyors-by/m-p/13583268#M80721</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-10-20T14:59:07Z</dc:date>
    </item>
  </channel>
</rss>

