Skip to content

Commit 6e95eee

Browse files
author
vmWikis
committed
Auto-sync from Online folder: 2026-07-14 01:39:23
1 parent b06d109 commit 6e95eee

7 files changed

Lines changed: 93 additions & 1 deletion

File tree

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
<h1 class="firstHeading">2.43.2.5.2 The Taguchi Design Dialog Box</h1><p class='urlname' style='display: none'>taguchi-dialog</p>
2+
<div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
3+
<ul>
4+
<li class="toclevel-1 tocsection-1"><a href="#Supporting_Information"><span class="tocnumber">1</span> <span class="toctext">Supporting Information</span></a></li>
5+
<li class="toclevel-1 tocsection-2"><a href="#Display_Available_Designs"><span class="tocnumber">2</span> <span class="toctext">Display Available Designs</span></a></li>
6+
<li class="toclevel-1 tocsection-3"><a href="#Design"><span class="tocnumber">3</span> <span class="toctext">Design</span></a></li>
7+
<li class="toclevel-1 tocsection-4"><a href="#Dialog_Theme"><span class="tocnumber">4</span> <span class="toctext">Dialog Theme</span></a></li>
8+
</ul>
9+
</div>
10+
11+
<h2><a name="Supporting_Information"></a><span class="mw-headline">Supporting Information</span></h2>
12+
<p>To open the <b>Response Surface Design</b> dialog
13+
</p>
14+
<ul><li> Select <b>Statistics: Quality Improvement: Design of Experiment</b> from the Origin menu</li>
15+
<li> Select the <b>Create Design</b> icon and choose <b>Taguchi Design</b> from the list
16+
<dl><dd><a class="image"><img alt="Create Design.png" src="../images/Taguchi_Design_Dialog/650px-Create_Design.png?v=79707" width="650" /></a></dd></dl></li></ul>
17+
<table class="noborder"><tr>
18+
<td style="vertical-align:top" width="60"><img src="../images/Taguchi_Design_Dialog/Tip_icon.png?v=8477" width="57" border="0" /></td><td><p><i><b>Topics for Further Reading</b></i>:
19+
</p>
20+
<ul><li> <a href="../../App/Category/Taguchi_Design(App).html" title="Category:Taguchi Design(App)">Introduction:Taguchi Design</a></li>
21+
<li> <a href="../../App/App/Key_Concepts_Taguchi.html" title="App:Key Concepts Taguchi">Key Concepts of Taguchi Design</a></li>
22+
<li> <a href="../../App/App/Tutorial_Taguchi.html" title="App:Tutorial Taguchi">Tutorial of the Taguchi Design</a></li></ul>
23+
</td></tr></table>
24+
<h2><a name="Display_Available_Designs"></a><span class="mw-headline">Display Available Designs</span></h2>
25+
<p>Click the button for information to select an appropriate design. The table shows the number of factors and runs
26+
</p>
27+
<h2><a name="Design"></a><span class="mw-headline">Design</span></h2>
28+
<table class="dialogcontroltable">
29+
30+
<tr>
31+
<th>Design Type
32+
</th>
33+
<td>Select the level structure for your <a href="../../App/App/Key_Concepts_Taguchi.html#Orthogonal_Arrays" title="App:Key Concepts Taguchi">orthogonal array</a>. Origin provides
34+
<ul><li>2-level designs (e.g., L4, L8, L12, L16)</li>
35+
<li>3-level designs (e.g., L9, L18, L27)</li>
36+
<li>4-level designs (e.g., L16)</li>
37+
<li>5-level designs (e.g., L25)</li>
38+
<li>Mixed-level designs (e.g., L18 with both 2-level and 3-level factors)</li></ul>
39+
</td></tr>
40+
<tr>
41+
<th>Number of Factors
42+
</th>
43+
<td>Choose how many control factors you want to study. The available options depend on the <b>Design Type</b> selected
44+
</td></tr>
45+
<tr>
46+
<th>Design
47+
</th>
48+
<td>After selecting the design type and number of factors, select from the <b>Design</b> dropdown list for the specific orthogonal array (e.g., L9 [3^3], L18 [2^1 × 3^7], L27 [3^13]).
49+
</td></tr>
50+
<tr>
51+
<th>Add Dynamic Signal Factor
52+
</th>
53+
<td>Check this option to convert a static design into a <a href="../../App/App/Key_Concepts_Taguchi.html#Static_vs._Dynamic_Designs" title="App:Key Concepts Taguchi">dynamic response experiment</a>. In a dynamic experiment, the quality characteristic operates over a range of values, and the goal is to improve the relationship between an input signal factor and an output response. When enabled, you can name the signal factor and define its levels in the <b>Factors table</b> below.
54+
</td></tr>
55+
<tr>
56+
<th>Interactions
57+
</th>
58+
<td>Click the <b>+</b> button to specify which interactions you want to estimate. Origin can assign factors to specific columns of the orthogonal array to allow estimation of selected two-way interactions. Note that Taguchi designs primarily emphasize main effects; only certain arrays (such as L18 or modified L16) support interaction estimation, and higher-order interactions are typically confounded with main effects.
59+
</td></tr>
60+
<tr>
61+
<th>Factor Table
62+
</th>
63+
<td>Display and define the factor details of the factors you will study. It includes the following columns
64+
<ul><li><b>Name</b>
65+
<dl><dd> The factor labels. </dd></dl></li>
66+
<li><b>Type</b>
67+
<dl><dd>Indicates whether the factor is a <b>Control</b> factor (default) or a <b>Signal</b> factor (if <b>Add Dynamic Signal Factor</b> is checked).</dd></dl></li>
68+
<li><b>Levels</b>
69+
<dl><dd> Enter the actual settings for each level. The number of available levels for the factor is determined by the design type selected (2, 3, 4, or 5).</dd></dl></li>
70+
<li><b>Column</b>
71+
<dl><dd>Shows which column of the orthogonal array each factor is assigned to. This assignment determines how main effects and interactions are estimated and whether they are confounded with each other.</dd></dl></li></ul>
72+
<p>If you want to modify the column assignments
73+
</p>
74+
<ul><li> View the <b>interaction</b> box for the selected array</li>
75+
<li> Reassign factors to different columns to preserve estimability of desired interactions</li>
76+
<li> See which columns are reserved for interactions and which are free for main effects</li></ul>
77+
</td></tr></table>
78+
<p><br />
79+
</p>
80+
<h2><a name="Dialog_Theme"></a><span class="mw-headline">Dialog Theme</span></h2>
81+
<p>Save and load the settings of the dialog. Use this to store frequently used factor configurations, design options, or output preferences, then recall them for future designs without re-entering all values.
82+
</p>
83+

