LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Save image and send to zip file

Hello

 

I am trying to think of a way to save an image from a plot and then save that as a JPEG or BMP file and send it to a zip file. 

 

I want to loop it so everytime my program runs and it is finished, it will save automatically and add it to the zip file. 

 

Any help is appreciated. 

 

xxxMidna19

0 Kudos
Message 1 of 2
(2,350 Views)

If you create a reference to the plot and wire an invoke node to it you can select Export Image.  This will let you save the file as a BMP.  You can use the built in Zip functionality (on the File I/O Menu) to add the image to a zip file.

 

To print the whole front panel you can create a VI Server Reference and wire another invoke node to it.  Select Print > Panel to Printer.

Message 2 of 2
(2,343 Views)