Jump to content

LabVIEW configuration file/Performance: Difference between revisions

From LabVIEW Wiki
Tims (talk | contribs)
Tims (talk | contribs)
Line 25: Line 25:
Example: <code>checkAvailDiskSpace=TRUE</code><br/>
Example: <code>checkAvailDiskSpace=TRUE</code><br/>
Description: Check the available disk space on the hard drive that LabVIEW is installed on during launch.  Warn the user if the available space is less than <code>[[#warnMIN|warnMIN]]</code> and/or <code>[[#abortMin|abortMIN]]</code><br/>
Description: Check the available disk space on the hard drive that LabVIEW is installed on during launch.  Warn the user if the available space is less than <code>[[#warnMIN|warnMIN]]</code> and/or <code>[[#abortMin|abortMIN]]</code><br/>
Datatype: <FONT COLOR=#008000>Booelan</FONT><br/>
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
Default Value: <code>TRUE</code><br/>
Default Value: <code>TRUE</code><br/>

Revision as of 22:14, 7 May 2007

Template:LabVIEW configuration back This is a list of LabVIEW ini File settings relating to Performance.

abortMIN

Example: abortMIN=250
Description: Abort LabVIEW launch process if available disk space on the drive LabVIEW is launched from is below this many kB
Datatype: Integer
Permitted Values: 1 to 232
Default Value: 500
LabVIEW Versions: 5.1, 6.1, 7.1, 8.x
OS's Supported:
Notes: This setting only takes effect if checkAvailDiskSpace is set to TRUE

anxiousMemoryDeallocation

Example: anxiousMemoryDeallocation=TRUE
Description: Force LabVIEW to deallocate memory agressively
Datatype: Boolean
Permitted Values: TRUE or FALSE
Default Value: FALSE
LabVIEW Versions: 7.1, 8.x
OS's Supported:
Notes: None.

checkAvailDiskSpace

Example: checkAvailDiskSpace=TRUE
Description: Check the available disk space on the hard drive that LabVIEW is installed on during launch. Warn the user if the available space is less than warnMIN and/or abortMIN
Datatype: Boolean
Permitted Values: TRUE or FALSE
Default Value: TRUE
LabVIEW Versions: 5.1, 6.1, 7.1, 8.x
OS's Supported:
Notes: None.

macExtremeCompacting

Example: macExtremeCompacting=TRUE
Description: Unknown.
Datatype: Booelan
Permitted Values: TRUE or FALSE
Default Value: FALSE
LabVIEW Versions: 5.1, 6.1, 7.1, 8.x
OS's Supported:
Notes: Faster loading (but more inefficient)

useDefaultTimer

Example: useDefaultTimer=TRUE
Description: Unknown
Datatype: Booelan
Permitted Values: TRUE or FALSE
Default Value: Unknown
LabVIEW Versions: 5.1, 6.1, 7.1, 8.x
OS's Supported:
Notes: Set this to FALSE to increase LabVIEW's timer functions to 1ms resolution

warnMIN

Example: warnMIN=1250
Description: Warn the user on LabVIEW launch if available disk space on the drive LabVIEW is launched from is below this many kB
Datatype: Integer
Permitted Values: 1 to 232
Default Value: 2000
LabVIEW Versions: 5.1, 6.1, 7.1, 8.x
OS's Supported:
Notes: This setting only takes effect if checkAvailDiskSpace is set to TRUE