Application class/Web Server.TCP/IP Access List property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 34
Scope Basic Development Environment
Data Name WebSrvr.TCPAccessList
Short Name* WebSrvr.TCPAccess
Long Name* Web Server:TCP/IP Access List
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 1
Owning Class Name Application Class
Data Type String Array data type

String Array

Property Node Web Server:TCP/IP Access List
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
PermissionsRead/Write
Remote access allowedNo

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 page of the Options dialog box.


Uses

History

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

See Also

External Links