MassCompile Method

LabView ActiveX Properties and Methods

MassCompile Method

Installed With: Base Package

Class: Application Methods (ActiveX)

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.

Syntax

object.MassCompile(directory, [logFile], [appendLog], [viCacheSize], [reloadLVSBs], [User Stopped])

Parameters

NameTypeDescription
directoryStringDirectory where the mass compile begins.
logFileStringFile path where the results of the mass compile are placed. The default is no log file.
appendLogBooleanIndicates whether results are appended to the log file. The default is FALSE.
viCacheSizeLongNumber of VIs allowed to be in memory during the mass compile. The default is none.
reloadLVSBsBooleanIf TRUE, ignores CINs in VIs and the application searches for them. Use this parameter when a large number of CINs have been recompiled and need to be reloaded. The default is FALSE.
User StoppedBoolean indicatorIndicates whether the user stopped the mass compile operation.

Return Value

none