Point Recall with LOOP

 


This will create a wall thickness 360° around the part top and bottom 8 points each.


https://cmm-quarterly.squarespace.com/articles/calypso-point-recall-with-loop

Calypso Handbook

 The Calypso Handbook serves as a comprehensive reference manual for Calypso programming. It includes embedded videos to facilitate understanding of various topics covered in the manual. Elevate your programming skills with these expert tips, each of which has been applied in real-world programming and verified to be effective. The Calypso Handbook is a digital download.


For more information

CMM Quarterly on Teachable

The current CMM Quarterly training programs on Teachable.
Calypso Basic Training 1, 2, & 3
Calypso CAD Model Training
GD&T and Calypso
CMM Manager DCC Training 1, 2, & 3
All training come with downloadable videos and pdfs. Train at your own pace.


Calypso - PCM Confirm

This article focuses on the Calypso PCM command - confirm. There are times when constructing a program that as programmers we need the operator to follow specific instructions or confirm that something is a certain way before executing the program


Example: A confirmation ("confirm") in PCM


We have written a calibration routine program but we need the operator to confirm that MasterBall shaft at the '0' position before the operator executes this calibration program. This will avoid the stylus system from striking the MasterBall base during the calibration. If it is not at the '0' position I want to end the program.


Here is one way this is done.


NOTE: this example uses PCM, a optional module on Calypso.





Write the program as you normally would. When this is complete right click to access the parameter function.





Choose Parameter and this will open the Pre and Post Parameter settings dialog box











In the presetting box and type the above commands. Now there is another method to select the code above and we will cover that in a future article.
When you run the program this box will appear






The Code
VarC is a variable statement. This could be named anything. I used VarC to represent Variable Confirm.


If the answer is Yes or
if VarC equals True then continue on



If the answer is No or
if VarC equals False then
endinspection (close out the inspection run)



This can be used for a variety of situations where confirmation is required. Just change the question is the confirm statement making sure it is between quotes.


If you do not have the PCM module you may want to consider purchasing it. PCM adds a flexibility to Calypso that benefits both the programmer and operator.

For more help on Calypso consider purchasing the Calypso Handbook, click here for more information.

Calypso Basic Training

CMM Quarterly Publications

This book allows you to teach yourself the basics of Zeiss Calypso. Through this manual you learn such topics as alignment setups, probe qualification, measuring features, defining characteristics, and much more. You will also learn how to program with or without CAD models,

This manual includes instructional videos.

We do offer Over the Web training to assist in any questions you have.
Discounts are available for multiple purchases. Please contact us directly at cmmquarterly@gmail.com for more information.
This book sells for $475.00 USD. This is a digital download with embedded videos.



Tolerancing Curve Form Segments

Creating different tolerance bands on a Curve Form graph


If your looking to create a graph with a tolerance variation just follow these steps.


The first step is to generate a curve then we will apply the tolerance variations.





Click on the arrow below the Clearance Group pull down menu and begin to move through the list to identify the points where the tolerance bands change. Write these numbers down.















Now open the tolerance fly out from the curve dialog box by clicking on the arrow.

















Check the Segment Tolerances

Click on Settings

When you click on Settings the follow dialog box will open. Your last point will be listed in the list.











Click on the Create Tolerance Segments icon




Begin to fill in the Start and End point values.


Enter the tolerances associated with these points.










In our example the values will look like this

1 to 299 +/- 0.180

300 to 1059  +/- 0.090

1060 to 1569 +/- 0.180

1570 to 1800 +/- 0.090


After the first entry this dialog box will appear. Answer YES the first time to remove the last point in the list. After each subsequent entry answer NO or your previous entry will be removed.





This is what the list begins to look like.

























To assist you as you define the tolerance bands you can right click on the CAD window and select Show Tolerance Lines.

Create a Curve Form Characteristic by clicking on Form and Location/ Curve Form. Open the Curve Form and select the curve as the Feature.








Open the characteristic and click on the Graphic icon. The graphic will appear like this.