LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Printing

Hi,
 
I am trying to print signals off my VI graph, all I get is a blank graph without any signal and even the scale on the blank graph does not match what is on my VI.
 
Vic
0 Kudos
Message 1 of 14
(3,873 Views)

Hi Vic,

can you show what you have so far? How do you try to print it? You can use an invoke node to get a picture of your graph and print it than.

Mike

0 Kudos
Message 2 of 14
(3,865 Views)

Show us your code or at least the portion of the code which both refreshes / displays the image and where it prints.

You may have a race condition..  The printer is faster than the eye 😉  (At the least the print buffer).  If the print command is reached before the image was processed, you'd end up with a blank picture.

RayR

0 Kudos
Message 3 of 14
(3,846 Views)
Hi there,
 
I am very new to labview, please help on the attached file. All I want is to be able to print the signals without the black background unto A4 paper.
 
Vic
0 Kudos
Message 4 of 14
(3,826 Views)

Hi Mike,

Please find attached what I have done so far. I want to be able to print the signals on paper without the black background.

Vic

0 Kudos
Message 5 of 14
(3,822 Views)
Hi Vic,
you can convert your data to dynamic or you can create a picture. See both abilities in the attached example.
Hope it helps.
Mike
0 Kudos
Message 6 of 14
(3,813 Views)
There seems to be an error. The VI prompts me for some files e.g append VI
0 Kudos
Message 7 of 14
(3,801 Views)


vicmart wrote:
There seems to be an error. The VI prompts me for some files e.g append VI


When? While loading, or while running? I use the same vi´s as you.

Mike

0 Kudos
Message 8 of 14
(3,799 Views)
while loading
0 Kudos
Message 9 of 14
(3,787 Views)

Hi Vic,

try this please. It is without the create picture solution. It uses only the vi´s which you use.
Hope this helps.

Mike

0 Kudos
Message 10 of 14
(3,785 Views)