qc_phase on control charts
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:Any ideas on how to ...