<?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 set control limits in Control Chart in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/set-control-limits-in-Control-Chart/m-p/699724#M88452</link>
    <description>&lt;P&gt;Greetings,&lt;BR /&gt;I'm using JMP 17, I tried to set control limit for chart A (x-bar) and chart B (R)&lt;BR /&gt;edt is the data table.&lt;BR /&gt;below is my script:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;graph = edt &amp;lt;&amp;lt; Control Chart Builder(
Size( 1123, 586 ),
Show Alarm Report( 1 ),
Show Control Panel( 0 ),
K Sigma( 2.5 ),
Variables( Subgroup( :CaptureDateTime ), Y( :CaptureValue ) ),
Chart(
Position( 1 ),
Limits,
Set Control Limits( {LCL( 49.5 ), UCL( 50.5 ), Avg( 50 )} ),
Warnings( Test 1( 1 ), Test 3( 1 ) )

),
Chart(
Position( 2 ),
Set Control Limits( {LCL( 0 ), UCL( 0.8 )} ),
Warnings( Test Beyond Limits( 1 ) )
))&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;but once I run the script, it does not set the control limits. Anyone knows how to set control limit in script?&lt;BR /&gt;thank in advanced&lt;/P&gt;</description>
    <pubDate>Fri, 17 Nov 2023 08:12:25 GMT</pubDate>
    <dc:creator>Celine1</dc:creator>
    <dc:date>2023-11-17T08:12:25Z</dc:date>
    <item>
      <title>set control limits in Control Chart</title>
      <link>https://community.jmp.com/t5/Discussions/set-control-limits-in-Control-Chart/m-p/699724#M88452</link>
      <description>&lt;P&gt;Greetings,&lt;BR /&gt;I'm using JMP 17, I tried to set control limit for chart A (x-bar) and chart B (R)&lt;BR /&gt;edt is the data table.&lt;BR /&gt;below is my script:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;graph = edt &amp;lt;&amp;lt; Control Chart Builder(
Size( 1123, 586 ),
Show Alarm Report( 1 ),
Show Control Panel( 0 ),
K Sigma( 2.5 ),
Variables( Subgroup( :CaptureDateTime ), Y( :CaptureValue ) ),
Chart(
Position( 1 ),
Limits,
Set Control Limits( {LCL( 49.5 ), UCL( 50.5 ), Avg( 50 )} ),
Warnings( Test 1( 1 ), Test 3( 1 ) )

),
Chart(
Position( 2 ),
Set Control Limits( {LCL( 0 ), UCL( 0.8 )} ),
Warnings( Test Beyond Limits( 1 ) )
))&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;but once I run the script, it does not set the control limits. Anyone knows how to set control limit in script?&lt;BR /&gt;thank in advanced&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 08:12:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/set-control-limits-in-Control-Chart/m-p/699724#M88452</guid>
      <dc:creator>Celine1</dc:creator>
      <dc:date>2023-11-17T08:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: set control limits in Control Chart</title>
      <link>https://community.jmp.com/t5/Discussions/set-control-limits-in-Control-Chart/m-p/699775#M88455</link>
      <description>&lt;P&gt;The problem could be that you are trying to set the limits characteristics without specifying them.&lt;/P&gt;&lt;P&gt;Try to set them&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Position( 1 ),&lt;BR /&gt;Limits &lt;STRONG&gt;(Sigma ("......" ) )&lt;/STRONG&gt;,&lt;BR /&gt;Set Control Limits( {LCL( 49.5 ), UCL( 50.5 ), Avg( 50 )} ),&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;or try to delete the line &lt;EM&gt;Limits,&lt;/EM&gt; .&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 09:56:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/set-control-limits-in-Control-Chart/m-p/699775#M88455</guid>
      <dc:creator>bbenny7</dc:creator>
      <dc:date>2023-11-17T09:56:01Z</dc:date>
    </item>
  </channel>
</rss>

