LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I save graphs/chart to a jpeg file from LabVIEW 7.0 ?

I am working on data analysis and it would be helpful to save graphs/charts to a jpeg file. I read information where you can save the front panelo of the VI to a jpeg. I want to store the individual plots. Thanks !

Kudos are the best way to say thanks 🙂
0 Kudos
Message 1 of 5
(4,009 Views)
Create an "invoke node" for the graph and select "get image". Feed this to write to jpg.

(Personally, I prefer PNG for cartoonish data such as a front panel. JPG is more sutable for photographs).
Message 2 of 5
(4,009 Views)

That doesn't save to individual plots...???

0 Kudos
Message 3 of 5
(2,519 Views)

Hi Kamz,

 


@Kamz wrote:

That doesn't save to individual plots...???


No, it saves the whole graph…

(You know that thread slept for 17 years?)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 5
(2,489 Views)

@Kamz wrote:

That doesn't save to individual plots...???


An image is just a 2D grid of color dots and this is what this ancient thread is about.

 

It is not really helpful to post a one-liner comment in a thread that has not seen activity in decades.

 

A graph is an indicator that displays whatever is contained in the data that is wired to it and renders it to the display. In order to save individual plots, you can operate on the data in the wire. If you have a specific question about how to save individual plots, please start a new thread, give it a useful subject title, and explain exactly what you mean by all ambiguous terms used ("save", "individual", "plot", etc.).

 

If you add dramatic decorations to your text (e.g. "???") explain why!!!!!! 😄

 

There is also the "right-click...export" tool that can be useful.

0 Kudos
Message 5 of 5
(2,484 Views)