<?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: Split flow of massFlowConveyor in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/split-flow-of-massflowconveyor/m-p/13592631#M88179</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;Perfect, we should have thought of this ourselves. Thanks&lt;/DIV&gt;</description>
    <pubDate>Mon, 04 Dec 2023 08:16:47 GMT</pubDate>
    <dc:creator>patrick_zweekhorst</dc:creator>
    <dc:date>2023-12-04T08:16:47Z</dc:date>
    <item>
      <title>Split flow of massFlowConveyor</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/split-flow-of-massflowconveyor/m-p/13592629#M88177</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.1.4 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am trying to model a can line where the first 500 cans need to be sent to waste. I am using the mass flow conveyor for this, but it is not completely working as I want it to work. The model looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1701440046991.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1521297i84297FB5BBD4857C/image-size/large?v=v2&amp;amp;px=999" role="button" title="1701440046991.png" alt="1701440046991.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Where the bottom lane is the lane for waste. Sending the first 500 cans to the bottom line is working, by using the Upstream Output Order property. I was thinking to change those numbers once I hit 500 cans. But this is not working. The flow just continues on the bottom conveyor. Even when stopping the first MFC, changing the numbers and starting it again it won't change the route.&lt;/P&gt;&lt;P&gt;Is it even possible to use the Upstream Output order property like this?&lt;BR /&gt;Or are there other options to get this working?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance,&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/76662-splitflow-1.fsm" target="_blank"&gt;SplitFLow_1.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Dec 2023 14:18:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/split-flow-of-massflowconveyor/m-p/13592629#M88177</guid>
      <dc:creator>patrick_zweekhorst</dc:creator>
      <dc:date>2023-12-01T14:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Split flow of massFlowConveyor</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/split-flow-of-massflowconveyor/m-p/13592630#M88178</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Using set property on UpstreamOutputOrder and using values 0 and 1. The route is behaving as per your description.&lt;/P&gt;&lt;PRE&gt;Object MFC2 = Model.find("MFC2");
Object MFC3 = Model.find("MFC3");
MFC2.setProperty("UpstreamOutputOrder",0);
MFC3.setProperty("UpstreamOutputOrder",1);&lt;/PRE&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/76668-splitflow-1-1.fsm" target="_blank"&gt;splitflow-1_1.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Dec 2023 18:08:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/split-flow-of-massflowconveyor/m-p/13592630#M88178</guid>
      <dc:creator>arunTTT2P</dc:creator>
      <dc:date>2023-12-01T18:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Split flow of massFlowConveyor</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/split-flow-of-massflowconveyor/m-p/13592631#M88179</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Perfect, we should have thought of this ourselves. Thanks&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 Dec 2023 08:16:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/split-flow-of-massflowconveyor/m-p/13592631#M88179</guid>
      <dc:creator>patrick_zweekhorst</dc:creator>
      <dc:date>2023-12-04T08:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Split flow of massFlowConveyor</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/split-flow-of-massflowconveyor/m-p/13592632#M88180</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/437/arun.k.html" nodeid="437"&gt;@Arun Kr&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;It looks like setting 0 will close the upstream conveyor. Which indeeds works very well for my current situation. Would you also have expected that setting 1 for MFC2 and 2 for MFC3 after the wait for event would have send the product to MFC2? Doing this does not effect the flow. Where the manual says "&lt;/P&gt;&lt;OL id="isPasted"&gt;&lt;LI style="box-sizing: border-box; border-width: 0px; border-style: solid; border-color: rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / .5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; scroll-margin-top: 5rem; margin: 1em 0em;"&gt;For example, an Upstream Output Order value of 1 will be sorted before an Upstream Output Order of 2."&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;And the manual does not mention anything about setting value 0&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 Dec 2023 08:29:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/split-flow-of-massflowconveyor/m-p/13592632#M88180</guid>
      <dc:creator>patrick_zweekhorst</dc:creator>
      <dc:date>2023-12-04T08:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Split flow of massFlowConveyor</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/split-flow-of-massflowconveyor/m-p/13592633#M88181</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Yes, I was also expecting the same. Somehow that's not working and as per the manual, it should affect the flow.&lt;/P&gt;&lt;P&gt; The idea of upstream output order "0" came from this post. (In fact, it was Anthony's suggestion)&lt;/P&gt;&lt;P&gt;&lt;A id="isPasted" href="https://answers.flexsim.com/questions/94919/stopping-and-resuming-mass-flow-conveyors.html"&gt;https://answers.flexsim.com/questions/94919/stopping-and-resuming-mass-flow-conveyors.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;We had a similar requirement of stopping the supply from a mass flow conveyor. &lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 Dec 2023 08:59:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/split-flow-of-massflowconveyor/m-p/13592633#M88181</guid>
      <dc:creator>arunTTT2P</dc:creator>
      <dc:date>2023-12-04T08:59:07Z</dc:date>
    </item>
  </channel>
</rss>

