Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

Remote Panel:Open Connection To Server Method (Not in Base Package)

LabVIEW 8.2 Help
August 2006

NI Part Number:
371361B-01

»View Product Info

Method of Application.

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. This method is similar to the Connect to Remote Panel dialog box.

This method can return networking error codes. Example

Parameters

NameDescription
VI NameName of the VI on the server to which you want to connect. 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:MyVI.vi. If the VI is not in a project or project library, you can enter the VI name without any additional information.

Server AddressIP address or computer name of the server.

Server PortPort on which the Web Server is located.

Request ControlIf TRUE (default), the client requests control of the front panel immediately after opening a connection to the server. The server queues the request if another client currently controls the front panel.

Remarks

The following table lists the characteristics of this method.

Remote access disallowedYes
Available in Run-Time Engine and Real-Time Operating SystemYes (Read/Write)

Example

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

 


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit