Frame Calculation From Three Measuring Points In Space (Meaframe) - Siemens SINUMERIK 840D sl Programming Manual

Job planning
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

Frames

6.8 Frame calculation from three measuring points in space (MEAFRAME)

6.8
Frame calculation from three measuring points in space (MEAFRAME)
6.8
Function
MEAFRAME is an extension of the 840D language used for supporting measuring cycles.
The function MEAFRAME calculates the frame from three ideal and the corresponding
measured points.
When a workpiece is positioned for machining, its position relative to the Cartesian machine
coordinate system is generally both shifted and rotated referring to its ideal position. For
exact machining or measuring either a costly physical adjustment of the part is required or
the motions defined in the parts program must be changed.
A frame can be defined by sampling three points in space whose ideal positions are known.
A touch-trigger probe or optical sensor is used for sampling that touches special holes
precisely fixed on the supporting plate or probe balls.
Programming
MEAFRAME IDEAL_POINT,MEAS_POINT,FIT_QUALITY)
Parameters
MEAFRAME
IDEAL_POINT
MEAS_POINT
FIT_QUALITY
6-22
Frame calculation of three measured points in space
Array of real data containing the three coordinates of the ideal
points
Array of real data containing the three coordinates of the measured
points
REAL variable,
returning the following information:
-1:
The ideal points are almost on a straight line:
The frame could not be calculated. The returned frame
variable contains a neutral frame.
-2:
The measuring points are almost on a straight line:
The frame could not be calculated. The returned frame
variable contains a neutral frame.
-4:
The calculation of the rotation matrix failed for a
different reason.
Positive
Sum of distortions (distances between the points),
value:
that are required to transform the measured triangle
into a triangle that is congruent to the ideal
triangle.
Programming Manual, 03/2006 Edition, 6FC5398-2BP10-1BA0
Job planning

Advertisement

Table of Contents
loading

Table of Contents