Server:TCP/IP Access List Property

LabView Local Project Settings

Server:TCP/IP Access List Property

Short Name: Srvr.TCPAccess

Installed With: Base Package

Class: Application Properties

List that describes which TCP/IP addresses of remote clients may access the VI server.

Each element in the array should start with '+' to allow access, or with '-' to deny access. For example, the array with the elements ['+*.site.com', '-private.site.com'] allows access for all hosts in the site.com domain, with the exception of private.site.com. This property is available only on local versions LabVIEW. If the Property Node reference input is unwired, LabVIEW gets or sets the VI server port for the calling VI application instance.

This property is similar to the Machine access list option on the VI Server: Machine Access page of the Options dialog box.

Example

Remarks

The following table lists the characteristics of this property.

Available in Run-Time Engine and Real-Time Operating SystemYes
PermissionsRead/Write
Settable when the VI is runningYes
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 Server - VIServer Example VI in the labview\examples\viserver\server.llb for an example of using the Server:TCP/IP Access List property.

 Open example  Browse related examples