Short Name: Srvr.VIAccess
Requires: Base Development System
Class: Application Properties
To Use: Create a property.
List that describes which VIs on the VI server are accessible by remote clients.
Each element in the array should start with '+' to allow access, or with '-' to deny access. For example, the array with the element ['+Server*'] allows access to all VIs whose name starts with 'Server'. 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 Exported VIs list option in the Exported VIs 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:VI Access List property.