LabVIEW configuration file/Execution System: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
* -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 | ||
}} | }} | ||
{{ labviewconfigurationkey | |||
| keyname = runAsService | |||
| example =runAsService=True | |||
| datatype =b | |||
| description =This key tells the LabVIEW Run-Time Engine to ignore the Windows WM_ENDSESSION message that is sent when a user logs off! Use this key when your LabVIEW application is configured to run as a Windows service and has a user interface (service allowed to interact with desktop). The key prevents your LabVIEW application to quit when a user logs off. | |||
| permitted_values =True or False | |||
| default =False | |||
| LV1 = 5 | |||
| LV2 = 6 | |||
| LV3 = 7 | |||
| LV4 = 8 | |||
| LV5 = | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 = | |||
| OS3 = | |||
| OS4 = | |||
| notes =<br> | |||
}} | |||
== ESys.xxx.yyyy == | == ESys.xxx.yyyy == | ||
Example: Various | Example: Various |
Revision as of 07:59, 10 September 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 |
|
runAsService
Example | runAsService=True
|
---|---|
Description | This key tells the LabVIEW Run-Time Engine to ignore the Windows WM_ENDSESSION message that is sent when a user logs off! Use this key when your LabVIEW application is configured to run as a Windows service and has a user interface (service allowed to interact with desktop). The key prevents your LabVIEW application to quit when a user logs off. |
Datatype | Boolean |
Permitted Values | True or False |
Default Value | False |
LabVIEW Versions | |
OS's Supported | |
Notes |
ESys.xxx.yyyy
Example: Various ...