LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Graph object printing

Hi

With Labview 7.1, how can I do to print a graph and only this object, not
the whole front-pannel ?

I would like to print this graph while the vi is running (by pressing a
boolean command). To choose the printer, I would also like the printing
window to be opened before

Thanks
0 Kudos
Message 1 of 3
(2,781 Views)
Hi,
You will have to do this in your program,what you will have to do is create a VI with the whole front panel as a graph you want to print ,pass data from your present front panel to this VI when you press the boolean,then once this is done print the front panel of the new VI by using the print frontpanel.vi,make sure that you have unchecked the VI property of the new Vi for showing the front panel and closing it ,so by this you will get the graph only but the uder will not be able to see this pop up screen.
i have just attached a ex vi along with this answer,plz see if all htis helps ur cause.
vicky
Download All
Message 2 of 3
(2,781 Views)
Hello Eric
The are some more options.
One is using the report generation vis.
There is an example on how to print (printer or HTML) a control in your examples dir.

Hope it helps
Alipio
---------------------------------------------------------
"Qod natura non dat, Salmantica non praestat"
---------------------------------------------------------
0 Kudos
Message 3 of 3
(2,781 Views)