1. Field of the Invention
The present invention relates to a machining step generating apparatus for generating a manufacturing machining step to manufacture a component or a metal mold with a machining center, which is controlled by an NC program, by analyzing CAD data to extract a machining shape, and by searching a database for suitable machining methods to combine the methods.
2. Description of the Related Arts
Conventionally, when a component or a metal mold is manufactured by using a machining center, an operator determines a machining method. The operator sets a machining method or the cutting condition of a tool with CAM (Computer Aided Manufacturing) according to the determined machining method, and causes an NC program for controlling the machining center to be calculated. The machining center is controlled by the output NC program, and a material is machined with a specified tool.
The operator utilizes machining know-how such as an experience, knowledge, etc. in order to determine a machining method. To verify whether or not the determined machining method is adequate, the output NC program is simulated. Also for the analysis of simulation results, machining know-how such as an experience, knowledge, etc. of an operator are required. To make a comparison among different machining methods, an NC program must be recalculated by changing the settings of CAM. As described above, the labor and the machining know-how of an operator are essential to repeat a series of trials and errors. In a case where a computer makes trials and errors instead, there are methods such as a method for creating databases of tools and materials, for making trials and errors by combining information registered to the databases, and for determining a combination of tools with which machining time becomes the shortest. However, such a method requires an enormous amount of time.
Machining know-how for creating an NC program includes the determination of a machining method, the determination of a tool to be used, the cutting condition of a tool, and the like. The machining method is built by combining a machining shape such as “planing”, “side milling”, “drilling”, “counter boring”, etc., a tool such as a “ball end mill”, a “flat end mill”, etc., a tool operation such as “contour machining”, “scanning line machining”, etc. As one of the most typical methods with which a computer aids an operator to make the settings of CAM in order to create an NC program by using machining know-how, automatic specification of the cutting condition of a tool based on a database can be cited. This is a method with which a computer aids the specification of an optimum cutting condition based on a combination of a tool, a material, etc. instead of the input of a cutting condition to a computer by an operator. There is also a method with which a computer aids the optimization of a cutting condition within a database. These automatic specification, optimization, etc. of a cutting condition are originally numerical value information, and relatively work well with a computer. Therefore, many systems have been developed.
However, not so many computer aided systems for determining a machining method or a tool are not developed under the present circumstances. The first cause is that these pieces of machining know-how are ambiguous and difficult to be put into numerical values due to a lot of complicated determination factors. For example, the machining shape “planing” can be machined with diverse tools such as a “ball end mill”, a “flat end mill”, a “radius end mill”, etc. Even if the “flat end mill” is determined as a tool, the size of the tool must be determined. Additionally, if a groove having a width of 10 mm is cut with a tool having a diameter of 10 mm, it results in “grooving”. However, if the groove is cut with a tool having a diameter of 5 mm, it results in “side milling”. It was not easy to put such ambiguous and complicated determination factors of a machining method into numerical values, and to implement a system which outputs results similar to those of a man.
As conventional techniques, the techniques disclosed by Patent Document 1 to 4 exist. Patent Document 1 discloses a technique for storing machining procedures for a shape to be machined and a standard machining shape, which are classified by machining attribute data for each machining based on CAD/CAN data, and for searching for machining attribute data by using a machining procedure or a machining tool as a conditional expression. Patent Document 2 discloses a technique for generating a machining program in accordance with a program generation algorithm corresponding to a specified step based on an input cutting condition. Patent Document 3 discloses a technique for deriving an ideal machining condition from the shape of a portion to be electrical-discharge-machined based on judgment reference data, and for determining the shape and the size of an electrode and a machining program based on a combination of machining condition data. Patent Document 4 discloses a technique for storing shape data such as a concave portion, etc., material data, tool data, and machining condition data, for generating data for a combination of selected tools, and for generating an NC program of data the machining time of which is the shortest.
Patent Document 1: Japanese Patent Application Publication No. H5-177505
Patent Document 2: Japanese Patent Application Publication No. 2002-132313
Patent Document 3: Japanese Patent Application Publication No. H5-169348
Patent Document 4: Japanese Patent Application Publication No. 2004-306202
An object of the present invention is to provide a machining step generating apparatus that can implement highly efficient and highly precise machining by automating a method for determining a machining shape or a machining method, and by outputting an NC program according to a determined method.
The machining step generating apparatus according to the present invention comprises storing unit for making a correspondence between shape data and a machining method used when machining is made to implement the shape, and for storing the shape data and the machining method, shape data detecting unit for receiving shape data of a product to be machined, and for detecting whether or not shape data corresponding to the received shape data is stored in the storing unit, machining method obtaining unit for obtaining a machining method corresponding to the detected shape data from the storing unit, and machining step generating unit for generating data, which specifies a machining step of the product to be machined, by combining one or more machining methods obtained by the machining method obtaining unit.
According to the present invention, the determination of a machining step, which is conventionally made by a man, is automated, whereby the labor of an operator, which is required to determine the machining step, can be reduced, and highly precise machining can be implemented regardless of the level of skill of an operator.
If a product such as a component, a metal mold, etc. is machined from a material, the machining is normally divided into a plurality of machining steps such as a “rough machining step”, a “semi-finish machining step”, a “finish machining step”, etc., and a machining method such as “planing”, “side milling”, “drilling”, “counter boring”, etc. is applied to the machining steps depending on a machining shape. Then, a combination of machining methods, which can finish the product with highest efficiency and high precision, is determined, and an NC program for controlling a machining center is output.
Assume that the machining steps are divided into three stages. Machining methods A and A′, machining methods B and B′, and machining methods C, C′ and C″ respectively exist in first, second, and third stages. There are many options for selecting these machining methods, and accordingly, also the number of possible combinations of the machining steps is large. One optimum machining step must be selected from among these steps. In
The machining step generating apparatus according to the preferred embodiment of the present invention is configured with a machining shape recognition function 11 for capturing CAD data output from a CAD 10 and for recognizing a machining shape, a machining shape database 15 for storing machining shapes, a machining shape determination function 12 for determining a machining step by combining machining methods based on machining shape information, a machining method database 16 for storing machining methods, and a tool path generation function 13 for generating an NC program, which controls a machining center, from machining step information.
Initially, the CAD 10 captures created three-dimensional data into the shape recognition function 11. The shape recognition function 11 makes a comparison between registered machining shapes and the captured three-dimensional data by making a connection to the machining shape database 15, and searches for a matching machining shape. The machining step determination function 12 searches the matching machining shape information for a machining method to be applied by making a connection to the machining method database 16, and determines a combination of searched machining methods, considering efficiency and precision. The machining center 14 is controlled by an NC program that the tool path generation function 13 generates based on the determined machining step information, and a product is manufactured.
Here, as the tool path generation function 13, an existing CAM function is available. The corresponding CAM function may be incorporated into the machining step generating apparatus according to the preferred embodiment of the present invention, or a separately arranged CAM may be made to execute a tool path generation process by automatically inputting data to the CAM. In either case, the tool path generation function 13 can be implemented with an existing device. Therefore, further details are not particularly provided in the following description.
The machining shape database 15 and the machining method database 16 may be configured within the same device although they are described as separate devices.
The machining shape recognition function 11 is a function to extract a shape, which matches a shape defined in the machining shape database 15, from captured CAD data.
The CAD data is obtained, a comparison is made with a machining shape obtained from the machining shape database 15, and a matching machining shape is extracted. This series of operations is repeated until they are performed for all of shapes of the machining shape database 15. Extracted machining shapes are passed to the machining step determination function 12.
As shown in
FIGS. 4 to 9 explain the machining shape database 15.
The machining shape database 15 stores machining shapes. The stored machining shapes include two types, which are classified into a machining shape extraction algorithm and a machining shape bitmap.
The machining shape extraction algorithm is, for example, to define the machining shape “planing” shown in
The machining shape extraction algorithm of “planing” becomes that shown in
Then, a machining shape extraction algorithm is created by defining a machining shape such as “side milling”, “drilling”, “counter boring”, etc. with a similar method, and put into a database.
With the machining shape bitmap, a machining shape, which is not defined with a machining shape extraction algorithm, is defined. If an operator newly registers a machining shape, it is difficult to construct an algorithm and register the algorithm to the machining shape database. Therefore, the machining shape bitmap is used. With the machining shape bitmap, a user selects a face related to a machining shape in order to register the machining shape of
As shown in
To recognize a registered machining shape, a position where the machining shape bitmap, into which a machining shape given as CAD data is converted, and a machining shape bitmap, which is registered to the machining shape database 15, match is searched. A matching position is passed to the machining shape recognition function 11.
As shown in
The machining step determination function 12 is a function to select a suitable machining method, from the machining method database 16, for a machining shape recognized by the machining shape recognition function 11, to construct machining steps in accordance with machining rules, and to output information required to generate a tool path.
A machining shape recognized by the machining shape recognition function 11 is obtained, and a machining method suitable for the machining shape is obtained from the machining method database 16. A machining shape and a machining method normally make a pair although this depends on a situation. Otherwise, a machining method is registered for a machining shape depending on a situation. After machining methods are obtained from the machining method database 16 for all of machining shapes obtained from the machining shape recognition function 11, a plurality of machining steps are created by combining the machining methods. The most suitable combination is selected from among the plurality of created machining steps, and the machining step is output.
As shown in
A machining step is created by combining machining methods based on machining rules. The machining rules are the set items required depending on a job site or an operator running the system, and the type of a product. The machining rules used at this time are, for example, the type or the priority of an available tool, the priority or the unavailability of machining information, and the like. A plurality of machining steps are created by combining machining methods based on the machining rules. The plurality of machining steps are executed for a region where machining shapes overlap.
Then, the most suitable combination of machining methods is selected from among the plurality of machining steps based on the machining rules. The machining rules used at this time are items such as whether priority is assigned to either time or safety, and the like. The machining rules are assumed to be input by an operator with the use of a keyboard, etc. Additionally, a machining rule, which assigns priority to time, is to shorten machining time by increasing the amount of work of a tool per unit time. Furthermore, a machining rule, which assigns priority to safety, is to prevent a tool from being broken by reducing the amount of work of a tool per unit time. The machining rule, which assigns priority to safety, is effective for cases such as a case where a machining device is operated without an operator in the nighttime, whereas the machining rule, which assigns priority to time, is effective for cases such as where machining is made under the monitoring of a man. The size of a tool, and the like, which is information for judging such machining rules, is assumed to be stored in the machining method database 16 in correspondence with a machining method.
The machining method database 16 stores machining methods. The stored machining methods respectively make a pair with a machining shape, and store information for generating an NC program with the tool path generation function 13, or an algorithm for determining a tool.
For example, the machining method “planing”, which corresponds to the machining shape “planing”, is composed of a method for determining a target machining shape, the type of a tool to be used, the diameter of a tool to be used, the path of a tool to be used, and a machining rule. The target machining shape is assumed to be the “planing” at this time because the machining method is the method “planing” corresponding to the machining shape “planing”. The type of a tool to be used is assumed to be a flat end mill (the upper left of
Then, a machining method is created by defining a machining method such as “side milling”, “drilling”, “counter boring”, etc. with a similar method, and put into the database.
In this way, various types of parameters, which the tool path generation function 13 requires to generate an NC program needed to drive the machining center 14, are prepared.
As parameters common to all of machining steps for manufacturing a shape represented by one piece of CAD data, the file name of CAD data, the position of an origin when machining is made, a machining starting point, a machining end point, and an avoided face are set. As parameters in the respective steps, the ID of a target face, a machining method, the type of a path, the direction of entry/exit, the type of a tool, the diameter of a tool, the rate of spindle revolutions of a tool, the feed speed of a tool, the pitch of a tool, and cutting oil used for machining are set.
The tool path generation function 13 generates an NC program for controlling the machining center, which machines a material into a product, based on CAD data input to the machining step generating apparatus, and information output from the machining step determination function 12. This tool path generation function 13 has functions similar to a conventionally used CAM. Accordingly, a universal CAM may be used as a replacement for this tool path generation function 13.
The machining center 14 is a numerical value control (NC) machine comprising the automatic replacement function of a tool, and can perfectly or almost perfectly perform a series of diverse operations such as milling, drilling, boring, tapping, etc. in an automatic manner with the installation of workpiece, which is made once. If the tool path generation function 13 can output an NC program unique to the machining center 14, a universal machining center 14 can be used.
This application is a continuation application of the international patent application No. PCT/JP2005/11290, filed on Jun. 20, 2005.
Number | Date | Country | |
---|---|---|---|
Parent | PCT/JP2005/011290 | Jun 2005 | US |
Child | 11961541 | Dec 2007 | US |