<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://labviewwiki.org/w/index.php?action=history&amp;feed=atom&amp;title=VI_Analyzer_Test_Creator</id>
	<title>VI Analyzer Test Creator - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://labviewwiki.org/w/index.php?action=history&amp;feed=atom&amp;title=VI_Analyzer_Test_Creator"/>
	<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=VI_Analyzer_Test_Creator&amp;action=history"/>
	<updated>2026-04-20T21:38:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=VI_Analyzer_Test_Creator&amp;diff=33531&amp;oldid=prev</id>
		<title>Logmanoriginal: Created page with &quot;The &#039;&#039;&#039;VI Analyzer Test Creator&#039;&#039;&#039; tool is a utility provided by the LabVIEW VI Analyzer Toolkit add-on and available from the tools menu at &#039;&#039;VI Analyzer&#039;&#039; &gt; &#039;&#039;Create...&quot;</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=VI_Analyzer_Test_Creator&amp;diff=33531&amp;oldid=prev"/>
		<updated>2024-08-16T09:36:36Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The &amp;#039;&amp;#039;&amp;#039;VI Analyzer Test Creator&amp;#039;&amp;#039;&amp;#039; tool is a utility provided by the &lt;a href=&quot;/wiki/LabVIEW_VI_Analyzer_Toolkit&quot; title=&quot;LabVIEW VI Analyzer Toolkit&quot;&gt;LabVIEW VI Analyzer Toolkit&lt;/a&gt; add-on and available from the &lt;a href=&quot;/w/index.php?title=Tools&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Tools (page does not exist)&quot;&gt;tools&lt;/a&gt; menu at &amp;#039;&amp;#039;VI Analyzer&amp;#039;&amp;#039; &amp;gt; &amp;#039;&amp;#039;Create...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The &amp;#039;&amp;#039;&amp;#039;VI Analyzer Test Creator&amp;#039;&amp;#039;&amp;#039; tool is a utility provided by the [[LabVIEW VI Analyzer Toolkit]] add-on and available from the [[tools]] menu at &amp;#039;&amp;#039;VI Analyzer&amp;#039;&amp;#039; &amp;gt; &amp;#039;&amp;#039;Create New Test&amp;#039;&amp;#039;. It creates new tests based on the user input and adds the necessary code infrastructure with code comments to guide the user.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt;[[File:VI Analyzer Test - Global Configuration.png|thumb|Generated VI Analyzer test - Global Configuration]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt;[[File:VI Analyzer Test - Test VI Front Panel.png|thumb|Generated VI Analyzer test - Test VI Front Panel]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt;[[File:VI Analyzer Test - Test VI Block Diagram.png|thumb|Generated VI Analyzer test - Test VI Block Diagram]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Name and Describe Test==&lt;br /&gt;
[[File:VI Analyzer Test Creator - Name and Describe Test.png|thumb|VI Analyzer Test Creator - Name and Describe Test]]&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Name and Describe Test&amp;#039;&amp;#039;&amp;#039; page prompts for the test name, ranking, and description. Available options for the ranking are: Low, Normal, and High.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
==Select Configuration Type==&lt;br /&gt;
[[File:VI Analyzer Test Creator - Select Configuration Type.png|thumb|VI Analyzer Test Creator - Select Configuration Type]]&lt;br /&gt;
The &amp;#039;&amp;#039;Select Configuration Type&amp;#039;&amp;#039;&amp;#039; page allows users to choose how the configuration page of a test is managed. Available options are: &amp;#039;&amp;#039;Global-based (recommended)&amp;#039;&amp;#039; and &amp;#039;&amp;#039;VI-based&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
===Global-based===&lt;br /&gt;
Global-based configuration pages allow tests to store static configuration data in a [[global variable]] with no additional functionality. For example, it is not possible to dynamically show or hide a configuration option in a global-based configuration.&lt;br /&gt;
&lt;br /&gt;
===VI-based===&lt;br /&gt;
VI-based configuration pages allow tests to manage configuration data in a [[VI]] with more complexity and additional functionality. For example, a configuration option can be shown or hidden depending on a user selection.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
==Save Path==&lt;br /&gt;
[[File:VI Analyzer Test Creator - Save Path.png|thumb|VI Analyzer Test Creator - Save Path]]&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Save Path&amp;#039;&amp;#039;&amp;#039; page displays the path where the test will be created and provides an option to open the test VIs when it is done.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[VI Analyzer]]&lt;br /&gt;
&lt;br /&gt;
[[Category:LabVIEW VI Analyzer Toolkit]]&lt;/div&gt;</summary>
		<author><name>Logmanoriginal</name></author>
	</entry>
</feed>