Given a set of Pareto values (output of the Pareto Counter VI), Pareto Chart creates two Pareto Charts and the associated legend. One is a bar chart of the frequency of occurrence of each cause. The other is a bar chart of the percentage contribution of each cause. The legend is a list of cause codes with their rank in Table (2D array of strings) format. The SPC Custom Controls named Pareto Chart and Pareto Legend are formatted to connect to the outputs of this VI.


icon

Inputs/Outputs

  • c1dcclst.png pareto values

    pareto values is an array of clusters. Entries are sorted by frequency of occurrence of each cause.

  • cstr.png cause

    pareto values is an array of clusters. Entries are sorted by frequency of occurrence of each cause.

  • cu32.png frequency

    pareto values is an array of clusters. Entries are sorted by frequency of occurrence of each cause.

  • cu32.png cumulative frequency

    pareto values is an array of clusters. Entries are sorted by frequency of occurrence of each cause.

  • cdbl.png percent of total

    pareto values is an array of clusters. Entries are sorted by frequency of occurrence of each cause.

  • cdbl.png cumulative percent of total

    pareto values is an array of clusters. Entries are sorted by frequency of occurrence of each cause.

  • i1dcclst.png pareto chart (freq)

    Bar graph of frequency or percent of total of occurrence of each cause with superimposed cumulative plot of frequency or percent of total.

  • i1dcclst.png pareto chart (percent)

    Bar graph of percentage contribution of occurrence of each cause with superimposed cumulative plot of percentage. The SPC Custom Control named Pareto Chart is formatted to connect to this output.

  • i2dstr.png legend

    A table (2D array of strings) listing the cause (string) for each bar in the Pareto chart from the rank of 1 (cause with highest frequency of occurrence) on. The SPC Custom Control named Pareto Legend is formatted to connect to this output.