Add Property VI Method
Short Name: Add Prop VI
Installed With: Base Package
Class: PropertyFolder Methods
Creates a new read or write property VI if you do not wire VI Path. If you wire VI Path, LabVIEW uses an existing VI as a property VI.
Note The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine. |
Parameters
Name | Required | Description |
---|---|---|
Read? | No | If TRUE, creates a read property VI. If FALSE, creates a write property VI. The default is TRUE. |
VI Path | No | Path to the property VI. This parameter is optional. If you wire a path, LabVIEW uses an existing VI as a property VI. |
Remarks
The following table lists the characteristics of this method.
Available in Run-Time Engine and Real-Time Operating System | No |
Settable when the VI is running | No |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Loads the block diagram into memory | No |
Remote access disallowed | No |
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 |