Remote Panel:Connections To Clients Property

LabView Local Project Settings

Remote Panel:Connections To Clients Property

Short Name: RemotePanel.ConnToClients

Installed With: Full Development System

Class: Application Properties

Returns an array of clusters containing connection information about the clients currently connected to the computer.

LabVIEW opens a connection on the server computer when another application instance or a related application, such as a Web browser, requests to view the front panel of a VI in memory on the server computer.

This property is similar to the Total Network Traffic option on the Remote Panel Connection Manager dialog box.

Elements

Name Description
VI Name Name 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.lvlib:MyVI.vi. If the VI is not in a project or project library, you can enter the VI name without any additional information.
Remote IP address of the client.
UserName LabVIEW user name of the client connected to the server computer.
Port Port number currently being used by the client computer.
Status An enumeration type that specifies the controlling status of the connection.
Create Time A time stamp that specifies in seconds when the connection was created.
Status Time A time stamp that specifies in seconds when the client changed to its current connection status.
Control End Time A time stamp that indicates when the server will regain control of the VI or transfer control to another client. A value of MM/DD/YY indicates that you did not set a time limit for the VI in the Web Server: Visible VIs page of the Options dialog box.

Remarks

The following table lists the characteristics of this property.

Available in Run-Time Engine and Real-Time Operating SystemYes (Read Only)
PermissionsRead Only
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