LabVIEW Datalogging and Supervisory Control Module

Table of Contents

Check Control Limits VI

  • Updated2023-02-21
  • 2 minute(s) read

Check Control Limits VI

Owning Palette: Control Charts VIs

Requires: DSC Module

Given a set of control chart points, and the upper and lower control limits from the control chart VIs, this VI checks for points that exceed the control limits. If such points exist, the VI lists the index of each point that exceeds the limits, in the order of how much each point exceeds the control limits.

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.
upper control limit is the upper limit line from the control chart.
lower control limit is the lower limit line from the control chart.
points exceeded limits is true if any of the points exceeded the limits given.
out of control points lists the index of each point in the Points array that exceeded the limits. The out-of-control points are listed in order of how much each point exceeds the control limits. The most out-of-control point is listed first, followed by the next most out-of-control point, and so on.

Log in to get a better experience