SubVI class/Inline method
Appearance
| VI Server Method Information | |
|---|---|
| Method ID | 635E002 |
| Scope | VI Scripting |
| Data Name | Inline |
| Short Name* | Inline |
| Long Name* | Inline |
| * Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
| Owning Class ID | 16401 |
| Owning Class Name | SubVI Class |
| Return Data Type | No return value |
| Invoke Node |
|
| Available in Real-Time Operating System | Yes |
| Available in Run-Time Engine | Yes (Read/Write) |
| Loads the block diagram into memory | Yes |
| Loads the front panel into memory | No |
| Need to authenticate before use | No |
| Remote access allowed | Yes |
| Settable when the VI is running | No |
Inlines the subVI into its calling VIs.
National Instruments recommends that you use the Execution:Inline SubVI method when possible to more safely inline a subVI into the block diagram of each calling VI.
Parameters
| Data type | Name | Required | Description |
|---|---|---|---|
| Make Space in Block Diagram | Yes | Specifies whether to rearrange the block diagram of the calling VI to make space for the inlined code from the subVI. If this input is FALSE, LabVIEW places the inlined code in the exact location of the original subVI node, often overlapping the surrounding code in the calling VI. | |
| Wrap in Sequence | Yes | Specifies whether to wrap the inlined code in a single frame of a Flat Sequence structure so that none of the inlined code can begin executing until all of the inputs to the original subVI are available. Furthermore, the Flat Sequence structure frame prevents any code downstream from the original subVI from executing until all of the inlined code finishes executing. | |
| LVClassBDConst Refnum | Sequence Refnum | No | If Wrap in Sequence is TRUE, this output returns a reference to the Flat Sequence structure that LabVIEW created around the inlined code. |
Uses
| |
Specific use cases for this method. |
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. |
