04-25-2013 06:16 PM
I need to take a screen shot of my entire block diagram, but it is way too big to fit onto my screen as is. Is there a way to somehow shrink it down so that I can take a screen shot and put it in my report?
Thanks in advance!
Solved! Go to Solution.
04-25-2013 06:23 PM - edited 04-25-2013 06:31 PM
Or you would simply "select all" and "edit...create snippet from selection" (not sure iit is available in 9.0).
Or try the code capture tool
04-25-2013 06:28 PM
Sorry, I don't have DAQ, so many subVIs are blank, but here's how the snippet would look like.
04-25-2013 06:32 PM
Thanks!! I used the snippet trick! Appreciate it!
09-20-2017 05:16 AM
just press "ctrl+P"
09-20-2017 07:54 AM
Another way to do it, as indicated by wasgij is to print the document. In this case Print to HTML, include the block diagram and then grab the image from the images folder created. (This is kludgy, I know, but it is a method.)
09-20-2017 11:27 AM - edited 09-20-2017 11:32 AM
Or you could try using a proper program architecture to begin with instead of a flat sequence and linear programing...
In the vast majority of cases programming LabVIEW, if your code is too big for your screen, you are doing it wrong!
04-18-2018 11:16 AM
VI Snippet tool is the best one to use. Thank you.