LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can i print out a larger image of my VI on standard printer paper?

When I select the scale to fit option for my block diagram when attempting to print, the image that is printed is too small for my purposes. However, when I uncheck the scale to fit option for the block diagram, my VI is too tall to be displayed on one page. Is there anyway to scale the image differently while printing? Any help is appreciated. Thanks.
0 Kudos
Message 1 of 2
(2,418 Views)
You should design you front panel to more closely match the aspect ratio of the paper.

A possible solution would also be to create a special subVI with the desired print layout. Whenever you want to print, call it with the current display data and make sure to set it to "print when complete".
0 Kudos
Message 2 of 2
(2,418 Views)