To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This example shows how to use an Invoke Node to save front panel controls to a JPEG file.
Description
In LabVIEW, we can use the Get Image Invoke Node to return the image of a front panel object and then we can save it as a JPG file by writing the image data to a JPG file. However, if we want to save multiple control images to one JPG file using this method we need to put these controls in a cluster first and create an Invoke Node from the cluster.
Requirements
Steps to Implement or Execute Code
Additional Information or References VI Block Diagram
VI Snippet
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
In this example if we try to save the control after converting it to image the clarity of the control in the image format is missing when you zoom it. Is there alternate method to save the control in pdf / word without converting it to image in order maintain the clarity even when we zoom.