<?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: Retrieving limits when running chart script in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Retrieving-limits-when-running-chart-script/m-p/762066#M94058</link>
    <description>&lt;P&gt;The below example from the Scripting Index illustrates the syntax to use to read in the limits each time the Control Chart is run.&amp;nbsp; If the limits change in the limits table between runs, the control limits when change in the new chart.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Quality Control/Coating.jmp" );
obj = dt &amp;lt;&amp;lt; Control Chart(
	Sample Size( :Sample ),
	Chart Col( :Weight, XBar, R ),
	Get Limits( "$SAMPLE_DATA/Quality Control/CoatingLimits.jmp" )
);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 30 May 2024 23:37:33 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2024-05-30T23:37:33Z</dc:date>
    <item>
      <title>Retrieving limits when running chart script</title>
      <link>https://community.jmp.com/t5/Discussions/Retrieving-limits-when-running-chart-script/m-p/762061#M94056</link>
      <description>&lt;P&gt;Is there a way to script the retrieval of limits from a separate table each time the chart script is run? IR chart creation allows "get limits" functionality but the limits are saved into the script and will not retrieve revised limits from the same source table during subsequent chart retrieval.&amp;nbsp;&lt;/P&gt;&lt;P&gt;JMP 17&lt;/P&gt;&lt;P&gt;Existing code&amp;nbsp;&lt;/P&gt;&lt;P&gt;:"NAME, %"n,&lt;BR /&gt;Individual Measurement( Avg( 0.013 ), LCL( -0.039 ), UCL( 0.066 ) ).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 20:13:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Retrieving-limits-when-running-chart-script/m-p/762061#M94056</guid>
      <dc:creator>smw1985</dc:creator>
      <dc:date>2024-05-30T20:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving limits when running chart script</title>
      <link>https://community.jmp.com/t5/Discussions/Retrieving-limits-when-running-chart-script/m-p/762066#M94058</link>
      <description>&lt;P&gt;The below example from the Scripting Index illustrates the syntax to use to read in the limits each time the Control Chart is run.&amp;nbsp; If the limits change in the limits table between runs, the control limits when change in the new chart.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Quality Control/Coating.jmp" );
obj = dt &amp;lt;&amp;lt; Control Chart(
	Sample Size( :Sample ),
	Chart Col( :Weight, XBar, R ),
	Get Limits( "$SAMPLE_DATA/Quality Control/CoatingLimits.jmp" )
);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 30 May 2024 23:37:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Retrieving-limits-when-running-chart-script/m-p/762066#M94058</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-05-30T23:37:33Z</dc:date>
    </item>
  </channel>
</rss>

