Change Ppk to Cpk in the Plot Report
Step-by-step instructions for changing Ppk to Cpk in a Plot Report template
Print Friendly View
written: 01/05/2016
last modified: 04/02/2024

The default Plot Report templates show the Ppk value, but it is possible to change them to show the Cpk value instead. This document gives step-by-step directions for changing the default 1x2 plot report template from a Ppk value to a Cpk value.

The Report Designer

The directions shown here will add an 11th column of dimension information in the report. This is a lengthy process, but relatively simple to accomplish.

  1. From QC-CALC Real-Time choose the Report – Design Template menu.

  1. Choose the “RTPlot 1x2.rtx” template from the list of files that appears and click Open.
  1. The Report Designer now appears on the screen.

Change Ppk to Cpk

These directions will change the Ppk value to Cpk in the box that contains the calculations.

  1. In the Objects panel in the upper left corner, double-click on the “Nominal Box” item. Note: You can also double-click on the item in the Layout Preview area on the right side of the screen to accomplish the same thing.
  2. The Paragraph Properties window is now displayed.

  1. Double-click the first “if(displayPpk,…” line, and the Edit Text window appears.

  1. Change the 2 items in quotes from “Ppk÷”,“Cpk÷” to “Cpk÷”,“Cpk_R÷”. This will fix the labels so they will display the correct value based on the Show Ppk instead of Cpk option.
  1. Next, move the cursor to the place immediately following the “k” in “FStr$(Cpk” and a drop-down menu will appear. Double-click the “Cpk_R” item in that list to choose it.
  1. When you’ve finished the line should be:
if(displayPpk,"Cpk÷","Cpk_R÷")+FStr$(Cpk_R,"-----&.###")
  1. Click OK in the Edit Text window.

Change Pp to Cp

Typically if you want to see the Cpk value instead of the Ppk value, then you will also want to see the Cp value instead of the Pp value. These directions continue from the steps above and will change the Pp value to Cp in the box that contains the calculations.

  1. Back in the Paragraph Properties window double-click on the line below the line you just fixed to bring up the Edit Text window for that line.

  1. Change the 2 items in quotes from “Pp÷”,“Cp÷” to “Cp÷”,“Cp_R÷”. This will fix the labels so they will display the correct value based on the Show Ppk instead of Cpk option.
  1. Next, move the cursor to the place immediately following the “p” in “FStr$(Cp” and a drop-down menu will appear. Double-click the “Cp_R” item in that list to choose it.
  1. When you’ve finished the line should be:
if(displayPpk,"Cp÷","Cp_R÷")+FStr$(Cp_R,"-----&.###")
  1. Click OK in the Edit Text window.
  1. Click OK in the Paragraph Properties window.
  1. You should now see your name labels and values displayed in the Layout Preview area.
  1. Click File – Save, then File – Exit to get out of the Report Designer and run your report to see how it looks.

Attachments
 

Applies To

QC-CALC Real-Time v.3.40
QC-CALC SPC v.3.40

Category

Reporting - QC-CALC 3.x
See more articles in this category