The CMM Handbook Revision 6

CMM Quarterly announces the new release of The CMM Handbook Revision 6. This version comes with a USB drive containing video with explanations of specific topics. Below are listed some of the topics covered in The CMM Handbook. This spiral bound handbook is a must have for all CMM programmers and operators.

What this book is: This book is not a training manual but educational manual on how to apply CMM techniques across all CMM software platforms.

Common Conversion Factors
Environment Settings
Coordinate-Measuring Machine (CMM) Probes
Touch Trigger Probes
  • Resistive 
  • Strain-gauge 
  • Piezo 
Scanning Probes
Passive Sensors
  • Simplicity 
  • Dynamic Response 
Active Sensors
  • Complexity 
  • Dynamic Response 
Accuracy
CMM Stylus Selection
Stylus Variables

  • Stylus Sphericity (roundness) 
  • Stylus Bending 
  • Thermal stability 
  • Coefficient Expansion 

DMIS Probe Command Set
Measurement Uncertainty
Measurement Uncertainty and your CMM System

  • MPE = Maximum Permissible Error 
  • MPEE - Maximum Permissible Error for length measurement 
  • MPEP - Maximum Permissible Error for probing 
  • ISO 10360-2 Where do E and P apply? 
  • MPERONt(MZCI) - Maximum Permissible Error for form measurement (roundness) 
  • MPETHP and MPEĎ„ - Maximum Permissible Error for scanning probing 

Projection Planes and Plane Normal Vectors
Understanding the 6 Degrees of Freedom

  • Using The Correct CMM Alignment Principles 
Words To Be Familiar With
  • Alignment 
  • Datum 
  • Origin 
  • Coordinate System 
  • 3-2-1 Setup 
  • Coordinate Systems 
  • What is a Coordinate System? 
  • How Do I Create A Coordinate System? 
  • Myths And Truths About Establishing Coordinate Systems 
  • Cartesian Coordinate System 
  • Polar Coordinate System 
  • Spherical Coordinate System 
  • Datum Definition When the Datum Is a Cylinder 
  • Basic Alignment Strategies
  • Sample Alignments 
  • Plane/ Line/ Line 
  • Plane/ Line/ Point 
  • Plane/ Circle/ Line 
  • Plane/ Circle/ Circle
  • Advanced Alignment Strategies
  • Best-Fit Alignment
  • RPS Alignment
  • CAD Alignment 
Feature Types
  • Circle 
  • Cylinder 
  • Line 
  • 2d Line 
  • 3D Line Spatial Vector 
  • Cone 
  • Partial Arcs 
  • Measurement Methods
  • Measurement Strategies 
  • Diameters 
Filtering of Scanned Data
  • Data from Scanning 
  • Filtering – What is it? 
  • Filter Methods
  • Filtering Types 
Direction Vectors
  • What Are Direction Vectors .
  • How To Calculate Direction Vectors 
  • Direction Vectors for Common Angles 

Gage R&R
  • Terminology of R&R 
  • Variability 
  • How to perform a Gage R&R 
  • Gage R&R Method 
  • The 10% Rule 
  • Calculating Gage R&R 
  • What If the Gage R&R Is Not Good? 

DMIS Commands
  • General Setup Commands 
  • Machine Settings 
  • Operator Prompts 
  • Sensor Select
Datum Alignment Commands
  • Three Step Method 
  • One Step Method 
  • Measurement Features 
  • Work Plane 

Trigonometry Calculations
  • Angle Measurement 
  • The concept of angle 
  • Right Hand Triangles 
  • Oblique Triangles 
  • How to Calculate Chord Length 
Bolt Hole Circle Calculations
Create Your Own Bolt Hole Calculator in Excel

  • Getting Started 
  • The Formulas 

Geometric Dimensioning & Tolerancing

EXPANDED GD&T SECTION

  • GD&T Resources 
  • GD&T printed or web materials 
  • GD&T Training Companies 
  • Datum Feature Constraints 
  • Profile 
  • Changes to GD&T 
  • New and Refined Modifiers
  • Expanded Profile of Surface and Line 

CAD
  • Data Exchange 
  • IGES and Step 
  • Issues When Programming From CAD 
  • Surface Normals 

CAD Modeling
  • The Basics 
  • Reverse Engineering 
  • CMM Scanning Options 

Higher Level Language Examples

  • Common HLL Usages 
  • Jump To 
  • If-Then-Else Statement 
  • Relational Operators 
  • Call External Program 
  • Write a program to calibrate a disc, cylinder, or shaft styli .
  • Save results and increment serial numbers 
  • Write a program to query if a fixture alignment needs run .
  • Write a program to add date and time stamping 
  • Write a program to add operator input 
CMM Glossary

This spiral bound book sells for $115.00 plus shipping ($5.00 US, $10.00 International)





https://squareup.com/market/cmm-quarterly/item/cmm-handbook
Click on image to purchase



The CMM Handbook


Announcing the most comprehensive CMM Handbook. The CMM Handbook is now available. This book will put the best CMM resource material at your fingertips. Never before has this data been collected and placed in one resource book.

This book is the resource book you want in your library of books.

Click on the picture to see a sampling of the table of contents.

This book is available for $115.00 U.S. and includes shipping in the U.S. add $10.00 for international orders to cover shipping.

To purchase The CMM Handbook click on the Buy Now Button on the upper right hand panel.

DMIS programming ... Overview.

This is the first in a series of articles describing the process of DMIS programming.

This is the first in a series of articles describing the process of DMIS programming. In future articles I will be covering specific areas of a typical DMIS program and providing actual program listings of those areas. I will try to cover the most important aspects of each area, giving the reader tips and tricks learned along the way. This first article is designed to provide an overview of the basic structure of a program and highlight the areas that any user should consider including in their program.

DMIS programs should be designed to be as portable as possible so that they can be used on different DMIS compatible CMMs. This means that all aspects of a program’s operation must be defined and the user should not assume that the CMM will take responsibility for any setting. A typical DMIS program starts with a DMIS main or module statement (DMISMN or DMISMD) and ends with an end file statement (ENDFIL). The commands contained between these statements will be driven by the demands of the inspection process. Most DMIS programs should include the following areas:

PC-DMIS

Forms

With the introduction of new versions of software, there will be leaders and there will be followers. The leaders take the reigns and forge ahead using the “beta” version of the software, wallowing in the fact that they have the new version and they are at the forefront of their profession....

The followers wait for the leaders’ feedback on what they have encountered with the new software; good or bad.
PC-DMIS is well known for releasing new and improved versions at least once per year. With the introduction of the newest version 4.0 and above, the group at WILCOX has changed the playing field once again. The reporting methodology has been overhauled, HYPER-REPORTS have been removed from the software, FORMS have been added as an option, and a multitude of vision and articulated arm algorithms have been added or improved. Future articles will be covering some of these topics and more.

Today’s topic will look at the usage of the FORM as an alternative to hyper-reports in a program. Specifically, the process for embedding a set up photo into a FORM and linking it in a program will be reviewed. Keep in mind that all the options that a FORM may be appropriate for will not be covered in this article.

When the FORM window is opened for the first time, one would think they are looking at the HYPER-REPORT window.