Web Server:TCP/IP Access List Property

LabView Local Project Settings

Web Server:TCP/IP Access List Property

Short Name: WebSrvr.TCPAccess

Installed With: Base Package

Class: Application Properties

Sets or gets the TCP/IP addresses that have access to the Web Server. This property also sets or gets whether each address has access to view a VI remotely, view and control a VI remotely, or does not have access to the Web Server.

You can use wildcards in the address you enter. This property is an array of strings, where each string is an address that begins with c+, +, or -.

  • c+ specifies that the address has access to view and control a VI remotely.
  • + specifies that the address has access to view a VI remotely.
  • - specifies that the address does not have access to the Web Server.

This property is similar to the Web Server: Browser Access 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
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