LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

print the panel without color

How could I print the panel window without colour scheme. i.e. printed graph should have no background colour.
0 Kudos
Message 1 of 2
(2,533 Views)
> How could I print the panel window without colour scheme. i.e. printed
> graph should have no background colour.

To get the most professional results, make a specific panel that is
colored the way you like. Start with a blank panel and copy paste the
controls you want in the printout. Recolor controls and indicators
using transparency to get rid of graphical elements all together. Then
hook the controls and indicators to the connector, and in VI Properties
set the VI to print at completion. Now you can call it passing in the
data whenever you like.

For an easier route, the graphs and other controls do pay attention to
the printer depth and on a black and white printer, they will default to
outlines and white interiors. If you can make the print
er claim to be a
black and white device, this will cause LV to stop telling the printer
about colors.

Greg McKaskle
0 Kudos
Message 2 of 2
(2,533 Views)