Remote Panel:Client Release Control Method

LabView Local Project Settings

Remote Panel:Client Release Control Method

Short Name: RP.Client Release Control

Installed With: Full Development System

Class: Application Methods

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.

This method is similar to the Release Control of VI shortcut menu item.

This method can return networking error codes.

Example

Parameters

NameRequiredDescription
VI NameNoName of the VI or project on the server. To specify a VI that is part of a LabVIEW project, you must include the project name, the project library, and the target in the path of the VI, when applicable. For example, if MyVI.vi resides in a project called MyProject.lvproj under target My Computer, enter the VI name as MyProject.lvproj/My Computer/MyVI.vi. If the VI resides in a project library called MyLibrary, also include the project library in the path, as in MyProject.lvproj/My Computer/MyLibrary.lvlib:MyVI.vi. If the VI is not in a project or project library, you can enter the VI name without any additional information.
Server AddressNoIP address or computer name of the server.
Server PortNoPort on which the Web Server is located.

Remarks

The following table lists the characteristics of this method.

Available in Run-Time Engine and Real-Time Operating SystemYes (Read/Write)
Settable when the VI is runningNo
Loads the front panel into memoryNo
Need to authenticate before useNo
Loads the block diagram into memoryNo
Remote access disallowedYes
Must wait until user interface is idleNo
Available with control VIsNo
Available with global VIsNo
Available with strict type definitionsNo
Available with polymorphic VIsNo

Example

Refer to the RemotePanelMethods-Server VI in the labview\examples\remotepanel directory for an example of using the Remote Panel:Client Release Control method.

 Open example  Browse related examples