Owning Palette: Control Charts VIs
Installed With: Statistical Process Control Toolkit
Computes points and limits for individuals x and moving Range charts. These are control charts for charting mean and moving range. This VI computes for a moving range from n consecutive observations. By default, n is two. Optionally, you can choose a range of indices for individuals to use and indices of individuals to ignore in the control calculation. The actual number of individuals the VI uses to calculate the control limits is also output. By default, control limits are calculated from the input samples. You can also calculate control limits from standard values by wiring the chart limit src input.

The control limit calculations are as follows.If standard values are used for the control limit calculations, then
(x-bar) is set to std mean
(mR-bar) is set to std R0 or std sigma * d2, otherwise, X and mR are calculated from the input samples as specified by the index spec and indices to ignore inputs.






