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
|
Property Node
|
|
Available in Real-Time Operating System | Yes |
Available in Run-Time Engine | Yes |
Permissions | Read/Write |
Remote access allowed | No |
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)
|
|
More info to come.
|
See Also
External Links