<?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: Control Chart: Table report of the batches out of control limits and values in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Control-Chart-Table-report-of-the-batches-out-of-control-limits/m-p/480670#M72512</link>
    <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;I tried to set alarms with the exemples given in my script, but it does not work...&lt;/P&gt;&lt;P&gt;Here is my script:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph_expr1=Expr(
		Graph1 = Control Chart(
				Sample Label( :Numéro de lot ),
				Sample Size( :Nombre de seringues ),
				KSigma(TBD),
				Sort by Row Order( 1 ),
			Chart Col( :"Y1"n, P( Test Beyond Limits( 1 ), Limits Precision( 1 ), LCL( -3 ) ) ),
		Alarm Script(
							Write(
								"Out of Control for test ",
								qc_test,
								" in column ",
								qc_col,
								" in sample ",
								qc_sample,
								"\!N"
							)),
		SendToReport(
		Dispatch(
			{},
			"P of Y1",
			OutlineBox,
			{Set Title( "p'-chart, Proportion de défaut" )}
		),
		Dispatch(
			{"P of Y1"},
			"2",
			ScaleBox,
			{Format( "Fixed Dec", 12, 5 ), Min( -0.00025 ), Max( 0.0025 ),
			Inc( 0.00025 ), Minor Ticks( 1 )}
		),
		Dispatch(
			{"P of Y1"},
			"1",
			ScaleBox,
			{Min( 0.5 ), Inc( 1 ), Minor Ticks( 0 )}
		),
		Dispatch(
			{"P of Y1"},
			"",
			AxisBox,
			{Add Axis Label( "Taux de défauts (srg)" )}
		))));
	SubstituteInto(Graph_expr1, Expr(TBD), z_KSigmaZ);
	Graph_expr1&amp;lt;&amp;lt; Test 1(1));&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I think it comes from the&amp;nbsp;&lt;CODE class=" language-jsl"&gt;Graph_expr1=Expr(&lt;/CODE&gt;&amp;nbsp;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea to help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It works on exemples you gave me, However, how can we get the batch number or run number in a table and not only in the log window?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Sebastien&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Apr 2022 14:17:03 GMT</pubDate>
    <dc:creator>Sebastienlg</dc:creator>
    <dc:date>2022-04-20T14:17:03Z</dc:date>
    <item>
      <title>Control Chart: Table report of the batches out of control limits and values</title>
      <link>https://community.jmp.com/t5/Discussions/Control-Chart-Table-report-of-the-batches-out-of-control-limits/m-p/479086#M72335</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I am currently making a control chart with the following script:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Control Chart(
	Sample Label( :Numero de lot ),
	Sample Size( :Nombre de seringues ),
	KSigma( 7.33914672387493 ),
	Chart Col(
		:"Y1"n,
		P( Avg( 0.0000859059564066319 ), LCL( -1 ), UCL( . ) )
	),
	SendToReport(
		Dispatch(
			{},
			"P of RNS_NS tordu (srg)",
			OutlineBox,
			{Set Title( "p'-chart, p of Y1" )}
		),
		Dispatch(
			{"P of Y1"},
			"2",
			ScaleBox,
			{Format( "Fixed Dec", 12, 5 ), Min( -0.000183894230769231 ),
			Max( 0.00256610576923077 ), Inc( 0.00025 ), Minor Ticks( 0 )}
		),
		Dispatch(
			{"P of Y1"},
			"1",
			ScaleBox,
			{Min( 0.5 ), Max( 30.5 ), Inc( 1 ), Minor Ticks( 2 )}
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And at the end I would like to know if there is a way to report in a table the batches out of the control limits, and their respective values?&lt;/P&gt;&lt;P&gt;I tried to make it with the software but could not find a solution.&lt;/P&gt;&lt;P&gt;Is anyone has a suggestion to help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your answer,&lt;/P&gt;&lt;P&gt;Sebastien&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:56:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Control-Chart-Table-report-of-the-batches-out-of-control-limits/m-p/479086#M72335</guid>
      <dc:creator>Sebastienlg</dc:creator>
      <dc:date>2023-06-09T16:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Control Chart: Table report of the batches out of control limits and values</title>
      <link>https://community.jmp.com/t5/Discussions/Control-Chart-Table-report-of-the-batches-out-of-control-limits/m-p/479133#M72342</link>
      <description>&lt;P&gt;You are using a legacy platform. You might &lt;A href="https://www.jmp.com/support/help/en/16.2/#page/jmp/chart-options-for-legacy-control-charts.shtml#ww1449847" target="_self"&gt;review the options&lt;/A&gt; to see what you might use in your script. In particular, see the Tests. These apply one or more rules to find an out of control signal and identify the subgroups that violate each rule. You can use an alert script to trap these subgroups and respond any way that you like.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See &lt;A href="https://www.jmp.com/support/help/en/16.2/#page/jmp/control-charts.shtml" target="_self"&gt;this example&lt;/A&gt; to get ideas.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 14:06:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Control-Chart-Table-report-of-the-batches-out-of-control-limits/m-p/479133#M72342</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2022-04-14T14:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Control Chart: Table report of the batches out of control limits and values</title>
      <link>https://community.jmp.com/t5/Discussions/Control-Chart-Table-report-of-the-batches-out-of-control-limits/m-p/480670#M72512</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;I tried to set alarms with the exemples given in my script, but it does not work...&lt;/P&gt;&lt;P&gt;Here is my script:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph_expr1=Expr(
		Graph1 = Control Chart(
				Sample Label( :Numéro de lot ),
				Sample Size( :Nombre de seringues ),
				KSigma(TBD),
				Sort by Row Order( 1 ),
			Chart Col( :"Y1"n, P( Test Beyond Limits( 1 ), Limits Precision( 1 ), LCL( -3 ) ) ),
		Alarm Script(
							Write(
								"Out of Control for test ",
								qc_test,
								" in column ",
								qc_col,
								" in sample ",
								qc_sample,
								"\!N"
							)),
		SendToReport(
		Dispatch(
			{},
			"P of Y1",
			OutlineBox,
			{Set Title( "p'-chart, Proportion de défaut" )}
		),
		Dispatch(
			{"P of Y1"},
			"2",
			ScaleBox,
			{Format( "Fixed Dec", 12, 5 ), Min( -0.00025 ), Max( 0.0025 ),
			Inc( 0.00025 ), Minor Ticks( 1 )}
		),
		Dispatch(
			{"P of Y1"},
			"1",
			ScaleBox,
			{Min( 0.5 ), Inc( 1 ), Minor Ticks( 0 )}
		),
		Dispatch(
			{"P of Y1"},
			"",
			AxisBox,
			{Add Axis Label( "Taux de défauts (srg)" )}
		))));
	SubstituteInto(Graph_expr1, Expr(TBD), z_KSigmaZ);
	Graph_expr1&amp;lt;&amp;lt; Test 1(1));&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I think it comes from the&amp;nbsp;&lt;CODE class=" language-jsl"&gt;Graph_expr1=Expr(&lt;/CODE&gt;&amp;nbsp;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea to help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It works on exemples you gave me, However, how can we get the batch number or run number in a table and not only in the log window?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Sebastien&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 14:17:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Control-Chart-Table-report-of-the-batches-out-of-control-limits/m-p/480670#M72512</guid>
      <dc:creator>Sebastienlg</dc:creator>
      <dc:date>2022-04-20T14:17:03Z</dc:date>
    </item>
  </channel>
</rss>

