<?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 Units Flickering In The Mass Flow Conveyor - Graphics Issue? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/units-flickering-in-the-mass-flow-conveyor-graphics-issue/m-p/13544242#M50332</link>
    <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.0.3 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;In my sample model attached here, the mass units in the conveyor are flickering, what could be the reason? I have a decent GTX graphics card though. &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/63934-flickeringmodel.fsm" target="_blank"&gt;FlickeringModel.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://1drv.ms/v/s!Al1q3I0VmxZvjAqNgWkQMTrTBUy2?e=FIjrSh"&gt;Video Link&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;/DIV&gt;</description>
    <pubDate>Wed, 08 Feb 2023 06:13:59 GMT</pubDate>
    <dc:creator>arunTTT2P</dc:creator>
    <dc:date>2023-02-08T06:13:59Z</dc:date>
    <item>
      <title>Units Flickering In The Mass Flow Conveyor - Graphics Issue?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/units-flickering-in-the-mass-flow-conveyor-graphics-issue/m-p/13544242#M50332</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.0.3 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;In my sample model attached here, the mass units in the conveyor are flickering, what could be the reason? I have a decent GTX graphics card though. &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/63934-flickeringmodel.fsm" target="_blank"&gt;FlickeringModel.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://1drv.ms/v/s!Al1q3I0VmxZvjAqNgWkQMTrTBUy2?e=FIjrSh"&gt;Video Link&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;/DIV&gt;</description>
      <pubDate>Wed, 08 Feb 2023 06:13:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/units-flickering-in-the-mass-flow-conveyor-graphics-issue/m-p/13544242#M50332</guid>
      <dc:creator>arunTTT2P</dc:creator>
      <dc:date>2023-02-08T06:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Units Flickering In The Mass Flow Conveyor - Graphics Issue?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/units-flickering-in-the-mass-flow-conveyor-graphics-issue/m-p/13544243#M50333</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;When increased the width of the conveyor belt the items flowing on the conveyor belt are not seen.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/63929-flickeringmodel-svk.fsm" target="_blank"&gt;flickeringmodel_SVK.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Feb 2023 07:39:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/units-flickering-in-the-mass-flow-conveyor-graphics-issue/m-p/13544243#M50333</guid>
      <dc:creator>sri_vikas_k</dc:creator>
      <dc:date>2023-02-08T07:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Units Flickering In The Mass Flow Conveyor - Graphics Issue?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/units-flickering-in-the-mass-flow-conveyor-graphics-issue/m-p/13544244#M50334</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;This is a similar issue to the other one you asked. Your distance between rate change points is exactly 0.1, i.e. the length of a bottle. There is probably a floating point precision issue where sometimes it's determining that the 'chunk' is wide enough to draw a full bottle, and in other cases it's not wide enough. Since the chunk width is exactly the width of a single bottle, the math will end up falling on one side of a comparison in one case, and on a different side of a comparison in another. This is the nature of computers doing floating point calculations.&lt;/P&gt;&lt;P&gt;While we could probably do something to mitigate this, in the end, as I said in the other answer, I don't think you're building your model right. You should avoid chunking as much as possible.&lt;/P&gt;&lt;P&gt;See my other answer:&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.flexsim.com/questions/135865/unable-to-set-number-of-units-in-mass-flow-conveyo.html"&gt;https://answers.flexsim.com/questions/135865/unable-to-set-number-of-units-in-mass-flow-conveyo.html&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Feb 2023 21:34:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/units-flickering-in-the-mass-flow-conveyor-graphics-issue/m-p/13544244#M50334</guid>
      <dc:creator>anthony_johnsonT83CM</dc:creator>
      <dc:date>2023-02-10T21:34:31Z</dc:date>
    </item>
  </channel>
</rss>

