VI class/Remote Panel.Client Connections method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 430
Scope Basic Development Environment
Data Name RP.Client Connections
Short Name* RP.Client Connections
Long Name* Remote Panel:Client Connections
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 2
Owning Class Name VI Class
Return Data Type No return value
Invoke Node Remote Panel:Client Connections
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Available with control VIsNo
Available with global VIsNo
Available with polymorphic VIsNo
Available with strict type definitionsNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Must wait until user interface is idleNo
Need to authenticate before useNo
Remote access allowedNo
Settable when the VI is runningYes

Returns an array of clusters containing connection information about the clients viewing or controlling the VI.

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 method can return networking error codes.

Parameters

Data type Name Required Description
Common Cluster Array Remote Panel Connections Yes Describes the clients viewing or controlling the VI.
I32 Remote Panel Controller Yes Index of the client in Remote Panel Connections currently controlling the VI. A value of -1 indicates that no client is controlling the VI and that the server is in control.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links