LabVIEW configuration file/Execution System: Difference between revisions
Appearance
m LabVIEW ini File.Execution System moved to LabVIEW configuration file.Execution System: removed ini in title |
No edit summary |
||
Line 2: | Line 2: | ||
This is a list of LabVIEW ini File settings relating to the Execution System. | This is a list of LabVIEW ini File settings relating to the Execution System. | ||
{{ labviewconfigurationkey | |||
| keyname = ESys.StdNParallel | |||
| example =ESys.StdNParallel=5 | |||
| datatype =i | |||
| description =Defines the number of threads to start in each execution system and priority level. | |||
| permitted_values =-1 to 8 (see notes) | |||
| default =1 | |||
| LV1 = 5 | |||
| LV2 = 6 | |||
| LV3 = 7 | |||
| LV4 = 8 | |||
| LV5 = | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =<br> | |||
* 0 is equivalent to turning off the Preferences menu item "Run with multiple threads" | * 0 is equivalent to turning off the Preferences menu item "Run with multiple threads" | ||
* 1 is the default value, equivalent to turning on "Run with multiple threads" | * 1 is the default value, equivalent to turning on "Run with multiple threads" | ||
* 2 to 8 defines a higher number of threads to start (i.e. a 5x5 matrix) | * 2 to 8 defines a higher number of threads to start (i.e. a 5x5 matrix) | ||
* -1 tells LabVIEW to start with a custom set of threading parameters as defined by [[#ESys.xxx.yyyy|ESys.xxx.yyyy]] keys | * -1 tells LabVIEW to start with a custom set of threading parameters as defined by [[#ESys.xxx.yyyy|ESys.xxx.yyyy]] keys | ||
}} | |||
== ESys.xxx.yyyy == | == ESys.xxx.yyyy == | ||
Example: Various | Example: Various |
Revision as of 14:41, 30 May 2007
Template:LabVIEW configuration back This is a list of LabVIEW ini File settings relating to the Execution System.
ESys.StdNParallel
Example | ESys.StdNParallel=5
|
---|---|
Description | Defines the number of threads to start in each execution system and priority level. |
Datatype | Integer |
Permitted Values | -1 to 8 (see notes) |
Default Value | 1 |
LabVIEW Versions | |
OS's Supported | |
Notes |
|
ESys.xxx.yyyy
Example: Various ...