en/App/App/Tutorial_Taguchi.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1 class="firstHeading">2.43.2.5.2 Tutorial of Taguchi Design</h1><p class='urlname' style='display: none'>Tutorial-Taguchi-Design</p>
1+
<h1 class="firstHeading">2.43.2.5.3 Tutorial of Taguchi Design</h1><p class='urlname' style='display: none'>Tutorial-Taguchi-Design</p>
22
<div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
33
<ul>
44
<li class="toclevel-1 tocsection-1"><a href="#Static_Taguchi_Design"><span class="tocnumber">1</span> <span class="toctext">Static Taguchi Design</span></a>

en/App/Category/Taguchi_Design(App).html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ <h4><a name="Create_Custom_Taguchi_Design"></a><span class="mw-headline">Create
5656
</p>
5757
<div class="CategoryTreeTag" data-ct-mode="20" data-ct-options="{&quot;mode&quot;:20,&quot;hideprefix&quot;:10,&quot;showcount&quot;:false,&quot;namespaces&quot;:false}"><li> <a class="CategoryTreeLabel CategoryTreeLabelNs122 CategoryTreeLabelPage" href="../../App/App/Key_Concepts_Taguchi.html">Key Concepts of Taguchi Design</a></li>
5858

59+
<li> <a class="CategoryTreeLabel CategoryTreeLabelNs122 CategoryTreeLabelPage" href="../../App/App/Taguchi_Design_Dialog.html">The Taguchi Design Dialog Box</a></li>
60+
5961
<li> <a class="CategoryTreeLabel CategoryTreeLabelNs122 CategoryTreeLabelPage" href="../../App/App/Tutorial_Taguchi.html">Tutorial of Taguchi Design</a></li>
6062

6163
</div>

en/App/book.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@
210210
</page>
211211
<page title="Taguchi Design" file="Category/Taguchi_Design(App).html" url="App/Taguchi-Design" src="Category:Taguchi_Design(App)">
212212
<page title="Key Concepts of Taguchi Design" file="App/Key_Concepts_Taguchi.html" url="App/Key=Concepts-Taguchi" src="App:Key_Concepts_Taguchi"/>
213+
<page title="The Taguchi Design Dialog Box" file="App/Taguchi_Design_Dialog.html" url="App/taguchi-dialog" src="App:Taguchi_Design_Dialog"/>
213214
<page title="Tutorial of Taguchi Design" file="App/Tutorial_Taguchi.html" url="App/Tutorial-Taguchi-Design" src="App:Tutorial_Taguchi"/>
214215
</page>
215216
</page>
95.4 KB
Loading
7.53 KB
Loading

en/App/toc.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,6 +1056,12 @@
10561056
<toc_url>App/Key=Concepts-Taguchi</toc_url>
10571057
<toc_src>App:Key_Concepts_Taguchi</toc_src>
10581058
</toc>
1059+
<toc>
1060+
<toc_name>Apps &gt; Data Analysis &gt; Design of Experiments &gt; Create Design &gt; Taguchi Design &gt; The Taguchi Design Dialog Box</toc_name>
1061+
<toc_link>App/Taguchi_Design_Dialog.html</toc_link>
1062+
<toc_url>App/taguchi-dialog</toc_url>
1063+
<toc_src>App:Taguchi_Design_Dialog</toc_src>
1064+
</toc>
10591065
<toc>
10601066
<toc_name>Apps &gt; Data Analysis &gt; Design of Experiments &gt; Create Design &gt; Taguchi Design &gt; Tutorial of Taguchi Design</toc_name>
10611067
<toc_link>App/Tutorial_Taguchi.html</toc_link>

0 commit comments

Comments
 (0)