<?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=Dsaunders</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=Dsaunders"/>
	<link rel="alternate" type="text/html" href="https://labviewwiki.org/wiki/Special:Contributions/Dsaunders"/>
	<updated>2026-04-16T20:21:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Variant_data_type&amp;diff=3502</id>
		<title>Variant data type</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Variant_data_type&amp;diff=3502"/>
		<updated>2008-03-15T06:03:14Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: Added a little information, still little more than a stub&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A [[variant]] is a data type that any other LabVIEW data type will coerce to and that can contain any other LabVIEW data type inside it.  In order to do useful things with variants, you will need to inspect the type descriptor to determine the actual data type flowing through the variant at run-time.  When working with variants, it is recommended to use tools such as the [http://wiki.openg.org/Oglib_lvdata OpenG LabVIEW Data (Variant) Tools Library].&lt;br /&gt;
&lt;br /&gt;
Variants work really well for sending messages that may contain different types of data accompanying the message.  This can be done as a cluster containing either a string or an enumerated type as the first element and a variant as the second.  Another method is to convert the message (string or enum) to a variant and then add the data into the attributes.&lt;br /&gt;
&lt;br /&gt;
Variant attributes are data elements that are stored and retrieved by name.  This can be very beneficial if your data is best accessed by a name.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://zone.ni.com/reference/en-XX/help/371361D-01/lvhowto/variants/ LabVIEW 8.5 Help&amp;gt;&amp;gt;Variant Data]&lt;br /&gt;
*[http://zone.ni.com/reference/en-XX/help/371361D-01/lvconcepts/handling_variant_data/ LabVIEW 8.5 Help&amp;gt;&amp;gt;Handling Variant Data]&lt;br /&gt;
*[http://zone.ni.com/reference/en-XX/help/371361D-01/glang/variant_functions/ LabVIEW 8.5 Help&amp;gt;&amp;gt;Variant Functions]&lt;br /&gt;
*[http://wiki.openg.org/Oglib_lvdata OpenG LabVIEW Data (Variant) Tools Library]&lt;br /&gt;
&lt;br /&gt;
[[category:data types]]&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Template:Main_Page/Work_in_Progress&amp;diff=1887</id>
		<title>Template:Main Page/Work in Progress</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Template:Main_Page/Work_in_Progress&amp;diff=1887"/>
		<updated>2007-07-11T00:08:18Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are many articles that contain partial contents, are stubs (placeholders) or are simply incomplete. Find one that may interest you and start editing. Make sure that someone is not already working on that article or has taken ownership of it.&lt;br /&gt;
&lt;br /&gt;
If you are an author, you can indicate that you are working on an incomplete article by editing [[Template:Main_Page/Work_in_Progress|this work in progress page]], listing your article and signing your name next to it in brackets.&lt;br /&gt;
*[[Control References]] (--[[User:Michael aivaliotis|Michael_aivaliotis]] 22:35, 5 April 2007 (CDT))&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== List of pages that are referenced but not yet created: ====&lt;br /&gt;
*[[Special:Wantedpages]]&lt;br /&gt;
==== List of pages by smallest size: ====&lt;br /&gt;
This usually indicates that these pages are too short to be considered fully developed articles so it&#039;s likely that someone needs to step in and add content. Anything smaller than 100 bytes needs investigation.&lt;br /&gt;
*[[Special:Shortpages]]&lt;br /&gt;
====The following articles need to be assigned a category.====&lt;br /&gt;
[[:Category:Uncategorized|Uncategorized Category]] [[:Special:Uncategorizedpages|All Uncategorized]]&lt;br /&gt;
&lt;br /&gt;
Information about categories can be found [[Help:Categories|here]].&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Template]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Easter_Eggs&amp;diff=1783</id>
		<title>LabVIEW configuration file/Easter Eggs</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Easter_Eggs&amp;diff=1783"/>
		<updated>2007-06-04T23:51:40Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
[[Category:Development Environment]]&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to Easter Eggs - the messages that NI R&amp;amp;D have hidden in there.  Essentially, they have no functional advantage, but are a bit-o-fun.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = HiliteExecutionPride&lt;br /&gt;
| example =HiliteExecutionPride=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Changes the highlight execution bubbles that traverse the wires from a circle into a small NI logo&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 7&lt;br /&gt;
| LV2 = 8&lt;br /&gt;
| LV3 = &lt;br /&gt;
| LV4 = &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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = ICantBelieveItsNotButter&lt;br /&gt;
| example =ICantBelieveItsNotButter=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Changes the LabVIEW splash screen to a most delicious shade of yellow&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 6&lt;br /&gt;
| LV2 = &lt;br /&gt;
| LV3 = &lt;br /&gt;
| LV4 = &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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = ILuvLV20&lt;br /&gt;
| example =ILuvLV20=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Adds an impressive birthday cake to the &amp;quot;About&amp;quot; screen&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 8.20&lt;br /&gt;
| LV2 = &lt;br /&gt;
| LV3 = &lt;br /&gt;
| LV4 = &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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = TwentyYears&lt;br /&gt;
| example =TwentyYears=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Adds the following text to the splash screen on launch: &amp;quot;Thank you for 20 years of Dataflow...&amp;quot;&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 8.20&lt;br /&gt;
| LV2 = &lt;br /&gt;
| LV3 = &lt;br /&gt;
| LV4 = &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 =None&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Web_Server&amp;diff=1782</id>
		<title>LabVIEW configuration file/Web Server</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Web_Server&amp;diff=1782"/>
		<updated>2007-06-04T20:35:41Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
[[Category:Development Environment]]&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to Web Server behaviour.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = WebServer.Enabled&lt;br /&gt;
| example =WebServer.Enabled=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Enable Web Server&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 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = WebServer.LogEnabled&lt;br /&gt;
| example =WebServer.LogEnabled=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Enable Log File&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 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = WebServer.LogPath&lt;br /&gt;
| example =WebServer.LogPath=&amp;quot;C:\MyWebServer\log.dat&amp;quot;&lt;br /&gt;
| datatype =p&lt;br /&gt;
| description =Log filepath&lt;br /&gt;
| permitted_values =Any disk-based filepath&lt;br /&gt;
| default =&amp;quot;&amp;lt;lvdir&amp;gt;\www.log&amp;quot;&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = WebServer.Port&lt;br /&gt;
| example =WebServer.Port=3370&lt;br /&gt;
| datatype =i&lt;br /&gt;
| description =HTTP Port&lt;br /&gt;
| permitted_values =1 to Unknown&lt;br /&gt;
| default =[[Image:logo.Windows.png]][[Image:logo.Mac.png]] = 80, [[Image:logo.Sun.png]] = 8000, [[Image:logo.Linux.png]] = Unknown&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = WebServer.RootPath&lt;br /&gt;
| example =WebServer.RootPath=&amp;quot;C:\MyWebServer\&amp;quot;&lt;br /&gt;
| datatype =p&lt;br /&gt;
| description =Root Directory&lt;br /&gt;
| permitted_values =Any existing disk-based folder&lt;br /&gt;
| default =&amp;quot;&amp;lt;lvdir&amp;gt;\www\&amp;quot;&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = WebServer.TcpAccess&lt;br /&gt;
| example =WebServer.TcpAccess=&amp;quot;+*&amp;quot;&lt;br /&gt;
| datatype =s&lt;br /&gt;
| description =Browser Access List&lt;br /&gt;
| permitted_values =Unknown&lt;br /&gt;
| default =Empty&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = WebServer.Timeout&lt;br /&gt;
| example =WebServer.Timeout=30&lt;br /&gt;
| datatype =i&lt;br /&gt;
| description =Timeout (seconds)&lt;br /&gt;
| permitted_values =1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&lt;br /&gt;
| default =60&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = WebServer.ViAccess&lt;br /&gt;
| example =WebServer.ViAccess=&amp;quot;+*&amp;quot;&lt;br /&gt;
| datatype =s&lt;br /&gt;
| description =Visible VIs&lt;br /&gt;
| permitted_values =Unknown&lt;br /&gt;
| default =Empty&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 =None&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Web_Server&amp;diff=1781</id>
		<title>LabVIEW configuration file/Web Server</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Web_Server&amp;diff=1781"/>
		<updated>2007-06-04T20:33:56Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
[[Category:Development Environment]]&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to Web Server behaviour.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = WebServer.Enabled&lt;br /&gt;
| example =WebServer.Enabled=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Enable Web Server&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 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = WebServer.RootPath&lt;br /&gt;
| example =WebServer.RootPath=&amp;quot;C:\MyWebServer\&amp;quot;&lt;br /&gt;
| datatype =p&lt;br /&gt;
| description =Root Directory&lt;br /&gt;
| permitted_values =Any existing disk-based folder&lt;br /&gt;
| default =&amp;quot;&amp;lt;lvdir&amp;gt;\www\&amp;quot;&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = WebServer.Port&lt;br /&gt;
| example =WebServer.Port=3370&lt;br /&gt;
| datatype =i&lt;br /&gt;
| description =HTTP Port&lt;br /&gt;
| permitted_values =1 to Unknown&lt;br /&gt;
| default =[[Image:logo.Windows.png]][[Image:logo.Mac.png]] = 80, [[Image:logo.Sun.png]] = 8000, [[Image:logo.Linux.png]] = Unknown&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = WebServer.Timeout&lt;br /&gt;
| example =WebServer.Timeout=30&lt;br /&gt;
| datatype =i&lt;br /&gt;
| description =Timeout (seconds)&lt;br /&gt;
| permitted_values =1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&lt;br /&gt;
| default =60&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = WebServer.LogEnabled&lt;br /&gt;
| example =WebServer.LogEnabled=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Enable Log File&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 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = WebServer.LogPath&lt;br /&gt;
| example =WebServer.LogPath=&amp;quot;C:\MyWebServer\log.dat&amp;quot;&lt;br /&gt;
| datatype =p&lt;br /&gt;
| description =Log filepath&lt;br /&gt;
| permitted_values =Any disk-based filepath&lt;br /&gt;
| default =&amp;quot;&amp;lt;lvdir&amp;gt;\www.log&amp;quot;&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = WebServer.TcpAccess&lt;br /&gt;
| example =WebServer.TcpAccess=&amp;quot;+*&amp;quot;&lt;br /&gt;
| datatype =s&lt;br /&gt;
| description =Browser Access List&lt;br /&gt;
| permitted_values =Unknown&lt;br /&gt;
| default =Empty&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = WebServer.ViAccess&lt;br /&gt;
| example =WebServer.ViAccess=&amp;quot;+*&amp;quot;&lt;br /&gt;
| datatype =s&lt;br /&gt;
| description =Visible VIs&lt;br /&gt;
| permitted_values =Unknown&lt;br /&gt;
| default =Empty&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 =None&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/VI_Server&amp;diff=1780</id>
		<title>LabVIEW configuration file/VI Server</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/VI_Server&amp;diff=1780"/>
		<updated>2007-06-04T20:16:39Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
[[Category:Development Environment]]&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to VI Server behaviour.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = server.app.propertiesEnabled&lt;br /&gt;
| example =server.app.propertiesEnabled=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Allow Application Methods and Properties&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =TRUE&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = server.ole.enabled&lt;br /&gt;
| example =server.ole.enabled=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Enable the local LabVIEW OLE/ActiveX server&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =TRUE&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = server.tcp.access&lt;br /&gt;
| example =server.tcp.access=&amp;quot;192.168.0.255&amp;quot;,&amp;quot;192.168.0.12&amp;quot;&lt;br /&gt;
| datatype =s&lt;br /&gt;
| description =TCP/IP Access List&lt;br /&gt;
| permitted_values =Comma-separated list of IP adresses - each IP address must be enclosed in &amp;quot;quotation&amp;quot; marks&lt;br /&gt;
| default =Empty&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = server.tcp.enabled&lt;br /&gt;
| example =server.tcp.enabled=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Enable the local LabVIEW TCP/IP server&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 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = server.tcp.paranoid&lt;br /&gt;
| example =server.tcp.paranoid=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Strict Checking&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =TRUE&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = server.tcp.port&lt;br /&gt;
| example =server.tcp.port=3360&lt;br /&gt;
| datatype =i&lt;br /&gt;
| description =TCP/IP server port number&lt;br /&gt;
| permitted_values =1 to Unknown&lt;br /&gt;
| default =3363&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = server.vi.access&lt;br /&gt;
| example =server.vi.access=&amp;quot;+*&amp;quot;&lt;br /&gt;
| datatype =s&lt;br /&gt;
| description =Exported VIs list&lt;br /&gt;
| permitted_values =Unknown&lt;br /&gt;
| default =&amp;quot;+*&amp;quot;&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = server.vi.callsEnabled&lt;br /&gt;
| example =server.vi.callsEnabled=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Allow VI Calls&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =TRUE&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = server.vi.propertiesEnabled&lt;br /&gt;
| example =server.vi.propertiesEnabled=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Allow VI Methods and Properties&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =TRUE&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = tcpServer.log&lt;br /&gt;
| example =tcpServer.log=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Enable TCP/IP server logging&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 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = tcpServer.logDetails&lt;br /&gt;
| example =tcpServer.logDetails=&lt;br /&gt;
| datatype =Unknown&lt;br /&gt;
| description =Unknown&lt;br /&gt;
| permitted_values =&lt;br /&gt;
| default =&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = tcpServer.logPath&lt;br /&gt;
| example =tcpServer.logPath=FALSE&lt;br /&gt;
| datatype =p&lt;br /&gt;
| description =TCP/IP server logging filepath&lt;br /&gt;
| permitted_values =Any filepath&lt;br /&gt;
| default =Empty&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 =None&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/VI_Server&amp;diff=1779</id>
		<title>LabVIEW configuration file/VI Server</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/VI_Server&amp;diff=1779"/>
		<updated>2007-06-04T20:12:56Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
[[Category:Development Environment]]&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to VI Server behaviour.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = server.tcp.enabled&lt;br /&gt;
| example =server.tcp.enabled=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Enable the local LabVIEW TCP/IP server&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 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = server.tcp.port&lt;br /&gt;
| example =server.tcp.port=3360&lt;br /&gt;
| datatype =i&lt;br /&gt;
| description =TCP/IP server port number&lt;br /&gt;
| permitted_values =1 to Unknown&lt;br /&gt;
| default =3363&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = server.ole.enabled&lt;br /&gt;
| example =server.ole.enabled=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Enable the local LabVIEW OLE/ActiveX server&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =TRUE&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = server.vi.callsEnabled&lt;br /&gt;
| example =server.vi.callsEnabled=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Allow VI Calls&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =TRUE&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = server.vi.propertiesEnabled&lt;br /&gt;
| example =server.vi.propertiesEnabled=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Allow VI Methods and Properties&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =TRUE&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = server.app.propertiesEnabled&lt;br /&gt;
| example =server.app.propertiesEnabled=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Allow Application Methods and Properties&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =TRUE&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = server.tcp.access&lt;br /&gt;
| example =server.tcp.access=&amp;quot;192.168.0.255&amp;quot;,&amp;quot;192.168.0.12&amp;quot;&lt;br /&gt;
| datatype =s&lt;br /&gt;
| description =TCP/IP Access List&lt;br /&gt;
| permitted_values =Comma-separated list of IP adresses - each IP address must be enclosed in &amp;quot;quotation&amp;quot; marks&lt;br /&gt;
| default =Empty&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = server.tcp.paranoid&lt;br /&gt;
| example =server.tcp.paranoid=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Strict Checking&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =TRUE&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = server.vi.access&lt;br /&gt;
| example =server.vi.access=&amp;quot;+*&amp;quot;&lt;br /&gt;
| datatype =s&lt;br /&gt;
| description =Exported VIs list&lt;br /&gt;
| permitted_values =Unknown&lt;br /&gt;
| default =&amp;quot;+*&amp;quot;&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = tcpServer.log&lt;br /&gt;
| example =tcpServer.log=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Enable TCP/IP server logging&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 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = tcpServer.logDetails&lt;br /&gt;
| example =tcpServer.logDetails=&lt;br /&gt;
| datatype =&lt;br /&gt;
| description =&lt;br /&gt;
| permitted_values =&lt;br /&gt;
| default =&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = tcpServer.logPath&lt;br /&gt;
| example =tcpServer.logPath=FALSE&lt;br /&gt;
| datatype =p&lt;br /&gt;
| description =TCP/IP server logging filepath&lt;br /&gt;
| permitted_values =Any filepath&lt;br /&gt;
| default =Empty&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 =None&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Time_and_Date&amp;diff=1778</id>
		<title>LabVIEW configuration file/Time and Date</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Time_and_Date&amp;diff=1778"/>
		<updated>2007-06-04T18:20:51Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
[[Category:Development Environment]]&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to Time and Date settings.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = dateDayFirst&lt;br /&gt;
| example =dateDayFirst=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Use the &#039;&#039;DD/MM/YY&#039;&#039; date format&lt;br /&gt;
| permitted_values =&lt;br /&gt;
| default =TRUE or FALSE&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = dateSeparator&lt;br /&gt;
| example =dateSeparator=47&lt;br /&gt;
| datatype =i&lt;br /&gt;
| description =The separator character for date strings&lt;br /&gt;
| permitted_values =Decimal value of any page-one ASCII character&lt;br /&gt;
| default =47  (&amp;quot;/&amp;quot;)&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 =See [http://en.wikipedia.org/wiki/ASCII ASCII] chart for characters&#039; decimal values.&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = hour24&lt;br /&gt;
| example =hour24=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Use the 24 hour format for time strings&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = timeSeparator&lt;br /&gt;
| example =timeSeparator=58&lt;br /&gt;
| datatype =i&lt;br /&gt;
| description =The separator character for time strings&lt;br /&gt;
| permitted_values =Decimal value of any page-one ASCII character&lt;br /&gt;
| default =47  (&amp;quot;/&amp;quot;)&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 =See [http://en.wikipedia.org/wiki/ASCII ASCII] chart for characters&#039; decimal values.&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = yearFirst&lt;br /&gt;
| example =yearFirst=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Use the &#039;&#039;YY/MM/DD&#039;&#039; date format&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 =None&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Time_and_Date&amp;diff=1777</id>
		<title>LabVIEW configuration file/Time and Date</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Time_and_Date&amp;diff=1777"/>
		<updated>2007-06-04T18:19:53Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
[[Category:Development Environment]]&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to Time and Date settings.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = dateDayFirst&lt;br /&gt;
| example =dateDayFirst=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Use the &#039;&#039;DD/MM/YY&#039;&#039; date format&lt;br /&gt;
| permitted_values =&lt;br /&gt;
| default =TRUE or FALSE&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = dateSeparator&lt;br /&gt;
| example =dateSeparator=47&lt;br /&gt;
| datatype =i&lt;br /&gt;
| description =The separator character for date strings&lt;br /&gt;
| permitted_values =Decimal value of any page-one ASCII character&lt;br /&gt;
| default =47  &#039;&#039;(&amp;quot;/&amp;quot;)&#039;&#039;&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 =See [http://en.wikipedia.org/wiki/ASCII ASCII] chart for characters&#039; decimal values.&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = hour24&lt;br /&gt;
| example =hour24=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Use the 24 hour format for time strings&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = timeSeparator&lt;br /&gt;
| example =timeSeparator=58&lt;br /&gt;
| datatype =i&lt;br /&gt;
| description =The separator character for time strings&lt;br /&gt;
| permitted_values =Decimal value of any page-one ASCII character&lt;br /&gt;
| default =47  &#039;&#039;(&amp;quot;/&amp;quot;)&#039;&#039;&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 =See [http://en.wikipedia.org/wiki/ASCII ASCII] chart for characters&#039; decimal values.&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = yearFirst&lt;br /&gt;
| example =yearFirst=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Use the &#039;&#039;YY/MM/DD&#039;&#039; date format&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 =None&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Time_and_Date&amp;diff=1776</id>
		<title>LabVIEW configuration file/Time and Date</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Time_and_Date&amp;diff=1776"/>
		<updated>2007-06-04T18:19:11Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
[[Category:Development Environment]]&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to Time and Date settings.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = dateDayFirst&lt;br /&gt;
| example =dateDayFirst=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Use the &#039;&#039;DD/MM/YY&#039;&#039; date format&lt;br /&gt;
| permitted_values =&lt;br /&gt;
| default =TRUE or FALSE&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = dateSeparator&lt;br /&gt;
| example =dateSeparator=47&lt;br /&gt;
| datatype =i&lt;br /&gt;
| description =The separator character for date strings&lt;br /&gt;
| permitted_values =Decimal value of any page-one ASCII character&lt;br /&gt;
| default =47  &#039;&#039;(&amp;quot;/&amp;quot;)&#039;&#039;&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 =See [http://en.wikipedia.org/wiki/ASCII ASCII] chart for characters&#039; decimal values.&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = yearFirst&lt;br /&gt;
| example =yearFirst=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Use the &#039;&#039;YY/MM/DD&#039;&#039; date format&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = hour24&lt;br /&gt;
| example =hour24=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Use the 24 hour format for time strings&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = timeSeparator&lt;br /&gt;
| example =timeSeparator=58&lt;br /&gt;
| datatype =i&lt;br /&gt;
| description =The separator character for time strings&lt;br /&gt;
| permitted_values =Decimal value of any page-one ASCII character&lt;br /&gt;
| default =47  &#039;&#039;(&amp;quot;/&amp;quot;)&#039;&#039;&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 =See [http://en.wikipedia.org/wiki/ASCII ASCII] chart for characters&#039; decimal values.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Template:Labviewconfigurationkey/doc&amp;diff=1775</id>
		<title>Template:Labviewconfigurationkey/doc</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Template:Labviewconfigurationkey/doc&amp;diff=1775"/>
		<updated>2007-06-04T17:32:56Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you want to experiment with the template goto: [[labviewconfigurationkeysandbox]].&amp;lt;br /&amp;gt;&lt;br /&gt;
For support issues on this template see [http://forums.lavag.org/LabVIEW-Configuration-Key-Template-t7814.html here].&lt;br /&gt;
== Usage ==&lt;br /&gt;
To use the template copy and paste the following code as shown below into the editable page.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;background: transparent;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = &lt;br /&gt;
| example =&lt;br /&gt;
| datatype =&lt;br /&gt;
| description =&lt;br /&gt;
| permitted_values =&lt;br /&gt;
| default =&lt;br /&gt;
| LV1 = &lt;br /&gt;
| LV2 = &lt;br /&gt;
| LV3 = &lt;br /&gt;
| LV4 = &lt;br /&gt;
| LV5 = &lt;br /&gt;
| LV6 = &lt;br /&gt;
| OS1 =&lt;br /&gt;
| OS2 =&lt;br /&gt;
| OS3 =&lt;br /&gt;
| OS4 =&lt;br /&gt;
| notes =&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
Shown below is an example of the template used with real values inserted.&lt;br /&gt;
{| style=&amp;quot;background: transparent;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  copyDeleteFPDCOFromFPTerm&lt;br /&gt;
| example = copyDeleteFPDCOFromFPTerm=TRUE&lt;br /&gt;
| datatype = b&lt;br /&gt;
| description = Delete front panel terminals from diagram&lt;br /&gt;
| permitted_values = TRUE or FALSE&lt;br /&gt;
| default = FALSE&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 = w&lt;br /&gt;
| OS2 = m&lt;br /&gt;
| OS3 = l&lt;br /&gt;
| OS4 = u&lt;br /&gt;
| notes =&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
You do not need to include all rows. Any can be omitted. For example, if only one LabVIEW version is supported, the other LV parameters can be removed. You can also leave the parameter in place but not include a value. This may be useful for future edits. The above example produces the following formatted output:&lt;br /&gt;
&lt;br /&gt;
[[Image:Configkeyexample.png|frame|center|Example formated output]]&lt;br /&gt;
&lt;br /&gt;
The following parameters are explained further below. At any time, you can use a value that is not specified here. It will be accepted as typed. For example, if you want to specify LabVIEW version 6.0.1, then you would use: LV1 = 6.0.1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter Name&lt;br /&gt;
! Options&lt;br /&gt;
|-&lt;br /&gt;
| datatype&lt;br /&gt;
| b=Boolean, i=Integer, s=string, p=path, h=Integer HEX, f=Float&lt;br /&gt;
|-&lt;br /&gt;
| LV1-6&lt;br /&gt;
| 3=3.x, 4=4.x, 5=5.x, 6=6.x, 7=7.x, 8=8.x&lt;br /&gt;
|-&lt;br /&gt;
| OS1-4&lt;br /&gt;
| w=[[Image:logo.Windows.png]], l=[[Image:logo.Linux.png]], m=[[Image:logo.Mac.png]], u=[[Image:logo.Sun.png]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Template:Labviewconfigurationkey&amp;diff=1774</id>
		<title>Template:Labviewconfigurationkey</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Template:Labviewconfigurationkey&amp;diff=1774"/>
		<updated>2007-06-04T17:32:03Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;== {{{keyname}}} ==&lt;br /&gt;
{{ #if:{{{example|{{{example|}}} }}} | &#039;&#039;&#039;Example:&#039;&#039;&#039; {{{example}}}&lt;br /&gt;
| &#039;&#039;&#039;Example:&#039;&#039;&#039;}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{description|{{{description|}}} }}} | &#039;&#039;&#039;Description:&#039;&#039;&#039; {{{description}}}&lt;br /&gt;
| &#039;&#039;&#039;Description:&#039;&#039;&#039;}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{datatype|{{{datatype|}}} }}} | &#039;&#039;&#039;Datatype:&#039;&#039;&#039;&lt;br /&gt;
{{ #switch: {{{datatype}}}&lt;br /&gt;
 | b = [[Boolean]]&lt;br /&gt;
 | i = [[Integer]]&lt;br /&gt;
 | s = [[String]]&lt;br /&gt;
 | p = [[Path]]&lt;br /&gt;
 | h = [[Integer HEX]]&lt;br /&gt;
 | f = [[Float]]&lt;br /&gt;
 | #default = {{{datatype}}}&lt;br /&gt;
}}&lt;br /&gt;
|&#039;&#039;&#039;Datatype:&#039;&#039;&#039;&lt;br /&gt;
}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{permitted_values|{{{permitted_values|}}} }}} | &#039;&#039;&#039;Permitted Values:&#039;&#039;&#039; {{{permitted_values}}}&lt;br /&gt;
| &#039;&#039;&#039;Permitted Values:&#039;&#039;&#039;}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{default|{{{default|}}} }}} | &#039;&#039;&#039;Default Value:&#039;&#039;&#039; {{{default}}}&lt;br /&gt;
| &#039;&#039;&#039;Default Value:&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;LabVIEW Versions:&#039;&#039;&#039;&lt;br /&gt;
{{ #if:{{{LV1|{{{LV1|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV1}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV1}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}  &lt;br /&gt;
{{ #if:{{{LV2|{{{LV2|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV2}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV2}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}  &lt;br /&gt;
{{ #if:{{{LV3|{{{LV3|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV3}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV3}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{LV4|{{{LV4|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV4}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV4}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{LV5|{{{LV5|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV5}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV5}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{LV6|{{{LV6|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV6}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV6}}}&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;OS&#039;s Supported:&#039;&#039;&#039;&lt;br /&gt;
{{ #if:{{{OS1|{{{OS1|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{OS1}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}} &lt;br /&gt;
{{ #if:{{{OS2|{{{OS2|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{OS2}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{OS3|{{{OS3|}}} }}} |&lt;br /&gt;
{{ #switch: {{{OS3}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:Logo.none.PNG]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{OS4|{{{OS4|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{OS4}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{notes|{{{notes|}}} }}} | &#039;&#039;&#039;Notes:&#039;&#039;&#039; {{{notes}}}&lt;br /&gt;
| &#039;&#039;&#039;Notes:&#039;&#039;&#039;}}__NOEDITSECTION__&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{{{FULLPAGENAME}}/doc}}&lt;br /&gt;
[[Category:Template|{{PAGENAME}}]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Printing&amp;diff=1773</id>
		<title>LabVIEW configuration file/Printing</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Printing&amp;diff=1773"/>
		<updated>2007-06-04T17:30:41Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
[[Category:Development Environment]]&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to Printing.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = colorPrinting&lt;br /&gt;
| example =colorPrinting=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Print in Color&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =TRUE&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = marginB&lt;br /&gt;
| example =marginB=1.25&lt;br /&gt;
| datatype =f&lt;br /&gt;
| description =Bottom margin&lt;br /&gt;
| permitted_values =0 to Unknown&lt;br /&gt;
| default =0&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 =This setting is only effective if [[#useMargins|useMargins]] is set to &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = marginL&lt;br /&gt;
| example =marginL=1.00&lt;br /&gt;
| datatype =f&lt;br /&gt;
| description =Left margin&lt;br /&gt;
| permitted_values =0 to Unknown&lt;br /&gt;
| default =0&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 =This setting is only effective if [[#useMargins|useMargins]] is set to &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = marginR&lt;br /&gt;
| example =marginR=2.25&lt;br /&gt;
| datatype =f&lt;br /&gt;
| description =Right margin&lt;br /&gt;
| permitted_values =0 to Unknown&lt;br /&gt;
| default =0&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 =This setting is only effective if [[#useMargins|useMargins]] is set to &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = marginT&lt;br /&gt;
| example =marginT=2.00&lt;br /&gt;
| datatype =f&lt;br /&gt;
| description =Top margin&lt;br /&gt;
| permitted_values =0 to Unknown&lt;br /&gt;
| default =0&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 =This setting is only effective if [[#useMargins|useMargins]] is set to &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = marginUnitInch&lt;br /&gt;
| example =marginUnitInch=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Select inches (&amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;) or millimeters (&amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;) for margins&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =TRUE&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = postScriptLevel2&lt;br /&gt;
| example =postScriptLevel2=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =PostScript level 2 printing&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =TRUE&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = postScriptPrinting&lt;br /&gt;
| example =postScriptPrinting=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =PostScript printing&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = printerDithering&lt;br /&gt;
| example =printerDithering=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description = Permit printer dithering&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = printUsingBitmap&lt;br /&gt;
| example =printUsingBitmap=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Bitmap printing&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = useMargins&lt;br /&gt;
| example =useMargins=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Use the margins defined in this config file&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 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =When this setting is &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;, LabVIEW uses the margins defined by [[#marginB|marginB]], [[#marginL|marginL]], [[#marginR|marginR]], and [[#marginT|marginT]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Performance&amp;diff=1772</id>
		<title>LabVIEW configuration file/Performance</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Performance&amp;diff=1772"/>
		<updated>2007-06-04T17:17:01Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
[[Category:Development Environment]]&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to Performance.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = abortMIN&lt;br /&gt;
| example =abortMIN=250&lt;br /&gt;
| datatype =i&lt;br /&gt;
| description =Abort LabVIEW launch process if available disk space on the drive LabVIEW is launched from is below this many kB&lt;br /&gt;
| permitted_values =1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&lt;br /&gt;
| default =500&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =This setting only takes effect if [[#checkAvailDiskSpace|checkAvailDiskSpace]] is set to &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = anxiousMemoryDeallocation&lt;br /&gt;
| example =anxiousMemoryDeallocation=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Force LabVIEW to deallocate memory aggressively&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = checkAvailDiskSpace&lt;br /&gt;
| example =checkAvailDiskSpace=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| 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]]&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =TRUE&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = macExtremeCompacting&lt;br /&gt;
| example =macExtremeCompacting=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Unknown&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 =m&lt;br /&gt;
| OS2 =&lt;br /&gt;
| OS3 =&lt;br /&gt;
| OS4 =&lt;br /&gt;
| notes =Faster loading (but more inefficient)&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = useDefaultTimer&lt;br /&gt;
| example =useDefaultTimer=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Unknown&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =Set this to &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt; to increase LabVIEW&#039;s timer functions to 1ms resolution&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = warnMIN&lt;br /&gt;
| example =warnMIN=1250&lt;br /&gt;
| datatype =i&lt;br /&gt;
| description =Warn the user on LabVIEW launch if available disk space on the drive LabVIEW is launched from is below this many kB&lt;br /&gt;
| permitted_values =1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&lt;br /&gt;
| default =2000&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =This setting only takes effect if [[#checkAvailDiskSpace|checkAvailDiskSpace]] is set to &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Miscellaneous&amp;diff=1771</id>
		<title>LabVIEW configuration file/Miscellaneous</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Miscellaneous&amp;diff=1771"/>
		<updated>2007-06-04T17:03:44Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
[[Category:Development Environment]]&lt;br /&gt;
This is a list of Miscellaneous LabVIEW ini File settings.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = BldApp.RemovePolyVIsandTypedefs&lt;br /&gt;
| example =BldApp.RemovePolyVIsandTypedefs=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Setting this to &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt; stops the LabVIEW Application Builder from aggressively removing polymorphic VIs and typedefs that it thinks are not required&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =TRUE&lt;br /&gt;
| LV1 = 7&lt;br /&gt;
| LV2 = &lt;br /&gt;
| LV3 = &lt;br /&gt;
| LV4 = &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 =&lt;br /&gt;
| notes =By default, the LabVIEW 7.x Application Builder does not include type definitions and unused instances of polymorphic VIs into executable in order to decrease size of application. This setting can be changed in the LabVIEW 7.1 applciation Builder in the Application Settings page.&lt;br /&gt;
If a VI in your build calls an external VI that uses a type definition in order to pass parameters, and the AppBuilder is unaware of this external VI, it will end in tears.&lt;br /&gt;
Also there is one other issue which makes this setting very important. In LabVIEW 7.x, by disconnecting typedefs from controls they did loose their default data and return to LabVIEWs default default data. This could be a major problem if you used strict typedefed clusters on front panels to provide certain default data when unwired and those default data did not match LabVIEWs default default data. This has been mostly fixed in newer LabVIEW versions from 8.0 on.&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = coerceFromVariant&lt;br /&gt;
| example =coerceFromVariant=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Force variants to automatically coerce to any data type that they are connected to&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 7&lt;br /&gt;
| LV2 = 8&lt;br /&gt;
| LV3 = &lt;br /&gt;
| LV4 = &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 =&lt;br /&gt;
| notes =Tread carefully, as using this function removes coercion notification, and does not use error handling&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = cleanupVisa&lt;br /&gt;
| example =cleanupVisa=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Automatically close VISA sessions - do not require the use of the &#039;&#039;VISA Close&#039;&#039; VI&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 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = dropThroughClicks&lt;br /&gt;
| example =dropThroughClicks=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Allow drop-through clicks&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =TRUE&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&lt;br /&gt;
| LV6 = &lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = ExternalNodesEnabled&lt;br /&gt;
| example =ExternalNodesEnabled=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Enables use of [[External Nodes]]&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =6.x?, 7.x: TRUE  8.x: FALSE&lt;br /&gt;
| LV1 = 6.x?&lt;br /&gt;
| LV2 = 7&lt;br /&gt;
| LV3 = 8&lt;br /&gt;
| LV4 = &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 =&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = ExternalNodeDebugging&lt;br /&gt;
| example =ExternalNodeDebugging=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Shows External Nodes for what they are: sequence diagrams&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 7&lt;br /&gt;
| LV2 = 8&lt;br /&gt;
| LV3 = &lt;br /&gt;
| LV4 = &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 =&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = hotMenus&lt;br /&gt;
| example =hotMenus=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Use hot menus&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =TRUE&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&lt;br /&gt;
| LV6 = &lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = MRUFolders&lt;br /&gt;
| example = MRUFolders=TRUE&lt;br /&gt;
| datatype = b&lt;br /&gt;
| description = MRUFolders:Most recently used folders. Every time you select a file in a file dialog in LabVIEW, that location (folder) becomes the new top item in the location area (left side of the dialog) of the Windows file dialog.&lt;br /&gt;
| permitted_values = TRUE, FALSE&lt;br /&gt;
| default = FALSE&lt;br /&gt;
| LV1 = 8.2&lt;br /&gt;
| OS1 = w&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = openInRun&lt;br /&gt;
| example =openInRun=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =When opening VIs in the development environment, open them in &#039;&#039;run mode&#039;&#039;&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = readOnlyLock&lt;br /&gt;
| example =readOnlyLock=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Treat read-only VIs as locked&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 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =&lt;br /&gt;
| notes =It is important to set this to &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; when using source code control outside of the LabVIEW environment, so LabVIEW will not allow a VI that is not checked out to the user to be edited&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = showBDConstName&lt;br /&gt;
| example =showBDConstName=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Show auto-constant labels&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&lt;br /&gt;
| LV6 = &lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = ShowTipStrings&lt;br /&gt;
| example =ShowTipStrings=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Display Tip Strips during execution&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =TRUE&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = skipNavigatorDialog&lt;br /&gt;
| example =skipNavigatorDialog=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Skip the navigation dialog on development environment launch&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 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = suppressFileDlgForMissingVIs&lt;br /&gt;
| example =suppressFileDlgForMissingVIs=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Suppresses the file dialog for when loading a VI that has missing SubVIs&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 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = useNativeFileDialog&lt;br /&gt;
| example =useNativeFileDialog=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Use the OS native file dialogs&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =TRUE&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&lt;br /&gt;
| LV6 = &lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = userVIsAppearFirst&lt;br /&gt;
| example =userVIsAppearFirst=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Makes the user VIs appear first in the tool menu&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 6&lt;br /&gt;
| LV2 = 7&lt;br /&gt;
| LV3 = &lt;br /&gt;
| LV4 = &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 =&lt;br /&gt;
| notes =Unfortunately this option no longer works in LabVIEW versions 8+.&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = XNodeWizardMode&lt;br /&gt;
| example =XNodeWizardMode=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Allows contextual menus on [[XNodes]] to facilitate debugging&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 8&lt;br /&gt;
| LV2 = &lt;br /&gt;
| LV3 = &lt;br /&gt;
| LV4 = &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 =&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Time_and_Date&amp;diff=1770</id>
		<title>LabVIEW configuration file/Time and Date</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Time_and_Date&amp;diff=1770"/>
		<updated>2007-05-31T15:24:35Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
[[Category:Development Environment]]&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to Time and Date settings.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = dateDayFirst&lt;br /&gt;
| example =dateDayFirst=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Use the &#039;&#039;DD/MM/YY&#039;&#039; date format&lt;br /&gt;
| permitted_values =&lt;br /&gt;
| default =TRUE or FALSE&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 =&lt;br /&gt;
}}== dateDayFirst ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;dateDayFirst=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use the &#039;&#039;DD/MM/YY&#039;&#039; date format&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== dateSeparator ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;dateSeparator=47&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: The separator character for date strings&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: ASCII &amp;lt;FONT COLOR=#FF00FF&amp;gt;String&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: Any page-on ASCII String&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;47&amp;lt;/code&amp;gt; (&amp;quot;/&amp;quot;)&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== dateYearFirst ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;dateYearFirst=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use the &#039;&#039;YY/MM/DD&#039;&#039; date format&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== hour24 ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;hour24=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use the 24 hour format for time strings&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== timeSeparator ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;timeSeparator=58&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: The separator character for time strings&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: ASCII &amp;lt;FONT COLOR=#FF00FF&amp;gt;String&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: Any page-on ASCII String&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;58&amp;lt;/code&amp;gt; (&amp;quot;.&amp;quot;)&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Paths&amp;diff=1769</id>
		<title>LabVIEW configuration file/Paths</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Paths&amp;diff=1769"/>
		<updated>2007-05-31T15:07:24Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
[[Category:Development Environment]]&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to Paths.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = defaultdir &lt;br /&gt;
| example =defaultdir =&amp;quot;C:\Program Files\National Instruments\LabVIEW 8.2\&amp;quot;&lt;br /&gt;
| datatype =p&lt;br /&gt;
| description =Default Directory&lt;br /&gt;
| permitted_values =Any existing disk path&lt;br /&gt;
| default =[[Image:logo.Windows.png]][[Image:logo.Mac.png]] The installed LabVIEW folder, [[Image:logo.Linux.png]][[Image:logo.Sun.png]] The user home folder&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = libdir&lt;br /&gt;
| example =libdir=&amp;quot;C:\Program Files\National Instruments\LabVIEW 5.1\&amp;quot;&lt;br /&gt;
| datatype =p&lt;br /&gt;
| description =Library Directory&lt;br /&gt;
| permitted_values =Any existing disk path&lt;br /&gt;
| default =..\LabVIEW x.x\&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = menusdir&lt;br /&gt;
| example =menusdir=&amp;quot;C:\Program Files\National Instruments\LabVIEW 8.2\menus&amp;quot;&lt;br /&gt;
| datatype =p&lt;br /&gt;
| description =Menus Directory&lt;br /&gt;
| permitted_values =Any existing disk path&lt;br /&gt;
| default =..\LabVIEW x.x\menus\&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = tmpdir&lt;br /&gt;
| example =tmpdir=&amp;quot;C:\DOCUME~1\USERNA~1\LOCALS~1\Temp\&amp;quot;&lt;br /&gt;
| datatype =p&lt;br /&gt;
| description =Temporary Directory&lt;br /&gt;
| permitted_values =Any existing disk path&lt;br /&gt;
| default =The OS-reported temporary folder (as read from the &amp;lt;code&amp;gt;TMP&amp;lt;/code&amp;gt; environment variable)&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = viSearchPath&lt;br /&gt;
| example =viSearchPath= &amp;quot;&amp;lt;topvi&amp;gt;:\*;&amp;lt;foundvi&amp;gt;:\;&amp;lt;vilib&amp;gt;:\*;&amp;lt;userlib&amp;gt;:\*;&amp;lt;instrlib&amp;gt;:\*&amp;quot;&lt;br /&gt;
| datatype =p&lt;br /&gt;
| description =VI Search Path&lt;br /&gt;
| permitted_values =Any existing disk paths&lt;br /&gt;
| default =&amp;quot;&amp;lt;topvi&amp;gt;:\*;&amp;lt;foundvi&amp;gt;:\;&amp;lt;vilib&amp;gt;:\*;&amp;lt;userlib&amp;gt;:\*;&amp;lt;instrlib&amp;gt;:\*&amp;quot;&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =The locations that LabVIEW will search through to find components that aren&#039;t in their expected location&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Paths&amp;diff=1768</id>
		<title>LabVIEW configuration file/Paths</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Paths&amp;diff=1768"/>
		<updated>2007-05-31T00:54:32Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
[[Category:Development Environment]]&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to Paths.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = defaultdir &lt;br /&gt;
| example =defaultdir =&amp;quot;C:\Program Files\National Instruments\LabVIEW 8.2\&amp;quot;&lt;br /&gt;
| datatype =p&lt;br /&gt;
| description =Default Directory&lt;br /&gt;
| permitted_values =Any existing disk path&lt;br /&gt;
| default =[[Image:logo.Windows.png]][[Image:logo.Mac.png]] The installed LabVIEW folder, [[Image:logo.Linux.png]][[Image:logo.Sun.png]] The user home folder&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== libdir ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;libdir=&amp;quot;C:\Program Files\National Instruments\LabVIEW 8.2\&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Library Directory&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008080&amp;gt;Path&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: Any existing disk path&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;..\LabVIEW x.x\&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.1, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== menusdir ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;menusdir=&amp;quot;C:\Program Files\National Instruments\LabVIEW 8.2\menus&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Menus Directory&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008080&amp;gt;Path&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: Any existing disk path&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;..\LabVIEW x.x\menus\&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.1, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== tmpdir ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;tmpdir=&amp;quot;C:\DOCUME~1\USERNA~1\LOCALS~1\Temp\&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Temporary Directory&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008080&amp;gt;Path&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: Any existing disk path&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: The OS-reported temporary folder (as read from the &amp;lt;code&amp;gt;TMP&amp;lt;/code&amp;gt; environment variable)&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.1, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== viSearchPath ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;viSearchPath=&amp;quot;&amp;lt;topvi&amp;gt;:\*;&amp;lt;foundvi&amp;gt;:\;&amp;lt;vilib&amp;gt;:\*;&amp;lt;userlib&amp;gt;:\*;&amp;lt;instrlib&amp;gt;:\*&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: VI Search Path&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008080&amp;gt;[Path]&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: Any existing disk paths&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;&amp;quot;&amp;lt;topvi&amp;gt;:\*;&amp;lt;foundvi&amp;gt;:\;&amp;lt;vilib&amp;gt;:\*;&amp;lt;userlib&amp;gt;:\*;&amp;lt;instrlib&amp;gt;:\*&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.1, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: The locations that LabVIEW will search through to find components that aren&#039;t in their expected location&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/History&amp;diff=1767</id>
		<title>LabVIEW configuration file/History</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/History&amp;diff=1767"/>
		<updated>2007-05-31T00:47:45Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
[[Category:Development Environment]]&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to VI History.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = history.alwaysRecordChange&lt;br /&gt;
| example =history.alwaysRecordChange=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Add a history entry every time a VI is saved&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = history.generateComments&lt;br /&gt;
| example =history.generateComments=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Record comments generated by LabVIEW when a VI is saved&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = history.promptAtClose&lt;br /&gt;
| example =history.promptAtClose=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Prompt the user for a historic comment when a VI is closed&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = history.promptAtSave&lt;br /&gt;
| example =history.promptAtSave=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Prompt the user for a historic comment when a VI is saved&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = history.whereToGetName&lt;br /&gt;
| example =history.whereToGetName=prompt&lt;br /&gt;
| datatype =s&lt;br /&gt;
| description =Where to get the user name to save with historic comments&lt;br /&gt;
| permitted_values =system, prompt, or LabVIEW&lt;br /&gt;
| default = Unknown&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = titlebarRevision&lt;br /&gt;
| example =titlebarRevision=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Show each VI&#039;s revision number in it&#039;s titlebar&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 =None&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Front_Panel&amp;diff=1766</id>
		<title>LabVIEW configuration file/Front Panel</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Front_Panel&amp;diff=1766"/>
		<updated>2007-05-30T16:07:56Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
[[Category:Development Environment]]&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to Front Panel behaviour.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = blinkSpeed&lt;br /&gt;
| example =blinkSpeed=250&lt;br /&gt;
| datatype =i&lt;br /&gt;
| description =Blink speed (milliseconds)&lt;br /&gt;
| permitted_values =1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&lt;br /&gt;
| default =1000&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = doubleClickToEditControl&lt;br /&gt;
| example =doubleClickToEditControl=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Open the control editor with double click&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = noBoxAroundName&lt;br /&gt;
| example =noBoxAroundName=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Use transparent name labels&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =TRUE&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = offscreenUpdates&lt;br /&gt;
| example =offscreenUpdates=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Use smooth updates during drawing&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =TRUE&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = returnKeyAction&lt;br /&gt;
| example =returnKeyAction=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =End text entry with Return key&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = sunKeyboard&lt;br /&gt;
| example =sunKeyboard=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Support numeric keypad&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =u&lt;br /&gt;
| OS2 =&lt;br /&gt;
| OS3 =&lt;br /&gt;
| OS4 =&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = useAllFKeys&lt;br /&gt;
| example =useAllFKeys=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Override system default function key settings&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =TRUE&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = useLocaleDecimalPt&lt;br /&gt;
| example =useLocaleDecimalPt=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Use localized decimal point&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =TRUE&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Fonts&amp;diff=1765</id>
		<title>LabVIEW configuration file/Fonts</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Fonts&amp;diff=1765"/>
		<updated>2007-05-30T15:02:59Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{LabVIEW configuration back}}&lt;br /&gt;
{| align=&amp;quot;right&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
|__TOC__&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to Fonts.&lt;br /&gt;
----&lt;br /&gt;
Key:&lt;br /&gt;
* &#039;&#039;fontname&#039;&#039; = the string name of an installed TTF font&lt;br /&gt;
* &#039;&#039;fontsize&#039;&#039; = font point size&lt;br /&gt;
* &#039;&#039;fontstlye&#039;&#039; = font style&lt;br /&gt;
** empty = Plain&lt;br /&gt;
** B = &#039;&#039;&#039;Bold&#039;&#039;&#039;&lt;br /&gt;
** ? = &#039;&#039;Italic&#039;&#039;&lt;br /&gt;
** ? = &amp;lt;u&amp;gt;Underline&amp;lt;/u&amp;gt;&lt;br /&gt;
** ? = Outline&lt;br /&gt;
** ? = &amp;lt;s&amp;gt;Strikeout&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = appFont&lt;br /&gt;
| example =appFont=&amp;quot;Arial&amp;quot; 12 B&lt;br /&gt;
| datatype =s&lt;br /&gt;
| description =Application font&lt;br /&gt;
| permitted_values =&amp;quot;&#039;&#039;fontname&#039;&#039;&amp;quot;+SPACE+&#039;&#039;fontsize&#039;&#039;+SPACE+&#039;&#039;fontstyle&#039;&#039;&lt;br /&gt;
| default =&amp;quot;MS Sans Serif&amp;quot; 13&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = BDFont&lt;br /&gt;
| example =BDFont=&amp;quot;Arial&amp;quot; 12 B&lt;br /&gt;
| datatype =s&lt;br /&gt;
| description =Last font used for labels on the Block Diagram&lt;br /&gt;
| permitted_values =&amp;quot;&#039;&#039;fontname&#039;&#039;&amp;quot;+SPACE+&#039;&#039;fontsize&#039;&#039;+SPACE+&#039;&#039;fontstyle&#039;&#039;&lt;br /&gt;
| default =&amp;quot;0&amp;quot; 13&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = dialogFont&lt;br /&gt;
| example =dialogFont=&amp;quot;Arial&amp;quot; 12 B&lt;br /&gt;
| datatype =s&lt;br /&gt;
| description =Dialog font&lt;br /&gt;
| permitted_values =&amp;quot;&#039;&#039;fontname&#039;&#039;&amp;quot;+SPACE+&#039;&#039;fontsize&#039;&#039;+SPACE+&#039;&#039;fontstyle&#039;&#039;&lt;br /&gt;
| default =&amp;quot;MS Sans Serif&amp;quot; 13&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = FPFont&lt;br /&gt;
| example =FPFont=&amp;quot;Arial&amp;quot; 12 B&lt;br /&gt;
| datatype =s&lt;br /&gt;
| description =Last font used for labels on the Front Panel&lt;br /&gt;
| permitted_values =&amp;quot;&#039;&#039;fontname&#039;&#039;&amp;quot;+SPACE+&#039;&#039;fontsize&#039;&#039;+SPACE+&#039;&#039;fontstyle&#039;&#039;&lt;br /&gt;
| default =&amp;quot;0&amp;quot; 13&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = IconFont&lt;br /&gt;
| example =IconFont=&amp;quot;SmallFonts&amp;quot; 12 B&lt;br /&gt;
| datatype =s&lt;br /&gt;
| description =Last font used for labels in the icon editor&lt;br /&gt;
| permitted_values =&amp;quot;&#039;&#039;fontname&#039;&#039;&amp;quot;+SPACE+&#039;&#039;fontsize&#039;&#039;+SPACE+&#039;&#039;fontstyle&#039;&#039;&lt;br /&gt;
| default =&amp;quot;0&amp;quot; 13&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = systemFont&lt;br /&gt;
| example =systemFont=&amp;quot;Arial&amp;quot; 12 B&lt;br /&gt;
| datatype =s&lt;br /&gt;
| description =System font&lt;br /&gt;
| permitted_values =&amp;quot;&#039;&#039;fontname&#039;&#039;&amp;quot;+SPACE+&#039;&#039;fontsize&#039;&#039;+SPACE+&#039;&#039;fontstyle&#039;&#039;&lt;br /&gt;
| default =&amp;quot;MS Sans Serif&amp;quot; 13 B&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Development Environment]]&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Execution_System&amp;diff=1764</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=1764"/>
		<updated>2007-05-30T14:41:22Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to the Execution System.&lt;br /&gt;
&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;
== ESys.xxx.yyyy ==&lt;br /&gt;
Example: Various&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
[[Category:Development Environment]]&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Debugging&amp;diff=1763</id>
		<title>LabVIEW configuration file/Debugging</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Debugging&amp;diff=1763"/>
		<updated>2007-05-30T14:12:55Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to Debugging.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = prettyExecHilite&lt;br /&gt;
| example = prettyExecHilite=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Show data flow trace bubbles during execution highlighting&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =TRUE&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = autoProbe&lt;br /&gt;
| example = autoProbe=FALSE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Show data values on wires during execution highlighting&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =TRUE&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = showWarnings&lt;br /&gt;
| example = showWarnings=TRUE&lt;br /&gt;
| datatype =b&lt;br /&gt;
| description =Show warnings in error box&lt;br /&gt;
| permitted_values =TRUE or FALSE&lt;br /&gt;
| default =FALSE&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes =None&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Development Environment]]&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Home&amp;diff=1762</id>
		<title>Home</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Home&amp;diff=1762"/>
		<updated>2007-05-30T14:07:56Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align:center;font-size:200%;border:none;margin: 0;padding:.5em;color:#000&amp;quot;&amp;gt;Welcome to the LabVIEW&amp;lt;sup&amp;gt;&amp;lt;small&amp;gt;&amp;lt;small&amp;gt;&amp;lt;small&amp;gt;TM&amp;lt;/small&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/sup&amp;gt; Wiki&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align:center;font-size: 95%&amp;quot;&amp;gt;The free [[LabVIEW]] information resource that anyone can edit.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align:center;font-size: 95%&amp;quot;&amp;gt;Hosted by [[LAVA]] (LabVIEW Advanced Virtual Architects).&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;articlecount&amp;quot; style=&amp;quot;width:100%;text-align:center;font-size:85%;&amp;quot;&amp;gt;We have [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles&amp;lt;/div&amp;gt;&lt;br /&gt;
{|&amp;lt;!-- Portals Follow --&amp;gt;&lt;br /&gt;
||&lt;br /&gt;
*[[Portal:XNodes|XNodes]]&lt;br /&gt;
*[[Portal:LabVIEW FAQ|LabVIEW FAQ]]&lt;br /&gt;
*[[Portal:Development Environment|Development Environment]]&lt;br /&gt;
*[[Portal:Code Distribution|Code Distribution]]&lt;br /&gt;
*[[Portal:GOOP|GOOP and LabVOOP]]&lt;br /&gt;
||&lt;br /&gt;
*[[Portal:Application Design &amp;amp; Architecture|Application Design &amp;amp; Architecture]]&lt;br /&gt;
*[[Portal:External Code|External Code]]&lt;br /&gt;
*[[Portal:Database|Database]]&lt;br /&gt;
*[[Portal:User Interface|User Interface]]&lt;br /&gt;
*[[Block Diagram Images]]&lt;br /&gt;
||&lt;br /&gt;
*[[Portal:Internet|Internet]]&lt;br /&gt;
*[[Portal:Getting Started|Getting Started]]&lt;br /&gt;
*[[Portal:Hardware|Hardware]]&lt;br /&gt;
*[[:Category:Design Patterns|Design patterns]]&lt;br /&gt;
*[[:Category:Template|Templates]]&lt;br /&gt;
*[[Other Pages]]&lt;br /&gt;
|}&amp;lt;!-- End Portals --&amp;gt;&lt;br /&gt;
{|style=&amp;quot;border-spacing:8px;width:100%;padding-left: 0px&amp;quot;&lt;br /&gt;
|class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width:30%;border:1px solid #cef2e0;background-color:#f5fffa;vertical-align:top;color:#000&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;1&amp;quot; style=&amp;quot;vertical-align:top;background-color:#f5fffa&amp;quot;&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background-color:#cef2e0;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;Navigation&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{Main Page/Navigation Box}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background:#cef2e0;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;Wiki Editing&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{Main Page/Wiki Editing}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Start of right-column --&amp;gt;&lt;br /&gt;
|class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width:100%;border:1px solid #cedff2;background-color:#f5faff;vertical-align:top&amp;quot;|&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;1&amp;quot; style=&amp;quot;vertical-align:top;background-color:#f5faff&amp;quot;&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background-color:#cedff2;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;Featured Articles&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{Main Page/Featured Articles}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background:#cedff2;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;News &amp;amp; Work in Progress&amp;lt;/h2&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{Main Page/Work in Progress}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== LabVIEW Wiki Sister Sites ==&lt;br /&gt;
*&#039;&#039;&#039;[http://forums.lavag.org LAVA Forums]&#039;&#039;&#039;: Independent, community forums where veteran LabVIEW users and NI employees congregate and discuss medium to advanced LabVIEW programming techniques.&lt;br /&gt;
*&#039;&#039;&#039;[http://forums.lavag.org/downloads.html LAVA Code Repository]&#039;&#039;&#039;: A collection of peer reviewed LabVIEW code submitted by the LAVA members and organized by category.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__  __NOEDITSECTION__&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Colors&amp;diff=1697</id>
		<title>LabVIEW configuration file/Colors</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Colors&amp;diff=1697"/>
		<updated>2007-05-15T21:39:41Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to Colors.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = blinkBG&lt;br /&gt;
| example = blinkBG=B6C7D8&lt;br /&gt;
| datatype = h&lt;br /&gt;
| description = Blinking Front Panel component background&lt;br /&gt;
| permitted_values = 000000 to FFFFFF&lt;br /&gt;
| default = FF0000 &#039;&#039;(Red)&#039;&#039;&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = blinkFG&lt;br /&gt;
| example = blinkFG=E3F4A5&lt;br /&gt;
| datatype = h&lt;br /&gt;
| description = Blinking Front Panel component foreground&lt;br /&gt;
| permitted_values = 000000 to FFFFFF&lt;br /&gt;
| default = FFFF00 &#039;&#039;(Yellow)&#039;&#039;&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = coercionDot&lt;br /&gt;
| example = coercionDot=B4C5D6&lt;br /&gt;
| datatype = h&lt;br /&gt;
| description = Block Diagram coercion dots color&lt;br /&gt;
| permitted_values = 000000 to FFFFFF&lt;br /&gt;
| default = LV 3..8 - 666666 &#039;&#039;(Grey)&#039;&#039;, LV 8.2 - FF0000 &#039;&#039;(Red)&#039;&#039;&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = cursor.background&lt;br /&gt;
| example = cursor.background=B2C3D4&lt;br /&gt;
| datatype = h&lt;br /&gt;
| description = Cursor background color&lt;br /&gt;
| permitted_values = 000000 to FFFFFF&lt;br /&gt;
| default = Unknown&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = cursor.foreground&lt;br /&gt;
| example = cursor.foreground=E9F0A1&lt;br /&gt;
| datatype = h&lt;br /&gt;
| description = Cursor foreground color&lt;br /&gt;
| permitted_values = 000000 to FFFFFF&lt;br /&gt;
| default = Unknown&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = diagram.background&lt;br /&gt;
| example = diagram.background=B2B2FF&lt;br /&gt;
| datatype = h&lt;br /&gt;
| description = Default Block Diagram Color&lt;br /&gt;
| permitted_values = 000000 to FFFFFF&lt;br /&gt;
| default = FFFFFF&#039;&#039;(White)&#039;&#039;&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = diagram.primColor&lt;br /&gt;
| example = diagram.primColor=22FC0B&lt;br /&gt;
| datatype = h&lt;br /&gt;
| description = Background color of primitives on diagram&lt;br /&gt;
| permitted_values = 000000 to FFFFFF&lt;br /&gt;
| default = FFFFCC &#039;&#039;(Light Yellow)&#039;&#039;&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = execPalette.background&lt;br /&gt;
| example = execPalette.background=C2D3E4&lt;br /&gt;
| datatype = h&lt;br /&gt;
| description = Background color of the Front Panel and Block Diagram toolbars&lt;br /&gt;
| permitted_values = 000000 to FFFFFF&lt;br /&gt;
| default = EFEFEF &#039;&#039;(Very Light Grey)&#039;&#039;&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = execPalette.foreground&lt;br /&gt;
| example = execPalette.foreground=E5A0B1&lt;br /&gt;
| datatype = h&lt;br /&gt;
| description = Foreground color of the Front Panel and Block Diagram toolbars&lt;br /&gt;
| permitted_values = 000000 to FFFFFF&lt;br /&gt;
| default = Unknown&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = menu.background&lt;br /&gt;
| example = menu.background=B0C1D2&lt;br /&gt;
| datatype = h&lt;br /&gt;
| description = Front Panel and Block Diagram menu background&lt;br /&gt;
| permitted_values = 000000 to FFFFFF&lt;br /&gt;
| default = D4D0C8 &#039;&#039;(Light Grey)&#039;&#039;&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = menu.foreground&lt;br /&gt;
| example = menu.foreground=E7F8A9&lt;br /&gt;
| datatype = h&lt;br /&gt;
| description = Front Panel and Block Diagram menu text&lt;br /&gt;
| permitted_values = 000000 to FFFFFF&lt;br /&gt;
| default = 000000 &#039;&#039;(Black)&#039;&#039;&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = menubar.background&lt;br /&gt;
| example = menubar.background=15A0B1&lt;br /&gt;
| datatype = h&lt;br /&gt;
| description = Front Panel and Block Diagram menubar background&lt;br /&gt;
| permitted_values = 000000 to FFFFFF&lt;br /&gt;
| default = D4D0C8 &#039;&#039;(Light Grey)&#039;&#039;&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = menubar.foreground&lt;br /&gt;
| example = menubar.foreground=F5A0B1&lt;br /&gt;
| datatype = h&lt;br /&gt;
| description = Front Panel and Block Diagram menubar text&lt;br /&gt;
| permitted_values = 000000 to FFFFFF&lt;br /&gt;
| default = 000000 &#039;&#039;(Black)&#039;&#039;&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = moreColors&lt;br /&gt;
| example = moreColors=TRUE&lt;br /&gt;
| datatype = b&lt;br /&gt;
| description = Provide Extra colors in the colorpicker&lt;br /&gt;
| permitted_values = TRUE or FALSE&lt;br /&gt;
| default = FALSE&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =u&lt;br /&gt;
| OS2 =&lt;br /&gt;
| OS3 =&lt;br /&gt;
| OS4 =&lt;br /&gt;
| notes = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = panel.background&lt;br /&gt;
| example = panel.background=00FFCC&lt;br /&gt;
| datatype = h&lt;br /&gt;
| description = Default Front Panel Color&lt;br /&gt;
| permitted_values = 000000 to FFFFFF&lt;br /&gt;
| default = B3B3B3 &#039;&#039;(Medium Grey)&#039;&#039;&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = scrollbar.background&lt;br /&gt;
| example = scrollbar.background=A1B2C3&lt;br /&gt;
| datatype = h&lt;br /&gt;
| description = Scrollbar color&lt;br /&gt;
| permitted_values = 000000 to FFFFFF&lt;br /&gt;
| default = D4D0C8 &#039;&#039;(Light Grey)&#039;&#039;&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = scrollbar.foreground&lt;br /&gt;
| example = scrollbar.foreground=B1B2B3&lt;br /&gt;
| datatype = h&lt;br /&gt;
| description = Scrollbar thumb and arrow button for both Front Panels and Block Diagrams&lt;br /&gt;
| permitted_values = 000000 to FFFFFF&lt;br /&gt;
| default = D4D0C8 &#039;&#039;(Light Grey)&#039;&#039;&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 =w&lt;br /&gt;
| OS2 =m&lt;br /&gt;
| OS3 =l&lt;br /&gt;
| OS4 =u&lt;br /&gt;
| notes = None&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Development Environment]]&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Template:Labviewconfigurationkey/doc&amp;diff=1696</id>
		<title>Template:Labviewconfigurationkey/doc</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Template:Labviewconfigurationkey/doc&amp;diff=1696"/>
		<updated>2007-05-15T16:36:15Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you want to experiment with the template goto: [[labviewconfigurationkeysandbox]]. For support issues on this template see [http://forums.lavag.org/LabVIEW-Configuration-Key-Template-t7814.html here].&lt;br /&gt;
== Usage ==&lt;br /&gt;
To use the template copy and paste the following code as shown below into the editable page.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;background: transparent;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = &lt;br /&gt;
| example =&lt;br /&gt;
| datatype =&lt;br /&gt;
| description =&lt;br /&gt;
| permitted_values =&lt;br /&gt;
| default =&lt;br /&gt;
| LV1 = &lt;br /&gt;
| LV2 = &lt;br /&gt;
| LV3 = &lt;br /&gt;
| LV4 = &lt;br /&gt;
| LV5 = &lt;br /&gt;
| LV6 = &lt;br /&gt;
| OS1 =&lt;br /&gt;
| OS2 =&lt;br /&gt;
| OS3 =&lt;br /&gt;
| OS4 =&lt;br /&gt;
| notes =&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
Shown below is an example of the template used with real values inserted.&lt;br /&gt;
{| style=&amp;quot;background: transparent;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  copyDeleteFPDCOFromFPTerm&lt;br /&gt;
| example = copyDeleteFPDCOFromFPTerm=TRUE&lt;br /&gt;
| datatype = b&lt;br /&gt;
| description = Delete front panel terminals from diagram&lt;br /&gt;
| permitted_values = TRUE or FALSE&lt;br /&gt;
| default = FALSE&lt;br /&gt;
| LV1 = 3&lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 = w&lt;br /&gt;
| OS2 = m&lt;br /&gt;
| OS3 = l&lt;br /&gt;
| OS4 = u&lt;br /&gt;
| notes =&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
You do not need to include all rows. Any can be omitted. For example, if only one LabVIEW version is supported, the other LV parameters can be removed. You can also leave the parameter in place but not include a value. This may be useful for future edits. The above example produces the following formatted output:&lt;br /&gt;
&lt;br /&gt;
[[Image:Configkeyexample.png|frame|center|Example formated output]]&lt;br /&gt;
&lt;br /&gt;
The following parameters are explained further below. At any time, you can use a value that is not specified here. It will be accepted as typed. For example, if you want to specify LabVIEW version 6.0.1, then you would use: LV1 = 6.0.1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter Name&lt;br /&gt;
! Options&lt;br /&gt;
|-&lt;br /&gt;
| datatype&lt;br /&gt;
| b=Boolean, i=Integer, s=string, p=path, h=Integer HEX&lt;br /&gt;
|-&lt;br /&gt;
| LV1-6&lt;br /&gt;
| 3=3.x, 4=4.x, 5=5.x, 6=6.x, 7=7.x, 8=8.x&lt;br /&gt;
|-&lt;br /&gt;
| OS1-4&lt;br /&gt;
| w=[[Image:logo.Windows.png]], l=[[Image:logo.Linux.png]], m=[[Image:logo.Mac.png]], u=[[Image:logo.Sun.png]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Colors&amp;diff=1695</id>
		<title>LabVIEW configuration file/Colors</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Colors&amp;diff=1695"/>
		<updated>2007-05-15T16:34:36Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to Colors.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname = blinkBG&lt;br /&gt;
| example = blinkBG=B6C7D8&lt;br /&gt;
| datatype = h&lt;br /&gt;
| description = Blinking Front Panel component background&lt;br /&gt;
| permitted_values = 000000 to FFFFFF&lt;br /&gt;
| default = FF0000 &#039;&#039;(Red)&#039;&#039;&lt;br /&gt;
| LV1 = 4&lt;br /&gt;
| LV2 = 5&lt;br /&gt;
| LV3 = 6&lt;br /&gt;
| LV4 = 7&lt;br /&gt;
| LV5 = 8&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 = None&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== blinkFG ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;blinkFG=E3F4A5&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Blinking Front Panel component foreground&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#0000FF&amp;gt;Integer (HEX)&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;000000&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;FFFFFF&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FFFF00&amp;lt;/code&amp;gt; &#039;&#039;(Yellow)&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== coercionDot ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;coercionDot=B4C5D6&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Block Diagram coercion dots&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#0000FF&amp;gt;Integer (HEX)&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;000000&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;FFFFFF&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;666666&amp;lt;/code&amp;gt; &#039;&#039;(Dark Gray)&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 3.x, 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== cursor.background ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;cursor.background=B2C3D4&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Unknown&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#0000FF&amp;gt;Integer (HEX)&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;000000&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;FFFFFF&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;Unknown&amp;lt;/code&amp;gt; &#039;&#039;(Red)&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 3.x, 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== cursor.foreground ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;cursor.foreground=E9F0A1&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Unknown&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#0000FF&amp;gt;Integer (HEX)&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;000000&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;FFFFFF&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;Unknown&amp;lt;/code&amp;gt; &#039;&#039;(Red)&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 3.x, 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== diagram.background ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;diagram.background=B2B2FF&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Default Block Diagram Color&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#0000FF&amp;gt;Integer (HEX)&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;000000&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;FFFFFF&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FFFFFF&amp;lt;/code&amp;gt; &#039;&#039;(White)&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 3.x, 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== diagram.primColor ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;diagram.primColor=22FC0B&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Background color of primitives on diagram&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#0000FF&amp;gt;Integer (HEX)&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;000000&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;FFFFFF&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FFFFCC&amp;lt;/code&amp;gt; &#039;&#039;(Light Yellow)&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 3.x, 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== execPalette.background ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;execPalette.background=C2D3E4&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Background color of the Front Panel and Block Diagram toolbars&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#0000FF&amp;gt;Integer (HEX)&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;000000&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;FFFFFF&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;EFEFEF&amp;lt;/code&amp;gt; &#039;&#039;(Very Light Gray)&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 3.x, 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== execPalette.foreground ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;execPalette.foreground=E5A0B1&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Unknown&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#0000FF&amp;gt;Integer (HEX)&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;000000&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;FFFFFF&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;Unknown&amp;lt;/code&amp;gt; &#039;&#039;(Red)&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 3.x, 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== menu.background ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;menu.background=B0C1D2&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Front Panel and Block Diagram menu background&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#0000FF&amp;gt;Integer (HEX)&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;000000&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;FFFFFF&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;D4D0C8&amp;lt;/code&amp;gt; &#039;&#039;(Light Gray)&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 3.x, 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== menu.foreground ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;menu.foreground=E7F8A9&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Front Panel and Block Diagram menu text&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#0000FF&amp;gt;Integer (HEX)&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;000000&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;FFFFFF&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;000000&amp;lt;/code&amp;gt; &#039;&#039;(Black)&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 3.x, 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== menubar.background ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;menubar.background=F5A0B1&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Front Panel and Block Diagram menubar&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#0000FF&amp;gt;Integer (HEX)&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;000000&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;FFFFFF&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;D4D0C8&amp;lt;/code&amp;gt; &#039;&#039;(Light Gray)&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 3.x, 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== menubar.foreground ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;menubar.foreground=F5A0B1&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Front Panel and Block Diagram menubar text&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#0000FF&amp;gt;Integer (HEX)&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;000000&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;FFFFFF&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;000000&amp;lt;/code&amp;gt; &#039;&#039;(Black)&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 3.x, 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== moreColors ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;moreColors=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Provide Extra colors in the colorpicker&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 3.x, 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== panel.background ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;panel.background=00FFCC&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Default Front Panel Color&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#0000FF&amp;gt;Integer (HEX)&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;000000&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;FFFFFF&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;B3B3B3&amp;lt;/code&amp;gt; &#039;&#039;(Medium Gray)&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 3.x, 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== scrollbar.background ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;scrollbar.background=A1B2C3&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Scrollbar&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#0000FF&amp;gt;Integer (HEX)&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;000000&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;FFFFFF&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;D4D0C8&amp;lt;/code&amp;gt; &#039;&#039;(Light Gray)&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 3.x, 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== scrollbar.foreground ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;scrollbar.foreground=B1B2B3&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Scrollbar thumb and arrow button for both Front Panels and Block Diagrams&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#0000FF&amp;gt;Integer (HEX)&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;000000&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;FFFFFF&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;D4D0C8&amp;lt;/code&amp;gt; &#039;&#039;(Light Gray)&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 3.x, 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Development Environment]]&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Template:Labviewconfigurationkey&amp;diff=1694</id>
		<title>Template:Labviewconfigurationkey</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Template:Labviewconfigurationkey&amp;diff=1694"/>
		<updated>2007-05-15T16:30:27Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;== {{{keyname}}} ==&lt;br /&gt;
{{ #if:{{{example|{{{example|}}} }}} | &#039;&#039;&#039;Example:&#039;&#039;&#039; {{{example}}}&lt;br /&gt;
| &#039;&#039;&#039;Example:&#039;&#039;&#039;}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{description|{{{description|}}} }}} | &#039;&#039;&#039;Description:&#039;&#039;&#039; {{{description}}}&lt;br /&gt;
| &#039;&#039;&#039;Description:&#039;&#039;&#039;}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{datatype|{{{datatype|}}} }}} | &#039;&#039;&#039;Datatype:&#039;&#039;&#039;&lt;br /&gt;
{{ #switch: {{{datatype}}}&lt;br /&gt;
 | b = [[Boolean]]&lt;br /&gt;
 | i = [[Integer]]&lt;br /&gt;
 | s = [[String]]&lt;br /&gt;
 | p = [[Path]]&lt;br /&gt;
 | h = [[Integer HEX]]&lt;br /&gt;
 | #default = {{{datatype}}}&lt;br /&gt;
}}&lt;br /&gt;
|&#039;&#039;&#039;Datatype:&#039;&#039;&#039;&lt;br /&gt;
}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{permitted_values|{{{permitted_values|}}} }}} | &#039;&#039;&#039;Permitted Values:&#039;&#039;&#039; {{{permitted_values}}}&lt;br /&gt;
| &#039;&#039;&#039;Permitted Values:&#039;&#039;&#039;}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{default|{{{default|}}} }}} | &#039;&#039;&#039;Default Value:&#039;&#039;&#039; {{{default}}}&lt;br /&gt;
| &#039;&#039;&#039;Default Value:&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;LabVIEW Versions:&#039;&#039;&#039;&lt;br /&gt;
{{ #if:{{{LV1|{{{LV1|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV1}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV1}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}  &lt;br /&gt;
{{ #if:{{{LV2|{{{LV2|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV2}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV2}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}  &lt;br /&gt;
{{ #if:{{{LV3|{{{LV3|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV3}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV3}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{LV4|{{{LV4|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV4}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV4}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{LV5|{{{LV5|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV5}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV5}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{LV6|{{{LV6|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV6}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV6}}}&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;OS&#039;s Supported:&#039;&#039;&#039;&lt;br /&gt;
{{ #if:{{{OS1|{{{OS1|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{OS1}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}} &lt;br /&gt;
{{ #if:{{{OS2|{{{OS2|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{OS2}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{OS3|{{{OS3|}}} }}} |&lt;br /&gt;
{{ #switch: {{{OS3}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:Logo.none.PNG]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{OS4|{{{OS4|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{OS4}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{notes|{{{notes|}}} }}} | &#039;&#039;&#039;Notes:&#039;&#039;&#039; {{{notes}}}&lt;br /&gt;
| &#039;&#039;&#039;Notes:&#039;&#039;&#039;}}__NOEDITSECTION__&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{{{FULLPAGENAME}}/doc}}&lt;br /&gt;
[[Category:Template|{{PAGENAME}}]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Block_Diagram&amp;diff=1693</id>
		<title>LabVIEW configuration file/Block Diagram</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Block_Diagram&amp;diff=1693"/>
		<updated>2007-05-15T16:09:48Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to Block Diagram behaviour.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  autoWireMax&lt;br /&gt;
| example = autoWireMax=24&lt;br /&gt;
| datatype = i&lt;br /&gt;
| description = Maximum distance between nodes for autowiring to be active&lt;br /&gt;
| permitted_values = 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&lt;br /&gt;
| default = 16&lt;br /&gt;
| LV1 =6&lt;br /&gt;
| LV2 =7&lt;br /&gt;
| LV3 =8&lt;br /&gt;
| LV4 = &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 = This setting is only effective if [[#enableAutoWire|enableAutoWire]] is set to TRUE&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  autoWireMin&lt;br /&gt;
| example = autoWireMin=8&lt;br /&gt;
| datatype = i&lt;br /&gt;
| description = Minimum distance between nodes for autowiring to be active&lt;br /&gt;
| permitted_values = 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&lt;br /&gt;
| default = 4&lt;br /&gt;
| LV1 = 6&lt;br /&gt;
| LV2 = 7&lt;br /&gt;
| LV3 = 8&lt;br /&gt;
| LV4 = &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 = This setting is only effective if [[#enableAutoWire|enableAutoWire]] is set to TRUE&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  copyDeleteFPDCOFromFPTerm&lt;br /&gt;
| example = copyDeleteFPDCOFromFPTerm=TRUE&lt;br /&gt;
| datatype = b&lt;br /&gt;
| description = Delete front panel terminals from diagram&lt;br /&gt;
| permitted_values = TRUE or FALSE&lt;br /&gt;
| default = FALSE&lt;br /&gt;
| LV1 = &lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 = w&lt;br /&gt;
| OS2 = m&lt;br /&gt;
| OS3 = l&lt;br /&gt;
| OS4 = u&lt;br /&gt;
| notes = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  enableAutoWire &lt;br /&gt;
| example = enableAutoWire=FALSE&lt;br /&gt;
| datatype = b&lt;br /&gt;
| description = Enable Auto Wiring&lt;br /&gt;
| permitted_values = TRUE or FALSE&lt;br /&gt;
| default = TRUE &lt;br /&gt;
| LV1 = 6&lt;br /&gt;
| LV2 = 7&lt;br /&gt;
| LV3 = 8&lt;br /&gt;
| LV4 = &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 = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  funkyErrClustWire&lt;br /&gt;
| example = funkyErrClustWire=FALSE&lt;br /&gt;
| datatype = b&lt;br /&gt;
| description = Change Error Cluster wires color from the standard cluster pink to a more distinctive brown/green color&lt;br /&gt;
| permitted_values = TRUE or FALSE&lt;br /&gt;
| default = LabVIEW 5.1, 6.x, 7.x: FALSE,  LabVIEW 8.x: TRUE&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 = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  inlineSubVIEnabled&lt;br /&gt;
| example = inlineSubVIEnabled=FALSE&lt;br /&gt;
| datatype = b&lt;br /&gt;
| description = Allows the context menu item &amp;quot;Inline SubVI&amp;quot; on any SubVI which inserts the code directly into the block diagram containing the SubVI.&lt;br /&gt;
| permitted_values = TRUE or FALSE&lt;br /&gt;
| default = FALSE&lt;br /&gt;
| LV1 = 6&lt;br /&gt;
| LV2 = 7&lt;br /&gt;
| LV3 = 8&lt;br /&gt;
| LV4 = &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 = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  maxUndoSteps&lt;br /&gt;
| example = maxUndoSteps=50&lt;br /&gt;
| datatype = i&lt;br /&gt;
| description = Maximum undo steps per VI&lt;br /&gt;
| permitted_values = 1 to 99&lt;br /&gt;
| default = 8&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 = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  showSubVIName&lt;br /&gt;
| example = showSubVIName=TRUE&lt;br /&gt;
| datatype = b&lt;br /&gt;
| description = Show subVI names when dropped&lt;br /&gt;
| permitted_values = TRUE or FALSE&lt;br /&gt;
| default = FALSE&lt;br /&gt;
| LV1 =4&lt;br /&gt;
| LV2 =5&lt;br /&gt;
| LV3 =6&lt;br /&gt;
| LV4 =7&lt;br /&gt;
| LV5 =8&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 = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  showTipStringsOnTerms&lt;br /&gt;
| example = showTipStringsOnTerms=FALSE&lt;br /&gt;
| datatype = b&lt;br /&gt;
| description = Show tip-strips over terminals&lt;br /&gt;
| permitted_values = TRUE or FALSE&lt;br /&gt;
| default = TRUE &lt;br /&gt;
| LV1 =4&lt;br /&gt;
| LV2 =5&lt;br /&gt;
| LV3 =6&lt;br /&gt;
| LV4 =7&lt;br /&gt;
| LV5 =8&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 = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  showWireDots&lt;br /&gt;
| example = showWireDots=TRUE&lt;br /&gt;
| datatype = b&lt;br /&gt;
| description = Show dots at wire junctions&lt;br /&gt;
| permitted_values = TRUE or FALSE&lt;br /&gt;
| default = FALSE&lt;br /&gt;
| LV1 =7&lt;br /&gt;
| LV2 =8&lt;br /&gt;
| LV3 =&lt;br /&gt;
| LV4 =&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 = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  showWireGuides&lt;br /&gt;
| example = showWireGuides=FALSE&lt;br /&gt;
| datatype = b&lt;br /&gt;
| description = Show dashed line while wiring&lt;br /&gt;
| permitted_values = TRUE or FALSE&lt;br /&gt;
| default = TRUE&lt;br /&gt;
| LV1 =4&lt;br /&gt;
| LV2 =5&lt;br /&gt;
| LV3 =6&lt;br /&gt;
| LV4 =7&lt;br /&gt;
| LV5 =8&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 = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  structuresFadeToDiagramBeneath&lt;br /&gt;
| example = structuresFadeToDiagramBeneath=FALSE&lt;br /&gt;
| datatype = b&lt;br /&gt;
| description = Makes the diagram of structures semi-transparent so that you can see objects behind them.&lt;br /&gt;
| permitted_values = TRUE or FALSE&lt;br /&gt;
| default = TRUE&lt;br /&gt;
| LV1 =6&lt;br /&gt;
| LV2 =7&lt;br /&gt;
| LV3 =8&lt;br /&gt;
| LV4 =&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 = Enabling this setting will slow down the development environment on large Block Diagrams&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  transparentBDLabels&lt;br /&gt;
| example = transparentBDLabels=TRUE&lt;br /&gt;
| datatype = b&lt;br /&gt;
| description = Use transparent name labels&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 = m&lt;br /&gt;
| OS3 = l&lt;br /&gt;
| OS4 = u&lt;br /&gt;
| notes = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  viCaptionTipStrings&lt;br /&gt;
| example = viCaptionTipStrings=FALSE&lt;br /&gt;
| datatype = b&lt;br /&gt;
| description = Use control captions for subVI tip-strips&lt;br /&gt;
| permitted_values = TRUE or FALSE&lt;br /&gt;
| default = TRUE&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 = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  viTitleInPalettes&lt;br /&gt;
| example = viTitleInPalettes=TRUE&lt;br /&gt;
| datatype = b&lt;br /&gt;
| description = Use Window Titles in function palettes&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 = m&lt;br /&gt;
| OS3 = l&lt;br /&gt;
| OS4 = u&lt;br /&gt;
| notes = None&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Development Environment]]&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Block_Diagram&amp;diff=1487</id>
		<title>LabVIEW configuration file/Block Diagram</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Block_Diagram&amp;diff=1487"/>
		<updated>2007-05-11T15:13:01Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to Block Diagram behaviour.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  autoWireMax&lt;br /&gt;
| example = autoWireMax=24&lt;br /&gt;
| datatype = i&lt;br /&gt;
| description = Maximum distance between nodes for autowiring to be active&lt;br /&gt;
| permitted_values = 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&lt;br /&gt;
| default = 16&lt;br /&gt;
| LV1 =6&lt;br /&gt;
| LV2 =7&lt;br /&gt;
| LV3 =8&lt;br /&gt;
| LV4 = &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 = This setting is only effective if [[#enableAutoWire|enableAutoWire]] is set to TRUE&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  autoWireMin&lt;br /&gt;
| example = autoWireMin=8&lt;br /&gt;
| datatype = i&lt;br /&gt;
| description = Minimum distance between nodes for autowiring to be active&lt;br /&gt;
| permitted_values = 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&lt;br /&gt;
| default = 4&lt;br /&gt;
| LV1 = 6&lt;br /&gt;
| LV2 = 7&lt;br /&gt;
| LV3 = 8&lt;br /&gt;
| LV4 = &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 = This setting is only effective if [[#enableAutoWire|enableAutoWire]] is set to TRUE&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  copyDeleteFPDCOFromFPTerm&lt;br /&gt;
| example = copyDeleteFPDCOFromFPTerm=TRUE&lt;br /&gt;
| datatype = b&lt;br /&gt;
| description = Delete front panel terminals from diagram&lt;br /&gt;
| permitted_values = TRUE or FALSE&lt;br /&gt;
| default = FALSE&lt;br /&gt;
| LV1 = &lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 = w&lt;br /&gt;
| OS2 = m&lt;br /&gt;
| OS3 = l&lt;br /&gt;
| OS4 = u&lt;br /&gt;
| notes = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  enableAutoWire &lt;br /&gt;
| example = enableAutoWire=FALSE&lt;br /&gt;
| datatype = b&lt;br /&gt;
| description = Enable Auto Wiring&lt;br /&gt;
| permitted_values = TRUE or FALSE&lt;br /&gt;
| default = TRUE &lt;br /&gt;
| LV1 = 6&lt;br /&gt;
| LV2 = 7&lt;br /&gt;
| LV3 = 8&lt;br /&gt;
| LV4 = &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 = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  funkyErrClustWire&lt;br /&gt;
| example = funkyErrClustWire=FALSE&lt;br /&gt;
| datatype = b&lt;br /&gt;
| description = Change Error Cluster wires color from the standard cluster pink to a more distinctive brown/green color&lt;br /&gt;
| permitted_values = TRUE or FALSE&lt;br /&gt;
| default = LabVIEW 5.1, 6.x, 7.x: FALSE,  LabVIEW 8.x: TRUE&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 = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  inlineSubVIEnabled&lt;br /&gt;
| example = inlineSubVIEnabled=FALSE&lt;br /&gt;
| datatype = b&lt;br /&gt;
| description = Allows the context menu item &amp;quot;Inline SubVI&amp;quot; on any SubVI which inserts the code directly into the block diagram containing the SubVI.&lt;br /&gt;
| permitted_values = TRUE or FALSE&lt;br /&gt;
| default = FALSE&lt;br /&gt;
| LV1 = 6&lt;br /&gt;
| LV2 = 7&lt;br /&gt;
| LV3 = 8&lt;br /&gt;
| LV4 = &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 = None&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  maxUndoSteps&lt;br /&gt;
| example = maxUndoSteps=50&lt;br /&gt;
| datatype = i&lt;br /&gt;
| description = Maximum undo steps per VI&lt;br /&gt;
| permitted_values = 1 to 99&lt;br /&gt;
| default = 8&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 = None&lt;br /&gt;
}}&lt;br /&gt;
== showSubVIName ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showSubVIName=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Show subVI names when dropped&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showTipStringsOnTerms ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showTipStringsOnTerms=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Show tip-strips over terminals&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showWireDots ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showWireDots=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Show dots at wire junctions&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showWireGuides ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showWireGuides=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: None&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== structuresFadeToDiagramBeneath ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;structuresFadeToDiagramBeneath=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Makes the diagram of structures semi-transparent so that you can see objects behind them.&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes:  Enabling this setting will slow down the development environment on large Block Diagrams&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== transparentBDLabels ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;transparentBDLabels=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use transparent name labels&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== viCaptionTipStrings ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;viCaptionTipStrings=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use control captions for subVI tip-strips&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== viTitleInPalettes ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;viTitleInPalettes=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use Window Titles in function palettes&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Development Environment]]&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Block_Diagram&amp;diff=1486</id>
		<title>LabVIEW configuration file/Block Diagram</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Block_Diagram&amp;diff=1486"/>
		<updated>2007-05-11T14:50:32Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to Block Diagram behaviour.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  autoWireMax&lt;br /&gt;
| example = autoWireMax=24&lt;br /&gt;
| datatype = i&lt;br /&gt;
| description = Maximum distance between nodes for autowiring to be active&lt;br /&gt;
| permitted_values = 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&lt;br /&gt;
| default = 16&lt;br /&gt;
| LV1 =6&lt;br /&gt;
| LV2 =7&lt;br /&gt;
| LV3 =8&lt;br /&gt;
| LV4 = &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 = This setting is only effective if [[#enableAutoWire|enableAutoWire]] is set to TRUE&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  autoWireMin&lt;br /&gt;
| example = autoWireMin=8&lt;br /&gt;
| datatype = i&lt;br /&gt;
| description = Minimum distance between nodes for autowiring to be active&lt;br /&gt;
| permitted_values = 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&lt;br /&gt;
| default = 4&lt;br /&gt;
| LV1 = &lt;br /&gt;
| LV2 = &lt;br /&gt;
| LV3 = &lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 = w&lt;br /&gt;
| OS2 = m&lt;br /&gt;
| OS3 = l&lt;br /&gt;
| OS4 = u&lt;br /&gt;
| notes = This setting is only effective if [[#enableAutoWire|enableAutoWire]] is set to TRUE&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  copyDeleteFPDCOFromFPTerm&lt;br /&gt;
| example = copyDeleteFPDCOFromFPTerm=TRUE&lt;br /&gt;
| datatype = b&lt;br /&gt;
| description = Delete front panel terminals from diagram&lt;br /&gt;
| permitted_values = TRUE or FALSE&lt;br /&gt;
| default = FALSE&lt;br /&gt;
| LV1 = &lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 = w&lt;br /&gt;
| OS2 = m&lt;br /&gt;
| OS3 = l&lt;br /&gt;
| OS4 = u&lt;br /&gt;
| notes = None&lt;br /&gt;
}}&lt;br /&gt;
== enableAutoWire ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;enableAutoWire=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Enable Auto Wiring&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== funkyErrClustWire ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;funkyErrClustWire=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Change Error Cluster wires color from the standard cluster pink to a more appealing brown/green color&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: LabVIEW 5.1, 6.x, 7.x: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;, LabVIEW 8.x: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.1, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== inlineSubVIEnabled ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;inlineSubVIEnabled=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Allows the context menu item &amp;quot;Inline SubVI&amp;quot; on any SubVI which inserts the code directly into the block diagram containing the SubVI.&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== maxUndoSteps ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;maxUndoSteps=50&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Maximum undo steps per VI&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#0000FF&amp;gt;Integer&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;8&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showSubVIName ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showSubVIName=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Show subVI names when dropped&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showTipStringsOnTerms ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showTipStringsOnTerms=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Show tip-strips over terminals&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showWireDots ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showWireDots=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Show dots at wire junctions&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showWireGuides ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showWireGuides=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: None&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== structuresFadeToDiagramBeneath ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;structuresFadeToDiagramBeneath=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Makes the diagram of structures semi-transparent so that you can see objects behind them.&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes:  Enabling this setting will slow down the development environment on large Block Diagrams&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== transparentBDLabels ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;transparentBDLabels=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use transparent name labels&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== viCaptionTipStrings ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;viCaptionTipStrings=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use control captions for subVI tip-strips&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== viTitleInPalettes ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;viTitleInPalettes=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use Window Titles in function palettes&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Development Environment]]&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Block_Diagram&amp;diff=1427</id>
		<title>LabVIEW configuration file/Block Diagram</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Block_Diagram&amp;diff=1427"/>
		<updated>2007-05-10T23:26:35Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to Block Diagram behaviour.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  autoWireMax&lt;br /&gt;
| example = autoWireMax=24&lt;br /&gt;
| datatype = i&lt;br /&gt;
| description = Maximum distance between nodes for autowiring to be active&lt;br /&gt;
| permitted_values = 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&lt;br /&gt;
| default = 16&lt;br /&gt;
| LV3 =&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 = w&lt;br /&gt;
| OS2 = m&lt;br /&gt;
| OS3 = l&lt;br /&gt;
| OS4 = u&lt;br /&gt;
| notes = This setting is only effective if [[#enableAutoWire|enableAutoWire]] is set to TRUE&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  autoWireMin&lt;br /&gt;
| example = autoWireMin=8&lt;br /&gt;
| datatype = i&lt;br /&gt;
| description = Minimum distance between nodes for autowiring to be active&lt;br /&gt;
| permitted_values = 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&lt;br /&gt;
| default = 4&lt;br /&gt;
| LV1 = &lt;br /&gt;
| LV2 = &lt;br /&gt;
| LV3 = &lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 = w&lt;br /&gt;
| OS2 = m&lt;br /&gt;
| OS3 = l&lt;br /&gt;
| OS4 = u&lt;br /&gt;
| notes = This setting is only effective if [[#enableAutoWire|enableAutoWire]] is set to TRUE&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  copyDeleteFPDCOFromFPTerm&lt;br /&gt;
| example = copyDeleteFPDCOFromFPTerm=TRUE&lt;br /&gt;
| datatype = b&lt;br /&gt;
| description = Delete front panel terminals from diagram&lt;br /&gt;
| permitted_values = TRUE or FALSE&lt;br /&gt;
| default = FALSE&lt;br /&gt;
| LV1 = &lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 = w&lt;br /&gt;
| OS2 = m&lt;br /&gt;
| OS3 = l&lt;br /&gt;
| OS4 = u&lt;br /&gt;
| notes = None&lt;br /&gt;
}}&lt;br /&gt;
== enableAutoWire ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;enableAutoWire=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Enable Auto Wiring&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== funkyErrClustWire ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;funkyErrClustWire=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Change Error Cluster wires color from the standard cluster pink to a more appealing brown/green color&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: LabVIEW 5.1, 6.x, 7.x: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;, LabVIEW 8.x: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.1, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== inlineSubVIEnabled ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;inlineSubVIEnabled=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Allows the context menu item &amp;quot;Inline SubVI&amp;quot; on any SubVI which inserts the code directly into the block diagram containing the SubVI.&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== maxUndoSteps ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;maxUndoSteps=50&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Maximum undo steps per VI&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#0000FF&amp;gt;Integer&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;8&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showSubVIName ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showSubVIName=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Show subVI names when dropped&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showTipStringsOnTerms ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showTipStringsOnTerms=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Show tip-strips over terminals&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showWireDots ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showWireDots=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Show dots at wire junctions&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showWireGuides ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showWireGuides=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: None&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== structuresFadeToDiagramBeneath ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;structuresFadeToDiagramBeneath=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Makes the diagram of structures semi-transparent so that you can see objects behind them.&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes:  Enabling this setting will slow down the development environment on large Block Diagrams&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== transparentBDLabels ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;transparentBDLabels=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use transparent name labels&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== viCaptionTipStrings ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;viCaptionTipStrings=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use control captions for subVI tip-strips&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== viTitleInPalettes ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;viTitleInPalettes=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use Window Titles in function palettes&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Development Environment]]&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Block_Diagram&amp;diff=1426</id>
		<title>LabVIEW configuration file/Block Diagram</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Block_Diagram&amp;diff=1426"/>
		<updated>2007-05-10T23:22:23Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to Block Diagram behaviour.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  autoWireMax&lt;br /&gt;
| example = autoWireMax=24&lt;br /&gt;
| datatype = i&lt;br /&gt;
| description = Maximum distance between nodes for autowiring to be active&lt;br /&gt;
| permitted_values = 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&lt;br /&gt;
| default = 16&lt;br /&gt;
| LV1 =&lt;br /&gt;
| LV2 =&lt;br /&gt;
| LV3 =&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 = w&lt;br /&gt;
| OS2 = m&lt;br /&gt;
| OS3 = l&lt;br /&gt;
| OS4 = u&lt;br /&gt;
| notes = This setting is only effective if [[#enableAutoWire|enableAutoWire]] is set to TRUE&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  autoWireMin&lt;br /&gt;
| example = autoWireMin=8&lt;br /&gt;
| datatype = i&lt;br /&gt;
| description = Minimum distance between nodes for autowiring to be active&lt;br /&gt;
| permitted_values = 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&lt;br /&gt;
| default = 4&lt;br /&gt;
| LV1 = &lt;br /&gt;
| LV2 = &lt;br /&gt;
| LV3 = &lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 = w&lt;br /&gt;
| OS2 = m&lt;br /&gt;
| OS3 = l&lt;br /&gt;
| OS4 = u&lt;br /&gt;
| notes = This setting is only effective if [[#enableAutoWire|enableAutoWire]] is set to TRUE&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  copyDeleteFPDCOFromFPTerm&lt;br /&gt;
| example = copyDeleteFPDCOFromFPTerm=TRUE&lt;br /&gt;
| datatype = b&lt;br /&gt;
| description = Delete front panel terminals from diagram&lt;br /&gt;
| permitted_values = TRUE or FALSE&lt;br /&gt;
| default = FALSE&lt;br /&gt;
| LV1 = &lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 = w&lt;br /&gt;
| OS2 = m&lt;br /&gt;
| OS3 = l&lt;br /&gt;
| OS4 = u&lt;br /&gt;
| notes = None&lt;br /&gt;
}}&lt;br /&gt;
== enableAutoWire ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;enableAutoWire=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Enable Auto Wiring&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== funkyErrClustWire ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;funkyErrClustWire=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Change Error Cluster wires color from the standard cluster pink to a more appealing brown/green color&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: LabVIEW 5.1, 6.x, 7.x: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;, LabVIEW 8.x: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.1, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== inlineSubVIEnabled ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;inlineSubVIEnabled=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Allows the context menu item &amp;quot;Inline SubVI&amp;quot; on any SubVI which inserts the code directly into the block diagram containing the SubVI.&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== maxUndoSteps ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;maxUndoSteps=50&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Maximum undo steps per VI&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#0000FF&amp;gt;Integer&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;8&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showSubVIName ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showSubVIName=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Show subVI names when dropped&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showTipStringsOnTerms ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showTipStringsOnTerms=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Show tip-strips over terminals&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showWireDots ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showWireDots=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Show dots at wire junctions&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showWireGuides ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showWireGuides=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: None&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== structuresFadeToDiagramBeneath ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;structuresFadeToDiagramBeneath=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Makes the diagram of structures semi-transparent so that you can see objects behind them.&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes:  Enabling this setting will slow down the development environment on large Block Diagrams&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== transparentBDLabels ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;transparentBDLabels=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use transparent name labels&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== viCaptionTipStrings ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;viCaptionTipStrings=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use control captions for subVI tip-strips&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== viTitleInPalettes ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;viTitleInPalettes=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use Window Titles in function palettes&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Development Environment]]&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Template:Labviewconfigurationkey&amp;diff=1425</id>
		<title>Template:Labviewconfigurationkey</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Template:Labviewconfigurationkey&amp;diff=1425"/>
		<updated>2007-05-10T23:02:35Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;== {{{keyname}}} ==&lt;br /&gt;
{{ #if:{{{example|{{{example|}}} }}} | &#039;&#039;&#039;Example:&#039;&#039;&#039; {{{example}}}&lt;br /&gt;
| &#039;&#039;&#039;Example:&#039;&#039;&#039;}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{description|{{{description|}}} }}} | &#039;&#039;&#039;Description:&#039;&#039;&#039; {{{description}}}&lt;br /&gt;
| &#039;&#039;&#039;Description:&#039;&#039;&#039;}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{datatype|{{{datatype|}}} }}} | &#039;&#039;&#039;Datatype:&#039;&#039;&#039;&lt;br /&gt;
{{ #switch: {{{datatype}}}&lt;br /&gt;
 | b = [[Boolean]]&lt;br /&gt;
 | i = [[Integer]]&lt;br /&gt;
 | s = [[String]]&lt;br /&gt;
 | p = [[Path]]&lt;br /&gt;
 | #default = {{{datatype}}}&lt;br /&gt;
}}&lt;br /&gt;
|&#039;&#039;&#039;Datatype:&#039;&#039;&#039;&lt;br /&gt;
}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{permitted_values|{{{permitted_values|}}} }}} | &#039;&#039;&#039;Permitted Values:&#039;&#039;&#039; {{{permitted_values}}}&lt;br /&gt;
| &#039;&#039;&#039;Permitted Values:&#039;&#039;&#039;}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{default|{{{default|}}} }}} | &#039;&#039;&#039;Default Value:&#039;&#039;&#039; {{{default}}}&lt;br /&gt;
| &#039;&#039;&#039;Default Value:&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;LabVIEW Versions:&#039;&#039;&#039;&lt;br /&gt;
{{ #if:{{{LV1|{{{LV1|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV1}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV1}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}  &lt;br /&gt;
{{ #if:{{{LV2|{{{LV2|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV2}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV2}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}  &lt;br /&gt;
{{ #if:{{{LV3|{{{LV3|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV3}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV3}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{LV4|{{{LV4|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV4}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV4}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{LV5|{{{LV5|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV5}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV5}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{LV6|{{{LV6|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV6}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV6}}}&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;OS&#039;s Supported:&#039;&#039;&#039;&lt;br /&gt;
{{ #if:{{{OS1|{{{OS1|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{OS1}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}} &lt;br /&gt;
{{ #if:{{{OS2|{{{OS2|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{OS2}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{OS3|{{{OS3|}}} }}} |&lt;br /&gt;
{{ #switch: {{{OS3}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:Logo.none.PNG]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{OS4|{{{OS4|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{OS4}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{notes|{{{notes|}}} }}} | &#039;&#039;&#039;Notes:&#039;&#039;&#039; {{{notes}}}&lt;br /&gt;
| &#039;&#039;&#039;Notes:&#039;&#039;&#039;}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{{{FULLPAGENAME}}/doc}}&lt;br /&gt;
[[Category:Template]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Template:Labviewconfigurationkey&amp;diff=1424</id>
		<title>Template:Labviewconfigurationkey</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Template:Labviewconfigurationkey&amp;diff=1424"/>
		<updated>2007-05-10T23:01:48Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;== {{{keyname}}} ==&lt;br /&gt;
{{ #if:{{{example|{{{example|}}} }}} | &#039;&#039;&#039;Example:&#039;&#039;&#039; {{{example}}}&lt;br /&gt;
| &#039;&#039;&#039;Example:&#039;&#039;&#039;}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{description|{{{description|}}} }}} | &#039;&#039;&#039;Description:&#039;&#039;&#039; {{{description}}}&lt;br /&gt;
| &#039;&#039;&#039;Description:&#039;&#039;&#039;}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{datatype|{{{datatype|}}} }}} | &#039;&#039;&#039;Datatype:&#039;&#039;&#039;&lt;br /&gt;
{{ #switch: {{{datatype}}}&lt;br /&gt;
 | b = [[Boolean]]&lt;br /&gt;
 | i = [[Integer]]&lt;br /&gt;
 | s = [[String]]&lt;br /&gt;
 | p = [[Path]]&lt;br /&gt;
 | #default = {{{datatype}}}&lt;br /&gt;
}}&lt;br /&gt;
|&#039;&#039;&#039;Datatype:&#039;&#039;&#039;&lt;br /&gt;
}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{permitted_values|{{{permitted_values|}}} }}} | &#039;&#039;&#039;Permitted Values:&#039;&#039;&#039; {{{permitted_values}}}&lt;br /&gt;
| &#039;&#039;&#039;Permitted Values:&#039;&#039;&#039;}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{default|{{{default|}}} }}} | &#039;&#039;&#039;Default Value:&#039;&#039;&#039; {{{default}}}&lt;br /&gt;
| &#039;&#039;&#039;Default Value:&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;LabVIEW Versions:&#039;&#039;&#039;&lt;br /&gt;
{{ #if:{{{LV1|{{{LV1|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV1}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV1}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}  &lt;br /&gt;
{{ #if:{{{LV2|{{{LV2|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV2}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV2}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}  &lt;br /&gt;
{{ #if:{{{LV3|{{{LV3|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV3}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV3}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{LV4|{{{LV4|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV4}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV4}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{LV5|{{{LV5|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV5}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV5}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{LV6|{{{LV6|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV6}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV6}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;OS&#039;s Supported:&#039;&#039;&#039;&lt;br /&gt;
{{ #if:{{{OS1|{{{OS1|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{OS1}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}} &lt;br /&gt;
{{ #if:{{{OS2|{{{OS2|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{OS2}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{OS3|{{{OS3|}}} }}} |&lt;br /&gt;
{{ #switch: {{{OS3}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:Logo.none.PNG]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{OS4|{{{OS4|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{OS4}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{notes|{{{notes|}}} }}} | &#039;&#039;&#039;Notes:&#039;&#039;&#039; {{{notes}}}&lt;br /&gt;
| &#039;&#039;&#039;Notes:&#039;&#039;&#039;}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{{{FULLPAGENAME}}/doc}}&lt;br /&gt;
[[Category:Template]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Template:Labviewconfigurationkey&amp;diff=1423</id>
		<title>Template:Labviewconfigurationkey</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Template:Labviewconfigurationkey&amp;diff=1423"/>
		<updated>2007-05-10T22:58:58Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;== {{{keyname}}} ==&lt;br /&gt;
{{ #if:{{{example|{{{example|}}} }}} | &#039;&#039;&#039;Example:&#039;&#039;&#039; {{{example}}}&lt;br /&gt;
| &#039;&#039;&#039;Example:&#039;&#039;&#039;}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{description|{{{description|}}} }}} | &#039;&#039;&#039;Description:&#039;&#039;&#039; {{{description}}}&lt;br /&gt;
| &#039;&#039;&#039;Description:&#039;&#039;&#039;}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{datatype|{{{datatype|}}} }}} | &#039;&#039;&#039;Datatype:&#039;&#039;&#039;&lt;br /&gt;
{{ #switch: {{{datatype}}}&lt;br /&gt;
 | b = [[Boolean]]&lt;br /&gt;
 | i = [[Integer]]&lt;br /&gt;
 | s = [[String]]&lt;br /&gt;
 | p = [[Path]]&lt;br /&gt;
 | #default = {{{datatype}}}&lt;br /&gt;
}}&lt;br /&gt;
|&#039;&#039;&#039;Datatype:&#039;&#039;&#039;&lt;br /&gt;
}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{permitted_values|{{{permitted_values|}}} }}} | &#039;&#039;&#039;Permitted Values:&#039;&#039;&#039; {{{permitted_values}}}&lt;br /&gt;
| &#039;&#039;&#039;Permitted Values:&#039;&#039;&#039;}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{default|{{{default|}}} }}} | &#039;&#039;&#039;Default Value:&#039;&#039;&#039; {{{default}}}&lt;br /&gt;
| &#039;&#039;&#039;Default Value:&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;LabVIEW Versions:&#039;&#039;&#039;&lt;br /&gt;
{{ #if:{{{LV1|{{{LV1|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV1}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV1}}}&lt;br /&gt;
}},&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
|&lt;br /&gt;
}}  &lt;br /&gt;
{{ #if:{{{LV2|{{{LV2|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV2}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV2}}}&lt;br /&gt;
}},&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
|&lt;br /&gt;
}}  &lt;br /&gt;
{{ #if:{{{LV3|{{{LV3|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV3}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV3}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{LV4|{{{LV4|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV4}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV4}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{LV5|{{{LV5|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV5}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV5}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{LV6|{{{LV6|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV6}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV6}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;OS&#039;s Supported:&#039;&#039;&#039;&lt;br /&gt;
{{ #if:{{{OS1|{{{OS1|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{OS1}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}} &lt;br /&gt;
{{ #if:{{{OS2|{{{OS2|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{OS2}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{OS3|{{{OS3|}}} }}} |&lt;br /&gt;
{{ #switch: {{{OS3}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:Logo.none.PNG]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{OS4|{{{OS4|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{OS4}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{notes|{{{notes|}}} }}} | &#039;&#039;&#039;Notes:&#039;&#039;&#039; {{{notes}}}&lt;br /&gt;
| &#039;&#039;&#039;Notes:&#039;&#039;&#039;}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{{{FULLPAGENAME}}/doc}}&lt;br /&gt;
[[Category:Template]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Template:Labviewconfigurationkey&amp;diff=1422</id>
		<title>Template:Labviewconfigurationkey</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Template:Labviewconfigurationkey&amp;diff=1422"/>
		<updated>2007-05-10T22:56:26Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: Reverted edits by Dsaunders (Talk); changed back to last version by Michael_aivaliotis&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;== {{{keyname}}} ==&lt;br /&gt;
{{ #if:{{{example|{{{example|}}} }}} | &#039;&#039;&#039;Example:&#039;&#039;&#039; {{{example}}}&lt;br /&gt;
| &#039;&#039;&#039;Example:&#039;&#039;&#039;}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{description|{{{description|}}} }}} | &#039;&#039;&#039;Description:&#039;&#039;&#039; {{{description}}}&lt;br /&gt;
| &#039;&#039;&#039;Description:&#039;&#039;&#039;}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{datatype|{{{datatype|}}} }}} | &#039;&#039;&#039;Datatype:&#039;&#039;&#039;&lt;br /&gt;
{{ #switch: {{{datatype}}}&lt;br /&gt;
 | b = [[Boolean]]&lt;br /&gt;
 | i = [[Integer]]&lt;br /&gt;
 | s = [[String]]&lt;br /&gt;
 | p = [[Path]]&lt;br /&gt;
 | #default = {{{datatype}}}&lt;br /&gt;
}}&lt;br /&gt;
|&#039;&#039;&#039;Datatype:&#039;&#039;&#039;&lt;br /&gt;
}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{permitted_values|{{{permitted_values|}}} }}} | &#039;&#039;&#039;Permitted Values:&#039;&#039;&#039; {{{permitted_values}}}&lt;br /&gt;
| &#039;&#039;&#039;Permitted Values:&#039;&#039;&#039;}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{default|{{{default|}}} }}} | &#039;&#039;&#039;Default Value:&#039;&#039;&#039; {{{default}}}&lt;br /&gt;
| &#039;&#039;&#039;Default Value:&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;LabVIEW Versions:&#039;&#039;&#039;&lt;br /&gt;
{{ #if:{{{LV1|{{{LV1|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV1}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV1}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}  &lt;br /&gt;
{{ #if:{{{LV2|{{{LV2|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV2}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV2}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}  &lt;br /&gt;
{{ #if:{{{LV3|{{{LV3|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV3}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV3}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{LV4|{{{LV4|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV4}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV4}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{LV5|{{{LV5|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV5}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV5}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{LV6|{{{LV6|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV6}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV6}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;OS&#039;s Supported:&#039;&#039;&#039;&lt;br /&gt;
{{ #if:{{{OS1|{{{OS1|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{OS1}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}} &lt;br /&gt;
{{ #if:{{{OS2|{{{OS2|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{OS2}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{OS3|{{{OS3|}}} }}} |&lt;br /&gt;
{{ #switch: {{{OS3}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:Logo.none.PNG]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{OS4|{{{OS4|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{OS4}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{notes|{{{notes|}}} }}} | &#039;&#039;&#039;Notes:&#039;&#039;&#039; {{{notes}}}&lt;br /&gt;
| &#039;&#039;&#039;Notes:&#039;&#039;&#039;}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{{{FULLPAGENAME}}/doc}}&lt;br /&gt;
[[Category:Template]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Template:Labviewconfigurationkey&amp;diff=1421</id>
		<title>Template:Labviewconfigurationkey</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Template:Labviewconfigurationkey&amp;diff=1421"/>
		<updated>2007-05-10T22:55:22Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;== {{{keyname}}} ==&lt;br /&gt;
{{ #if:{{{example|{{{example|}}} }}} | &#039;&#039;&#039;Example:&#039;&#039;&#039; {{{example}}}&lt;br /&gt;
| &#039;&#039;&#039;Example:&#039;&#039;&#039;}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{description|{{{description|}}} }}} | &#039;&#039;&#039;Description:&#039;&#039;&#039; {{{description}}}&lt;br /&gt;
| &#039;&#039;&#039;Description:&#039;&#039;&#039;}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{datatype|{{{datatype|}}} }}} | &#039;&#039;&#039;Datatype:&#039;&#039;&#039;&lt;br /&gt;
{{ #switch: {{{datatype}}}&lt;br /&gt;
 | b = [[Boolean]]&lt;br /&gt;
 | i = [[Integer]]&lt;br /&gt;
 | s = [[String]]&lt;br /&gt;
 | p = [[Path]]&lt;br /&gt;
 | #default = {{{datatype}}}&lt;br /&gt;
}}&lt;br /&gt;
|&#039;&#039;&#039;Datatype:&#039;&#039;&#039;&lt;br /&gt;
}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{permitted_values|{{{permitted_values|}}} }}} | &#039;&#039;&#039;Permitted Values:&#039;&#039;&#039; {{{permitted_values}}}&lt;br /&gt;
| &#039;&#039;&#039;Permitted Values:&#039;&#039;&#039;}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{default|{{{default|}}} }}} | &#039;&#039;&#039;Default Value:&#039;&#039;&#039; {{{default}}}&lt;br /&gt;
| &#039;&#039;&#039;Default Value:&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;LabVIEW Versions:&#039;&#039;&#039;&lt;br /&gt;
{{ #if:{{{LV1|{{{LV1|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV1}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV1}}}&lt;br /&gt;
}},[[Image:spacer.png]]&lt;br /&gt;
|&lt;br /&gt;
}}  &lt;br /&gt;
{{ #if:{{{LV2|{{{LV2|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV2}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV2}}}&lt;br /&gt;
}},[[Image:spacer.png]]&lt;br /&gt;
|&lt;br /&gt;
}}  &lt;br /&gt;
{{ #if:{{{LV3|{{{LV3|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV3}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV3}}}&lt;br /&gt;
}},[[Image:spacer.png]]&lt;br /&gt;
|&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{LV4|{{{LV4|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV4}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV4}}}&lt;br /&gt;
}},[[Image:spacer.png]]&lt;br /&gt;
|&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{LV5|{{{LV5|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV5}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV5}}}&lt;br /&gt;
}},[[Image:spacer.png]]&lt;br /&gt;
|&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{LV6|{{{LV6|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV6}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV6}}}&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;OS&#039;s Supported:&#039;&#039;&#039;&lt;br /&gt;
{{ #if:{{{OS1|{{{OS1|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{OS1}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}} &lt;br /&gt;
{{ #if:{{{OS2|{{{OS2|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{OS2}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{OS3|{{{OS3|}}} }}} |&lt;br /&gt;
{{ #switch: {{{OS3}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:Logo.none.PNG]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{OS4|{{{OS4|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{OS4}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{notes|{{{notes|}}} }}} | &#039;&#039;&#039;Notes:&#039;&#039;&#039; {{{notes}}}&lt;br /&gt;
| &#039;&#039;&#039;Notes:&#039;&#039;&#039;}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{{{FULLPAGENAME}}/doc}}&lt;br /&gt;
[[Category:Template]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Boolean_data_type&amp;diff=1420</id>
		<title>Boolean data type</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Boolean_data_type&amp;diff=1420"/>
		<updated>2007-05-10T22:51:32Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: Redirecting to Data type&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Data type]]&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Block_Diagram&amp;diff=1419</id>
		<title>LabVIEW configuration file/Block Diagram</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Block_Diagram&amp;diff=1419"/>
		<updated>2007-05-10T22:51:11Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to Block Diagram behaviour.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  autoWireMax&lt;br /&gt;
| example = autoWireMax=24&lt;br /&gt;
| datatype = i&lt;br /&gt;
| description = Maximum distance between nodes for autowiring to be active&lt;br /&gt;
| permitted_values = 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&lt;br /&gt;
| default = 16&lt;br /&gt;
| LV1 = &lt;br /&gt;
| LV2 = &lt;br /&gt;
| LV3 = &lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 = w&lt;br /&gt;
| OS2 = m&lt;br /&gt;
| OS3 = l&lt;br /&gt;
| OS4 = u&lt;br /&gt;
| notes = This setting is only effective if [[#enableAutoWire|enableAutoWire]] is set to TRUE&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  autoWireMin&lt;br /&gt;
| example = autoWireMin=8&lt;br /&gt;
| datatype = i&lt;br /&gt;
| description = Minimum distance between nodes for autowiring to be active&lt;br /&gt;
| permitted_values = 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&lt;br /&gt;
| default = 4&lt;br /&gt;
| LV1 = &lt;br /&gt;
| LV2 = &lt;br /&gt;
| LV3 = &lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 = w&lt;br /&gt;
| OS2 = m&lt;br /&gt;
| OS3 = l&lt;br /&gt;
| OS4 = u&lt;br /&gt;
| notes = This setting is only effective if [[#enableAutoWire|enableAutoWire]] is set to TRUE&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  copyDeleteFPDCOFromFPTerm&lt;br /&gt;
| example = copyDeleteFPDCOFromFPTerm=TRUE&lt;br /&gt;
| datatype = b&lt;br /&gt;
| description = Delete front panel terminals from diagram&lt;br /&gt;
| permitted_values = TRUE or FALSE&lt;br /&gt;
| default = FALSE&lt;br /&gt;
| LV1 = &lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 = w&lt;br /&gt;
| OS2 = m&lt;br /&gt;
| OS3 = l&lt;br /&gt;
| OS4 = u&lt;br /&gt;
| notes = None&lt;br /&gt;
}}&lt;br /&gt;
== enableAutoWire ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;enableAutoWire=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Enable Auto Wiring&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== funkyErrClustWire ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;funkyErrClustWire=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Change Error Cluster wires color from the standard cluster pink to a more appealing brown/green color&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: LabVIEW 5.1, 6.x, 7.x: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;, LabVIEW 8.x: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.1, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== inlineSubVIEnabled ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;inlineSubVIEnabled=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Allows the context menu item &amp;quot;Inline SubVI&amp;quot; on any SubVI which inserts the code directly into the block diagram containing the SubVI.&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== maxUndoSteps ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;maxUndoSteps=50&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Maximum undo steps per VI&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#0000FF&amp;gt;Integer&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;8&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showSubVIName ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showSubVIName=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Show subVI names when dropped&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showTipStringsOnTerms ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showTipStringsOnTerms=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Show tip-strips over terminals&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showWireDots ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showWireDots=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Show dots at wire junctions&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showWireGuides ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showWireGuides=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: None&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== structuresFadeToDiagramBeneath ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;structuresFadeToDiagramBeneath=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Makes the diagram of structures semi-transparent so that you can see objects behind them.&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes:  Enabling this setting will slow down the development environment on large Block Diagrams&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== transparentBDLabels ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;transparentBDLabels=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use transparent name labels&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== viCaptionTipStrings ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;viCaptionTipStrings=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use control captions for subVI tip-strips&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== viTitleInPalettes ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;viTitleInPalettes=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use Window Titles in function palettes&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Development Environment]]&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Template:Labviewconfigurationkey&amp;diff=1418</id>
		<title>Template:Labviewconfigurationkey</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Template:Labviewconfigurationkey&amp;diff=1418"/>
		<updated>2007-05-10T22:46:08Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;== {{{keyname}}} ==&lt;br /&gt;
{{ #if:{{{example|{{{example|}}} }}} | &#039;&#039;&#039;Example:&#039;&#039;&#039; {{{example}}}&lt;br /&gt;
| &#039;&#039;&#039;Example:&#039;&#039;&#039;}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{description|{{{description|}}} }}} | &#039;&#039;&#039;Description:&#039;&#039;&#039; {{{description}}}&lt;br /&gt;
| &#039;&#039;&#039;Description:&#039;&#039;&#039;}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{datatype|{{{datatype|}}} }}} | &#039;&#039;&#039;Datatype:&#039;&#039;&#039;&lt;br /&gt;
{{ #switch: {{{datatype}}}&lt;br /&gt;
 | b = [[Boolean]]&lt;br /&gt;
 | i = [[Integer]]&lt;br /&gt;
 | s = [[String]]&lt;br /&gt;
 | p = [[Path]]&lt;br /&gt;
 | #default = {{{datatype}}}&lt;br /&gt;
}}&lt;br /&gt;
|&#039;&#039;&#039;Datatype:&#039;&#039;&#039;&lt;br /&gt;
}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{permitted_values|{{{permitted_values|}}} }}} | &#039;&#039;&#039;Permitted Values:&#039;&#039;&#039; {{{permitted_values}}}&lt;br /&gt;
| &#039;&#039;&#039;Permitted Values:&#039;&#039;&#039;}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{default|{{{default|}}} }}} | &#039;&#039;&#039;Default Value:&#039;&#039;&#039; {{{default}}}&lt;br /&gt;
| &#039;&#039;&#039;Default Value:&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;LabVIEW Versions:&#039;&#039;&#039;&lt;br /&gt;
{{ #if:{{{LV1|{{{LV1|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV1}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV1}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}  &lt;br /&gt;
{{ #if:{{{LV2|{{{LV2|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV2}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV2}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}  &lt;br /&gt;
{{ #if:{{{LV3|{{{LV3|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV3}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV3}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{LV4|{{{LV4|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV4}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV4}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{LV5|{{{LV5|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV5}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV5}}}&lt;br /&gt;
}},&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{LV6|{{{LV6|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{LV6}}}&lt;br /&gt;
 | 3 = 3.x&lt;br /&gt;
 | 4 = 4.x&lt;br /&gt;
 | 5 = 5.x&lt;br /&gt;
 | 6 = 6.x&lt;br /&gt;
 | 7 = 7.x&lt;br /&gt;
 | 8 = 8.x&lt;br /&gt;
 | #default = {{{LV6}}}&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;OS&#039;s Supported:&#039;&#039;&#039;&lt;br /&gt;
{{ #if:{{{OS1|{{{OS1|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{OS1}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}} &lt;br /&gt;
{{ #if:{{{OS2|{{{OS2|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{OS2}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{OS3|{{{OS3|}}} }}} |&lt;br /&gt;
{{ #switch: {{{OS3}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:Logo.none.PNG]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
{{ #if:{{{OS4|{{{OS4|}}} }}} |  &lt;br /&gt;
{{ #switch: {{{OS4}}}&lt;br /&gt;
 | m = [[Image:logo.Mac.png]]&lt;br /&gt;
 | w = [[Image:logo.Windows.png]]&lt;br /&gt;
 | l = [[Image:logo.Linux.png]]&lt;br /&gt;
 | u = [[Image:logo.Sun.png]]&lt;br /&gt;
 | #default = [[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
[[Image:spacer.png]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
{{ #if:{{{notes|{{{notes|}}} }}} | &#039;&#039;&#039;Notes:&#039;&#039;&#039; {{{notes}}}&lt;br /&gt;
| &#039;&#039;&#039;Notes:&#039;&#039;&#039;}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{{{FULLPAGENAME}}/doc}}&lt;br /&gt;
[[Category:Template]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Template:Main_Page/Work_in_Progress&amp;diff=1417</id>
		<title>Template:Main Page/Work in Progress</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Template:Main_Page/Work_in_Progress&amp;diff=1417"/>
		<updated>2007-05-10T22:40:43Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are many articles that contain partial contents, are stubs (placeholders) or are simply incomplete. Find one that may interest you and start editing. Make sure that someone is not already working on that article or has taken ownership of it.&lt;br /&gt;
&lt;br /&gt;
If you are an author, you can indicate that you are working on an incomplete article by editing [[Template:Main_Page/Work_in_Progress|this work in progress page]], listing your article and signing your name next to it in brackets.&lt;br /&gt;
*[[Control References]] (--[[User:Michael aivaliotis|Michael_aivaliotis]] 22:35, 5 April 2007 (CDT))&lt;br /&gt;
*[[LabVIEW configuration file]] (--[[User:Dsaunders|David Saunders]] 15:40, 10 May 2007 (PDT))&lt;br /&gt;
&lt;br /&gt;
==== List of pages that are referenced but not yet created: ====&lt;br /&gt;
*[[Special:Wantedpages]]&lt;br /&gt;
==== List of pages by smallest size: ====&lt;br /&gt;
This usually indicates that these pages are too short to be considered fully developed articles so it&#039;s likely that someone needs to step in and add content. Anything smaller than 100 bytes needs investigation.&lt;br /&gt;
*[[Special:Shortpages]]&lt;br /&gt;
====The following articles need to be assigned a category.====&lt;br /&gt;
[[:Category:Uncategorized|Uncategorized Category]] [[:Special:Uncategorizedpages|All Uncategorized]]&lt;br /&gt;
&lt;br /&gt;
Information about categories can be found [[Help:Categories|here]].&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Template]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Template:Main_Page/Work_in_Progress&amp;diff=1416</id>
		<title>Template:Main Page/Work in Progress</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Template:Main_Page/Work_in_Progress&amp;diff=1416"/>
		<updated>2007-05-10T22:40:26Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are many articles that contain partial contents, are stubs (placeholders) or are simply incomplete. Find one that may interest you and start editing. Make sure that someone is not already working on that article or has taken ownership of it.&lt;br /&gt;
&lt;br /&gt;
If you are an author, you can indicate that you are working on an incomplete article by editing [[Template:Main_Page/Work_in_Progress|this work in progress page]], listing your article and signing your name next to it in brackets.&lt;br /&gt;
*[[Control References]] (--[[User:Michael aivaliotis|Michael_aivaliotis]] 22:35, 5 April 2007 (CDT))&lt;br /&gt;
*[[LabVIEW configuration file]] (--[[User:dsaunders|David Saunders]] 15:40, 10 May 2007 (PDT))&lt;br /&gt;
&lt;br /&gt;
==== List of pages that are referenced but not yet created: ====&lt;br /&gt;
*[[Special:Wantedpages]]&lt;br /&gt;
==== List of pages by smallest size: ====&lt;br /&gt;
This usually indicates that these pages are too short to be considered fully developed articles so it&#039;s likely that someone needs to step in and add content. Anything smaller than 100 bytes needs investigation.&lt;br /&gt;
*[[Special:Shortpages]]&lt;br /&gt;
====The following articles need to be assigned a category.====&lt;br /&gt;
[[:Category:Uncategorized|Uncategorized Category]] [[:Special:Uncategorizedpages|All Uncategorized]]&lt;br /&gt;
&lt;br /&gt;
Information about categories can be found [[Help:Categories|here]].&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Template]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Block_Diagram&amp;diff=1415</id>
		<title>LabVIEW configuration file/Block Diagram</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Block_Diagram&amp;diff=1415"/>
		<updated>2007-05-10T22:36:55Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to Block Diagram behaviour.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  autoWireMax&lt;br /&gt;
| example = autoWireMax=24&lt;br /&gt;
| datatype = i&lt;br /&gt;
| description = Maximum distance between nodes for autowiring to be active&lt;br /&gt;
| permitted_values = 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&lt;br /&gt;
| default = 16&lt;br /&gt;
| LV1 = 6&lt;br /&gt;
| LV2 = 7&lt;br /&gt;
| LV3 = 8&lt;br /&gt;
| LV4 = &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 = This setting is only effective if [[#enableAutoWire|enableAutoWire]] is set to TRUE&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  autoWireMin&lt;br /&gt;
| example = autoWireMin=8&lt;br /&gt;
| datatype = i&lt;br /&gt;
| description = Minimum distance between nodes for autowiring to be active&lt;br /&gt;
| permitted_values = 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&lt;br /&gt;
| default = 4&lt;br /&gt;
| LV1 = 6&lt;br /&gt;
| LV2 = 7&lt;br /&gt;
| LV3 = 8&lt;br /&gt;
| LV4 = &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 = This setting is only effective if [[#enableAutoWire|enableAutoWire]] is set to TRUE&lt;br /&gt;
}}&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  copyDeleteFPDCOFromFPTerm&lt;br /&gt;
| example = copyDeleteFPDCOFromFPTerm=TRUE&lt;br /&gt;
| datatype = b&lt;br /&gt;
| description = Delete front panel terminals from diagram&lt;br /&gt;
| permitted_values = TRUE or FALSE&lt;br /&gt;
| default = FALSE&lt;br /&gt;
| LV1 = &lt;br /&gt;
| LV2 = 4&lt;br /&gt;
| LV3 = 5&lt;br /&gt;
| LV4 = 6&lt;br /&gt;
| LV5 = 7&lt;br /&gt;
| LV6 = 8&lt;br /&gt;
| OS1 = w&lt;br /&gt;
| OS2 = m&lt;br /&gt;
| OS3 = l&lt;br /&gt;
| OS4 = u&lt;br /&gt;
| notes = None&lt;br /&gt;
}}&lt;br /&gt;
== copyDeleteFPDCOFromFPTerm ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;copyDeleteFPDCOFromFPTerm=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Delete front panel terminals from diagram&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== enableAutoWire ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;enableAutoWire=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Enable Auto Wiring&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== funkyErrClustWire ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;funkyErrClustWire=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Change Error Cluster wires color from the standard cluster pink to a more appealing brown/green color&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: LabVIEW 5.1, 6.x, 7.x: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;, LabVIEW 8.x: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.1, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== inlineSubVIEnabled ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;inlineSubVIEnabled=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Allows the context menu item &amp;quot;Inline SubVI&amp;quot; on any SubVI which inserts the code directly into the block diagram containing the SubVI.&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== maxUndoSteps ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;maxUndoSteps=50&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Maximum undo steps per VI&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#0000FF&amp;gt;Integer&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;8&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showSubVIName ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showSubVIName=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Show subVI names when dropped&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showTipStringsOnTerms ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showTipStringsOnTerms=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Show tip-strips over terminals&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showWireDots ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showWireDots=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Show dots at wire junctions&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showWireGuides ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showWireGuides=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: None&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== structuresFadeToDiagramBeneath ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;structuresFadeToDiagramBeneath=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Makes the diagram of structures semi-transparent so that you can see objects behind them.&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes:  Enabling this setting will slow down the development environment on large Block Diagrams&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== transparentBDLabels ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;transparentBDLabels=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use transparent name labels&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== viCaptionTipStrings ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;viCaptionTipStrings=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use control captions for subVI tip-strips&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== viTitleInPalettes ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;viTitleInPalettes=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use Window Titles in function palettes&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Development Environment]]&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Block_Diagram&amp;diff=1413</id>
		<title>LabVIEW configuration file/Block Diagram</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Block_Diagram&amp;diff=1413"/>
		<updated>2007-05-10T22:32:15Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to Block Diagram behaviour.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  autoWireMax&lt;br /&gt;
| example = autoWireMax=24&lt;br /&gt;
| datatype = i&lt;br /&gt;
| description = Maximum distance between nodes for autowiring to be active&lt;br /&gt;
| permitted_values = 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&lt;br /&gt;
| default = 16&lt;br /&gt;
| LV1 = 6&lt;br /&gt;
| LV2 = 7&lt;br /&gt;
| LV3 = 8&lt;br /&gt;
| OS1 = w&lt;br /&gt;
| OS2 = m&lt;br /&gt;
| OS3 = l&lt;br /&gt;
| OS4 = u&lt;br /&gt;
| notes = This setting is only effective if [[#enableAutoWire|enableAutoWire]] is set to TRUE&lt;br /&gt;
}}&lt;br /&gt;
== autoWireMin ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;autoWireMin=8&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Minimum distance between nodes for autowiring to be active&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#0000FF&amp;gt;Integer&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;4&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: This setting is only effective if [[#enableAutoWire|enableAutoWire]] is set to &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== copyDeleteFPDCOFromFPTerm ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;copyDeleteFPDCOFromFPTerm=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Delete front panel terminals from diagram&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== enableAutoWire ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;enableAutoWire=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Enable Auto Wiring&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== funkyErrClustWire ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;funkyErrClustWire=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Change Error Cluster wires color from the standard cluster pink to a more appealing brown/green color&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: LabVIEW 5.1, 6.x, 7.x: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;, LabVIEW 8.x: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.1, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== inlineSubVIEnabled ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;inlineSubVIEnabled=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Allows the context menu item &amp;quot;Inline SubVI&amp;quot; on any SubVI which inserts the code directly into the block diagram containing the SubVI.&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== maxUndoSteps ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;maxUndoSteps=50&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Maximum undo steps per VI&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#0000FF&amp;gt;Integer&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;8&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showSubVIName ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showSubVIName=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Show subVI names when dropped&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showTipStringsOnTerms ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showTipStringsOnTerms=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Show tip-strips over terminals&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showWireDots ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showWireDots=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Show dots at wire junctions&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showWireGuides ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showWireGuides=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: None&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== structuresFadeToDiagramBeneath ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;structuresFadeToDiagramBeneath=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Makes the diagram of structures semi-transparent so that you can see objects behind them.&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes:  Enabling this setting will slow down the development environment on large Block Diagrams&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== transparentBDLabels ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;transparentBDLabels=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use transparent name labels&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== viCaptionTipStrings ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;viCaptionTipStrings=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use control captions for subVI tip-strips&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== viTitleInPalettes ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;viTitleInPalettes=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use Window Titles in function palettes&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Development Environment]]&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Data_type&amp;diff=1412</id>
		<title>Data type</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Data_type&amp;diff=1412"/>
		<updated>2007-05-10T22:30:55Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: New page: There are many data types in LabVIEW, such as Integers, Floats, Strings, quarks, etc.  THIS is a stub for a data types page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are many data types in LabVIEW, such as Integers, Floats, Strings, quarks, etc.&lt;br /&gt;
&lt;br /&gt;
THIS is a stub for a data types page.&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Integer_data_type&amp;diff=1411</id>
		<title>Integer data type</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Integer_data_type&amp;diff=1411"/>
		<updated>2007-05-10T22:29:06Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: Redirecting to Data type&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Data type]]&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Block_Diagram&amp;diff=1410</id>
		<title>LabVIEW configuration file/Block Diagram</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_configuration_file/Block_Diagram&amp;diff=1410"/>
		<updated>2007-05-10T22:26:33Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: /* autoWireMax */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW configuration back}}&lt;br /&gt;
This is a list of LabVIEW ini File settings relating to Block Diagram behaviour.&lt;br /&gt;
&lt;br /&gt;
{{ labviewconfigurationkey&lt;br /&gt;
| keyname =  autoWireMax&lt;br /&gt;
| example = autoWireMax=24&lt;br /&gt;
| datatype = i&lt;br /&gt;
| description = Maximum distance between nodes for autowiring to be active&lt;br /&gt;
| permitted_values = 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&lt;br /&gt;
| default = 16&lt;br /&gt;
| LV1 = 6&lt;br /&gt;
| LV2 = 7&lt;br /&gt;
| LV3 = 8&lt;br /&gt;
| LV4 = &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 = This setting is only effective if [[#enableAutoWire|enableAutoWire]] is set to TRUE&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== autoWireMax ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;autoWireMax=24&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Maximum distance between nodes for autowiring to be active&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#0000FF&amp;gt;Integer&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;16&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: This setting is only effective if [[#enableAutoWire|enableAutoWire]] is set to &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== autoWireMin ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;autoWireMin=8&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Minimum distance between nodes for autowiring to be active&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#0000FF&amp;gt;Integer&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;4&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: This setting is only effective if [[#enableAutoWire|enableAutoWire]] is set to &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== copyDeleteFPDCOFromFPTerm ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;copyDeleteFPDCOFromFPTerm=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Delete front panel terminals from diagram&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== enableAutoWire ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;enableAutoWire=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Enable Auto Wiring&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== funkyErrClustWire ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;funkyErrClustWire=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Change Error Cluster wires color from the standard cluster pink to a more appealing brown/green color&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: LabVIEW 5.1, 6.x, 7.x: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;, LabVIEW 8.x: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.1, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== inlineSubVIEnabled ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;inlineSubVIEnabled=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Allows the context menu item &amp;quot;Inline SubVI&amp;quot; on any SubVI which inserts the code directly into the block diagram containing the SubVI.&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== maxUndoSteps ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;maxUndoSteps=50&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Maximum undo steps per VI&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#0000FF&amp;gt;Integer&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: 1 to 2&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;8&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showSubVIName ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showSubVIName=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Show subVI names when dropped&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showTipStringsOnTerms ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showTipStringsOnTerms=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Show tip-strips over terminals&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showWireDots ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showWireDots=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Show dots at wire junctions&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== showWireGuides ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;showWireGuides=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: None&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== structuresFadeToDiagramBeneath ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;structuresFadeToDiagramBeneath=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Makes the diagram of structures semi-transparent so that you can see objects behind them.&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes:  Enabling this setting will slow down the development environment on large Block Diagrams&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== transparentBDLabels ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;transparentBDLabels=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use transparent name labels&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== viCaptionTipStrings ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;viCaptionTipStrings=FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use control captions for subVI tip-strips&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== viTitleInPalettes ==&lt;br /&gt;
Example: &amp;lt;code&amp;gt;viTitleInPalettes=TRUE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Description: Use Window Titles in function palettes&amp;lt;br/&amp;gt;&lt;br /&gt;
Datatype: &amp;lt;FONT COLOR=#008000&amp;gt;Boolean&amp;lt;/FONT&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Permitted Values: &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Default Value: &amp;lt;code&amp;gt;FALSE&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x&amp;lt;br/&amp;gt;&lt;br /&gt;
OS&#039;s Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Notes: None&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Development Environment]]&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Functional_Global_Variable&amp;diff=1408</id>
		<title>Functional Global Variable</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Functional_Global_Variable&amp;diff=1408"/>
		<updated>2007-05-09T22:19:12Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: Functional Global Variable moved to Functional global variable: lowercase&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Functional global variable]]&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Functional_global_variable&amp;diff=1407</id>
		<title>Functional global variable</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Functional_global_variable&amp;diff=1407"/>
		<updated>2007-05-09T22:19:12Z</updated>

		<summary type="html">&lt;p&gt;Dsaunders: Functional Global Variable moved to Functional global variable: lowercase&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Functional Globals are VIs that allow controlled access to data or resources, often allowing various actions to be performed.  Functional Globals (FGs) most often make use of uninitialized shift registers (USRs).  USRs are shift registers that do not have a wired input coming into the left side of the loop.  A USR stores its data between successive runs of the VI as long as the VI remains in memory.&lt;br /&gt;
&lt;br /&gt;
==Alternative Nomenclature==&lt;br /&gt;
Functional Globals are known by various names among LabVIEW programmers.&lt;br /&gt;
*LV2 globals – because LV2 supported uninitialized shift registers&lt;br /&gt;
*USR globals – since most FGs make use of uninitialized shift registers&lt;br /&gt;
*Action Engines – it has been argued [http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=240328&amp;amp;query.id=618807#M240328] that the term Functional Globals should refer to VIs that just allow read/write access to data.  Action Engines would refer to the larger set of VIs that allow some defined action on the data. &lt;br /&gt;
&lt;br /&gt;
The official name for these constructs in NI literature is Functional Global Variable, and a [http://forums.lavag.org/index.php?showtopic=2469&amp;amp;st=0 survey] on LAVA indicated that Functional Globals is also the most popular choice.&lt;br /&gt;
&lt;br /&gt;
==Structure==&lt;br /&gt;
The most common form of a Functional Global is a [[While Loop]] with a TRUE wired to the stop condition.  This forces the loop to terminate after just one execution, meaning the while loop is only used to provide a place to put USRs.  A [[For Loop]] could also be used with a constant wired to the count terminal.  Another method is to use a single-element queue to store the data, though this requires more mouse clicks to implement.  The performance of each of these is very close and most likely will vary a little from computer to computer.&lt;br /&gt;
&lt;br /&gt;
[[Image:Simple_FG.PNG|frame|center|Simple Functional Global using a While Loop]]&lt;br /&gt;
&lt;br /&gt;
In order to specify what action to perform, an [[enumerated type]] is often used as an input to the Functional Global.  Other methods are possible (Booleans, First Call?, etc.), but an enumerated type provides for a readable, extensible list of actions.  Furthermore, saving the enumerated type as a typedef control makes any changes to the list automatically update wherever the Functional Global is used in the code.  The ‘action’ input is fed to a case structure which contains the code to implement for each of the defined actions.&lt;br /&gt;
&lt;br /&gt;
For more complex situations, multiple actions can be performed on a single call to the FG.  This can be a straightforward [[state machine]], or it can allow for different actions based on the data received or on the existence of resources, etc.&lt;br /&gt;
&lt;br /&gt;
The data in a Functional Global could be of any type, but very often there will be several data elements in a single FG.  It is helpful to group the data into a cluster to limit the number of wires entering and leaving the FG.  Designing the data structures and how you cluster your data should be done early on, rather than haphazardly growing your clusters as you grow your program.&lt;br /&gt;
&lt;br /&gt;
In order to deal with varying input requirements on the different actions, one can create ‘wrappers’ around the Functional Global that allow for different inputs to be required.  This also gives the benefit of being able to search your code for certain actions as you can search for a specific VI, but not a specific enumerated type’s value.&lt;br /&gt;
&lt;br /&gt;
==Uses==&lt;br /&gt;
The primary use of Functional Globals is to provide data sharing across an entire project, both horizontally and vertically.  Horizontal sharing means multiple top-level VIs running autonomously can all have access to the same data.  Vertical sharing means that subVIs at any depth will have access to the data without requiring explicit passing of parameters through VI [[connector pane]] terminals.  These are common issues in even small-sized programs.&lt;br /&gt;
&lt;br /&gt;
Another common use is to encapsulate some functionality, especially functionality that is linked to persistent data or resources like files or devices.  This encapsulation protects the resource and provides an extensible interface for interacting with the data or resource.  The encapsulation also allows you to avoid a plethora of shift registers in a single VI.  You can offload the shift-register to the Functional Global, and call it when needed, without worrying about wiring the data through all your case structures.&lt;br /&gt;
&lt;br /&gt;
To get a better idea of what can be done with Functional Globals, here is a list of things that can be done:&lt;br /&gt;
*Load information from a file into a FG, access it anywhere in your program&lt;br /&gt;
*Maintain your system’s configuration parameters in one location.&lt;br /&gt;
*Store a control reference (like a tree control) in a FG, and then define an interface to manage that control.  For complex controls like trees and multi-column listboxes this can simplify your top-level code.&lt;br /&gt;
*Timers are well implemented with FGs.  You can keep the start time in the shift register, and then check the elapsed time when you call it again.&lt;br /&gt;
*Automatically preallocate an array when the FG is first called, then use “Replace Array Subset” to efficiently manipulate the array.&lt;br /&gt;
*Keep an ‘Undo’ list (stack) that allows you to push changes onto a stack, and pop them off when you need to undo the change. &lt;br /&gt;
The list could go on and on – whatever you can dream up!&lt;br /&gt;
&lt;br /&gt;
==Race Conditions and Locking==&lt;br /&gt;
One of the main reasons that Functional Globals are encouraged in lieu of [[global variable]]s is race conditions.  The majority of Functional Globals are, by definition, not reentrant so that different calls to the FG will all refer to the same shift registers and hence the same data or resource.  This means that when a VI calls a FG, that FG is locked or reserved for use by the calling VI.  Other VIs need to wait until it is done before they can call the FG.&lt;br /&gt;
&lt;br /&gt;
Global variables are reentrant.  If you try to write a value to the global in several places in your code, updates to the value are unpredictable with respect to time. This means that changes to the global can be subject to race conditions. This is especially true if you read/write to the global where a race condition could occur between the read and the write of the variable.&lt;br /&gt;
&lt;br /&gt;
The downside for Functional Globals is that the locking that takes place can be a bottleneck in the code if many VIs are trying to access the FG at the same time.  The majority of applications will not have a problem, but care must be taken if speed is a concern.&lt;br /&gt;
&lt;br /&gt;
It is also important to note that Functional Globals are not a cure-all for race conditions.  If actions on the Functional Global are not atomic (i.e. they require more than one call to the FG) then race conditions are still possible.  Race conditions are only eliminated if all updates to the data are done inside the FG, in a single call.  Here are a couple ways to still allow race conditions with FGs.&lt;br /&gt;
*Ask for the data from the FG, change it, and then write it back to the FG.&lt;br /&gt;
*Successive modifications, such as {Set data, normalize data, sort data, output max}  By the time you sort the data, new data could have been set that hasn’t been normalized.&lt;br /&gt;
&lt;br /&gt;
==Benefits==&lt;br /&gt;
#Efficient Memory Usage – Because the VI retains the same data space regardless of it use in the code, only a single call to the memory manager is made. If arrays are stored in the USR, and replace array element primitives used, then the memory space is efficiently used wherever the VI is called.&lt;br /&gt;
#Reduces problems with race conditions, as discussed above.&lt;br /&gt;
#Error checking can be done on data writes (Global variables don’t allow this).&lt;br /&gt;
#High-level code more readable – By moving shift registers and code logic into Functional Globals with readable action lists, top-level code become simpler and cleaner.&lt;br /&gt;
#Reuse.  Many FGs are generic enough to be used over and over again.&lt;br /&gt;
&lt;br /&gt;
==Concerns==&lt;br /&gt;
===Busy connector panes===&lt;br /&gt;
Terminals get used up quickly, so be sure to design well up front and choose a connector pane with more terminals than you need.  You can avoid excessive terminal usage by grouping all of your data into a cluster (preferably, a [[Type Definition]]) that is passed in and out of your functional global which will allow you to bundle and unbundle specific variables as needed on your main VI.&lt;br /&gt;
&lt;br /&gt;
===Data Persistence===&lt;br /&gt;
Data in a USR, and hence in a Functional Global, disappears if the owning VI goes out of memory.  When a VI runs for the first time, all of its subVIs that are not already in memory are loaded into memory and they belong to that parent VI.  If that parent VI is stopped, all of the subVIs that belong to it are also released from memory – even if there are other VIs in memory still referencing those subVIs.  The next time one of those subVIs is run, it is loaded into memory again and that calling VI becomes the new parent VI.  But if there was anything stored in USRs, that data is now gone.  &lt;br /&gt;
&lt;br /&gt;
This behavior is different from a queue reference, for instance, where the queue is only destroyed when ALL VIs referencing it leave memory.  It means that if you use Functional Globals across multiple top-level VIs, then you need to have a VI that is run first and contains all of your Functional Globals as subVIs.  This ‘First Run’ VI must stay in memory until all other top-level VIs are closed to insure that the Functional Global data will be available.&lt;br /&gt;
&lt;br /&gt;
==Reentrant functional globals==&lt;br /&gt;
===Unshared data===&lt;br /&gt;
There are certain problems where you do not need to share the persistent data elsewhere in the code.  If you create a &#039;&#039;&#039;windowed average&#039;&#039;&#039; VI, it can be made reentrant and can be used in multiple places in your code to average data streams.  This is an example of an in-place operation that is not shared, but requires persistent data.  Timing a process in a single loop could be done with one instance of a Functional Global.  Making this timing FG reentrant allows the developer to use that same timing FG to time other processes.  See [[Reentrant VI]] for more information.&lt;br /&gt;
&lt;br /&gt;
===By reference===&lt;br /&gt;
It’s possible to make use of reentrancy to duplicate functional globals. This allows to create as many globals as you need (even at run time) without duplicating code or modifying the original FG. The main disadvantage of this technique is the necessity to keep a reference to every instance of the functional global and pass them to the VIs or subVIs that will use them.&lt;br /&gt;
&lt;br /&gt;
With this method, the only change to the original FG is to make the VI reentrant. Keep in mind that, from now on, this functional global can’t be used in the habitual way, since any instance will retain its own values.&lt;br /&gt;
&lt;br /&gt;
To create an instance of the functional global, open it with the &#039;&#039;&#039;Open VI Reference&#039;&#039;&#039; function (use option 0x08 to prepare for reentrant run) and use the output reference to set the control values, run the VI and get the results. To facilitate things an avoid mistakes when getting/setting values, may be advisable to use the &#039;&#039;&#039;Call by Reference node&#039;&#039;&#039;. Furthermore, the encapsulation of the FG actions in specific wrappers, as detailed in the Structure section above, is also useful.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Global variable]]&lt;br /&gt;
*[[State machine]]&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
*[http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=240328&amp;amp;query.id=618807#M240328 NI Forums Community Nugget on Action Engines]&lt;br /&gt;
*[http://zone.ni.com/reference/en-XX/help/371361A-01/lvconcepts/suggestions_for_exec/#Functional_Global_Variables NI Documentation on Functional Global Variables]&lt;/div&gt;</summary>
		<author><name>Dsaunders</name></author>
	</entry>
</feed>