Jump to content

LabVIEW configuration file/Performance: Difference between revisions

From LabVIEW Wiki
No edit summary
mNo edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{LabVIEW configuration back}}
This is a list of LabVIEW ini File settings relating to Performance. {{TOCright}}
[[Category:Development Environment]]
This is a list of LabVIEW ini File settings relating to Performance.


== abortMIN ==
{{ labviewconfigurationkey
Example: <code>abortMIN=250</code><br/>
| keyname = abortMIN
Description: Abort LabVIEW launch process if available disk space on the drive LabVIEW is launched from is below this many kB<br/>
| example =abortMIN=250
Datatype: <FONT COLOR=#0000FF>Integer</FONT><br/>
| datatype =i
Permitted Values: 1 to 2<sup>32</sup><br/>
| description =Abort LabVIEW launch process if available disk space on the drive LabVIEW is launched from is below this many kB
Default Value: <code>500</code><br/>
| permitted_values =1 to 2<sup>32</sup>
LabVIEW Versions: 5.1, 6.1, 7.1, 8.x<br/>
| default =500
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 3
Notes: This setting only takes effect if <code>[[#checkAvailDiskSpace|checkAvailDiskSpace]]</code> is set to <code>TRUE</code><br/>
| LV2 = 4
| LV3 = 5
| LV4 = 6
| LV5 = 7
| LV6 = 8
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =This setting only takes effect if [[#checkAvailDiskSpace|checkAvailDiskSpace]] is set to <code>TRUE</code>
}}


== anxiousMemoryDeallocation ==
{{ labviewconfigurationkey
Example: <code>anxiousMemoryDeallocation=TRUE</code><br/>
| keyname = anxiousMemoryDeallocation
Description: Force LabVIEW to deallocate memory aggressively<br/>
| example =anxiousMemoryDeallocation=TRUE
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| datatype =b
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description =Force LabVIEW to deallocate memory aggressively
Default Value: <code>FALSE</code><br/>
| permitted_values =TRUE or FALSE
LabVIEW Versions: 7.1, 8.x<br/>
| default =FALSE
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 3
Notes: None.<br/>
| LV2 = 4
| LV3 = 5
| LV4 = 6
| LV5 = 7
| LV6 = 8
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}


== checkAvailDiskSpace ==
{{ labviewconfigurationkey
Example: <code>checkAvailDiskSpace=TRUE</code><br/>
| keyname = checkAvailDiskSpace
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/>
| example =checkAvailDiskSpace=FALSE
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| datatype =b
Permitted Values: <code>TRUE</code> or <code>FALSE</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 [[#warnMIN|warnMIN]] and/or [[#abortMin|abortMIN]]
Default Value: <code>TRUE</code><br/>
| permitted_values =TRUE or FALSE
LabVIEW Versions: 5.1, 6.1, 7.1, 8.x<br/>
| default =TRUE
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 3
Notes: None.<br/>
| LV2 = 4
| LV3 = 5
| LV4 = 6
| LV5 = 7
| LV6 = 8
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}


== macExtremeCompacting ==
{{ labviewconfigurationkey
Example: <code>macExtremeCompacting=TRUE</code><br/>
| keyname = macExtremeCompacting
Description: Unknown.<br/>
| example =macExtremeCompacting=TRUE
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| datatype =b
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description =Unknown
Default Value: <code>FALSE</code><br/>
| permitted_values =TRUE or FALSE
LabVIEW Versions: 5.1, 6.1, 7.1, 8.x<br/>
| default =FALSE
OS's Supported: [[Image:logo.Mac.png]]<br/>
| LV1 = 5
Notes: Faster loading (but more inefficient)<br/>
| LV2 = 6
| LV3 = 7
| LV4 = 8
| LV5 =
| LV6 =
| OS1 =m
| OS2 =
| OS3 =
| OS4 =
| notes =Faster loading (but more inefficient)
}}


== useDefaultTimer ==
{{ labviewconfigurationkey
Example: <code>useDefaultTimer=TRUE</code><br/>
| keyname = useDefaultTimer
Description: Unknown<br/>
| example =useDefaultTimer=TRUE
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| datatype =b
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description =Unknown
Default Value: Unknown<br/>
| permitted_values =TRUE or FALSE
LabVIEW Versions: 5.1, 6.1, 7.1, 8.x<br/>
| default =FALSE
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 3
Notes: Set this to <code>FALSE</code> to increase LabVIEW's timer functions to 1ms resolution<br/>
| LV2 = 4
| LV3 = 5
| LV4 = 6
| LV5 = 7
| LV6 = 8
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =Set this to <code>FALSE</code> to increase LabVIEW's timer functions to 1ms resolution
}}


== warnMIN ==
{{ labviewconfigurationkey
Example: <code>warnMIN=1250</code><br/>
| keyname = warnMIN
Description: Warn the user on LabVIEW launch if available disk space on the drive LabVIEW is launched from is below this many kB<br/>
| example =warnMIN=1250
Datatype: <FONT COLOR=#0000FF>Integer</FONT><br/>
| datatype =i
Permitted Values: 1 to 2<sup>32</sup><br/>
| description =Warn the user on LabVIEW launch if available disk space on the drive LabVIEW is launched from is below this many kB
Default Value: <code>2000</code><br/>
| permitted_values =1 to 2<sup>32</sup>
LabVIEW Versions: 5.1, 6.1, 7.1, 8.x<br/>
| default =2000
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 3
Notes: This setting only takes effect if <code>[[#checkAvailDiskSpace|checkAvailDiskSpace]]</code> is set to <code>TRUE</code><br/>
| LV2 = 4
| LV3 = 5
| LV4 = 6
| LV5 = 7
| LV6 = 8
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =This setting only takes effect if [[#checkAvailDiskSpace|checkAvailDiskSpace]] is set to <code>TRUE</code>
}}
 
[[Category:Configuration_File|<br>]]
 
[[Category:Configuration File|Performance]]

Latest revision as of 19:57, 9 February 2009

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

3.x , 4.x , 5.x , 6.x , 7.x , 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 aggressively
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

3.x , 4.x , 5.x , 6.x , 7.x , 8.x

OS's Supported

Notes None

checkAvailDiskSpace

Example checkAvailDiskSpace=FALSE
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

3.x , 4.x , 5.x , 6.x , 7.x , 8.x

OS's Supported

Notes None

macExtremeCompacting

Example macExtremeCompacting=TRUE
Description Unknown
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

5.x , 6.x , 7.x , 8.x

OS's Supported

Notes Faster loading (but more inefficient)

useDefaultTimer

Example useDefaultTimer=TRUE
Description Unknown
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

3.x , 4.x , 5.x , 6.x , 7.x , 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

3.x , 4.x , 5.x , 6.x , 7.x , 8.x

OS's Supported

Notes This setting only takes effect if checkAvailDiskSpace is set to TRUE