<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is it possible to load factor or output response setting from a configuration file? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-load-factor-or-output-response-setting-from-a/m-p/318546#M56896</link>
    <description>&lt;P&gt;Hi ian&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the encouragement&lt;/P&gt;&lt;P&gt;i am going to try the methods suggested by the experts&lt;/P&gt;&lt;P&gt;will report back when i have progress&lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2020 01:02:48 GMT</pubDate>
    <dc:creator>tanwt</dc:creator>
    <dc:date>2020-10-07T01:02:48Z</dc:date>
    <item>
      <title>Is it possible to load factor or output response setting from a configuration file?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-load-factor-or-output-response-setting-from-a/m-p/316562#M56814</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is it possible to load factor/output response settings to jmp with some sort of configuration file?&lt;/P&gt;&lt;P&gt;instead of keying manually&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmp_pic.jpg" style="width: 361px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/27136i7A6A91B8D763048F/image-size/large?v=v2&amp;amp;px=999" role="button" title="jmp_pic.jpg" alt="jmp_pic.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 21:00:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-load-factor-or-output-response-setting-from-a/m-p/316562#M56814</guid>
      <dc:creator>tanwt</dc:creator>
      <dc:date>2023-06-08T21:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to load factor or output response setting from a configuration file?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-load-factor-or-output-response-setting-from-a/m-p/316587#M56819</link>
      <description>&lt;P&gt;JMP DOE allows for the loading of the Factors from a Factors table and the loading of Responses from a Response table.&amp;nbsp; Both of these tables are just JMP tables of a specified structure,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="factor.PNG" style="width: 435px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/27138iB6C4F8069B2F80D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="factor.PNG" alt="factor.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Which could easily be used as a config table and then just loaded into the DOE&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 05:41:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-load-factor-or-output-response-setting-from-a/m-p/316587#M56819</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-10-05T05:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to load factor or output response setting from a configuration file?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-load-factor-or-output-response-setting-from-a/m-p/316589#M56821</link>
      <description>&lt;P&gt;Hi txnelson,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your reply&lt;/P&gt;&lt;P&gt;That response and factors table you showed looks a lot like excel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can i say it is possible to copy the config from excel (assuming it follows jmp requirement) and paste in those tables directly, and it will work?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 05:48:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-load-factor-or-output-response-setting-from-a/m-p/316589#M56821</guid>
      <dc:creator>tanwt</dc:creator>
      <dc:date>2020-10-05T05:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to load factor or output response setting from a configuration file?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-load-factor-or-output-response-setting-from-a/m-p/316702#M56826</link>
      <description>&lt;P&gt;Her's an example to get you started. Put the two attachments on your desktop, then run the code below. To do this, do 'File &amp;gt; New &amp;gt; New Script', paste the JSL into the window, then 'Edit &amp;gt; Run Script'.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;NamesDefaultToHere(1);

// Make a DOE object
doe = DOE(Custom Design);

// Read in factors from Excel
fTable = Open("$DESKTOP/Factors.xlsx");
// Set 'Design Role' column property for all factors
for(c=1, c&amp;lt;=NCol(fTable), c++, Column(fTable, c) &amp;lt;&amp;lt; setProperty("Design Role", "Continuous"));
doe &amp;lt;&amp;lt; LoadFactors;
Close(fTable, NoSave);

// Read in responses from Excel
rTable = Open("$DESKTOP/Responses.xlsx");
doe &amp;lt;&amp;lt; LoadResponses;
Close(rTable, NoSave);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 05 Oct 2020 11:29:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-load-factor-or-output-response-setting-from-a/m-p/316702#M56826</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2020-10-05T11:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to load factor or output response setting from a configuration file?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-load-factor-or-output-response-setting-from-a/m-p/316703#M56827</link>
      <description>You can copy and paste the table values, however, there are column properties that need to be set.  The column properties provide the information about the Design Role(Discrete Numeric, Continuous, Blocking, etc.), and how hard or easy is this factor changed.  &lt;BR /&gt;I suggest you interactively create one or more of your Design Inputs and then go to the red triangle and select "Save Factors", and then explore the resulting table, along with reading the DOE  Guide from the JMP Documentation Library, available under the Help pull down menu.  That will give you the information you need on what you can do.</description>
      <pubDate>Mon, 05 Oct 2020 11:43:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-load-factor-or-output-response-setting-from-a/m-p/316703#M56827</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-10-05T11:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to load factor or output response setting from a configuration file?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-load-factor-or-output-response-setting-from-a/m-p/317225#M56849</link>
      <description>&lt;P&gt;Hi ian&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the help. a few questions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Is it possible to have the response and factor info within the same excel file, but different sheet?&lt;/P&gt;&lt;P&gt;2) in your response table below, is the sequence important or as long as the field name match jmp requirement is good enough&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Response Name&lt;/TD&gt;&lt;TD&gt;Lower Limit&lt;/TD&gt;&lt;TD&gt;Upper Limit&lt;/TD&gt;&lt;TD&gt;Response Goal&lt;/TD&gt;&lt;TD&gt;Importance&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) for the factors info below, what about additional info like continous/categorical, etc? can those info be loaded as well?&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;X1&lt;/TD&gt;&lt;TD&gt;X2&lt;/TD&gt;&lt;TD&gt;X3&lt;/TD&gt;&lt;TD&gt;X4&lt;/TD&gt;&lt;TD&gt;X5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;-1&lt;/TD&gt;&lt;TD&gt;-1&lt;/TD&gt;&lt;TD&gt;-1&lt;/TD&gt;&lt;TD&gt;-1&lt;/TD&gt;&lt;TD&gt;-1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 06 Oct 2020 04:49:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-load-factor-or-output-response-setting-from-a/m-p/317225#M56849</guid>
      <dc:creator>tanwt</dc:creator>
      <dc:date>2020-10-06T04:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to load factor or output response setting from a configuration file?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-load-factor-or-output-response-setting-from-a/m-p/317310#M56853</link>
      <description>&lt;P&gt;The short answer is 'yes', it's perfectly possible to store all of the information that JMP needs to set up any experiment in Excel (on a single sheet, or multiple sheets). But, to make this happen, you probably need a little more knowledge of&amp;nbsp; how JMP needs this information, and how you can use JSL to manipulate it to the desired form. For example, I didn't check how strict JMP is in the ordering of the columns, but if this does matter, you can rearrange them in the JMP table before presenting this to the DOE platform.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&amp;nbsp;has already given some good advice. For the multiple sheet aspect, look &lt;A href="https://community.jmp.com/t5/Discussions/JSL-Importing-specific-excel-worksheet-and-modifying/td-p/12918" target="_self"&gt;here&lt;/A&gt;. There are lots of good resources to learn JSL if this is a problem worth solving. I'm sure people would offer additional help on specific issues as these arise.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 08:53:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-load-factor-or-output-response-setting-from-a/m-p/317310#M56853</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2020-10-06T08:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to load factor or output response setting from a configuration file?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-load-factor-or-output-response-setting-from-a/m-p/318546#M56896</link>
      <description>&lt;P&gt;Hi ian&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the encouragement&lt;/P&gt;&lt;P&gt;i am going to try the methods suggested by the experts&lt;/P&gt;&lt;P&gt;will report back when i have progress&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 01:02:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-load-factor-or-output-response-setting-from-a/m-p/318546#M56896</guid>
      <dc:creator>tanwt</dc:creator>
      <dc:date>2020-10-07T01:02:48Z</dc:date>
    </item>
  </channel>
</rss>

