VI Server Property Information
|
Property ID
|
288
|
Scope
|
Basic Development Environment
|
Data Name
|
Exec.ReentrancyType
|
Short Name*
|
Exec.ReentrancyType
|
Long Name*
|
Execution:Reentrancy Type
|
* 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
|
Enum U16 data type
|
Property Node
|
|
Available in Real-Time Operating System | Yes |
Available in Run-Time Engine | Yes (Read Only) |
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 | Yes |
Settable when the VI is running | No |
Indicates the type of reentrancy LabVIEW uses for a reentrant VI.
This property is similar to options on the Execution Properties page of the VI Properties dialog box.
Values
0
|
Share clones between instances—Allocates clones of the reentrant VI on-demand for each call to the reentrant VI. This option is equivalent to the Shared clone reentrant execution option on the Execution page of the VI Properties dialog box. Do not select this option if a clone VI must preserve state information across calls or if the VI is part of an application that needs to minimize jitter.
|
1
|
Preallocate clone for each instance—Allocates clones of the reentrant VI for each call to the reentrant VI. This option is equivalent to the Preallocated clone reentrant execution option on the Execution page of the VI Properties dialog box. This option is recommended for VIs that are to run with low jitter on LabVIEW Real-Time.
|
Uses
History
See Also
External Links