VI class/Auto Preallocate Arrays and Strings property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 283
Scope VI Scripting
Data Name AutoPreallocate
Short Name* AutoPreallocate
Long Name* Auto Preallocate Arrays and Strings
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 2
Owning Class Name VI Class
Data Type Boolean data type

Boolean

Property Node Auto Preallocate Arrays and Strings
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
Available with control VIsNo
Available with global VIsNo
Available with polymorphic VIsNo
Available with strict type definitionsNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Must wait until user interface is idleNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedNo
Settable when the VI is runningNo

Get or set the Autopreallocate arrays and strings setting on VIs. This is used by the FPGA module to optimize array and string operations by forcing LabVIEW to preallocate memory at compile time rather than dynamically allocating memory at run time.

This property is similar to the Autopreallocate arrays and strings checkbox on the Execution Page of the VI Properties dialog box.


Uses

History

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

See Also

External Links