Short Name: Srvr.TCPAccess
Requires: Base Development System
Class: Application Properties
To Use: Create a property.
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 of 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 in the Machine access section on the VI Server page of the Options dialog box.
The following table lists the characteristics of this property.
Data type | |
Permissions | Read/Write |
Available in Run-Time Engine | Yes |
Available in Real-Time Operating System | Yes |
Remote access allowed | No |
Refer to the Exporting VIs.lvproj in the labview\examples\Application Control\VI Server\Exporting VIs directory for an example of using the Server:TCP/IP Access List property.