Change Ppk to Cpk in Plot Report - 4.1
Step-by-step instructions for changing Ppk to Cpk in a QC-CALC Plot Report
Print Friendly View
written: 08/11/2024
last modified: 08/11/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 change Ppk to Cpk in the default 1x2 Plot Report template. It is a short and easy process.

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

Unnamed

  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.

image.png

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.

image.png

  1. The Paragraph Properties window is now displayed.

image.png

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

image.png

  1. Change the 2 items in quotes from Ppk÷","Cpk÷ to Cpk÷”,“Cpk_Within÷. This will fix the labels so they will display the correct value based on the Tools > Options > Global > Show Ppk instead of Cpk option.

image.png

  1. Next, move the cursor to the place immediately following the k in FStr$(Cpk and delete Ppk using the Delete key. Next, type Cp and a drop-down menu with options will appear. Double-click on Cpk_Within to select it.

image.png

  1. When you’ve finished the line should be:
if(displayPpk,"Ppk÷","Cpk÷")+FStr$(Cpk_Within,"-----&.###")
  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.

image.png

  1. Change the 2 items in quotes from Pp÷”,“Cp÷ to Cp÷”,“Cp_Within÷. This will fix the labels so they will display the correct value based on the Tools > Options > Global > Show Ppk instead of Cpk option.
  2. Next, move the cursor to the place immediately following the p in FStr$(Cp and delete Cp using the Delete key. Next, type Cp and a drop-down menu with options will appear. Double-click on Cp_Within to select it.

image.png

  1. When you’ve finished the line should be:
if(displayPpk,"Cp÷","Cp_Within÷")+FStr$(Cp_Within,"-----&.###")
  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.