VI Strings:Export Method

LabView Local Project Settings

VI Strings:Export Method

Short Name: VI Strings.Export

Installed With: Base Package

Class: VI Methods

Exports the following strings about VI and front panel objects to a tagged text file: VI name and description, object caption labels, object free labels, default data (string, table, path, and array default data), private data (listbox item names, table row and column headers, graph plot names, graph cursor names, graph annotation names, and tab control page captions), and polymorphic VI data (instance names in the polymorphic VI and selector shortcut menus).

This method is similar to the Advanced»Export Strings item on the Tools menu.

Parameters

NameRequiredDescription
String FileNoPath to the text file where LabVIEW writes the VI strings. If you specify an existing file, LabVIEW appends the VI strings to the end of the file.
InteractiveNoSpecifies whether to display the file dialog box to select the name of the VI strings file. The default value is FALSE.
Log FileNoPath of the log file created to list errors that occurred while exporting VI strings to a tagged text file. The default value is no logging.
Create CaptionsNoSpecifies whether control captions should be automatically created. The default value is FALSE.
Export DiagramNoSpecifies whether to export block diagram strings. The default value is FALSE.

Remarks

The following table lists the characteristics of this method.

Available in Run-Time Engine and Real-Time Operating SystemNo
Settable when the VI is runningNo
Loads the front panel into memoryYes
Need to authenticate before useNo
Loads the block diagram into memoryNo
Remote access disallowedNo
Must wait until user interface is idleYes
Available with control VIsYes
Available with global VIsYes
Available with strict type definitionsNo
Available with polymorphic VIsYes