LabVIEW Datalogging and Supervisory Control Module

Table of Contents

Process Statistics VIs

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

Owning Palette: Statistical Process Control VIs

Requires: DSC Module. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.

Use the Process Statistics VIs to estimate process distributions and capabilities, calculate and plot histograms, and plot and fit normal probability distribution functions to histograms.

The Process Statistics VIs perform the following operations:

  • Compute process mean and sigma
  • Compute process capability ratios and reject rates
  • Create and graph histograms
  • Plot normal probability distribution functions against histograms and process specification limit
Palette ObjectDescription
Compute Process CapabilityGiven the specification limits and the process mean and process sigma, computes the process capability ratios Cp, Cpk, and Cpkm as well as the estimated process fraction non-conforming in parts per million (ppm). Notice that the fraction non-conforming is valid only if the process is normally distributed. Computes one-sided upper and one-sided lower in addition to two-sided process capability ratios and fraction non-conforming.
Fit Nrml PDF to HistogramGiven the bin centers from a histogram (axis values output from the General Histogram VI), the estimated sigma of the observations for the histogram, and the total number of observations in the histogram, calculates the height for a normal probability distribution function (PDF) that fits the histogram.
General HistogramFinds the discrete histogram of the input sequence X based on the given bin specifications.
Process Mean & SigmaComputes process mean and sigma and upper and lower natural process limits from process samples. You can estimate the process sigma in several ways. If the sample size is greater than one, you can use either sample standard deviation s or range R to estimate the process sigma. You select s or R by the type input. If the sample size is one, the VI automatically uses the moving range to estimate the process sigma.
Sample StatisticsComputes statistics on the input array sample X.


SubpaletteDescription
Process Statistics Graphing VIsUse the Process Statistics Graphing VIs to plot graphs for process statistics.

Log in to get a better experience