<?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: Roller  and Mass Flow Conveyor With Same Config Showing Different Results in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/roller-and-mass-flow-conveyor-with-same-config-showing-different/m-p/13572511#M72415</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;As far as I can tell, this is the designed behavior. See this answer for an in-depth explanation:&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/questions/141949/accuracy-of-conveyor-speed.html" target="_blank"&gt;https://answers.flexsim.com/questions/141949/accuracy-of-conveyor-speed.html&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 22 Aug 2023 19:34:11 GMT</pubDate>
    <dc:creator>JordanLJohnson</dc:creator>
    <dc:date>2023-08-22T19:34:11Z</dc:date>
    <item>
      <title>Roller  and Mass Flow Conveyor With Same Config Showing Different Results</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/roller-and-mass-flow-conveyor-with-same-config-showing-different/m-p/13572505#M72409</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;Hi,&lt;/P&gt;&lt;P&gt;I have created a roller and mass flow conveyor with the same parameters. The mass flow conveyor is having a width rule with the number of lanes 1.&lt;/P&gt;&lt;P&gt;The conveyors are having the same speed, length, and flow item size. Initially, for some period of time, the throughput remains the same. And after some time there is a difference in the throughput. I believe it should be the same since the mass flow is using a width rule here.&lt;/P&gt;&lt;P&gt;Attaching the model for reference.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/72848-massflowconveyor.fsm" target="_blank"&gt;MassFlowConveyor.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun KR&lt;/P&gt;&lt;P&gt;&lt;BR /&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>Tue, 22 Aug 2023 10:22:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/roller-and-mass-flow-conveyor-with-same-config-showing-different/m-p/13572505#M72409</guid>
      <dc:creator>arunTTT2P</dc:creator>
      <dc:date>2023-08-22T10:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Roller  and Mass Flow Conveyor With Same Config Showing Different Results</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/roller-and-mass-flow-conveyor-with-same-config-showing-different/m-p/13572506#M72410</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Have you calculated which one is wrong?&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Aug 2023 11:35:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/roller-and-mass-flow-conveyor-with-same-config-showing-different/m-p/13572506#M72410</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-08-22T11:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Roller  and Mass Flow Conveyor With Same Config Showing Different Results</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/roller-and-mass-flow-conveyor-with-same-config-showing-different/m-p/13572507#M72411</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Yes - it looks like the regular conveyor has extra gaps between the items.&lt;/P&gt;&lt;P&gt;Change your decimal displayed precision to 6 digits and run this script with items on the conveyors:&lt;/P&gt;&lt;PRE&gt;applicationcommand("outputconsole");
Conveyor conv=Model.find("StraightConveyor1");
Array convItems=conv.itemData.toArray();
double lastpos=0;
double pos;
for (int n=convItems.length;n&amp;gt;0;n--){
    pos=convItems&lt;N&gt;.as(Conveyor.Item).position.x;
    print(n, " Pitch is:  ", pos-lastpos);
    lastpos=pos;
}&lt;/N&gt;&lt;/PRE&gt;&lt;P&gt;You'll see the items on the regular conveyor are sometimes 0.2mm apart where there should be no gap. You can even see the gap visually compared to the mass flow conveyor. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="conveyoritemgap.gif"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1519123iC12E0B9C3ACE743F/image-size/large?v=v2&amp;amp;px=999" role="button" title="conveyoritemgap.gif" alt="conveyoritemgap.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'll send it into the developers for them to consider.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Aug 2023 12:01:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/roller-and-mass-flow-conveyor-with-same-config-showing-different/m-p/13572507#M72411</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-08-22T12:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Roller  and Mass Flow Conveyor With Same Config Showing Different Results</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/roller-and-mass-flow-conveyor-with-same-config-showing-different/m-p/13572508#M72412</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;The roller conveyor throughput is incorrect as per my calculation. The mass flow matches my calculation. &lt;/P&gt;&lt;P&gt;The model units are in meters and seconds.&lt;/P&gt;&lt;P&gt;Here's my calculation. &lt;/P&gt;&lt;P&gt;The item dia is 0.04 m. The assumed speed of the conveyor is 1 m/s.&lt;/P&gt;&lt;P&gt;Number of Items moved in 1 second  = 1/0.04 = 25 units&lt;/P&gt;&lt;P&gt;Conveyor Input for a model run time = Model run time * No. pucks moved in 1 second&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/72852-massflowconveyor-1.fsm" target="_blank"&gt;massflowconveyor_1.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;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Aug 2023 12:42:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/roller-and-mass-flow-conveyor-with-same-config-showing-different/m-p/13572508#M72412</guid>
      <dc:creator>arunTTT2P</dc:creator>
      <dc:date>2023-08-22T12:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Roller  and Mass Flow Conveyor With Same Config Showing Different Results</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/roller-and-mass-flow-conveyor-with-same-config-showing-different/m-p/13572509#M72413</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;They were 0.05 diameter in the model you uploaded, but I agree - it looks like the regular/roller conveyor is incorrect.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Aug 2023 12:44:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/roller-and-mass-flow-conveyor-with-same-config-showing-different/m-p/13572509#M72413</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-08-22T12:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Roller  and Mass Flow Conveyor With Same Config Showing Different Results</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/roller-and-mass-flow-conveyor-with-same-config-showing-different/m-p/13572510#M72414</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Pls give this a priority&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Aug 2023 16:01:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/roller-and-mass-flow-conveyor-with-same-config-showing-different/m-p/13572510#M72414</guid>
      <dc:creator>arunTTT2P</dc:creator>
      <dc:date>2023-08-22T16:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Roller  and Mass Flow Conveyor With Same Config Showing Different Results</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/roller-and-mass-flow-conveyor-with-same-config-showing-different/m-p/13572511#M72415</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;As far as I can tell, this is the designed behavior. See this answer for an in-depth explanation:&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/questions/141949/accuracy-of-conveyor-speed.html" target="_blank"&gt;https://answers.flexsim.com/questions/141949/accuracy-of-conveyor-speed.html&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Aug 2023 19:34:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/roller-and-mass-flow-conveyor-with-same-config-showing-different/m-p/13572511#M72415</guid>
      <dc:creator>JordanLJohnson</dc:creator>
      <dc:date>2023-08-22T19:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Roller  and Mass Flow Conveyor With Same Config Showing Different Results</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/roller-and-mass-flow-conveyor-with-same-config-showing-different/m-p/13572512#M72416</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; , in a nutshell the tinyGap value used in the conveyor's background behavior is based on the ConveyorSystem's 'Snap Threshold' property which was set to 0.2m:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1692738213982.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1519118i747E6DADAE2C1327/image-size/large?v=v2&amp;amp;px=999" role="button" title="1692738213982.png" alt="1692738213982.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you reduce that to 0.01m (which is the minimum) then the tinyGap will adjust to a lower number and the conveyor will become more accurate. It seems this is a direct relationship - the tiny gap value that influences the pitch of the items is 1000th of the Snap Threshold - so 0.01m snap  gives you 0.01mm gap between items.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Aug 2023 21:06:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/roller-and-mass-flow-conveyor-with-same-config-showing-different/m-p/13572512#M72416</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-08-22T21:06:00Z</dc:date>
    </item>
  </channel>
</rss>

