05-11-2006 03:07 PM
05-11-2006 04:50 PM
05-11-2006 09:27 PM
Wil,
Can you post a simple VI (saved in LabVIEW 7.1 format) that demonstrates this problem? As was mentioned, I've heard of the gray printing issue, but I've not heard of the blank printout issue.
-D
05-12-2006 07:40 AM
05-12-2006 09:39 AM
Hi Wil,
I was unable to reproduce this behavior. I ran the "run this one.vi" in LabVIEW 7.1 and got a printout with a picture of a tank with a white background. I ran the "run this one.vi" in LabVIEW 8.0 and got a printout with a picture of a tank with a gray background. The gray background is a known issue of course, but I did not get an "invisible" printout like you were mentioning. I'm not really sure at this point why you're seeing the behavior that you described...
-D
05-12-2006 12:13 PM - edited 05-12-2006 12:13 PM
Message Edited by wilvil2000 on 05-12-2006 12:14 PM
05-12-2006 12:16 PM
Here's a link to what 8.0.1 resolved:
ftp://ftp.ni.com/support/labview/updates/windows/8.0.1/readme_8_0_1.html
05-12-2006 02:09 PM
Thanks,
Wil
05-12-2006 02:13 PM
The fact that the "Automatically print front panel every time VI completes execution" option does not retain its setting is a known issue that should be fixed in the next LabVIEW release. As a workaround, you can either use the "Operate > Print at Completion" menubar option on the VI, or you can use the Print Panel to Printer method of the VI class to do it programmatically from the diagram.
Hope this helps,
-D
05-15-2006 07:11 AM