Jump to content

Transfer data from a graph to another


Recommended Posts

Hello,

I would like to transfer data from a XY graph to another one located on another VI

I use the property node Value, no problems !

But ,when i use the graph palette to scroll the display area or zoom on a specific area, i would like to transfer the same new display of the graph to the other VI ...

The property node Value does not transfer the new picture but the original one !!

Has somebody an idea please to solve my problem ?

Many thanks for your help,

philm.

Link to comment

QUOTE(philm @ Jun 7 2007, 09:54 AM)

But ,when i use the graph palette to scroll the display area or zoom on a specific area, i would like to transfer the same new display of the graph to the other VI ...

The property node Value does not transfer the new picture but the original one !!

The property "value" is not affected by zooming/panning, it contains the data used to draw the graph.

If you only want to export the portion of the graph currently visible, you will have to filter the "value" data using the properties

"XScale.Range" and "YScale.Range" to get the X- and Y- range to export.

/J

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.