Jump to content

XYGraph faster redraw


Recommended Posts

QUOTE(valipetricele @ Oct 24 2007, 01:24 PM)

Hello,

I am using Labview 6.1 and I need to make an XYGraph draw and redraw itself faster. At the moment the graph draws itself as if it would show me every line, instead of making a quick refresh( instant refresh).

Please help me.

Thank you

As far as I can remember (that means not very far in fact) LabVIEW has never been really fast to draw graph, so you'd better limitate the amount of data to plot.

A usual way to do that is to get the plot area size in pixel and not to plot more than 5 point (data) per pixel. To decimate your data I suggest taking min and max of a substract of your array.

Hope this makes sense in your application, happy wiring.

Link to comment

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.