You can specify any combination of a Lower Spec Limit, an Upper Spec Limit, or a Target. The Show as Graph Reference Lines option displays the specification limits and target that you specify as reference lines on appropriate plots.
Tip: To add specification limits to several columns at once, see Manage Spec Limits Utility in the Quality and Process Methods book.
The Process Capability Distribution column property specifies a process distribution for the column. The Process Capability Distribution column property is used only in the Process Capability platform. See also Distribution and Process Capability Distribution.
You can generate automatic alarms by writing a script and storing it as a column property or data table property named QC Alarm Script.
Write(
"Out of Control for test ",
qc_test,
" in column ",
qc_col,
" in sample ",
qc_sample
)