LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Simplified Image question.

Can I do the "Export Simplified Image" feature for a graph inside my block diagram instead of having to right click on a graph to do it? Thanks.
Intern NSWCCD Carderock.
0 Kudos
Message 1 of 2
(2,473 Views)
You can create an Invoke node by right-clicking on the graph (in edit mode, not run-time) and selecting Create >> Invoke Node from the pop-up menu. Then jump to the diagram and choose the "Get Image" method. Wire up your image depth (24 usually) and background color (you can use a color constant) and you get Image Data output that can be wired to a Picture Control function. Find one of those in the Graphics & Sound pallete under "Graphics Format". You can save to JPEG, PNG, BMP, etc.

Dan Press
Certified LabVIEW Architect
PrimeTest
0 Kudos
Message 2 of 2
(2,463 Views)