Jump to content

LabVIEW configuration file/Execution System: Difference between revisions

From LabVIEW Wiki
Crelf (talk | contribs)
New page: This is a list of LabVIEW ini File settings relating to the Execution System. == ESys.StdNParallel == Example: <code>ESys.StdNParallel=5</code><br/> Short Description: Defines the number ...
 
Crelf (talk | contribs)
No edit summary
Line 3: Line 3:
== ESys.StdNParallel ==
== ESys.StdNParallel ==
Example: <code>ESys.StdNParallel=5</code><br/>
Example: <code>ESys.StdNParallel=5</code><br/>
Short Description: Defines the number of threads to start in each execution system and priority level.<br/>
Description: Defines the number of threads to start in each execution system and priority level.<br/>
Datatype: <FONT COLOR=#0000FF>Integer</FONT><br/>
Datatype: <FONT COLOR=#0000FF>Integer</FONT><br/>
Permitted Values: -1 to 8 (see notes)<br/>
Permitted Values: -1 to 8 (see notes)<br/>

Revision as of 16:55, 5 May 2007

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: 5.1, 6.1, 7.1, 8.x
OS's Supported:
Notes:

  • 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"
  • 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 keys

ESys.xxx.yyyy

Example: Various ...