cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
Get the free JMP Student Edition for qualified students and instructors at degree granting institutions.
Choose Language Hide Translation Bar
View Original Published Thread

qc_phase on control charts

jace
Level I

Hey All,

 

I am working with control charts and am having difficulty getting the qc_phase command to work. 

Here is the alarm part of my script: 

 

		Alarm Script(
		Write(
			"Out of Control for Nelson Rule ",
			qc_test,
			" in column ",
			qc_col,
			" during week ",
			qc_sample,
			" on tool ",
			qc_phase
		)
	)

However, when I run the script I get the following error message:

jace_0-1626711587516.png

Any ideas on how to fix this? The qc_test, qc_col, and qc_sample all work. 

Thank you!

 

 

1 ACCEPTED SOLUTION

Accepted Solutions


Re: qc_phase on control charts

The qc_phase variable was not added until JMP Version 16.0.  You can write any JSL that you desire as part of an alarm script.  So theoretically you can define your own variable for this.

View solution in original post

3 REPLIES 3
jthi
Super User


Re: qc_phase on control charts

Which version of JMP are you using?

JMP 15.2 Help: Control Charts 

JMP 16.0 Help: Control Charts 

 

if you are using older than JMP16.0 it could be that qc_phase is a new variable added in JMP16.0.

-Jarmo
jace
Level I


Re: qc_phase on control charts

I am using JMP 15 so that makes sense. Do you know if there are any workarounds for this on JMP 15?


Re: qc_phase on control charts

The qc_phase variable was not added until JMP Version 16.0.  You can write any JSL that you desire as part of an alarm script.  So theoretically you can define your own variable for this.