LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

print a graph

hi, I want to print one of the grahps of vi which contains grahps and table. How can I do it? best regards
 
0 Kudos
Message 1 of 4
(3,302 Views)
See if you can do the print based on my picture example.
Software developer
www.mcm-electronics.com





PORTUGAL
0 Kudos
Message 2 of 4
(3,284 Views)

The easiest way to print a graph is to create a VI that has the indicator (graph) on the front panel. wire the indicator (graph) to the connector pane..  Set this VI to "Automatically print front panel every time VI completes execution" This is found under VI Properties/Print Options. Don't forget to pass the data to the Print Graph.vi.  You can customize the VI front panel to be as you like.

 

 

Visualize the Solution

CLA

LabVIEW, LabVIEW FPGA
Message 3 of 4
(3,280 Views)

I generally use reports to print graphs.  Create a standard report and send a reference to the image into the report, format, and print.

Doug Asselbergs
Certified LabVIEW Developer
0 Kudos
Message 4 of 4
(3,262 Views)