LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Graphical printout difference in 7.11 and 8.5?

Hi,
 
I have run into a problem when using the picture functions.
I'm using the draw multiple lines function.
I'm using this function in LabView 7.11 to draw a dynamic picture and then make a printout of it.
When I'm doing it in 7.11 I will get nice smooth lines on my printout.
The problem is that we have now lifted our program to 8.5 and when I'm doing the printout in the exact same way the lines are pixelated.
 
So my question is, in what way does labview 8.5 differ in handling graphic from 7.11?
How to solve this problem to get smooth lines on the printouts?
 
Best regards,
 
Simon
0 Kudos
Message 1 of 7
(3,283 Views)
Have yo tried turing ont eh anti-aliased feature in the plot menu? This wil smooth your line some. May this was turned on in 7.1.1 as it is not a defualt setting would probably not carry over when upgrading to 8.5. See example below.
Tim
GHSP
Download All
0 Kudos
Message 2 of 7
(3,273 Views)
Hmm.
 
I'm not using a graph on the printout. (forgot to write)
 
I'm using a Picture control.
On this object it's possible to select Smooth updates on the advanced menu but that only takes effect on screen and not on printouts.
 
Best regards,
Simon
0 Kudos
Message 3 of 7
(3,267 Views)
What are you drawing in this picture control?
Tim
GHSP
0 Kudos
Message 4 of 7
(3,260 Views)
Also how are you printing? Are you using canned VI's or are you exporting to a different program?
Tim
GHSP
0 Kudos
Message 5 of 7
(3,252 Views)

I'm using the builtin picture function draw multiple lines to build my graphic and then put it in an Picture control. (see pic)

I'm printing the vi with the VI properties Print Option "Automatically print front panel every time VI completes execution"

THIS works in 7.11 but not in 8.5

The lines are smooth in 7.11



Message Edited by sigu on 05-05-2008 08:13 AM
0 Kudos
Message 6 of 7
(3,247 Views)

I have added the to diffrent files.

The exact same code but one for labview 7.11 and one for labview 8.5

Print and test with both versions, you will see that the print looks fine in 7.11 and pixelated in 8.5

Best regards,

Simon

Download All
0 Kudos
Message 7 of 7
(3,230 Views)