VI class/Auto Preallocate Arrays and Strings property: Difference between revisions
Appearance
< VI class
Added new property page. |
(No difference)
|
Revision as of 03:30, 1 April 2020
| 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 |
| Property Node | |
| Available in Real-Time Operating System | Yes |
| Available in Run-Time Engine | Yes |
| Available with control VIs | No |
| Available with global VIs | No |
| Available with polymorphic VIs | No |
| Available with strict type definitions | No |
| Loads the block diagram into memory | No |
| Loads the front panel into memory | No |
| Must wait until user interface is idle | No |
| Need to authenticate before use | No |
| Permissions | Read/Write |
| Remote access allowed | No |
| Settable when the VI is running | No |
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
| |
Specific use cases for this property. |
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |
See Also
| |
Add links to internal wiki pages that would also help. |
External Links
| |
Add links to external resources that would also help. |