LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

HTML Report with images in LabVIEW 6.1

I am generating an HTML report in LabVIEW 6.1 with an image. When I
save the html file to disk, two files are saved, the report and the
image. The report has the name I specified but the image does not.
It is not readily apparent that the two are related. As a result,
when I try and e-mail or move the report, the image gets left behind.

Is there a way to embed the image file in the report? Or what is the
best way to associate these two files so they can be e-mailed
together?

Tim Erickson
Signature Control Systems
0 Kudos
Message 1 of 2
(2,844 Views)
Tim,

Unfortunately, HTML does not include images.

A suggestion would be to create a GIF image, or to put everything in a zip file, or something to that effect.

I had to work with HTML documentation for LabVIEW, and actually used LabVIEW to substitute the images for control types with words, such that images were not required. You can try this if your images are nothing more than representations for which text can be substituted.

Alternatively, if your image is something like a graph, or the front panel, I might suggest creating a .gif or .jpg image out of it. This has to be done manually, but will make the page one single file.

Good luck, I hope that helps.
0 Kudos
Message 2 of 2
(2,844 Views)