Application Methods

LabView Local Project Settings

Application Methods

Installed With: Base Package

View the class hierarchy.

MethodDescription
Bring To FrontOn Windows and Mac OS, brings the application windows to the front. Details
Browse DataSocketLaunches the DataSocket Browser dialog box to establish a connection to a DataSocket item. Details
Clipboard:Read From ClipboardReads text from the system clipboard. Details
Clipboard:RestoreRestores data to clipboard that was saved by a previous Clipboard:Save method call. Details
Clipboard:SaveSaves the data currently on the clipboard to be restored later. Details
Clipboard:Write to ClipboardWrites text to the system clipboard. Details
Connection Responsiveness:CheckChecks if the VI Server connection is responsive. Details
Connection Responsiveness:InformationGets and sets how often LabVIEW checks if a VI Server connection is responsive. Details
Debug Connection:Close Debug ConnectionCloses the connection to the application or shared library specified in Debug Name. Details
Debug Connection:List Applications or Shared LibrariesReturns the list of applications and shared libraries you can debug on the computer specified by Server Address. Details
Debug Connection:Open Debug ConnectionOpens a connection to the application or shared library you can debug. Details
Get VI VersionReturns 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:CreateCreates a new LabVIEW class. Details
LabVIEW Class:OpenOpens the LabVIEW class specified by Path. Details
Library:CreateCreates a new LabVIEW project library. Details
Library:Deploy LibrariesDeploys library files to the specified computer. Details
Library:Deploy LibraryDeploys a library file to the specified computer. Details
Library:Get File LabVIEW VersionReturns the version of LabVIEW in which the library was created. Details
Library:OpenOpens the LabVIEW project library specified by Path. Details
Library:Undeploy LibraryRemoves a library from a target. Details
LVRT:Disconnect From SlaveDisconnects the open connection between LabVIEW and an RT target. Details
Mass CompileLoads and compiles all the VIs in a directory, including any VIs in subdirectories, for the specified application instance. Details
NI Security:Get Access RightsValidates the access control list with the current application user logged in. Details
NI Security:Invoke Login DialogInvokes the NI Security Login dialog box programmatically. Details
NI Security:LoginLogs a user into the NI domain. Details
NI Security:LogoutLogs the current user out of the NI domain and reverts to the default user. Details
Palettes:RefreshUpdates 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:NewCreates a new, empty LabVIEW project. You also can use the Project Explorer window to create a new project. Details
Project:OpenLoads 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 ControlReturns 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 ControlRequests control of the front panel of a VI on the server computer. Details
Remote Panel:Close Connection To ServerCloses a connection to a VI on the server computer. Details
Remote Panel:Open Connection To ServerOpens 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 BoxCreates a geometry that you can use to set an object in a 3D scene to a box. Details
Scene:Drawable:Geometry:New ConeCreates a geometry that you can use to set an object in a 3D scene to a cone. Details
Scene:Drawable:Geometry:New CylinderCreates a geometry that you can use to set an object in a 3D scene to a cylinder. Details
Scene:Drawable:Geometry:New Height FieldCreates a new height field in a 3D scene. Details
Scene:Drawable:Geometry:New MeshCreates a new mesh in a 3D scene. Details
Scene:Drawable:Geometry:New SphereCreates a geometry that you can use to set an object in a 3D scene to a sphere. Details
Scene:Drawable:New TextCreates a new text object in a 3D scene. Details
Scene:New Clip PlaneCreates a new clip plane in a 3D scene. Details
Scene:New LightCreates a new light in a 3D scene. Details
Scene:New ObjectCreates a new object in a 3D scene. Details
Scene:New TextureGets a reference to a texture to apply to a geometry in a 3D scene. Details
Scene:New WindowCreates a new window in which LabVIEW generates the 3D scene. Details
Scene:Read Scene FileReads 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 FileWrites a new 3D scene file. The filename must end with a .lvsg extension. Details
Statechart:CreateCreates a new statechart. You must save the statechart to disk. Details
Statechart:OpenOpens the statechart specified by Path. Details
VIs Strings:ExportExports to a tagged text file all the User Interface related strings of the VIs specified by VI Array. Details
VIs Strings:ImportImports to a tagged text file all the User Interface related strings of the VIs specified by VI Array. Details
Web Server:ConfigureConfigure 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:CreateCreates an XControl library. Details
XControl:OpenOpens an XControl library and returns a reference to it. Details