LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Graph ---> Gif,Jpg..

I would like to automatically export from my VI a graph to a Gif,Jpg file.
How can I do? I use LV5.1

Thanks
0 Kudos
Message 1 of 5
(3,498 Views)
In LV 6 and 7 you can just create an invoke node of the graph and choose the get image method. You can wire the given image to a write jpg, bnm or other function...I cannot remember if this was supported in LV5 though.
0 Kudos
Message 2 of 5
(3,498 Views)
Somewhere on the ni.com webpage there you can find the "Save Panel Image
to File.vi" for LV 5.1, which can save JPG, PNG and BMP from your front
panel. If you sent me an email request I can send you the vi.

Niko

SOLO wrote:

> I would like to automatically export from my VI a graph to a Gif,Jpg file.
> How can I do? I use LV5.1
>
> Thanks
0 Kudos
Message 3 of 5
(3,498 Views)
Ok! Thanks

Nikolai Maris wrote:
> Somewhere on the ni.com webpage there you can find the "Save Panel
> Image
> to File.vi" for LV 5.1, which can save JPG, PNG and BMP from your
> front panel. If you sent me an email request I can send you the vi.
>
> Niko
>
> SOLO wrote:
>
>> I would like to automatically export from my VI a graph to a Gif,Jpg
>> file. How can I do? I use LV5.1
>>
>> Thanks
0 Kudos
Message 4 of 5
(3,498 Views)
Hi,

Please goto the following link: How to I programmatically save a front panel image as an image file in LabVIEW 6.0 or previous?

http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/942daa35c7b35616862565fe005f713f?OpenDocument

Regards,
Ankita A.
0 Kudos
Message 5 of 5
(3,498 Views)