LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Printing Front Panel is blank

Hello,
 
I created a vi and i am trying to print front panel. But when I print, The printed page is always blank. I tried to make mass compile but it doesn't work.
 
I don't want to recreate front panel, because it is very huge and complex front panel. I can't do that.
 
Is there any solution ?
 
Thanks for help
 
Sltrn
0 Kudos
Message 1 of 6
(3,009 Views)
How are you attempting to print the front panel? Using the File menu selection or programatically?

Mike

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 6
(3,001 Views)

Hi,

I am trying to print programatically with Easy Print VI Panel or doc.vi.

I also tried to print with File>print diolag. When I preview I see half of the front panel. But I print this prewiev It also prints blank.
(I am also settting frontpanel origin 0,0 when vi runs.)

I am working on print bmp files at the moment

Thanks

0 Kudos
Message 3 of 6
(2,999 Views)
If you are seeing the problem printing from the file menu I wouldn't think that the front panel origin would be an issue since the print dialog prints everything that is visible on the front panel.

Have you tried printing to a different kind of printer, like a PDF generator?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
Message 4 of 6
(2,994 Views)
Yes, I tried. But It prints blank page, I see just  borders

Do you know How to print bmp file to printer ?
 
Regards
0 Kudos
Message 5 of 6
(2,990 Views)
Are you wanting to print the bmp from with in your program? If so you can use the report generation VIs, specifically Append Image to Report.vi will place your bmp into a report which you can then print out. However, to save a step there is a VI in the report generation VIs that will place a front panel image in a report.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
Message 6 of 6
(2,979 Views)