From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Printing in LabVIEW

Dear All,

I wrote some instrument control programs using LabVIEW and I need to
print some graphs. Have you ever done this? Can anybody help me with
some advice about printing a graphic in a "nice" format using LabVIEW?
Now I use Excel (I export a text file etc.) but it's not a very fast
solution.

Thank you,

Emil Radulescu

Drexel University,
School of Biomedical Engineering, Science and Health Systems
3141 Chestnut Street
Philadelphia, PA, 19104

emil@biomed.drexel.edu

Tel: (215) 895-1829
Fax: (215) 895-4983
0 Kudos
Message 1 of 4
(2,715 Views)
Emil Radulescu wrote:

> Dear All,
>
> I wrote some instrument control programs using LabVIEW and I need to
> print some graphs. Have you ever done this? Can anybody help me with
> some advice about printing a graphic in a "nice" format using LabVIEW?
> Now I use Excel (I export a text file etc.) but it's not a very fast
> solution.
>
> Thank you,
>
> Emil Radulescu
>

Emil,
One of the easiest ways to do this is to create a SubVI with just the graph
that you want to print on it. Set the Subvi to "Open when Called" "Close
afterwards"
and "Print on completion"
Now all you have to do is call this SubVI and pass the data into it. It will
print
it's front panel (the graph) and close itself.
Kevin Kent
0 Kudos
Message 2 of 4
(2,715 Views)
Another way to print is to use the VI-Invoke Node with the VI reference. There
you can print the "Documentation" of the current VI, for example only the
front panel. You can hide uninteresting things on the front panel during
the "printing" and you will so only get i.e. a specific graph.

Hope that helps

Peter
0 Kudos
Message 3 of 4
(2,715 Views)
When I'm manipulating a graph, and get what I want on the screen, I
just hit File->print from the toolbar. It will print the screen
exactly the way it appears in front of you.

Mark

In article <39736050@newsgroups.ni.com>,
"Peter Prinzen" wrote:
>
> Another way to print is to use the VI-Invoke Node with the VI
reference. There
> you can print the "Documentation" of the current VI, for example only
the
> front panel. You can hide uninteresting things on the front panel
during
> the "printing" and you will so only get i.e. a specific graph.
>
> Hope that helps
>
> Peter
>


Sent via Deja.com http://www.deja.com/
Before you buy.
0 Kudos
Message 4 of 4
(2,715 Views)