The invention relates to the field of characterizing cutting tool edges.
Polycrystalline super hard materials, such as polycrystalline diamond (PCD) and polycrystalline cubic boron nitride (PCBN) may be used in a wide variety of tools for cutting, machining, drilling or degrading hard or abrasive materials such as rock, metal, ceramics, composites and wood-containing materials.
Abrasive compacts are used extensively in cutting, milling, grinding, drilling and other abrasive operations. They generally contain ultrahard abrasive particles dispersed in a second phase matrix. The matrix may be metallic or ceramic or a cermet. The ultrahard abrasive particles may be diamond, cubic boron nitride (cBN), silicon carbide or silicon nitride and the like. These particles may be bonded to each other during the high pressure and high temperature compact manufacturing process generally used, forming a polycrystalline mass, or may be bonded via the matrix of second phase material(s) to form a sintered polycrystalline body. Such bodies are generally known as polycrystalline diamond or polycrystalline cubic boron nitride, where they contain diamond or cBN as the ultra-hard abrasive, respectively.
During production of PCBN tool inserts, over 50% of the cost is associated with grinding. After this forming step, over 10% of the tools made up of a low content cBN grade fail due to edge chipping. The quality control is usually done visually, which is limited by the size of chips that can be seen, and is subjective (one operator may find a small chip to be acceptable, another operator may find the same chip to be unacceptable).
Alternatively, cutting edge chips can be characterized using a microscope with high magnification or an electron microscope, as shown in
It is an object to provide an improved method and apparatus for characterizing a cutting edge of a tool, and in particular to characterize one or more chips or other geometrical defects in the cutting edge of the tool.
According to a first aspect, there is provided a method of characterizing a cutting tool edge. The method comprises obtaining an image of the cutting tool edge. The cutting tool edge is located in the image. A centre-point of the cutting tool edge is determined the cutting tool edge is characterized by determining the distance from the centre point to the located cutting tool edge at a plurality of angles. An advantage of this method is that all visible defects can be identified and accurately characterized with respect to their geometry and dimensions.
Exemplary ways of locating the cutting tool edge include thresholding the image and applying a Canny edge detection algorithm.
As an option, the step of determining the centre-point of the cutting tool edge includes determining a centre-point of a radius of curvature of a curved portion of the cutting tool edge. As a further option, the curved portion is substantially circular.
As a further option, the method includes the steps of:
As a further option, the method includes the steps of determining the centre-point of the radius of curvature of the curved portion of the cutting tool edge by:
The method optionally includes calculating the difference between the distance from the centre point to the located cutting tool edge and the distance from the centre point to the curved portion of the cutting tool edge determined by the radius of curvature. As a further option, the calculated difference is plotted against the angle relative to a central axis.
As an option, at least one correction is applied to the position of the located cutting tool edge to correct for any of a chamfer angle and a jig angle.
The image of the cutting tool edge is optionally obtained using any of an optical microscope, a scanning electron microscope, and a focus stacking imaging technique.
The cutting tool optionally comprises any of polycrystalline cubic boron nitride, polycrystalline diamond, cemented tungsten carbide, tool steel, single crystal diamond, diamond grains and cubic boron nitride grains.
According to a second aspect, there is provided a computer apparatus configured to perform characterization of a cutting tool edge. The computer apparatus is provided with an image input device arranged to obtain an image of the cutting tool edge. A processor is configured to locate the cutting tool edge in the image. The processor is further configured to determine a centre-point of the cutting tool edge. The processor is further configured to, at a plurality of angles from the centre-point, characterize the cutting tool edge by determining the distance from the centre point to the located cutting tool edge.
As an option, the processor is configured to locate the cutting tool edge by any of thresholding the image, and applying a Canny edge detection algorithm.
As an option, the processor is configured to determine a centre-point of the cutting tool edge by determining a centre-point of a radius of curvature of a curved portion of the cutting tool edge.
As a further option, the processor is further configured to perform the steps of:
As a further option, the processor is further arranged to determine the centre-point of the radius of curvature of the curved portion of the cutting tool edge by extrapolating the linear portions until they intersect to determine a centre line on which the centre point is located, and interpolating a parabola in a region around the cutting tool edge to determine the cutting tool radius of curvature.
As a further option, the processor is further configured to calculate the difference between the distance from the centre point to the located cutting tool edge and the distance from the centre point to the curved portion of the cutting tool edge determine by the radius of curvature.
As a further option, the processor is further configured to plot the calculated difference against the angle relative to a central axis, the computer apparatus further comprising and output device configured to output the plot.
As an option, the processor is configured to apply at least one correction to the position of the located cutting tool edge to correct for any of a chamfer angle and a jig angle.
According to a third aspect, there is provided a computer program comprising computer readable code which, when run on a computer apparatus, causes the computer apparatus to perform the method as described above in the first aspect.
According to a fourth aspect, there is provided a computer program product comprising a computer readable medium and a computer program as described above in the third aspect, wherein the computer program is stored on the computer readable medium.
Non-limiting embodiments will now be described by way of example and with reference to the accompanying drawings in which:
The inventors have established a completely different method of characterizing a cutting tool edge, which includes characterizing data for any chips or other surface defects at the cutting tool edge.
As shown in
It is important for the image to have an adequate light/dark transition from the cutting tool edge 5 to the surrounding area, with sufficient contrast, depth of field, angles etc. A drawback of taking an image using an optical microscope is the limited depth of field at higher magnifications. Some optical microscopes allow focus stacked images to be obtained, which allows the image to be focused at all depths of field at high magnification, revealing the edge chipping in detail. Acquisition settings data can be saved, so the same settings can be used for capturing subsequent images, improving the consistency of the analysis.
A back illuminated light against a relatively low top light gives the ideal contrast of the cutting tool edge 5 for the image analysis.
Note that any suitable imaging technique can be used, including optical microscopy and scanning electron microscopy.
Once the image has been obtained, the next step in the process is to extract the coordinates (in pixel space) of the cutting tool edge 5 from the image. An exemplary way of doing this is to analyse the image for a simple black/white transition, but other edge detection techniques may be used, such as Canny edge detection. This is achieved by thresholding the image; all pixels having a brightness above a certain threshold are converted to white, all pixels having a brightness at or below a certain threshold are converted to black. This is why a sharp, high contrast image is beneficial to start with.
As images may have different brightness and saturation, some operator input may be allowed in order to ensure that when the image is thresholded, it most accurately reflects the location of the cutting tool edge 5.
Thresholding provides an electronic file containing a true/false (white/black) value for each pixel in the image. An exemplary way to find the edge trace is to run along each row or column and to find a pixel transition from white/black to black/white, depending on what the starting point was. This technique is, however, susceptible to thresholding noise (e.g. where the background is not uniform) and relatively slow.
An alternative and preferred technique is to use a single line scan to find an initial point on the edge where black transitions to white, and then searching either side of this point in the vicinity of the initial point. This relies on the fact that the cutting tool edge 5 is expected to be more or less continuous in the thresholded image. The search range is within 10 pixels of the previous line and is increased in increments of 10 pixels if no transition is found. This means noise away from the edge is not picked up by the tracing algorithm.
A Boolean flag may be used to indicate whether the search should occur from the top to the bottom, bottom to top, left to right or right to left of the image, i.e. in which direction the transition at the cutting tool edge 5 is the most distinct. The image data and other relevant inputs are altered accordingly.
This technique is repeated as new points of the cutting tool edge 5 are found. The result of this process is that the (x, y) coordinates of the cutting tool edge 5 can be found and plotted, as shown in
Once the cutting tool edge 5 co-ordinates have been obtained, some image processing is required. The (x, y) co-ordinates are converted to polar co-ordinates (r, θ) with a centre of a curvature of the cutting tool edge 5 as the origin. Post-processing of the data is required to find the centre of curvature of the cutting tool edge 5. Note that the following description assumes that the curved portion of the cutting tool edge 5 has a circular geometry, but it is possible for other geometries to be used.
In order to find the centre point of curvature of the cutting tool edge 5 it is necessary to correct any rotation of the cutting tool in the image. It is difficult to position the cutting tool flush in the microscope viewing window and therefore it may be rotated with respect to the image frame. In order to facilitate the centre point search, the image is rotated in (x, y) space.
Referring to
The direction of rotation depends on the relative magnitude and whether the nose is pointing up or down in the image.
Note the above step need not be carried out if the flanks are not visible, but correcting the rotation improves the accuracy of the subsequent analysis.
Once image rotation has been corrected, extrapolating the lines the straight flanks 9, 10 gives the central axis 11 of the cutting tool edge at the intersection of the extrapolated lines. It is possible instead for a user to visually determine and mark the central axis 11 of the cutting tool edge, but this has been found to be less accurate.
The centre point 12 of the curvature of the cutting tool edge is determined using trigonometry: the cosine of the angle between the two radii r, r′ (half the angle between the two flanks as calculated when finding the central axis 11) is equal to the radius divided by the distance from the intersection point to the centre 12. The latter distance is made up of the radius r and the distance from intersection point to the located cutting tool edge 5.
In order to determine the distance to the edge, a parabola can be interpolated in a region around the x value and the y coordinate is calculated. This also produces a value for the (calculated) tool radius r. As mentioned above, note that this technique can be extended to other, non-circular tool geometries. Also note that other techniques may be used in order to determine the distance to the cutting tool edge 5, such as applying a spline function.
The (x, y) pixel coordinates with the image-origin can now be transformed to (r, θ) coordinates with the origin in the centre of curvature 12 of the cutting tool edge 5. The distance can be converted using a user-defined image scale, determined with a graticule.
The user may define an “area of interest” for study, which is an angular range defined by the user as the region of the cutting tool edge 5 in which chips (or other surface features) need to be studied. The data are trimmed accordingly. Additionally, the image is a two-dimensional plan projection of the cutting tool edge, hence corrections may be made for the jig used to hold the tool while the image was obtained, and chamfer angles. A chamfer angle or hone on the tool, or if the image was taken at an angle such that the tool edge with the chip is not parallel to imaging plane, requires such a correction. In order to normalise the data, the calculated tool radius is subtracted as a baseline. For visualisation purposes the data may be inverted so that an edge chip (less material, lower r value) appears as a positive value.
S1. An image of the cutting tool is obtained. As described above, the image is preferably high contrast.
S2. The actual edge of the cutting tool is located in the image, for example by thresholding. This may be, for example, by converting the image to black and white, and may involve some user input depending on the brightness and saturation of the image.
S3. A centre-point of the cutting tool edge is determined, for example by determining the centre point of a curvature of a curved portion of the cutting tool edge 5. As described above, this may be achieved by identifying linear portions either side of the curved portion of the cutting tool edge 5, determining the angle of those portions, if necessary correcting the rotation of the image, and obtaining a central axis at the intersection of the linear portions. The centre point of the curvature of the cutting tool edge 5 may be found using trigonometry as described above.
S4. At a plurality of angles from the centre-point, the distance from the centre point to the located cutting tool edge is determined. This information may be presented simply as the distance, or as the difference between the distance from the centre point to the located cutting tool edge and the distance from the centre point to the curved portion of the cutting tool edge determine by the radius of curvature, or as the difference between the distance from the centre point to the located cutting tool edge and a normalized distance. This may further require applying at least one correction to the position of the located cutting tool edge to correct for any of a chamfer angle and a jig angle.
Turning now to
Note that only one processor 16 is described for simplicity, but the skilled person will appreciate that more than one processor may be used. Similarly, other components such as the memory may be split as separate physical memories or may be distributed.
A computer readable medium in the form of a memory 19 is provided. This may be used to store a computer programme 20 which, when executed by the processor 16, causes the processor to perform the steps described above. Note that the computer programme may alternatively be stored on an external memory 21 which can be provided to the computer apparatus. Examples of the external memory include a CD-ROM, DVD-ROM, USB memory stick, memory card or carrier wave.
A measurement and quantification method for edge chipping of tool inserts with a curved edge portion has been established and demonstrated. A key advantage of the method described above is that it takes around 30 seconds per image, compared to using an electron microscope to obtain the image and then quantifying individual chips by manually applying tangents, as shown in
The method has been described as a way of measure incidences of edge chipping during a grinding operation. However, it will be appreciated that it may be used to look at any surface features, such as chipping during tool operation, defects in the tool edge and so on to elucidate correlations between tool edge finish and tool performance or workpiece properties.
The method may be used for any type of cutting tool, including tools used for cutting rocks or other formations.
The skilled person will appreciate that the code may be modified for other applications or geometries across different application areas. The method can also be used as a step to elucidate more fundamental influences of the material behaviour. A Fourier analysis of the edge trace/chips may reveal frequencies related to processing conditions (e.g. grinding speed) or material properties (e.g. grain size).
While this invention has been particularly shown and described with reference to embodiments, it will be understood by those skilled in the art that various changes in form and detail may be made without departing from the scope of the invention as defined by the appended claims. For example, although the examples use cBN as the superhard phase, it will be appreciated that the same techniques may be used for other types of material.
Number | Date | Country | Kind |
---|---|---|---|
1702554.5 | Feb 2017 | GB | national |
Filing Document | Filing Date | Country | Kind |
---|---|---|---|
PCT/EP2018/053617 | 2/14/2018 | WO | 00 |