VI Server Method Information
|
Method ID
|
3E9
|
Scope
|
Basic Development Environment
|
Data Name
|
VI Strings.Import
|
Short Name*
|
VI Strings.Import
|
Long Name*
|
VI Strings:Import
|
* 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
|
|
Available in Real-Time Operating System | No |
Available in Run-Time Engine | Yes (Read/Write) |
Available with control VIs | Yes |
Available with global VIs | Yes |
Available with polymorphic VIs | Yes |
Available with strict type definitions | No |
Loads the block diagram into memory | Yes |
Loads the front panel into memory | Yes |
Must wait until user interface is idle | Yes |
Need to authenticate before use | No |
Remote access allowed | Yes |
Settable when the VI is running | No |
Imports the following strings about VI and front panel objects from 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»Import Strings item on the Tools menu.
Parameters
Data type
|
Name
|
Required
|
Description
|
|
String File
|
Yes
|
Path to the VI strings file, including the filename. If you do not enter a filename, set Interactive to TRUE so the user can set the VI strings filename.
|
|
Interactive
|
No
|
Specifies whether to display the file dialog box to select the name of the strings file. The default value is FALSE.
|
|
Log File
|
No
|
Path to the log file created to list errors that occur while exporting VI strings to a tagged text file. The default value is no logging.
|
Uses
History
Version
|
Change(s)
|
|
More info to come.
|
See Also
External Links