HOW TO: Add a Calculated Dimension in QC-CALC Real-Time (v.4.00)
Print Friendly View
written: 04/19/2023
last modified: 04/08/2024

PREREQUISITES
Create a part file by running your machine and inspecting a part.

INTRODUCTION
This article will describe how to set up a calculated characteristic in QC-CALC Real-Time. It is a different process in QC-CALC SPC.

In this particular example, we'll create a calculated characteristic that plots the area of a rectangle using the "actual" values from the first two characteristics in an existing file (length x width). This simple example will show you how to do this.

STEPS
Adding the Calculated characteristic

  1. In QC-CALC Real-Time, go to File > Properties... > Modify Database Structure...
  2. On the popup, go to the second tab, Database Settings.
  3. In the lower-left corner in the Characteristics area, type "1" in the Calculated field.
  4. Click OK.
  5. In the Characteristics window click Select All on the left side and then click the Right Arrow Button to move the characteristics to the list on the right.
  6. Click OK.

A new plot will be drawn in your file called Calculated Characteristic 1. By default, all values will be set to zero for now.

Setting the Nominals and Tolerances

  1. Use the File > Properties... > Edit Nominals and Tolerances... menu and highlight the "Calculated characteristic 1" item in the Characteristics list on the left.
  2. At the top of the Nominals & Tolerances tab, set the Characteristic Label value to a more appropriate label than "Calculated characteristic 1". For this example, we'll name the characteristic "Area".
  3. Set the Nominal to your expected nominal value.
    In this example, the nominal for the width is 2.0 and the nominal for length is 4.0. Therefore, I'll make the nominal for my area = 8.0.
  4. Set the Plus Tolerance and Minus Tolerance to some reasonable numbers given your calculation.
  5. When finished, find the Calculation item towards the bottom of the list.


Setting Up the Calculation

  1. Click in the box to the right of the Calculation item in the list. The Calculation Editor will appear.
  2. Expand the characteristics list, then the first characteristic in the list and double-click on Actual. This will add it to the calculation on the right.
  3. Now type * or click the button for it.
  4. Finally expand the second characteristic in the list and double-click on Actual.
  5. Click OK in the Calculation Editor window.

    Your equation should now say: Length[1].Actual*Width[2].Actual

BE CAREFUL: Make sure there are no extra spaces in your equation or the screen will not recognize the equation and will not allow you to press the OK button.


Finishing Up

  1. Click OK in the Edit Nominals and Tolerances... window to save your changes.
  2. Place your mouse anywhere over your calculated characteristic, right-click, and choose Update Calculated Characteristics.

CONCLUSION
Your calculated characteristic is now ready. Whenever you collect data and new points are added to the Length and Width fields, your Area characteristic will automatically update with the correct value.