<?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: [JSL] Spec limits and reference lines in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JSL-Spec-limits-and-reference-lines/m-p/34776#M20541</link>
    <description>&lt;P&gt;How many times has this question been posted on the JMP Community? Someone should write a book...&amp;nbsp; J&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jan 2017 14:09:51 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2017-01-20T14:09:51Z</dc:date>
    <item>
      <title>[JSL] Spec limits and reference lines</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Spec-limits-and-reference-lines/m-p/34772#M20537</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been trying to find a script to&amp;nbsp;import specs from specs datatable and set Show Limits( 1 ) for all columns.&lt;/P&gt;&lt;P&gt;I came across a few posts but still could not figure out how to do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please kindly help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 06:17:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Spec-limits-and-reference-lines/m-p/34772#M20537</guid>
      <dc:creator>mosiph</dc:creator>
      <dc:date>2017-01-20T06:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: [JSL] Spec limits and reference lines</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Spec-limits-and-reference-lines/m-p/34774#M20539</link>
      <description>&lt;P&gt;Here is a simple script that sets spec limits.&amp;nbsp; It would be a simple matter to place this into a loop that reads from one data table and writes the limits to another, but not knowing the structure of your input table, etc. I am only providing the write component&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );

dt = Current Data Table();

col="NPN1";
LSL=100;
Target=110;
USL=120;

Eval(
	Eval Expr(
		column(dt,Expr( col )) &amp;lt;&amp;lt; set property(
			"spec limits",
			{LSL( Expr( LSL ) ), USL( Expr( USL ) ), Target( Expr( Target ) ), Show Limits( 1 )}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 20 Jan 2017 14:02:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Spec-limits-and-reference-lines/m-p/34774#M20539</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-01-20T14:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: [JSL] Spec limits and reference lines</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Spec-limits-and-reference-lines/m-p/34776#M20541</link>
      <description>&lt;P&gt;How many times has this question been posted on the JMP Community? Someone should write a book...&amp;nbsp; J&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 14:09:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Spec-limits-and-reference-lines/m-p/34776#M20541</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2017-01-20T14:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: [JSL] Spec limits and reference lines</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Spec-limits-and-reference-lines/m-p/34778#M20543</link>
      <description>&lt;P&gt;Here is a blog post about checking the box for "Show as graph reference lines".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.jmp.com/t5/Byron-Wingerd-s-Blog/Spec-Limit-Lines-on-Graphs/ba-p/33317" target="_blank"&gt;https://community.jmp.com/t5/Byron-Wingerd-s-Blog/Spec-Limit-Lines-on-Graphs/ba-p/33317&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 14:27:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Spec-limits-and-reference-lines/m-p/34778#M20543</guid>
      <dc:creator>tonya_mauldin</dc:creator>
      <dc:date>2017-01-20T14:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: [JSL] Spec limits and reference lines</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Spec-limits-and-reference-lines/m-p/34779#M20544</link>
      <description>&lt;P&gt;Maybe not a book, but it has inspired me enough write some code to add it to the Semiconductor Tool kit&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 14:29:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Spec-limits-and-reference-lines/m-p/34779#M20544</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-01-20T14:29:12Z</dc:date>
    </item>
  </channel>
</rss>

