PowerINSPECT Point Logging

PWI000040

Context

this document applies to :

  1. PowerINSPECT 1200
  2. PowerINSPECT 1300
  3. PowerINSPECT 1350
  4. PowerINSPECT 1355

 

Summary

PowerINSPECT can record points taken from a CMM in a log file.  These points can then be replayed into PowerINSPECT to recreate the inspection off-line.

The log file contains coordinates for each point and pre-touch point.  These points are grouped under headings explaining what was being measured (Surface Inspection Group, Geometric Items- Circle etc).

Log files are recorded by PowerINSPECT using Measures- Parameters- CMM Configuration.   Tick 'Use Log File' and set the filename to a valid path (not the default).

Log files are replayed into PowerINSPECT using CMM- Simulation.  The configuration must be set to a blank Generic RS232 or Stiefelmeyer.

 

 

Description

PowerINSPECT has a point logging function which is primarily intended for diagnostic use.  The point logging function allows PowerINSPECT sessions to be reproduced quickly without the part and without the hardware.

The Point file starts with a header

// ************* Log File c:\dcam\product\powerinspect1350\samples\chainsawfff.log ***************
// ************* Date Monday, April 17, 2000  [10:39:13] ***************

Each section has its own header showing what the points were used for.

e.g.

// ******** Surface Point on the Fly (Probe Diameter 2.000000 ) 

or

// ******** Entity   Circle 1

The other data in the file is point data.  This is described in more detail at the end of this note.

 

Recording a Log File

Point logging is carried out as follows.

In Measures- Parameters choose the CMM Configuration tab.

wpe1.jpg (20150 bytes)

Tick the 'Use Log File' and set the filename to a valid pathname other than the default.  Click 'Apply' and 'OK.'

PowerINSPECT will record all of the points you take and create a log file.

It is advisable to probe the measuring sphere at the beginning ('Change Probe'   and OK) because this allows other users to ensure that the probe data is correct.

When you want to stop logging you can finish by unticking the 'Use Log File.'

 

Replaying a Log File

CMM- Simulation (Menu:  CMM- , or right click on the red flash)   must be set.

wpe8E.jpg (5991 bytes)

(Note- if you have no CMM configured, the following applies.  The CMM Configuration (Menu:  CMM- Configuration, or right click on the red flash) must be set to a blank Generic RS232 or Stiefelmeyer setting.)

Then choose a log file by browsing.

Use PowerINSPECT exactly as you would use it with a CMM connection, except that you should highlight a point line and press 'Send' rather than probing points.  The number of points taken will be shown in the top right of the measuring dialog box as usual.

wpe92.jpg (111955 bytes)

Note- You can send multiple points by selecting a number of lines and pressing 'Send.'   The points will be sent in their numerical order.

 

Data Format

In the screen shot above, from left to right the point data is composed as follows:

first number (9) = point identifier

second to fourth numbers (35.00,  -238.89,  -78.79) = point coordinates

fifth to seventh numbers (0.16,  0.01,  0.03) = i,j,k vector

Note that only the touch point from each pairing is shown in this dialog box.

Within the log file, the points themselves are arranged as coordinates, with a touch point and a pre-touch point in each case.

N      8  28.97800 -245.69700 -79.81800
N      8  28.98300 -245.73700 -79.81800
N      9  35.00300 -238.89300 -78.79000
N      9  35.16100 -238.88600 -78.76100
N     10  26.55200 -228.68800 -79.45300
N     10  26.55200 -228.58000 -79.45200

When you come to replay the points, only the touch point will appear in the dialog box.

The N and the first number indicate the number of the point (there is a touch point and a pre-touch point), and the final three numbers are the x,y,z coordinates.

The first line of each pairing is the touch point.  The second is the pre-touch point.  The (i,j,k) vector is calculated by subtracting one from the other (compare with the screen shot above.)

This file format works because this is the same as the Stiefelmeyer format.

Alternatively

A log file can be constructed using just the identifier, (x,y,z) coordinates and (i,j,k) vector if you remove the N from the identifier.

8  28.97800 -245.69700 -79.81800 0.00 -0.04 0.00
9  35.00300 -238.89300 -78.79000 0.16 0.01 0.03
10  26.55200 -228.68800 -79.45300 0.00 0.11 0.00