Server:TCP/IP Access List
- Updated2025-07-30
- 1 minute(s) read
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.
Remarks
The following table lists the characteristics of this property.
| Short Name | Srvr.TCPAccess |
| Data type | ![]() |
| Permissions | Read/Write |
| Available in Run-Time Engine | Yes |
| Available in Real-Time Operating System | Yes |
| Remote access allowed | No |
Examples
Refer to the following example files included with LabVIEW.
- labview\examples\Application Control\VI Server\Exporting VIs\Exporting VIs.lvproj
