LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to save the waveform graph to the image file?

Hi,
I found we can use right-click 'waveform graph' -> Data Operations -> Export simplified images...
to save the waveform to image file. Can I just use one button to implement this? I mean when I click this button, the 'Export simplified images...' window can pop out. I am just don't want the user to right-click ... then choose ... then..., just one button is better.
Thanks for your answer.
TBird
0 Kudos
Message 1 of 6
(11,626 Views)
Hi TBird

I can't see this operation. Are you using LV 7.1?

Nevertheless I assume that this operation may be available in the invoke-node. This is similar to the property-node but with methods.
Just right-click the graph-terminal on the block-diagram and select create->invoke node. After creating you can right-click it and select methods->...

But I am not sure if this works - just have a try.

Hope this helps.

Thomas
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 2 of 6
(11,617 Views)
Use an invoke node for your graph with "get image".

I made a quick example that saves a FP graph to a PNG file (LabVIEW 7.0). Modify as needed.

Message Edited by altenbach on 05-23-2005 10:26 PM

Message 3 of 6
(11,618 Views)
Hi,
You code works well but the result is different with using " Export simplified images... ", you can try that.
After using right-click and " Export simplified images... ", we get a white background clear curve. With you code we just get a copy of the LabVIEW interface.
I am using LabVIEW 7.1.
0 Kudos
Message 4 of 6
(11,608 Views)
Please look at the attache result if I use " Export simplified images... "
Thanks.
0 Kudos
Message 5 of 6
(11,607 Views)
Simply wire a "1" (Instead of the current "24") to the image depth input of the property node.
Message 6 of 6
(11,601 Views)