Application class/Mass Compile method: Difference between revisions
Appearance
Added new method page. |
mNo edit summary |
||
| Line 21: | Line 21: | ||
==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 | ||
Revision as of 05:14, 17 April 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. |
