SubVI class/Inline method: Difference between revisions
Appearance
Added new method page. |
mNo edit summary |
||
| Line 39: | Line 39: | ||
| 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. | | 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. | ||
|- | |- | ||
! scope="row" style="text-align:Center;" | [[File: | ! scope="row" style="text-align:Center;" | [[File:Sequence Refnum Indicator.png|frameless|border|Sequence Refnum|link=Sequence Refnum data type]] | ||
| '''Sequence Refnum''' | | '''Sequence Refnum''' | ||
| No | | No | ||
| Line 63: | Line 63: | ||
{{ambox|text=Add links to external resources that would also help.}} | {{ambox|text=Add links to external resources that would also help.}} | ||
[[Category:Method]] [[Category:VI Server Method]] | [[Category:Method]] | ||
[[Category:VI Server Method]] | |||
Revision as of 13:21, 30 April 2020
| 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
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. |
