US20070150230A1 - System and method for generating a scanning program for a stand-alone measuring equipment - Google Patents

System and method for generating a scanning program for a stand-alone measuring equipment Download PDF

Info

Publication number
US20070150230A1
US20070150230A1 US11/552,980 US55298006A US2007150230A1 US 20070150230 A1 US20070150230 A1 US 20070150230A1 US 55298006 A US55298006 A US 55298006A US 2007150230 A1 US2007150230 A1 US 2007150230A1
Authority
US
United States
Prior art keywords
probing
scanning
points
point coordinate
workpiece
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
US11/552,980
Other versions
US7231326B1 (en
Inventor
Chih-Kuang Chang
Xin-Yuan Wu
Jie-Rong Chen
Xiao-Dan Tang
Min Wang
Bing-Gen Yang
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hongfujin Precision Industry Shenzhen Co Ltd
Hon Hai Precision Industry Co Ltd
Original Assignee
Hon Hai Precision Industry Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hon Hai Precision Industry Co Ltd filed Critical Hon Hai Precision Industry Co Ltd
Assigned to HON HAI PRECISION INDUSTRY CO., LTD. reassignment HON HAI PRECISION INDUSTRY CO., LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CHANG, CHIH-KUANG, CHEN, JIE-RONG, TANG, XIAO-DAN, WANG, MIN, WU, XIN-YUAN, YANG, Bing-gen
Assigned to HONG FU JIN PRECISION INDUSTRY (SHENZHEN) CO., LTD., HON HAI PRECISION INDUSTRY CO., LTD. reassignment HONG FU JIN PRECISION INDUSTRY (SHENZHEN) CO., LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HON HAI PRECISION INDUSTRY CO., LTD.
Application granted granted Critical
Publication of US7231326B1 publication Critical patent/US7231326B1/en
Publication of US20070150230A1 publication Critical patent/US20070150230A1/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01BMEASURING LENGTH, THICKNESS OR SIMILAR LINEAR DIMENSIONS; MEASURING ANGLES; MEASURING AREAS; MEASURING IRREGULARITIES OF SURFACES OR CONTOURS
    • G01B21/00Measuring arrangements or details thereof, where the measuring technique is not covered by the other groups of this subclass, unspecified or not relevant
    • G01B21/02Measuring arrangements or details thereof, where the measuring technique is not covered by the other groups of this subclass, unspecified or not relevant for measuring length, width, or thickness
    • G01B21/04Measuring arrangements or details thereof, where the measuring technique is not covered by the other groups of this subclass, unspecified or not relevant for measuring length, width, or thickness by measuring coordinates of points

Definitions

  • the present invention generally relates to systems and methods for programming measuring equipments, and more particularly to a system and method for generating a scanning program for a stand-alone measuring equipment.
  • measuring equipments have become more complex during configuration, thus, causing more using difficulties.
  • 3D measuring equipments have high measuring precisions and high measuring speeds when measuring physical dimensions and geometric tolerances of a product.
  • the 3D measuring equipments are programmed with a measuring program created by a computer.
  • the computer is configured in the 3D measuring equipment, and co-works with the 3D measuring equipment together.
  • a system for generating a scanning program for a stand-alone measuring equipment is executed in a first computer which is linked with a measuring equipment.
  • the measuring equipment includes a second computer installed measuring software.
  • the system includes: an input module configured for receiving scanning mode parameters, scanning output parameters, and for selecting a set of surfaces of a workpiece for generating corresponding probing points on the surfaces, the scanning output parameters comprising output types of the probing points in each surface selected; a calculating module configured for calculating a total column count and a total row count of all probing points in all the surfaces selected, and calculating a normal vector corresponding to a surface of each probing point according to the scanning mode parameters and the surfaces selected of the workpiece, obtaining a probing point coordinate multidimensional array according to the probing point coordinates on all of the surfaces selected, checking the validity of each probing point coordinate in the probing point coordinate multidimensional array, and attaining a significant probing point coordinate multidimensional array by deleting any insignificant probing point coordinates, a significant probing point coordinate meaning that
  • a computer-based method for generating a scanning program for a stand-alone measuring equipment includes the steps of: (a) receiving scanning mode parameters, scanning output parameters, and selecting a set of surfaces of a workpiece for generating corresponding probing points on the surfaces, the scanning output parameters comprising output types of the probing points in each surface selected; (b) calculating a total column count and a total row count of all probing points in all the surfaces selected, and calculating a normal vector corresponding to a surface of each probing point according to the scanning mode parameters and the surfaces selected of the workpiece; (c) obtaining a probing point coordinate multidimensional array according to the probing point coordinates on all of the surfaces selected, (d) checking the validity of each probing point coordinate in the probing point coordinate multidimensional array, and attaining a significant probing point coordinate multidimensional array by deleting any insignificant probing point coordinates, a significant probing point coordinate meaning that: there exists a deviated point that lies within the normal vector of the probing point coordinate or in an opposite
  • FIG. 1 is a schematic diagram of a hardware configuration of a system for generating a scanning program for a stand-alone measuring equipment in accordance with a preferred embodiment
  • FIG. 2 is a schematic diagram of main function modules of the system of FIG. 1 ;
  • FIG. 3 is a flowchart of a preferred method for generating a scanning program for a stand-alone measuring equipment by utilizing the system of FIG. 1 .
  • FIG. 1 is a schematic diagram of a hardware configuration of a system for generating a scanning program for a stand-alone measuring equipment in accordance with a preferred embodiment.
  • the system 1 for generating the scanning program for a stand-alone measuring equipment (hereinafter, “the system 1”) is executable/invoked in a computer 3 .
  • the computer 3 is a part of the measuring equipment 4 and is installed with measuring software 7 for executing the scanning program to measure a workpiece.
  • the measuring equipment 4 further includes a measuring platform 2 linked to the computer 3 via a data cable.
  • a probe 6 is configured on the measuring platform 2 for scanning the workpiece.
  • the system 1 can also be executed with a plurality of clients 5 (only two shown) linked to the measuring equipment 4 . In an alternative embodiment, the clients 5 can further work independently without any type of communication links with the measuring equipment 4 .
  • the system 1 includes a plurality of function modules.
  • the function modules are configured for generating the scanning program executable by the measuring equipment 4 .
  • the scanning program generated by the client 5 is transferred to the computer 3 .
  • the computer 3 executes the scanning program by utilizing the measuring software 7 that controls the measuring platform 2 to measure the workpiece.
  • the computer 3 receives measuring results transmitted from the measuring platform 2 through the data cable, analyzes the measuring results, and displays the measuring results analyzed in a chart.
  • FIG. 2 is a schematic diagram of main function modules of the system 1 .
  • the system 1 typically includes an input module 11 , a calculating module 12 , a plotting module 13 , a creating module 14 , a generating module 15 , an output module 16 , and a determining module 17 .
  • the input module 11 is configured for receiving scanning mode parameters, scanning output parameters, and for selecting a set of surfaces of the workpiece in order to generate corresponding probing points on the surfaces.
  • the scanning mode parameters may include three scanning modes for computing the number of probing points on each surface selected. The first mode receives a column count and a row count, and computes the number of probing points on each surface selected by multiplying the column count with the row count. The second mode receives a total number of probing points on each surface selected. The third mode determines the number of the probing points on each surface selected by performing a table search according to a color and an area of the surface selected.
  • the output parameters include output types of the probing points on each surface selected. The output types may include a point type, a line type, a surface type, and a circle type. The output parameters may further include a plot path setting parameter for selecting whether or not to plot a probing path of the probe 6 while measuring the workpiece.
  • the calculating module 12 is configured for calculating a total column count and a total row count of all probing points on all of the surfaces selected according to the scanning mode parameters and the surfaces selected of the workpiece, for calculating a normal vector of the probing point on each of the surfaces selected, for creating a probing point coordinate multidimensional array according to the probing point coordinates on all of the surfaces selected, for checking the validity of each probing point coordinate in the probing point coordinate multidimensional array, and for attaining a significant probing point coordinate multidimensional array by deleting any insignificant probing point coordinates.
  • each probing point coordinate consists of a real probing point coordinate (x, y, z) and a normal vector N(i, j, k) of (x, y, z) corresponding to a surface of the probing point.
  • a significant probing point coordinate ⁇ (x 1 , y 1 , z 1 ), N(i 1 , J 1 , k 1 ) ⁇ means that: there exists a deviated point that lies within the normal vector N(i 1 , j 1 , k 1 ) or in an opposite of the normal vector N(i 1 , j 1 , k 1 ) of the probing point coordinate (x, y, z) such that the deviated point lies within a mass of the workpiece.
  • the probing point coordinate ⁇ (x 1 , y 1 , Z 1 ), N(i 1 , j 1 , k 1 ) ⁇ is insignificant, and should be deleted from the probing point coordinate multidimensional array.
  • the plotting module 13 is configured for plotting probing paths of the probe 6 .
  • the probe 6 moves through all the point coordinates in the significant probing point coordinate multidimensional array according to predetermined iteration of indices of the significant probing point coordinate multidimensional array.
  • the creating module 14 is configured for creating a probing feature for the probing points on one surface selected according to the output types, and for storing identifications of the created probing features in a probing feature parameter queue.
  • the creating module 14 creates a point feature by assimilating the probing points.
  • the creating module 14 creates a line feature by assimilating the probing points.
  • the creating module 14 creates a surface feature by assimilating the probing points.
  • the creating module 14 creates a circle feature by assimilating the probing points.
  • the generating module 15 is configured for generating a 3D scanning program for each probing feature according to the created probing feature parameter queue with probing feature identifications, and forming a control file by assimilating all the 3D scanning programs. In depth, the generating module 15 first generates a type name of each probing feature according to the type of the probing feature, then outputs corresponding probing point coordinates that are assimilated into the probing feature.
  • the output module 16 is configured for transferring the control file generated in the client 5 to the computer 3 , and the computer 3 executes the control file by utilizing the measuring software 7 to measure the workpiece.
  • the determining module 17 is configured for determining whether or not to plot probing paths of the probe 6 according to the plot path setting parameter received by the input module 11 .
  • FIG. 3 is a flowchart of a method for generating the scanning program for the stand-alone measuring equipment by utilizing the system 1 .
  • the input module 11 receives the scanning mode parameters, the scanning output parameters, and selects the set of surfaces of the workpiece for generating corresponding probing points on the surfaces selected.
  • step S 102 the calculating module 12 calculates the total column count and the total row count of all probing points in all the surfaces selected, and calculates the normal vector corresponding to a surface of each probing point according to the scanning mode parameters and the surfaces selected of the workpiece, obtaining the probing point coordinate multidimensional array according to the total column count and the total row count, checking the validity of each probing point coordinate in the probing point coordinate multidimensional array, and attaining a significant probing point coordinate multidimensional array by deleting any insignificant probing point coordinates.
  • step S 104 the determining module 17 determines whether or not to plot probing paths of the probe 6 according to the plot path setting parameter received by the input module 11 . If the plot path setting parameter is not set to plot probing paths of the probe 6 , the procedure goes to step S 108 .
  • step S 106 the plotting module 13 plots the probing paths of the probe 6 to measure the workpiece.
  • the probe 6 moves through all the point coordinates in the significant probing point coordinate multidimensional array according to predetermined iteration of indices of the significant probing point coordinate multidimensional array.
  • step S 108 the creating module 14 creates the probing feature for the probing points on one surface selected according to the output types, and for storing the identifications of the created probing features in the probing feature parameter queue.
  • step S 110 the generating module 15 generates the 3D scanning program for each probing feature according to the probing feature parameter queue created with probing feature identifications, and forming the control file by assimilating all the 3D scanning programs.
  • the generating module 15 first generates the type name of each probing feature according to the type of the probing feature, then outputs corresponding probing point coordinates that are assimilated into the probing feature.
  • step S 112 the output module 16 transfers the control file generated in the client 5 to the computer 3 , and the computer 3 executes the control file by utilizing the measuring software 7 to measure the workpiece.

Abstract

A computer-based method for generating a scanning program for a stand-alone measuring equipment is provided. The method includes the steps of: receiving parameters, the parameters including output types of probing points; calculating a probing point coordinate multidimensional array; creating probing features; generating 3D program of each probing feature, and forming a control file by assimilating all 3D programs; and transferring the control file to a computer in the measuring equipment and executing the control file by utilizing measuring software in the computer to measure a workpiece. A related system is also provided.

Description

    BACKGROUND OF THE INVENTION
  • 1. Field of the Invention
  • The present invention generally relates to systems and methods for programming measuring equipments, and more particularly to a system and method for generating a scanning program for a stand-alone measuring equipment.
  • 2. Description of related art
  • With improvements of measuring equipment precisions, measuring equipments have become more complex during configuration, thus, causing more using difficulties.
  • Currently, 3D measuring equipments have high measuring precisions and high measuring speeds when measuring physical dimensions and geometric tolerances of a product. For the purpose of measuring physical dimensions and geometric tolerances of a product with high measuring precision and high measuring speed, the 3D measuring equipments are programmed with a measuring program created by a computer. The computer is configured in the 3D measuring equipment, and co-works with the 3D measuring equipment together.
  • When programming a measuring program especially when programming required measuring equipments, it needs to determine probing points of the measured product manually. This leads to quite a few disadvantages. Firstly, there are too many repetitive operations, thus having low efficiency. Secondly, the probing points may not be conformed to a regular pattern.
  • What is needed, therefore, is a system and method for generating a scanning program for a stand-alone measuring equipment, which can ensure reasonableness and high efficiency of probing point distributions.
  • SUMMARY OF THE INVENTION
  • A system for generating a scanning program for a stand-alone measuring equipment is executed in a first computer which is linked with a measuring equipment. The measuring equipment includes a second computer installed measuring software. The system includes: an input module configured for receiving scanning mode parameters, scanning output parameters, and for selecting a set of surfaces of a workpiece for generating corresponding probing points on the surfaces, the scanning output parameters comprising output types of the probing points in each surface selected; a calculating module configured for calculating a total column count and a total row count of all probing points in all the surfaces selected, and calculating a normal vector corresponding to a surface of each probing point according to the scanning mode parameters and the surfaces selected of the workpiece, obtaining a probing point coordinate multidimensional array according to the probing point coordinates on all of the surfaces selected, checking the validity of each probing point coordinate in the probing point coordinate multidimensional array, and attaining a significant probing point coordinate multidimensional array by deleting any insignificant probing point coordinates, a significant probing point coordinate meaning that: there exists a deviated point that lies within the normal vector of the probing point coordinate or in an opposite of the normal vector such that the deviated point lies within a mass of the workpiece; a creating module configured for creating a probing feature for the probing points on each surface selected according to the output types, and for storing identifications of the probing features in a probing feature parameter queue; a generating module configured for generating a 3D scanning program for each probing feature according to the probing feature parameter queue with probing feature identifications, and forming a control file by assimilating all the 3D scanning programs; and an output module configured for transferring the control file to the second computer, and for executing the control file by utilizing the measuring software to measure the workpiece.
  • A computer-based method for generating a scanning program for a stand-alone measuring equipment is provided. The method includes the steps of: (a) receiving scanning mode parameters, scanning output parameters, and selecting a set of surfaces of a workpiece for generating corresponding probing points on the surfaces, the scanning output parameters comprising output types of the probing points in each surface selected; (b) calculating a total column count and a total row count of all probing points in all the surfaces selected, and calculating a normal vector corresponding to a surface of each probing point according to the scanning mode parameters and the surfaces selected of the workpiece; (c) obtaining a probing point coordinate multidimensional array according to the probing point coordinates on all of the surfaces selected, (d) checking the validity of each probing point coordinate in the probing point coordinate multidimensional array, and attaining a significant probing point coordinate multidimensional array by deleting any insignificant probing point coordinates, a significant probing point coordinate meaning that: there exists a deviated point that lies within the normal vector of the probing point coordinate or in an opposite of the normal vector such that the deviated point lies within a mass of the workpiece; (e) creating a probing feature for the probing points on each surface selected according to the output types, and storing identifications of the probing features in a probing feature parameter queue; (f) generating a 3D scanning program for each probing feature according to the probing feature parameter queue with probing feature identifications, and forming a control file by assimilating all the 3D scanning programs; and (g) transferring the control file to a computer in the measuring equipment, and executing the control file by utilizing the measuring software to measure the workpiece.
  • Other advantages and novel features of the present invention will become more apparent from the following detailed description of preferred embodiments when taken in conjunction with the accompanying drawings, in which:
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a schematic diagram of a hardware configuration of a system for generating a scanning program for a stand-alone measuring equipment in accordance with a preferred embodiment;
  • FIG. 2 is a schematic diagram of main function modules of the system of FIG. 1; and
  • FIG. 3 is a flowchart of a preferred method for generating a scanning program for a stand-alone measuring equipment by utilizing the system of FIG. 1.
  • DETAILED DESCRIPTION OF THE INVENTION
  • FIG. 1 is a schematic diagram of a hardware configuration of a system for generating a scanning program for a stand-alone measuring equipment in accordance with a preferred embodiment. The system 1 for generating the scanning program for a stand-alone measuring equipment (hereinafter, “the system 1”) is executable/invoked in a computer 3. The computer 3 is a part of the measuring equipment 4 and is installed with measuring software 7 for executing the scanning program to measure a workpiece. The measuring equipment 4 further includes a measuring platform 2 linked to the computer 3 via a data cable. A probe 6 is configured on the measuring platform 2 for scanning the workpiece. The system 1 can also be executed with a plurality of clients 5 (only two shown) linked to the measuring equipment 4. In an alternative embodiment, the clients 5 can further work independently without any type of communication links with the measuring equipment 4.
  • The system 1 includes a plurality of function modules. The function modules are configured for generating the scanning program executable by the measuring equipment 4. Afterwards, the scanning program generated by the client 5 is transferred to the computer 3. The computer 3 executes the scanning program by utilizing the measuring software 7 that controls the measuring platform 2 to measure the workpiece. The computer 3 receives measuring results transmitted from the measuring platform 2 through the data cable, analyzes the measuring results, and displays the measuring results analyzed in a chart.
  • FIG. 2 is a schematic diagram of main function modules of the system 1. The system 1 typically includes an input module 11, a calculating module 12, a plotting module 13, a creating module 14, a generating module 15, an output module 16, and a determining module 17.
  • The input module 11 is configured for receiving scanning mode parameters, scanning output parameters, and for selecting a set of surfaces of the workpiece in order to generate corresponding probing points on the surfaces. The scanning mode parameters may include three scanning modes for computing the number of probing points on each surface selected. The first mode receives a column count and a row count, and computes the number of probing points on each surface selected by multiplying the column count with the row count. The second mode receives a total number of probing points on each surface selected. The third mode determines the number of the probing points on each surface selected by performing a table search according to a color and an area of the surface selected. The output parameters include output types of the probing points on each surface selected. The output types may include a point type, a line type, a surface type, and a circle type. The output parameters may further include a plot path setting parameter for selecting whether or not to plot a probing path of the probe 6 while measuring the workpiece.
  • The calculating module 12 is configured for calculating a total column count and a total row count of all probing points on all of the surfaces selected according to the scanning mode parameters and the surfaces selected of the workpiece, for calculating a normal vector of the probing point on each of the surfaces selected, for creating a probing point coordinate multidimensional array according to the probing point coordinates on all of the surfaces selected, for checking the validity of each probing point coordinate in the probing point coordinate multidimensional array, and for attaining a significant probing point coordinate multidimensional array by deleting any insignificant probing point coordinates.
  • In depth, each probing point coordinate consists of a real probing point coordinate (x, y, z) and a normal vector N(i, j, k) of (x, y, z) corresponding to a surface of the probing point. A significant probing point coordinate {(x1, y1, z1), N(i1, J1, k1)} means that: there exists a deviated point that lies within the normal vector N(i1, j1, k1) or in an opposite of the normal vector N(i1, j1, k1) of the probing point coordinate (x, y, z) such that the deviated point lies within a mass of the workpiece. Otherwise, if the deviated does not lie within the mass of the workpiece, this means that the probing point coordinate {(x1, y1, Z1), N(i1, j1, k1)} is insignificant, and should be deleted from the probing point coordinate multidimensional array.
  • The plotting module 13 is configured for plotting probing paths of the probe 6. In depth, the probe 6 moves through all the point coordinates in the significant probing point coordinate multidimensional array according to predetermined iteration of indices of the significant probing point coordinate multidimensional array.
  • The creating module 14 is configured for creating a probing feature for the probing points on one surface selected according to the output types, and for storing identifications of the created probing features in a probing feature parameter queue. In depth, if the output type of the probing points is a point type, the creating module 14 creates a point feature by assimilating the probing points. If the output type of the probing points is a line type, the creating module 14 creates a line feature by assimilating the probing points. If the output type of the probing points is a surface type, the creating module 14 creates a surface feature by assimilating the probing points. If the output type of the probing points is a circle type, the creating module 14 creates a circle feature by assimilating the probing points.
  • The generating module 15 is configured for generating a 3D scanning program for each probing feature according to the created probing feature parameter queue with probing feature identifications, and forming a control file by assimilating all the 3D scanning programs. In depth, the generating module 15 first generates a type name of each probing feature according to the type of the probing feature, then outputs corresponding probing point coordinates that are assimilated into the probing feature.
  • The output module 16 is configured for transferring the control file generated in the client 5 to the computer 3, and the computer 3 executes the control file by utilizing the measuring software 7 to measure the workpiece.
  • The determining module 17 is configured for determining whether or not to plot probing paths of the probe 6 according to the plot path setting parameter received by the input module 11.
  • FIG. 3 is a flowchart of a method for generating the scanning program for the stand-alone measuring equipment by utilizing the system 1. In step S100, the input module 11 receives the scanning mode parameters, the scanning output parameters, and selects the set of surfaces of the workpiece for generating corresponding probing points on the surfaces selected.
  • In step S102, the calculating module 12 calculates the total column count and the total row count of all probing points in all the surfaces selected, and calculates the normal vector corresponding to a surface of each probing point according to the scanning mode parameters and the surfaces selected of the workpiece, obtaining the probing point coordinate multidimensional array according to the total column count and the total row count, checking the validity of each probing point coordinate in the probing point coordinate multidimensional array, and attaining a significant probing point coordinate multidimensional array by deleting any insignificant probing point coordinates.
  • In step S104, the determining module 17 determines whether or not to plot probing paths of the probe 6 according to the plot path setting parameter received by the input module 11. If the plot path setting parameter is not set to plot probing paths of the probe 6, the procedure goes to step S108.
  • If the plot path setting parameter is set to plot the probing paths of the probe 6, in step S106, the plotting module 13 plots the probing paths of the probe 6 to measure the workpiece. In depth, the probe 6 moves through all the point coordinates in the significant probing point coordinate multidimensional array according to predetermined iteration of indices of the significant probing point coordinate multidimensional array.
  • In step S108, the creating module 14 creates the probing feature for the probing points on one surface selected according to the output types, and for storing the identifications of the created probing features in the probing feature parameter queue.
  • In step S110, the generating module 15 generates the 3D scanning program for each probing feature according to the probing feature parameter queue created with probing feature identifications, and forming the control file by assimilating all the 3D scanning programs. In depth, the generating module 15 first generates the type name of each probing feature according to the type of the probing feature, then outputs corresponding probing point coordinates that are assimilated into the probing feature.
  • In step S112, the output module 16 transfers the control file generated in the client 5 to the computer 3, and the computer 3 executes the control file by utilizing the measuring software 7 to measure the workpiece.
  • It should be emphasized that the above-described embodiments of the present invention, particularly, any “preferred” embodiments, are merely possible examples of implementations, merely set forth for a clear understanding of the principles of the invention. Many variations and modifications may be made to the above-described embodiment(s) of the invention without departing substantially from the spirit and principles of the invention. All such modifications and variations are intended to be included herein within the scope of this disclosure and the present invention and protected by the following claims.

Claims (14)

1. A system for generating a scanning program for a stand-alone measuring equipment, the system being executed in a first computer that is linked with the measuring equipment, the measuring equipment comprising a second computer installed with measuring software, the system comprising:
an input module configured for receiving scanning mode parameters, scanning output parameters, and for selecting a set of surfaces of a workpiece for generating corresponding probing points on the surfaces, the scanning output parameters comprising output types of the probing points in each surface selected;
a calculating module configured for calculating a total column count and a total row count of all probing points in all the surfaces selected, and calculating a normal vector corresponding to a surface of each probing point according to the scanning mode parameters and the surfaces selected of the workpiece, obtaining a probing point coordinate multidimensional array according to the probing point coordinates on all of the surfaces selected, checking the validity of each probing point coordinate in the probing point coordinate multidimensional array, and attaining a significant probing point coordinate multidimensional array by deleting any insignificant probing point coordinates, a significant probing point coordinate meaning that: there exists a deviated point that lies within the normal vector of the probing point coordinate or in an opposite of the normal vector such that the deviated point lies within a mass of the workpiece;
a creating module configured for creating a probing feature for the probing points on each surface selected according to the output types, and for storing identifications of the probing features in a probing feature parameter queue;
a generating module configured for generating a 3D scanning program for each probing feature according to the probing feature parameter queue with probing feature identifications, and forming a control file by assimilating all the 3D scanning programs; and
an output module configured for transferring the control file to the second computer, and for executing the control file by utilizing the measuring software to measure the workpiece.
2. The system as claimed in claim 1, wherein the scanning output parameters further comprise a plot path setting parameter for setting whether or not to plot probing paths of a probe in the measuring equipment when measuring the workpiece.
3. The system as claimed in claim 1, wherein the scanning mode is selected from the group consisting of a first mode by receiving a column number and a row count and computing the number of probing points on each surface selected by multiplying the column number with the row number, a second mode by receiving a total number of probing points on each surface selected, and a third mode by performing a table search according to a color and an area of each surface selected.
4. The system as claimed in claim 2, further comprising a plotting module configured for plotting probing paths of the probe if the plot path setting parameter is set to plot probing paths.
5. The system as claimed in claim 2, further comprising a determining module for determining whether or not to plot probing paths according to the plot path setting parameter.
6. The system as claimed in claim 1 wherein the output types of the probing points comprise a point type, a line type, a surface type, and a circle type.
7. A computer-based method for generating a scanning program for a stand-alone measuring equipment, the method comprising the steps of:
receiving scanning mode parameters, scanning output parameters, and selecting a set of surfaces of a workpiece for generating corresponding probing points on the surfaces, the scanning output parameters comprising output types of the probing points in each surface selected;
calculating a total column count and a total row count of all probing points in all the surfaces selected, and calculating a normal vector corresponding to a surface of each probing point according to the scanning mode parameters and the surfaces selected of the workpiece;
obtaining a probing point coordinate multidimensional array according to the probing point coordinates on all of the surfaces selected;
checking the validity of each probing point coordinate in the probing point coordinate multidimensional array, and attaining a significant probing point coordinate multidimensional array by deleting any insignificant probing point coordinates, a significant probing point coordinate meaning that: there exists a deviated point that lies within the normal vector of the probing point coordinate or in an opposite of the normal vector such that the deviated point lies within a mass of the workpiece;
creating a probing feature for the probing points on each surface selected according to the output types, and storing identifications of the probing features in a probing feature parameter queue;
generating a 3D scanning program for each probing feature according to the probing feature parameter queue with probing feature identifications, and forming a control file by assimilating all the 3D scanning programs; and
transferring the control file to a computer in the measuring equipment, and executing the control file by utilizing measuring software in the computer to measure the workpiece.
8. The system as claimed in claim 7, wherein the scanning mode is selected from the group consisting of a first mode by receiving a column number and a row count and computing the number of probing points on each surface selected by multiplying the column number with the row number, a second mode by receiving a total number of probing points on each surface selected, and a third mode by performing a table search according to a color and an area of each surface selected.
9. The system as claimed in claim 7, wherein the scanning output parameters further comprise a plot path setting parameter for setting whether or not to plot probing paths of a probe in the measuring equipment when measuring the workpiece.
10. The method as claimed in claim 9, before the step of generating 3D program for each probing feature, further comprising the step of:
plotting probing paths of the probe on the measuring equipment if the plot path setting parameter is set to plot probing paths in the received parameters.
11. The method as claimed in claim 7, wherein the output types of the probing points comprise a point type, a line type, a surface type, and a circle type.
12. A system for generating a scanning program for a stand-alone measuring equipment, the system being executed in a first computer that is linked with the measuring equipment, the measuring equipment comprising a second computer installed with measuring software, the system comprising:
an input module configured for receiving scanning mode parameters, scanning output parameters, and for selecting a set of surfaces of a workpiece for generating corresponding probing points on the surfaces, the scanning output parameters comprising output types of the probing points in each surface selected; and
a calculating module configured for calculating a total column count and a total row count of all probing points in all the surfaces selected, and calculating a normal vector corresponding to a surface of each probing point according to the scanning mode parameters and the surfaces selected of the workpiece, obtaining a probing point coordinate multidimensional array according to the probing point coordinates on all of the surfaces selected, checking the validity of each probing point coordinate in the probing point coordinate multidimensional array, and attaining a significant probing point coordinate multidimensional array by deleting any insignificant probing point coordinates, a significant probing point coordinate meaning that: there exists a deviated point that lies within the normal vector of the probing point coordinate or in an opposite of the normal vector such that the deviated point lies within a mass of the workpiece.
13. The system as claimed in claim 12, further comprising a creating module configured for creating a probing feature for the probing points on each surface selected according to the output types, and for storing identifications of the probing features in a probing feature parameter queue.
14. The system as claimed in claim 13, further comprising a generating module configured for generating a 3D scanning program for each probing feature according to the probing feature parameter queue with probing feature identifications, and forming a control file by assimilating all the 3D scanning programs.
US11/552,980 2005-12-23 2006-10-26 System and method for generating a scanning program for a stand-alone measuring equipment Expired - Fee Related US7231326B1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CNB2005101212060A CN100462675C (en) 2005-12-23 2005-12-23 Programming system and method for three dimension off-line scan
CN200510121206.0 2005-12-23

Publications (2)

Publication Number Publication Date
US7231326B1 US7231326B1 (en) 2007-06-12
US20070150230A1 true US20070150230A1 (en) 2007-06-28

Family

ID=38120585

Family Applications (1)

Application Number Title Priority Date Filing Date
US11/552,980 Expired - Fee Related US7231326B1 (en) 2005-12-23 2006-10-26 System and method for generating a scanning program for a stand-alone measuring equipment

Country Status (2)

Country Link
US (1) US7231326B1 (en)
CN (1) CN100462675C (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100268355A1 (en) * 2009-04-21 2010-10-21 Hon Hai Precision Industry Co., Ltd. Programming system for a coordinate measuring machine and method thereof
JP2017166955A (en) * 2016-03-16 2017-09-21 株式会社ミツトヨ Part program generator for surface property measuring device

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103177254A (en) * 2011-12-26 2013-06-26 鸿富锦精密工业(深圳)有限公司 System and method for extracting measurement element
TWI715899B (en) 2018-12-20 2021-01-11 財團法人工業技術研究院 Measuring program compiling device and measuring program compiling method
JP7414507B2 (en) * 2019-12-16 2024-01-16 ファナック株式会社 Control device, measurement system, measurement method
CN114055780B (en) * 2021-10-26 2023-05-30 深圳市纵维立方科技有限公司 3D printer automatic leveling method, storage medium and 3D printing equipment

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030079002A1 (en) * 2001-10-23 2003-04-24 Fischer William A. Computer-assisted equipment having a user interface configured according to a service program
US20030085890A1 (en) * 2001-11-05 2003-05-08 Baumberg Adam Michael Image processing apparatus

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3670700B2 (en) * 1994-04-27 2005-07-13 株式会社日立製作所 Robot mechanism control method
EP1148333A1 (en) * 2000-02-05 2001-10-24 YXLON International X-Ray GmbH Automatic casting defects recognition in specimens
TW569150B (en) * 2002-04-30 2004-01-01 Hon Hai Prec Ind Co Ltd A system and method for analyzing and processing measurement data
CN100357885C (en) * 2002-05-06 2007-12-26 鸿富锦精密工业(深圳)有限公司 Automatic scanning measuring data analytic processing system and method
JP4168002B2 (en) * 2004-04-07 2008-10-22 ファナック株式会社 Offline programming device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030079002A1 (en) * 2001-10-23 2003-04-24 Fischer William A. Computer-assisted equipment having a user interface configured according to a service program
US20030085890A1 (en) * 2001-11-05 2003-05-08 Baumberg Adam Michael Image processing apparatus

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100268355A1 (en) * 2009-04-21 2010-10-21 Hon Hai Precision Industry Co., Ltd. Programming system for a coordinate measuring machine and method thereof
US8255184B2 (en) * 2009-04-21 2012-08-28 Hong Fu Jin Precision Industry (Shenzhen) Co., Ltd. Programming system for a coordinate measuring machine and method thereof
JP2017166955A (en) * 2016-03-16 2017-09-21 株式会社ミツトヨ Part program generator for surface property measuring device

Also Published As

Publication number Publication date
CN100462675C (en) 2009-02-18
CN1987349A (en) 2007-06-27
US7231326B1 (en) 2007-06-12

Similar Documents

Publication Publication Date Title
US7231326B1 (en) System and method for generating a scanning program for a stand-alone measuring equipment
US6662103B1 (en) Method and system for creating a user-selectable arbitrary coordinate frame
US20030090483A1 (en) Simulation apparatus for working machine
EP0631108B1 (en) Apparatus and method for evaluating shape of three-dimensional object
US20050114059A1 (en) Point cloud measuring system and method
US20210213606A1 (en) Parameter identification apparatus, parameter identification method, and non-transitory computer-readable storage medium storing a parameter identification program
US10018706B2 (en) System for ultrasound localization of a tool in a workspace, corresponding method and program product
CN110018491B (en) Laser scanning method and device and laser radar
CN104048605B (en) Laser scanning measurement target adjustment equation establishing method
US6470587B1 (en) Method and system for part measurement and verification
JPH09311021A (en) Method for measuring three-dimensional shape using light wave range finder
CN106182088B (en) Localization method, device between industrial robot and grid
US7930125B2 (en) System and method for positioning a coordinate system in relation to a workpiece on a measurement machine
CN113034603B (en) Method and device for determining calibration parameters
CN109458963A (en) A kind of method of determining radome shunt bar characteristic point spatial position
CN106931950B (en) LNG pipeline attitude detecting method based on three-dimensional laser detection
CN100501667C (en) Three-dimensional measurement program conversion system and method
KR20200023293A (en) Method and apparatus for generating a pulse signal at a specific position of a moving element
CN112729013A (en) Servo index test system of infrared seeker
CN112896551A (en) Auxiliary calibration method for installation of aircraft avionics equipment
CN111400851A (en) Node layout method and system
US11415959B2 (en) Method for generating movement path of tool
TW201518677A (en) System and method for processing data tested by double line laser probes
US20220080524A1 (en) Systems and methods for aligning lasers using sensor data
CN113744344B (en) Calibration method, device, equipment and storage medium of laser equipment

Legal Events

Date Code Title Description
AS Assignment

Owner name: HON HAI PRECISION INDUSTRY CO., LTD., TAIWAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:CHANG, CHIH-KUANG;WU, XIN-YUAN;CHEN, JIE-RONG;AND OTHERS;REEL/FRAME:018437/0494

Effective date: 20061018

AS Assignment

Owner name: HON HAI PRECISION INDUSTRY CO., LTD., TAIWAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HON HAI PRECISION INDUSTRY CO., LTD.;REEL/FRAME:019090/0585

Effective date: 20070315

Owner name: HONG FU JIN PRECISION INDUSTRY (SHENZHEN) CO., LTD

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HON HAI PRECISION INDUSTRY CO., LTD.;REEL/FRAME:019090/0585

Effective date: 20070315

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20190612