Application class/Server.VI Access List property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 1A
Scope Basic Development Environment
Data Name Srvr.VIAccessList
Short Name* Srvr.VIAccess
Long Name* Server:VI Access List
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 1
Owning Class Name Application Class
Data Type String Array data type

String Array

Property Node Server:VI Access List
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
PermissionsRead/Write
Remote access allowedNo

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.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links