LabVIEW configuration file/Performance: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
This is a list of LabVIEW ini File settings relating to Performance. | This is a list of LabVIEW ini File settings relating to Performance. | ||
== abortMIN == | {{ labviewconfigurationkey | ||
| keyname = abortMIN | |||
| example =abortMIN=250 | |||
| datatype =i | |||
| description =Abort LabVIEW launch process if available disk space on the drive LabVIEW is launched from is below this many kB | |||
| permitted_values =1 to 2<sup>32</sup> | |||
| default =500 | |||
| LV1 = 3 | |||
| LV2 = 4 | |||
| LV3 = 5 | |||
== anxiousMemoryDeallocation == | | 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> | |||
}} | |||
{{ labviewconfigurationkey | |||
== checkAvailDiskSpace == | | keyname = anxiousMemoryDeallocation | ||
| example =anxiousMemoryDeallocation=TRUE | |||
| datatype =b | |||
| description =Force LabVIEW to deallocate memory aggressively | |||
| permitted_values =TRUE or FALSE | |||
| default =FALSE | |||
| LV1 = 3 | |||
| LV2 = 4 | |||
| LV3 = 5 | |||
| LV4 = 6 | |||
== macExtremeCompacting == | | LV5 = 7 | ||
| LV6 = 8 | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
{{ labviewconfigurationkey | |||
| keyname = checkAvailDiskSpace | |||
== useDefaultTimer == | | example =checkAvailDiskSpace=FALSE | ||
| datatype =b | |||
| 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]] | |||
| permitted_values =TRUE or FALSE | |||
| default =TRUE | |||
| LV1 = 3 | |||
| LV2 = 4 | |||
| LV3 = 5 | |||
| LV4 = 6 | |||
| LV5 = 7 | |||
== warnMIN == | | LV6 = 8 | ||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
{{ labviewconfigurationkey | |||
| keyname = macExtremeCompacting | |||
| example =macExtremeCompacting=TRUE | |||
| datatype =b | |||
| description =Unknown | |||
| permitted_values =TRUE or FALSE | |||
| default =FALSE | |||
| LV1 = 5 | |||
| LV2 = 6 | |||
| LV3 = 7 | |||
| LV4 = 8 | |||
| LV5 = | |||
| LV6 = | |||
| OS1 =m | |||
| OS2 = | |||
| OS3 = | |||
| OS4 = | |||
| notes =Faster loading (but more inefficient) | |||
}} | |||
{{ labviewconfigurationkey | |||
| keyname = useDefaultTimer | |||
| example =useDefaultTimer=TRUE | |||
| datatype =b | |||
| description =Unknown | |||
| permitted_values =TRUE or FALSE | |||
| default =FALSE | |||
| LV1 = 3 | |||
| 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 | |||
}} | |||
{{ labviewconfigurationkey | |||
| keyname = warnMIN | |||
| example =warnMIN=1250 | |||
| datatype =i | |||
| description =Warn the user on LabVIEW launch if available disk space on the drive LabVIEW is launched from is below this many kB | |||
| permitted_values =1 to 2<sup>32</sup> | |||
| default =2000 | |||
| LV1 = 3 | |||
| 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> | |||
}} |
Revision as of 17:17, 4 June 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 |
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 | |
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
|