Network:AccessType Property

LabView Local Project Settings

Network:AccessType Property

Short Name: Network.AccessType

Installed With: Base Package

Class: Variable Properties

Specifies whether a shared variable reads, writes, or reads and writes data.

Valid values are 0 (read only), 1 (write only), and 2 (read/write).

If you set this property to 0 (read only) or 1 (write only), you can create shared variables that are configured only to read data or write data, respectively. When you right-click a shared variable that is bound to a source that is read or write only, the Change to Write and Change to Read options are disabled in the shortcut menu.

This property is similar to the Access Type option on the Variable page of the Shared Variable Properties dialog box.

Remarks

The following table lists the characteristics of this property.

Available in Run-Time Engine and Real-Time Operating SystemNo
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 disallowedNo
Must wait until user interface is idleNo
Available with control VIsNo
Available with global VIsNo
Available with strict type definitionsNo
Available with polymorphic VIsNo