<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://labviewwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DWindsor</id>
	<title>LabVIEW Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://labviewwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DWindsor"/>
	<link rel="alternate" type="text/html" href="https://labviewwiki.org/wiki/Special:Contributions/DWindsor"/>
	<updated>2026-04-21T17:45:41Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Labtoons/2008-05-23&amp;diff=7975</id>
		<title>Labtoons/2008-05-23</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Labtoons/2008-05-23&amp;diff=7975"/>
		<updated>2019-05-29T14:49:14Z</updated>

		<summary type="html">&lt;p&gt;DWindsor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:LabTOON05232008.png|center|thumb|700px]]&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Labtoons/2008-05-22 | &amp;lt; Previous]]&lt;br /&gt;
| [[Labtoons/2008-05-24 | Next &amp;gt;]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>DWindsor</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_Wiki_talk:Community_portal&amp;diff=7974</id>
		<title>LabVIEW Wiki talk:Community portal</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_Wiki_talk:Community_portal&amp;diff=7974"/>
		<updated>2019-05-29T14:48:25Z</updated>

		<summary type="html">&lt;p&gt;DWindsor: Created page with &amp;quot;@User talk:MichaelAivaliotis Hello. How can I edit my userpage? Can I be able to revert vandalism? ~~~~&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;@[[User talk:MichaelAivaliotis]] Hello. How can I edit my userpage? Can I be able to revert vandalism? [[User:DWindsor|DWindsor]] ([[User talk:DWindsor|talk]]) 14:48, 29 May 2019 (UTC)&lt;/div&gt;</summary>
		<author><name>DWindsor</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Execution_System&amp;diff=7973</id>
		<title>LabVIEW configuration file/Execution System</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Execution_System&amp;diff=7973"/>
		<updated>2019-05-29T14:46:46Z</updated>

		<summary type="html">&lt;p&gt;DWindsor: Cleaned&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of LabVIEW ini File settings relating to the Execution System. &lt;br /&gt;
{{TOCright}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = ESys.StdNParallel&lt;br /&gt;
| example =ESys.StdNParallel=5&lt;br /&gt;
| datatype =i&lt;br /&gt;
| description =Defines the number of threads to start in each execution system and priority level.&lt;br /&gt;
| permitted_values =-1 to 8 (see notes)&lt;br /&gt;
| default =1&lt;br /&gt;
| LV1 = 5&lt;br /&gt;
| LV2 = 6&lt;br /&gt;
| LV3 = 7&lt;br /&gt;
| LV4 = 8&lt;br /&gt;
| LV5 = &lt;br /&gt;
| LV6 = &lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =&amp;lt;br&amp;gt;&lt;br /&gt;
* 0 is equivalent to turning off the Preferences menu item &amp;quot;Run with multiple threads&amp;quot;&lt;br /&gt;
* 1 is the default value, equivalent to turning on &amp;quot;Run with multiple threads&amp;quot; &lt;br /&gt;
* 2 to 8 defines a higher number of threads to start (i.e. a 5x5 matrix)&lt;br /&gt;
* -1 tells LabVIEW to start with a custom set of threading parameters as defined by [[#ESys.xxx.yyyy|ESys.xxx.yyyy]] keys&lt;br /&gt;
}} &lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = runAsService&lt;br /&gt;
| example =runAsService=True&lt;br /&gt;
| datatype =b&lt;br /&gt;
| 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.&lt;br /&gt;
| permitted_values =True or False&lt;br /&gt;
| default =False&lt;br /&gt;
| LV1 = 5&lt;br /&gt;
| LV2 = 6&lt;br /&gt;
| LV3 = 7&lt;br /&gt;
| LV4 = 8&lt;br /&gt;
| LV5 = &lt;br /&gt;
| LV6 = &lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =&lt;br /&gt;
| OS3 =&lt;br /&gt;
| OS4 =&lt;br /&gt;
| notes =See also following thread: Creating a Windows NT Service Using LabVIEW: [http://zone.ni.com/devzone/cda/tut/p/id/3185] &amp;lt;br&amp;gt;&lt;br /&gt;
}} &lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
==ESys.xxx.yyyy ==&lt;br /&gt;
Example: Various ...&lt;br /&gt;
&lt;br /&gt;
[[Category:Configuration File|Execution system]]&lt;/div&gt;</summary>
		<author><name>DWindsor</name></author>
	</entry>
</feed>