Server:VI Access List Property

LabView Local Project Settings

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.

Example

Remarks

The following table lists the characteristics of this property.

Available in Run-Time Engine and Real-Time Operating SystemYes
PermissionsRead/Write
Settable when the VI is runningYes
Loads the front panel into memoryNo
Need to authenticate before useNo
Loads the block diagram into memoryNo
Remote access disallowedYes
Must wait until user interface is idleNo
Available with control VIsNo
Available with global VIsNo
Available with strict type definitionsNo
Available with polymorphic VIsNo

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.

 Open example  Browse related examples