Mass Compile Method

LabView Local Project Settings

Mass Compile Method

Short Name: Mass Compile

Installed With: Base Package

Class: Application Methods

Loads and compiles all the VIs in a directory, including any VIs in subdirectories, for the specified application instance.

This method is similar to the Mass Compile option on the Mass Compile dialog box.

Parameters

NameRequiredDescription
Directory to CompileYesSpecifies the directory where the mass compile should begin.
Log File PathNoSpecifies a file path where results of the mass compile should be placed. The default is no file.
Append to Log FileNoSpecifies whether results should be appended to the log file. The default is FALSE.
Number of VIs to CacheNoSpecifies the number of VIs that should be allowed to remain in memory during the mass compile. The default is none.
Reload LVSBsNoIf 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.
User StoppedNoIndicates whether the user stopped the mass compile operation.

Remarks

The following table lists the characteristics of this method.

Available in Run-Time Engine and Real-Time Operating SystemNo
Settable when the VI is runningNo
Loads the front panel into memoryNo
Need to authenticate before useNo
Loads the block diagram into memoryNo
Remote access disallowedNo
Must wait until user interface is idleYes
Available with control VIsNo
Available with global VIsNo
Available with strict type definitionsNo
Available with polymorphic VIsNo