Draw Chart with Variable Limits VI
- Updated2024-11-20
- 3 minute(s) read
Given an array of control chart points, arrays for the upper and lower control limits, and the control chart lines cluster as created by the chart VIs, Draw Chart with Var Limits creates a variable limits control chart (X-Y graph indicator). Use this with the u Chart and p Chart if you have a variable subgroup size. The SPC Custom Controls named Control Chart with Var Limits and Control Chart Lines cluster are formatted to connect to the outputs of this VI.

Inputs/Outputs
![]() points are the points to be plotted on the control chart, normally the output of one of the control chart VIs, such as an X-bar array. ![]() ![]() ![]() chart limits is output by the control chart VIs.
![]() (I32, default = 0) - the sample number of the first sample used to label the chart x-axis. If left unconnected, sample labeling on the x-axis will start at 0. ![]() (X, Y Graph) - a control chart graph with points and variable limit lines drawn. ![]() cluster of: (useful as a legend) UCL (DBL) - the average upper control limit value for the control chart. CL (DBL) - the center line value for the control chart. LCL (DBL) - the average lower control limit value for the control chart.
|