question

Arun Kr avatar image
0 Likes"
Arun Kr asked anthony.johnson edited

Units Flickering In The Mass Flow Conveyor - Graphics Issue?

Hi ,

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. FlickeringModel.fsm

Video Link

Regards,

Arun KR



FlexSim 23.0.3
mass flow conveyor
flickeringmodel.fsm (61.4 KiB)
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Sri_vikas K avatar image Sri_vikas K commented ·

Hi community,

When increased the width of the conveyor belt the items flowing on the conveyor belt are not seen.

flickeringmodel_SVK.fsm


0 Likes 0 ·

1 Answer

·
anthony.johnson avatar image
0 Likes"
anthony.johnson answered anthony.johnson edited

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.

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.

See my other answer:

https://answers.flexsim.com/questions/135865/unable-to-set-number-of-units-in-mass-flow-conveyo.html

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.