Check Control Limits VI
- Updated2024-11-20
- 2 minute(s) read
Given a set of control chart points and the upper and lower control limit from the control chart computations, Check Control Limits will return the indices of all points that exceed the limits. The out of control points are listed in order of how strongly each point exceeds the control limits.

Inputs/Outputs
![]() points contains the points plotted on the control chart, which normally is the output of one of the control chart VIs, such as an x-bar array. ![]() (DBL) - the upper limit line from the control chart. ![]() (DBL) - the lower limit line from the control chart. ![]() (Boolean) - true if any of the points exceeded the limits given. ![]() points contains the points plotted on the control chart, which normally is the output of one of the control chart VIs, such as an x-bar array. |