VI class/Print.VI To Text method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 3F0
Scope Basic Development Environment
Data Name Print.VI To Text
Short Name* Print.VI To Text
Long Name* Print:VI To Text
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 2
Owning Class Name VI Class
Return Data Type No return value
Invoke Node Print:VI To Text
Available in Real-Time Operating SystemYes
Available in Run-Time EngineNo
Available with control VIsYes
Available with global VIsYes
Available with polymorphic VIsYes
Available with strict type definitionsNo
Loads the block diagram into memoryNo
Loads the front panel into memoryYes
Must wait until user interface is idleYes
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningYes

Saves the VI information to a text file. You cannot save the icon, connector pane, front panel, block diagram, subVI icons, and VI hierarchy to text.

This method is similar to the Plain text file option on the Destination page of the Print dialog box.

Parameters

Data type Name Required Description
Path Text File Path Yes Path to the text file in which you want to save the VI information. The directory in which you want to save the file must already exist, and you must wire a full path including the text filename.
Boolean Append? No Specifies whether LabVIEW appends the new information to an existing file. The default is FALSE.
Enum U32 Format No Specifies which VI information to print and the format of the printout. You can select from Custom, Standard, Using Panel, Using SubVI, and Complete.

Uses

History

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

See Also

External Links