Application class/Mass Compile method: Difference between revisions
Appearance
Added new method page. |
m Category reorg |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 14: | Line 14: | ||
|}} | |}} | ||
{{TOCright}} | {{TOCright}} | ||
Loads and [[compiles]] VIs in a directory, including VIs in subdirectories, for the specified [[application instance]]. | Loads and [[compiles]] VIs in a directory, including VIs in subdirectories, for the specified [[application instance]]. | ||
This method is similar to the '''Mass Compile''' option in the [[Mass Compile]] dialog box. | This method is similar to the '''Mass Compile''' option in the [[Mass Compile]] dialog box. | ||
==Parameters== | ==Parameters== | ||
{| class="wikitable" | {| class="wikitable" | ||
! scope="column" style="text-align:Center" | Data type | |||
! scope="column" style="text-align: | |||
! scope="column" style="text-align:Left;" | Name | ! scope="column" style="text-align:Left;" | Name | ||
! scope="column" style="text-align:Left;" | Required | ! scope="column" style="text-align:Left;" | Required | ||
! scope="column" style="text-align:Left;" | Description | ! scope="column" style="text-align:Left;" | Description | ||
|- | |- | ||
! scope="row" style="text-align: | ! scope="row" style="text-align:Center" | [[File:Path.png|frameless|border|Path|link=Path data type]] | ||
| '''Directory to Compile''' | | '''Directory to Compile''' | ||
| Yes | | Yes | ||
| Specifies the directory where the mass compile should begin. | | Specifies the directory where the mass compile should begin. | ||
|- | |- | ||
! scope="row" style="text-align: | ! scope="row" style="text-align:Center" | [[File:Path.png|frameless|border|Path|link=Path data type]] | ||
| '''Log File Path''' | | '''Log File Path''' | ||
| No | | No | ||
| Specifies a file path where results of the mass compile should be placed. The default is no file. | | Specifies a file path where results of the mass compile should be placed. The default is no file. | ||
|- | |- | ||
! scope="row" style="text-align: | ! scope="row" style="text-align:Center" | [[File:Boolean.png|frameless|border|Boolean|link=Boolean data type]] | ||
| '''Append to Log File''' | | '''Append to Log File''' | ||
| No | | No | ||
| Specifies whether results should be appended to the log file. The default is FALSE. | | Specifies whether results should be appended to the log file. The default is FALSE. | ||
|- | |- | ||
! scope="row" style="text-align: | ! scope="row" style="text-align:Center" | [[File:U32.png|frameless|border|U32|link=U32 data type]] | ||
| '''Number of VIs to Cache''' | | '''Number of VIs to Cache''' | ||
| No | | No | ||
| Specifies the number of VIs that should be allowed to remain in memory during the mass compile. The default is none. | | Specifies the number of VIs that should be allowed to remain in memory during the mass compile. The default is none. | ||
|- | |- | ||
! scope="row" style="text-align: | ! scope="row" style="text-align:Center" | [[File:Boolean.png|frameless|border|Boolean|link=Boolean data type]] | ||
| '''Reload LVSBs''' | | '''Reload LVSBs''' | ||
| No | | No | ||
| If TRUE, causes CINs in VIs to be ignored and the application to search for them. Useful when a large number of CINs have been recompiled and need to be reloaded. The default is FALSE. | | If TRUE, causes CINs in VIs to be ignored and the application to search for them. Useful when a large number of CINs have been recompiled and need to be reloaded. The default is FALSE. | ||
|- | |- | ||
! scope="row" style="text-align: | ! scope="row" style="text-align:Center" | [[File:Boolean Indicator.png|frameless|border|Boolean|link=Boolean data type]] | ||
| '''User Stopped''' | | '''User Stopped''' | ||
| No | | No | ||
| Line 76: | Line 73: | ||
{{ambox|text=Add links to external resources that would also help.}} | {{ambox|text=Add links to external resources that would also help.}} | ||
[[Category:VI Server Method]] | [[Category:VI Server Method]] | ||
Latest revision as of 14:04, 7 May 2020
| VI Server Method Information | |
|---|---|
| Method ID | 7D5 |
| Scope | Basic Development Environment |
| Data Name | Mass Compile |
| Short Name* | Mass Compile |
| Long Name* | Mass Compile |
| * Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
| Owning Class ID | 1 |
| Owning Class Name | Application Class |
| Return Data Type | No return value |
| Invoke Node |
|
| Available in Real-Time Operating System | Yes |
| Available in Run-Time Engine | No |
| Remote access allowed | Yes |
Loads and compiles VIs in a directory, including VIs in subdirectories, for the specified application instance.
This method is similar to the Mass Compile option in the Mass Compile dialog box.
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. |
