01-19-2007 07:30 AM
01-20-2007 11:52 AM
I am not sure why you would not want to keep the original data (usually the data is more meaningful than the graph), but you do not have to do a screen capture.
Instead, you can right click on the graph and create an invoke node for it. Then, you can use the Get Image method to get an image of the control. You can then save, load and display the image using the picture control VIs (which should be available in all versions other than the base version). Note - if you must save the data only as a graph image, it's best to use the PNG format, because it's compressed and will keep the picture clear.
To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here, here, here, here and here are a few you can start with and here are some tutorial videos. You can also contact your local NI office and join one of their courses.
In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf).
01-23-2007 03:15 AM
09-15-2009 08:30 AM
I actually need to do the same thing.
The data saved will not be viewed in Labview but rather in Crystal reports.
I need to store the image with cursors showing position vs time.
Thanks for your response because it helped me get an answer much faster.
09-15-2009 08:33 AM
09-15-2009 08:34 AM
Thanks
The answer above is good enough for what I need to do.
thank you