Server:VI Access List Property
Short Name: Srvr.VIAccess
Installed With: Base Package
Class: Application Properties
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 option on the VI Server: Exported VIs page of the Options dialog box.
Remarks
The following table lists the characteristics of this property.
Available in Run-Time Engine and Real-Time Operating System | Yes |
Permissions | Read/Write |
Settable when the VI is running | Yes |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Loads the block diagram into memory | No |
Remote access disallowed | Yes |
Must wait until user interface is idle | No |
Available with control VIs | No |
Available with global VIs | No |
Available with strict type definitions | No |
Available with polymorphic VIs | No |
Example
Refer to the Server - VIServer Example VI in the labview\examples\viserver\server.llb for an example of using the Server:VI Access List property.