<?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: How to set control limit in IMR chart and Xbar R chart in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-set-control-limit-in-IMR-chart-and-Xbar-R-chart/m-p/709012#M89296</link>
    <description>&lt;P&gt;I believe the K Sigma(2.5) argument is overriding the Set Control Limits argument. If you remove it, the limits are set as specified.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Dec 2023 17:03:39 GMT</pubDate>
    <dc:creator>Di_Michelson</dc:creator>
    <dc:date>2023-12-13T17:03:39Z</dc:date>
    <item>
      <title>How to set control limit in IMR chart and Xbar R chart</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-set-control-limit-in-IMR-chart-and-Xbar-R-chart/m-p/708617#M89264</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Greetings,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using JMP 17, I tried to set control limit for IMR chart and X bar R chart.&amp;nbsp;&lt;BR /&gt;&lt;SPAN class=""&gt;Although I have set the control limits, when I run the script, the control limits do not change as I have set them.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;dt is the data table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;below is the script for IMR chart:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Time Series/Workers.jmp" );

Gra = dt &amp;lt;&amp;lt; Control Chart Builder(
	K Sigma( 2.5 ),
	Variables( Subgroup( :DATE ), Y( :"electrical workers, thousands" ) ),
	Chart(
		Position( 1 ),
		Warnings( Test 1( 1 ), Test 3( 1 ) ),
		Set Control Limits( {LCL( 287.5 ), UCL( 312 ), Avg( 300 )} )
	),
	Chart(
		Position( 2 ),
		Warnings( Test Beyond Limits( 1 ) ),
		Set Control Limits( {LCL( 0 ), UCL( 15 )} )
	),
	SendToReport(
		Dispatch( {}, "Warnings[1]", OutlineBox, {Close( 0 )} ),
		Dispatch( {"Warnings[1]"}, "Tests", OutlineBox, {Close( 0 )} ),
		Dispatch( {}, "Warnings[2]", OutlineBox, {Close( 0 )} )
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;below is the script for XbarR chart:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Quality Control/Line Length.jmp" );

Control Chart Builder(
	K Sigma( 2.5 ),
	Variables( Subgroup( :Run ), Y( :Length ) ),
	Chart(
		Position( 1 ),
		Limits( Sigma( "Levey Jennings" ) ),
		Warnings( Test 1( 1 ), Test 3( 1 ) ),
		Set Control Limits( {LCL( 15.8 ), UCL( 16.2 ), Avg( 16 )} )
	),
	Chart(
		Position( 2 ),
		Limits( Sigma( "Levey Jennings" ) ),
		Warnings( Test Beyond Limits( 1 ) ),
		Set Control Limits( {LCL( 0 ), UCL( 0.16 )} )
	),
	SendToReport(
		Dispatch( {}, "Warnings[1]", OutlineBox, {Close( 0 )} ),
		Dispatch( {"Warnings[1]"}, "Tests", OutlineBox, {Close( 0 )} ),
		Dispatch( {}, "Warnings[2]", OutlineBox, {Close( 0 )} )
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;How to set the control limit?&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 04:37:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-set-control-limit-in-IMR-chart-and-Xbar-R-chart/m-p/708617#M89264</guid>
      <dc:creator>Celine1</dc:creator>
      <dc:date>2023-12-13T04:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to set control limit in IMR chart and Xbar R chart</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-set-control-limit-in-IMR-chart-and-Xbar-R-chart/m-p/709012#M89296</link>
      <description>&lt;P&gt;I believe the K Sigma(2.5) argument is overriding the Set Control Limits argument. If you remove it, the limits are set as specified.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 17:03:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-set-control-limit-in-IMR-chart-and-Xbar-R-chart/m-p/709012#M89296</guid>
      <dc:creator>Di_Michelson</dc:creator>
      <dc:date>2023-12-13T17:03:39Z</dc:date>
    </item>
  </channel>
</rss>

