Front Panel:Get Image Scaled Method
Short Name: FP.Get Image Scaled
Installed With: Base Package
Class: VI Methods
Returns an image of the front panel and scales it proportionally according to the maximum width and height you wire to the method. This method is similar to the Front Panel:Get Image method.
If a front panel is not visible, LabVIEW does not update the values in the objects on the front panel. If you call a VI whose front panel is not visible and you use the Front Panel:Get Image Scaled method to create an image of the front panel, the image does not reflect any value changes that occurred when you ran the VI.
If you want the image to reflect value changes, make sure the front panel is open before any values change. If you do not want to display the front panel but want the image to reflect value changes, wire a Property Node to any front panel terminal on the block diagram of the VI for which you want to create a front panel image.
You also can use the Append Front Panel Image to Report VI to create an image of a front panel and append it to a report.
Parameters
Name | Required | Description |
---|---|---|
visible area only | No | Indicates if the front panel image includes just the objects in the visible area of the front panel (TRUE) or all the front panel objects (FALSE). The default is TRUE. |
Image Depth | No | Sets the color depth, or number of supported colors, of the image: 1 (1-bit, black and white), 4 (4-bit, 16 colors), 8 (8-bit, 256 colors), or 24 (24-bit, true color). The default is 8. |
Image Data | No | Information about the image so you can use the Draw Flattened Pixmap VI to draw it as a picture or use the Graphics Formats VIs to save the image to a file.
This cluster is similar to the image data output of the Read JPEG File, Read PNG File, and Read BMP File VIs.
|
maximum width | No | Sets the maximum width of the scaled image. |
maximum height | No | Sets the maximum height of the scaled image. |
Remarks
The following table lists the characteristics of this method.
Available in Run-Time Engine and Real-Time Operating System | Yes (Read/Write) |
Settable when the VI is running | Yes |
Loads the front panel into memory | Yes |
Need to authenticate before use | No |
Loads the block diagram into memory | No |
Remote access disallowed | No |
Must wait until user interface is idle | Yes |
Available with control VIs | Yes |
Available with global VIs | Yes |
Available with strict type definitions | No |
Available with polymorphic VIs | Yes |