DigitalTable class/Export Image method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 7494BC01
Scope Basic Development Environment
Data Name ExportImage
Short Name* ExportImage
Long Name* Export Image
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 61
Owning Class Name DigitalTable Class
Return Data Type No return value
Invoke Node Export Image
Available in Real-Time Operating SystemNo
Available in Run-Time EngineYes (Read/Write)
Loads the block diagram into memoryNo
Loads the front panel into memoryYes
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningYes

Exports an image of a digital data control or indicator to clipboard or disk.

This method is similar to the Export Simplified Image option on the shortcut menu of a digital data control.

Parameters

Data type Name Required Description
Enum U32 File Type Yes Specifies the format of the file.
Enum U32 Target Yes Specifies whether to save the image to the clipboard or to disk. When you set Target to File, you must specify a Path.
Path Path No Path to the LabVIEW project library file. LabVIEW ignores this parameter if you set Target to Clipboard. When you set Target to File, you must specify a Path.
Boolean Always Overwrite No If TRUE, LabVIEW overwrites an existing file without prompting you. If FALSE (default), LabVIEW prompts you to overwrite an existing file.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links