Application Methods
Installed With: Base Package
View the class hierarchy.
Method | Description |
---|---|
Bring To Front | On Windows and Mac OS, brings the application windows to the front. Details |
Browse DataSocket | Launches the DataSocket Browser dialog box to establish a connection to a DataSocket item. Details |
Clipboard:Read From Clipboard | Reads text from the system clipboard. Details |
Clipboard:Restore | Restores data to clipboard that was saved by a previous Clipboard:Save method call. Details |
Clipboard:Save | Saves the data currently on the clipboard to be restored later. Details |
Clipboard:Write to Clipboard | Writes text to the system clipboard. Details |
Connection Responsiveness:Check | Checks if the VI Server connection is responsive. Details |
Connection Responsiveness:Information | Gets and sets how often LabVIEW checks if a VI Server connection is responsive. Details |
Debug Connection:Close Debug Connection | Closes the connection to the application or shared library specified in Debug Name. Details |
Debug Connection:List Applications or Shared Libraries | Returns the list of applications and shared libraries you can debug on the computer specified by Server Address. Details |
Debug Connection:Open Debug Connection | Opens a connection to the application or shared library you can debug. Details |
Get VI Version | Returns the version of LabVIEW in which the VI was last saved. LabVIEW does not open the VI when retrieving the version information. If you specify a path to a file that is not a VI, LabVIEW returns error 6559. Details |
LabVIEW Class:Create | Creates a new LabVIEW class. Details |
LabVIEW Class:Open | Opens the LabVIEW class specified by Path. Details |
Library:Create | Creates a new LabVIEW project library. Details |
Library:Deploy Libraries | Deploys library files to the specified computer. Details |
Library:Deploy Library | Deploys a library file to the specified computer. Details |
Library:Get File LabVIEW Version | Returns the version of LabVIEW in which the library was created. Details |
Library:Open | Opens the LabVIEW project library specified by Path. Details |
Library:Undeploy Library | Removes a library from a target. Details |
LVRT:Disconnect From Slave | Disconnects the open connection between LabVIEW and an RT target. Details |
Mass Compile | Loads and compiles all the VIs in a directory, including any VIs in subdirectories, for the specified application instance. Details |
NI Security:Get Access Rights | Validates the access control list with the current application user logged in. Details |
NI Security:Invoke Login Dialog | Invokes the NI Security Login dialog box programmatically. Details |
NI Security:Login | Logs a user into the NI domain. Details |
NI Security:Logout | Logs the current user out of the NI domain and reverts to the default user. Details |
Palettes:Refresh | Updates the Controls and Functions palette set programmatically. To update the palette set, place the Palettes:Refresh method on the block diagram to the right of the Write Palette VI and run the VI. This method is similar to the Save Changes button on the Edit Controls and Functions Palette Set dialog box. Details |
Project:New | Creates a new, empty LabVIEW project. You also can use the Project Explorer window to create a new project. Details |
Project:Open | Loads a LabVIEW project from disk. If the project is already in memory, this method returns a reference to the existing project. You can use this reference with the Project properties. You also can select File»Open Project to navigate to and open a project. Details |
Remote Panel:Client Release Control | Returns control of the remote front panel to the server. The server grants control to the next client in the queue or regains control if no requests are in the queue. Details |
Remote Panel:Client Request Control | Requests control of the front panel of a VI on the server computer. Details |
Remote Panel:Close Connection To Server | Closes a connection to a VI on the server computer. Details |
Remote Panel:Open Connection To Server | Opens a connection to a server and displays the front panel of a VI on the server computer. You also can request control of the front panel. Details |
Scene:Drawable:Geometry:New Box | Creates a geometry that you can use to set an object in a 3D scene to a box. Details |
Scene:Drawable:Geometry:New Cone | Creates a geometry that you can use to set an object in a 3D scene to a cone. Details |
Scene:Drawable:Geometry:New Cylinder | Creates a geometry that you can use to set an object in a 3D scene to a cylinder. Details |
Scene:Drawable:Geometry:New Height Field | Creates a new height field in a 3D scene. Details |
Scene:Drawable:Geometry:New Mesh | Creates a new mesh in a 3D scene. Details |
Scene:Drawable:Geometry:New Sphere | Creates a geometry that you can use to set an object in a 3D scene to a sphere. Details |
Scene:Drawable:New Text | Creates a new text object in a 3D scene. Details |
Scene:New Clip Plane | Creates a new clip plane in a 3D scene. Details |
Scene:New Light | Creates a new light in a 3D scene. Details |
Scene:New Object | Creates a new object in a 3D scene. Details |
Scene:New Texture | Gets a reference to a texture to apply to a geometry in a 3D scene. Details |
Scene:New Window | Creates a new window in which LabVIEW generates the 3D scene. Details |
Scene:Read Scene File | Reads a 3D scene file that you create with the Scene:Write Scene File method. The file being read must have a .lvsg extension. Details |
Scene:Write Scene File | Writes a new 3D scene file. The filename must end with a .lvsg extension. Details |
Statechart:Create | Creates a new statechart. You must save the statechart to disk. Details |
Statechart:Open | Opens the statechart specified by Path. Details |
VIs Strings:Export | Exports to a tagged text file all the User Interface related strings of the VIs specified by VI Array. Details |
VIs Strings:Import | Imports to a tagged text file all the User Interface related strings of the VIs specified by VI Array. Details |
Web Server:Configure | Configure the LabVIEW Web server with the given file. If the file is unwired the Web server will be reset to the default configuration. Details |
XControl:Create | Creates an XControl library. Details |
XControl:Open | Opens an XControl library and returns a reference to it. Details |