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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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