EP1588288A4 - Systeme a base de regles et procede pour usiner une piece - Google Patents

Systeme a base de regles et procede pour usiner une piece

Info

Publication number
EP1588288A4
EP1588288A4 EP03815662A EP03815662A EP1588288A4 EP 1588288 A4 EP1588288 A4 EP 1588288A4 EP 03815662 A EP03815662 A EP 03815662A EP 03815662 A EP03815662 A EP 03815662A EP 1588288 A4 EP1588288 A4 EP 1588288A4
Authority
EP
European Patent Office
Prior art keywords
feature
database
value
computer
machining
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.)
Withdrawn
Application number
EP03815662A
Other languages
German (de)
English (en)
Other versions
EP1588288A2 (fr
Inventor
Charles D B Mathews
Michael A Gustafson
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.)
DP Technology LLC
Original Assignee
DP Technology LLC
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 DP Technology LLC filed Critical DP Technology LLC
Publication of EP1588288A2 publication Critical patent/EP1588288A2/fr
Publication of EP1588288A4 publication Critical patent/EP1588288A4/fr
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/18Numerical control [NC], i.e. automatically operating machines, in particular machine tools, e.g. in a manufacturing environment, so as to execute positioning, movement or co-ordinated operations by means of programme data in numerical form
    • G05B19/4093Numerical control [NC], i.e. automatically operating machines, in particular machine tools, e.g. in a manufacturing environment, so as to execute positioning, movement or co-ordinated operations by means of programme data in numerical form characterised by part programming, e.g. entry of geometrical information as taken from a technical drawing, combining this with machining and material information to obtain control information, named part programme, for the NC machine
    • G05B19/40937Numerical control [NC], i.e. automatically operating machines, in particular machine tools, e.g. in a manufacturing environment, so as to execute positioning, movement or co-ordinated operations by means of programme data in numerical form characterised by part programming, e.g. entry of geometrical information as taken from a technical drawing, combining this with machining and material information to obtain control information, named part programme, for the NC machine concerning programming of machining or material parameters, pocket machining
    • G05B19/40938Tool management
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/30Nc systems
    • G05B2219/31From computer integrated manufacturing till monitoring
    • G05B2219/31325Machine selection support, use of database
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/30Nc systems
    • G05B2219/31From computer integrated manufacturing till monitoring
    • G05B2219/31331Select manufacturing information by entering product number
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/30Nc systems
    • G05B2219/36Nc in input of data, input key till input tape
    • G05B2219/36284Use of database for machining parameters, material, cutting method, tools
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Definitions

  • the invention relates generally to the field of computer aided design and computer aided manufacturing (CAD/CAM), and in particular to machining a part using computer numerical control (CNC) machines.
  • CAD/CAM computer aided design and computer aided manufacturing
  • CNC computer numerical control
  • CNC machines are basically a computerized machinist that cuts material away from a block of material, e.g., metal or plastic, until the desired product is achieved.
  • a three-axis CNC milling machine has a cutting tool, an end mill, and allows for movement of the tool in three directions, X, Y, and Z. By moving the tool (or the part) and by spinning the end mill, material is removed from the block of material.
  • the CNC machine has its own programming language which includes G and M codes.
  • a computer aided manufacturing (CAM) front end software tool is typically used.
  • the CAM software tool has a graphical user interface (GUT) and may use a higher level language, such as Microsoft Visual Basic for Applications (NBA), the industry standard macro and scripting language, for programming.
  • NBA Microsoft Visual Basic for Applications
  • the CAM software then automatically generates the appropriate program, including the G/M codes, to run the C ⁇ C machine to manufacture the part.
  • the CAM software tool is typically used by a manufacturing engineer.
  • FIG. 1 is a diagram of an exemplary process of manufacturing a part of the prior art.
  • the manufacturer's process 110 begins in the design section 112 of a company where the part is designed on a computer aided design (CAD) system 114 by the design engineer.
  • the CAD design is stored in a database (DB) 116.
  • the CAD design represents the finished product and is "what" is manufactured.
  • the CAD design in the form of a geometric model or 2D/3D representation of the finished part, is then electronically transferred to the manufacturing section 120.
  • the CAD model alone normally has insufficient information to manufacture the part, and the manufacturing engineer must add information, such as tool selection and machining parameters, into the CAM tool in order to specify "how" the part is to be machined.
  • the CAM tool may display a solid or 3D surface model of the part, hence allowing the manufacturing engineer full visualization of the finished machined part.
  • the CAM model is stored in DB 124.
  • a program for example, in NBA and Visual Basic (NB), is written by the manufacturing engineer in order to machine the part from a block of material.
  • the CAM tool significantly reduces the complexity and time needed to write the VB/VBA program.
  • the CAM tool automatically generates the C ⁇ C program.
  • the C ⁇ C program is sent to the shop floor 130 to be executed on the C ⁇ C machine 132.
  • the manufacturing process of FIG. 1 has several problems.
  • the process has a one-way flow of information, i.e., from design 112 to manufacture 120 to shop 130. For example, if the machinist on the shop floor needs to modify the C ⁇ C program to improve machining the part, this knowledge will normally not get back to either the manufacturing engineer or the design engineer.
  • any changes by the manufacturing engineer that could affect the design process are stored only in manufacturing DB 124.
  • the design engineer typically has no access to DB 124, and even if the design engineer had access, the data representation of the CAD model in DB 116 is normally significantly different than the CAM model in DB 124. Thus lack of feedback information significantly impedes improvement of the overall machining process.
  • VBA somewhat reduces this problem, by automating the programming of different versions of a standard part by using a macro.
  • a VBA macro can be written that characterizes a hole (a feature of a part), using attributes such as diameter, depth, XYZ location.
  • the macro is complied and executed.
  • the user is asked to enter values for the attributes or to make a selection among several predetermined choices.
  • the macro takes these values, creates circles representing the holes, selects the cutting tools, automatically creates the drilling operations, and produces the G/M code program.
  • the CNC machine inputs the G/M code program and machines the hole in the part.
  • VBA macro is typically written by the manufacturing engineer.
  • the conventional macro only increases program flexibility in a limited way by allowing different values for fixed attributes, but does not allow, for example, the addition removal of features and attributes or the selection of a different manufacturing process.
  • the present invention includes a system and method for centralizing knowledge and standardizing programming for manufacturing a part.
  • An exemplary embodiment includes a database having the features with associated physical characteristics for the part.
  • the database also includes a repository of processes to machine various features on various parts. One or more rules select the appropriate processes from the repository of processes to manufacture the features.
  • An embodiment of the present invention includes a method for machining a feature of a part using a database. First, a feature type associated with the feature is identified by evaluating a first predetermined rule stored in the database. Next, the database is searched to identify a process associated with the feature type. And at least portion of the feature is machined based on the process.
  • Another embodiment of the present invention includes a method for machining a feature of a part using a database.
  • a feature type of the feature is identified by evaluating a first predetermined rule stored in the database.
  • a key and a value associated with the feature type are identified, where the value is selected by evaluating a second predetermined rule stored in the database.
  • a feature case is created from the feature type, the key and the value. Then using the feature case, a process is retrieved from the database. And lastly, at least a portion of the feature is machined using the process.
  • Yet another embodiment of the present invention includes a computer readable medium, e.g., database, containing a data structure for manufacturing a feature of a part.
  • the computer readable medium includes: a first table having a first field identifying a feature type of said feature and a second field having a first rule for selecting the feature type from a plurality of feature types; and a second table comprising a first field identifying a value of a key of the feature type and a second field having a second rule for determining when said value is selected.
  • Yet another embodiment of the present invention includes a system for machining a feature of a part.
  • the system includes: a computer aided design tool for creating a model of the part; a computer aided manufacturing tool for identifying the feature of the part and adding physical characteristic data for the feature to the model; a computer numerically controlled machine tool receiving instructions from the computer aided manufacturing tool on machining the feature; and a centralized database coupled to the computer aided design tool, computer aided manufacturing tool, and the computer numerically controlled machine tool for storing information on machining the feature.
  • An aspect of the present invention includes a system for machining a feature of a part.
  • the system includes: a computer aided design and manufacturing tool for creating a model of the part and for identifying the feature of the part and adding physical characteristic data for the feature to the model; a computer numerically controlled machine tool receiving instructions from the computer aided design and manufacturing tool on machining the feature; and a centralized database coupled to the computer aided design and manufacturing tool and the computer numerically controlled machine tool for storing information on machining the feature.
  • FIG. 1 is a diagram of an exemplary process of producing a part of the prior art
  • FIG. 2 is a diagram of a process for producing a part with a centralized database of one embodiment of the present invention
  • FIG. 3 is a diagram of a process for producing a part with a centralized database of another embodiment of the present invention
  • FIG. 4-1 is a part hierarchy of a preferred embodiment of the present invention.
  • FIG. 4-2 is a feature hierarchy of another embodiment of the present invention.
  • FIG. 5-1 is a feature case hierarchy of a preferred embodiment of the present invention.
  • FIG. 5-2 is diagram of a process step of an embodiment of the present invention.
  • FIG. 6 is a flowchart for creating a manufacturing program of an embodiment of the present invention.
  • FIG. 7 is a block diagram of a portion of a generating program which creates a part of a CNC program of an embodiment of the present invention.
  • FIG. 8 is an example of a feature manager of display of an aspect of the present invention.
  • FIG. 9 shows a process manager window of an aspect of the present invention.
  • FIGS. 10-A to 10-F are diagrams of a relational database model of the preferred embodiment of the present invention.
  • a part that is manufactured from one or more materials is composed of one or more features, for example, holes, pockets, slots.
  • Each feature has one or more attributes which describe physical characteristics of a feature. For example, for a hole the attributes include the location, diameter, and depth of the hole.
  • each feature is cut out of the block of material.
  • there is a corresponding cutting process that includes selecting which cutting tools to use and the tool operations to be performed.
  • a cutting tool e.g., a drill
  • the tool operations e.g., a tool path
  • the features and corresponding attributes in certain limited cases may be automatically determined from the geometric model of the part using an image processing algorithm. Once the features and corresponding attributes are recognized a pre-selected process is used to machine the feature. Not all of the steps may be automatic, for example, the user may be asked to input values for the attributes. There are also some major disadvantages using this automated approach, such as inflexibility to change and non- reusability since the features, corresponding attributes, and associated processes are fixed, i.e., hard coded, in the manufacturing program.
  • One embodiment of the present invention has a goal of creating a uniform engineering environment for the manufacture of parts, not only for a specific company, but across companies. To achieve this goal one or both of the following are done: the databases used by design, manufacturing, and the shop for creating a part are centralized, which includes standardizing the data structures, and the CAM process is made visible and standard by the use of user defined rules.
  • the design engineer, manufacture engineer, the CNC programmer and CNC operator expertise can be captured and the system can improve by learning, hi addition, beside intra- company exchange of knowledge, companies can exchange or sell/buy knowledge.
  • FIG. 2 is a diagram of a process for producing a part with a centralized database of an embodiment of the present invention.
  • FIG. 2 has one DB 226 which includes both the data in the design DB 116 and in the manufacturing DB 124 of FIG. 1.
  • the design engineer in design section 212 uses CAD tool 214 to created the design model of the part using, e.g., Electronic Data Systems Corporation's Parasolid® solid modeler.
  • the solid geometric model is stored in DB 226 using an application programming interface (API) 224.
  • API application programming interface
  • the API by constraining what commands can be performed on DB 226, provides an ordered way of retrieving and storing data in DB 226.
  • the manufacturing engineer in manufacture section 220 then gets the solid model from DB 226 and uses the CAM tool to insure the model has manufacturing features and attributes.
  • the manufacturing engineer uses the annotated model and CAM tool to create a VB/VBA program.
  • the NB/NBA program has the processes needed to machine each feature of the part.
  • the NB/NBA program contains the expert knowledge of the programmer on "how" a part is to be manufactured.
  • the NB/VBA program is automatically converted to a C ⁇ C program having G code which is stored in DB 226.
  • a shop engineer/technician in shop 230 retrieves the C ⁇ C program on C ⁇ C machine 234 from DB 226.
  • shop engineer/technician needs to modify the G code program, then he/she uses all or part of another version of the CAM tool running on C ⁇ C machine 234. For example, suppose that the shop engineer/technician knows that a second process other than the one the manufacturing engineer selected has better performance for the particular C ⁇ C machine used. The shop engineer/technician could use the version of the CAM tool running on C ⁇ C machine 234 to change the NB/VBA program to use the second process. Since the changed VB/VBA code is stored in DB 226, it is accessible by the design and manufacturing engineers for future production of parts.
  • the C ⁇ C machine 234 has a personal computer (PC) connected to it, which is used instead of the C ⁇ C machine to run all or part of the other version of the CAM tool.
  • the PC is also connected to DB 226 and is used to modify the G code.
  • FIG. 3 is a diagram of a process for producing a part with a centralized database of another embodiment of the present invention.
  • FIG. 3 shows the functions of the manufacturing section 220 of FIG. 2 being re-allocated into the design section 212 and shop floor 230.
  • the manufacturing section 220 is eliminated,
  • FIG. 3 the Design/Manufacturing section 252 has a CAD/CAM tool 254.
  • the CAD tool of the design engineer is the same as the CAM tool of the manufacturing engineer, hi the Manufacturing/Shop section 260 a scaled down version of the CAD/CAM tool 254 is loaded on C ⁇ C machine 264.
  • a PC connected to C ⁇ C machine 264 and DB 226 has a scaled down version or a full version of the CAD/CAM 254 tool.
  • the PC generates the C ⁇ C program having the G codes for the C ⁇ C machine 264.
  • a rale includes a code fragment or function that when executed returns a "True” or “False” Boolean value.
  • the code fragments or functions are stored in the DB 226.
  • a first set of rules are assigned to the features and a second set of rules are assigned to the attributes.
  • a third set of rules is assigned to decide which process should be used. If the third set of rules indicate multiple processes should be used then a human expert or a computerized expert system makes a selection on which process to use and the third set of rules are refined.
  • FIG. 4-1 is a part hierarchy of a preferred embodiment of the present invention.
  • a part 412 is described by a model, e.g., model 216 in FIG. 2.
  • the part has one or more part types 414.
  • the user selects the part types belonging to the part 412.
  • the part types are automatically selected using rules (not shown).
  • Each part type 414 has one or more features 416.
  • the part type 414 has also one or more feature recognition rules 418 that allow selection of the features 416 associated with the part type 414.
  • a feature is selected when the feature recognition rule evaluates to true.
  • each feature 416 may have one or more feature types 420, in the preferred embodiment, there is one feature type for one feature.
  • the feature type 420 is the primary classification for a feature 416 of a part type 414.
  • the feature type associated with the feature is determined from evaluating rule 422.
  • part types associated with a solid geometric model of a part may include a prismatic milled part, mold component, and die component. If the user selects part type, i.e., die component, then the feature recognition rules 418 may look for features 416, e.g., holes, pockets, and profiles in the geometric model. If rule 418 evaluates to true for a hole feature 416, then there may be one or more feature types, e.g., counterbored hole, threaded hole, or tapped hole. The feature type 420 selected is dependent on rule 422 evaluating to true. [0041] Each feature type 420 has associated with it one or more processes 424. To determine if the process is applicable to the feature type, the accompanying rale 426 is evaluated. Each process has one or more process steps 428. Each feature type 420 may also have one or more attributes (not shown), where an attribute describes a physical characteristic of a feature. An attribute can be further subdivided to include a key with zero or more values.
  • part type i
  • FIG. 4-2 is a feature hierarchy of another embodiment of the present invention.
  • a feature 450 has one or more feature types 452.
  • An attribute of each feature type 452 has been further subdivided to include a key and one or more values.
  • each feature type 452 has one or more keys 456.
  • Each key 456 has one or more values 458, where if no value is specified by the user for a key, the value is assigned to be "undefined”.
  • the accompanying rule 454 is evaluated to determine if it is "true”. All the keys 456 for an applicable feature type 452 are next retrieved.
  • the accompanying rule 460 is evaluated to determine if it is "true”.
  • each feature type (or feature) has one or more keys and each key has one or more values assigned to it, including the possibility of having a value assigned as "undefined”.
  • Each feature type thus has one or more key/value pairs.
  • the feature type along with a combination of one or more of its key/value pairs is called a feature case.
  • the feature case is used to search for the one or more processes that are to be used in manufacturing the feature in the part.
  • FIG. 5-1 is a feature case hierarchy of a preferred embodiment of the present invention.
  • Each feature case 510 has one or more processes associated with it.
  • the accompanying rule 514 is evaluated to determine if it is "true”.
  • Each process has one or more process steps 516.
  • the process step hierarchy is shown in FIG. 5-2.
  • the process steps 516 describe, for example, the cutting tools, machining parameters, and machining cycles to be used in making the part on the CNC machine.
  • the first example of a feature case is:
  • the second example of a feature case is:
  • FIG. 5-2 is diagram of a process step of an embodiment of the present invention.
  • Each process step 516 has one or more machining cycles 524.
  • Each machining cycle 524 has one or more machining parameters 526 and one or more cutting tools 530.
  • Each cutting tool 530 has one or more cutting tool parameters 532.
  • a machimng parameter 526 has associated with it an optional formula 528 that is used in calculating a numerical value to be assigned that machining parameter.
  • a cutting tool parameter 532 has associated with it another optional formula 534 that is used in calculating a numerical value to be assigned that cutting tool parameter.
  • FIGS. 4-1, 4-2, 5-1, and 5-2 An example of the rules and formulae in FIGS. 4-1, 4-2, 5-1, and 5-2 are:
  • FIG. 6 is a flowchart for creating a manufacturing program of another embodiment of the present invention.
  • a model of the part is retrieved from database 720.
  • the features of the part are selected from a list of features using a first set of rules (step 612).
  • the feature types of each feature are selected from a list of feature types using a second set of rules (step 614).
  • a list of keys is retrieved for each feature type.
  • a value for each key is selected using a third set of rules. For each selected feature type with a combination of one or more key/value pairs, one or more feature cases are created.
  • the database 720 is accessed to retrieve a list of associated processes (step 622).
  • a process is selected for the feature case using a fourth set of rules.
  • the machining cycle(s) and associated machining parameters and cutting tools and associated cutting tool parameters are determined.
  • For each machining parameter a numerical value is determined using the associated formula.
  • the numerical value may optionally be a cost.
  • a numerical value is determined using the associated formula.
  • a portion of CNC code is generated and inserted into the CNC program.
  • FIG. 7 is a block diagram of a portion of a generating program 710 which creates a part of a CNC program 740 of an embodiment of the present invention.
  • Program 710 includes a software module 712 to evaluate the rules and a software module 714 to generate the CNC program 740.
  • the programs 710 and 740 are stored in a computer readable medium.
  • a computer having a processor and a memory, executes generating program 710 to produce CNC program 740.
  • the computer is connected to database (DB) 720 via a communications link.
  • Generating program 710 uses data from DB 720.
  • the evaluate rales module accesses rale tables, e.g., feature rales 721, feature type rales 722, value rales per key 724, and process rales 726, and evaluates the rales in these tables to true or false, where the rales include, e.g., logical expressions, function calls with a logic true/false return value, and code fragments that evaluate to true or false. Because the user inputs these rules directly into DB 720, the generating program does not need to be changed when the rules change. In an alternative embodiment the generating program 710 is self-modifying, i.e., modifies itself to result in CNC program 740.
  • DB 720 also has a table 728 having parameter formulas for the machining parameters or conditions (there is also another table (not shown) for the cutting tools and associated parameters). Each parameter has an associated formula, which in some cases may be a single predetermined number, which when evaluated gives the parameter a numerical value.
  • the parameters (not shown) are also stored in DB 720.
  • the DB 720 includes a plurality of machining cycles, where each machining cycle includes a section of predetermined source code (for example, in C++), e.g., machining cycle 1 730 to machining cycle N 732, where N is an integer number.
  • a process step via the generate CNC code module 714 will use a machining cycle to generate a CNC block of code, e.g., CNC code block 1 742 or CNC code block 2 744, where the CNC block of code includes the tool path (G-code).
  • the CNC code blocks are inserted into the CNC program 740, which is used to machine the features on the part on a CNC machine.
  • FIG. 8 is an example of a feature manager display of an aspect of the present invention.
  • Feature manager window 810 has four sub-windows, i.e. a parts sub-window 812 listing the parts, a feature sub-window 820 listing the features for a highlighted part, a keys sub-window 830 listing the keys for a highlighted feature, and a value sub-window 840 listing values for a highlighted key.
  • a parts sub-window 812 there is a column 814 for part name and a column 818 for a description of the part. Part name "Gear Box 8742" 819 is highlighted.
  • the feature sub window 820 has a column 822 for the feature name, a column 823 for unit, a column 824 for the feature object type, a column 826 for the feature rale, and a column 827 for a description of the feature.
  • the features listed are for part "Gear Box 8742.”
  • the keys sub-window 830 has a column 832 for the feature name and a column 833 for the key description. Three keys for feature "threadedhole” are shown: Pitch 834, Size 834, and Tolerance 838, where pitch is highlighted.
  • the value sub-window 840 has a column 842 for name and a column 844 for the rule.
  • the value names listed are for the Pitch key: "20,” “13,” and "14". hi the case of row 848, when the feature.customproperties("Pitch").value, and a Visual Basic (VB) function returns the number 14, then the Pitch key will have associated value 14.
  • FIG. 9 shows a process manager window 910 of an aspect of the present invention.
  • the part type 912 is "Gear Box 8742.”
  • the features may be filtered based on part type 912, unit 910 such as "Inch,” and feature type object (“ESPRIT feature Type") 911 such as "FeaturePTOP”.
  • the processes may be filtered on part material class 952 and unit 954.
  • the feature case sub- window 914 there is a key column 916 and a value column 918.
  • the feature "Counterbored Hole” 850 with unit “Inch” 852, object type "FeaturePTOP” 854, a NULL for the rule 856, and no description 857 are displayed.
  • the name 931, unit 932, rule 933, and description 934 of the processes for the feature case displayed in sub- window 914 is shown, hi this case only one process 936 is shown, i.e., the process name is "3/4" Counterbored Hole" with a unit inch 937, a NULL rule 938, and no description 939.
  • the process steps sub window 940 has a column for the process step name 941 and for the cutting cycle 942.
  • the two process steps shown, 944 and 946, are for Pre Drill and Plunge Mill with MillDrill as the cutting cycle.
  • FIGS. 10A to 10F are diagrams of a relational database model of the preferred embodiment of the present invention. All table names begin with “tbl.” All field names in the table begin with “fldpk” for the primary key, ""fldfk” for the foreign key, and "fid” for a data field. All field names are followed by an underscore followed by the table name.
  • the tables have a structure similar to Figs. 4 and 5.
  • Table 1010 (tblPartType) has a list of parts.
  • An example Table 1010 is shown in parts type sub-window 812 of FIG. 8.
  • An example Table 1014 is shown in feature sub-window 820 of FIG. 8.
  • keys as given in table 1022 (tblKey).
  • An example Table 1022 is shown in keys sub-window 830 of FIG. 8.
  • table 1024 For each key there are one or more values as given in table 1024 (tblvalue).
  • An example table 1024 is shown in values sub- window 840 of FIG. 8.
  • Table 1030 (tblFeatureCase) has one or more feature cases.
  • An example Table 1030 is shown in feature case sub-window 914 of FIG. 9.
  • Table 1050 (tblProcess) has a one or more of processes for each feature case.
  • An example Table 1050 is shown in processes sub- window 930 of FIG. 9.
  • the process rule is stored in field 1052 (fldRules_tblProcess) of table 1050, and an example process rule condition is rule 938, i.e., NULL, in FIG. 9.
  • Table 1060 (tblProcessStep) has one or more process steps for each process.
  • An example Table 1060 is shown in process steps sub-window 940 of FIG. 9.
  • tblProcessStep Associated with a process step (tblProcessStep) are tables 1062 (tblProcessorStepParameter), 1064 (tblToolSelection), and 1066 (tblESPCuttingCycle) of FIG. 10B which give the machining parameter(s), cutting tool(s), and cutting operation(s), respectively.
  • FIGs. 10D and 10F show tables for the tooling group including the cutting tool (table 1070) and coolant type (table 1072).
  • FIG. 10E has tables for the Speed feeds group, including table 1080, which has speed and feed data for the cutting process.
  • a feature of a part may be constrained, as illustrated in FIG. 9, to have a Unit 910 "Inch” and an ESPRIT feature type 911 of "FeaturePTOP.”
  • table 1014 (tblFeatureType) is related to table 1016 (tblESPFeatureType) and table 1018 (tblESPUnit).
  • a process may be constrained to use a particular material class (Part Material Class 952 of FIG. 9) and a certain unit (Unit 954 of FIG. 9). hi this case there are no constraints.
  • Table 1050 (tblProcess) is related to table 1055 (tblPartMaterialClass) via table 1054 (tblPartMaterialClasshidex) and table 1050 (tblProcess) is also related to table 1018 (tblESPUnit).
  • the following describes how the tables (Figs. 10A - 10F) stored in DB 226 are related to the sequence of steps to find the process associated with each feature in a part.
  • the process associated with the feature has the program code to machine the feature on the CNC machine.
  • the first step is to use an SQL search to extract a list of possible features for the part from the DB.
  • the list is given by searching table 1012 (tblFeatureTypelndex) to get the feature type ID's for the features for each part and then retrieving the table 1014 (tblFeatureType) for each feature type ID.
  • VB rales For each possible feature, i.e., table 1014, it's VB rales (fldRecognitionRules_tblFeaturetype 1015) are evaluated to Trae or False. A NULL VB rule evaluates to False. There may be multiple features in a part.
  • the next step is to get for each feature with their VB rules evaluating to True, the list of keys and values.
  • An SQL search is executed to extract a list of keys for a feature. The list is given by searching table 1020 (tblKey idex) to get the key ID's for the keys for each feature in a part, and then retrieving the table 1022 (tblKey) for each key ID.
  • the value tables 1024 are retrieved for each Key table 1022 (tblKey). For each value for a key, its VB rules (fldRecognitionRules_tblNalue 1026) are evaluated to True or False. A NULL VB rale evaluates to False. A key/value pair is a key having one value with VB rules evaluating to true. If there is another value for the key in the key/value pair, then a second key/value pair is formed. A list of applicable feature cases, i.e., combinations of feature with associated key/value pairs for each feature in a given part, can be formed.
  • the DB 226 includes a plurality of predetermined feature cases. Each predetermined feature case has assigned to it one or more predetermined process(es) (where the same process may be assigned to multiple feature cases).
  • Table 1030 (tblFeatureCase) has for each feature (fldpkFeatureTypelD) the feature cases (fldpkFeatureCaseld).
  • Table 1040 (tblProcessfridex) then gives, for each feature case (fldpkFeatureCaseld), the list of processes (fldkProcessrndexId).
  • table 1050 (tblProcess) describes the process.
  • each applicable feature case (fldpkFeatureCaseld) can be found using table 1028 (tblNaluehidex) and table 1030 (tblFeatureCase).
  • table 1028 tblNaluehidex
  • table 1030 tblFeatureCase.
  • the retrieved processes are sorted based on ranking highest to lowest. For each retrieved process its VB rules (fldRule_tblProcess 1052) are evaluated to True or False. A NULL rule evaluates to TRUE. For the processes with VB rules evaluated to True, either the user will be asked to select or by default the highest ranking process is selected.
  • each process step may also have a rule (not shown in Figs. 10A - 10F).
  • the VB rales are evaluated to True or False.
  • a NULL rule evaluates to True.
  • the process step is executed only when its rule evaluates to true.
  • feature case ID F51 - F58 an example of a DB having eight features cases (feature case ID F51 - F58) is described below.
  • the feature cases are generated using the following example data: [0066] Feature Type: M, MF
  • Table I below shows an example DB having a plurality of feature cases with associated processes, where the processes are identified by ProcessCaselD.
  • Table I Given an applicable feature case with a particular feature and key/value pair, Table I is searched to find the feature case ID (FeatureCaselD) and thus the process (ProcessCaselD) for the feature case. There are typically three search scenarios of interest.
  • Scenario 1 The search criterion is more specific than the data available.
  • Search Criteria M, M8xl.25, A, xl, Soft)... Returns (54).
  • the feature case IDs returned are (54, 58, 53, 55, 56, 57).
  • Scenario 2 The search criterion is less specific than the data available.
  • Scenario 3 The Search criterion is equivalent to the data available [0082] Search Criteria (M, M10xl.25)...Returns (52); full search returns (52)
  • the search criteria may be implemented using SQL.
  • a feature case i.e., search criterion
  • search criterion may be more specific, less specific, or equivalent to the data in the database, hence different processes may be returned for different feature cases.
  • different feature cases are tried and the feature case that most closely fits the data in the database, i.e., the search criterion equivalent to the data available or closest to the data available, is selected.
  • the processes associated with the selected feature case have their rales evaluated and the rales evaluating to "true" are used to machine the part.

Landscapes

  • Engineering & Computer Science (AREA)
  • Manufacturing & Machinery (AREA)
  • Physics & Mathematics (AREA)
  • Geometry (AREA)
  • Human Computer Interaction (AREA)
  • General Physics & Mathematics (AREA)
  • Automation & Control Theory (AREA)
  • Numerical Control (AREA)
  • Electrical Discharge Machining, Electrochemical Machining, And Combined Machining (AREA)

Abstract

La présente invention concerne un système et un procédé pour centraliser des connaissances et normaliser une programmation pour produire une pièce. Un mode de réalisation tenant lieu d'exemple concerne une base de données qui présente des formes avec des caractéristiques physiques associées pour la pièce. La base de données comprend également des archives de processus pour usiner diverses formes sur diverses pièces. Une ou plusieurs règles sélectionnent les processus adéquats à partir des archives de processus, afin de produire les formes.
EP03815662A 2003-01-17 2003-12-23 Systeme a base de regles et procede pour usiner une piece Withdrawn EP1588288A4 (fr)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US34647503A 2003-01-17 2003-01-17
US346475 2003-01-17
PCT/US2003/041238 WO2004068275A2 (fr) 2003-01-17 2003-12-23 Systeme a base de regles et procede pour usiner une piece

Publications (2)

Publication Number Publication Date
EP1588288A2 EP1588288A2 (fr) 2005-10-26
EP1588288A4 true EP1588288A4 (fr) 2006-12-06

Family

ID=32823682

Family Applications (1)

Application Number Title Priority Date Filing Date
EP03815662A Withdrawn EP1588288A4 (fr) 2003-01-17 2003-12-23 Systeme a base de regles et procede pour usiner une piece

Country Status (4)

Country Link
EP (1) EP1588288A4 (fr)
AU (1) AU2003297525A1 (fr)
TW (1) TW200419399A (fr)
WO (1) WO2004068275A2 (fr)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI405092B (zh) * 2009-08-18 2013-08-11 Delta Electronics Inc 數值控制系統之路徑軌跡點計算裝置及其計算方法
CN103797430B (zh) * 2011-09-15 2016-01-13 三菱电机株式会社 数控装置、加工系统以及数控方法
CN102902835A (zh) * 2012-06-29 2013-01-30 天津汽车模具股份有限公司 一种冷冲压模具凹模套设计模板
TWI457735B (zh) * 2012-07-16 2014-10-21 Wistron Corp 用於電腦數值控制之模具加工方法及模具加工系統
US9329591B2 (en) * 2013-05-28 2016-05-03 Siemens Product Lifecycle Management Software Inc. Feature geometry aspect recognition and machining
CN109891337B (zh) * 2016-11-04 2022-04-19 西门子工业软件有限公司 用于提供用于制造零件中的特征的加工方法的过程和系统
DE102022127792A1 (de) * 2022-10-20 2024-04-25 Technische Universität Wien Computerimplementiertes verfahren zur verwendung in einem computergestützten produktionssystem und produktionssystem

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5822206A (en) * 1993-11-24 1998-10-13 The Trustees Of The Stevens Institute Of Technology Concurrent engineering design tool and method
US6112133A (en) * 1998-02-27 2000-08-29 Imcs, Inc. Visual system and method for generating a CNC program for machining parts with planar and curvilinear surfaces
US20020010523A1 (en) * 2000-05-16 2002-01-24 Harald Gerken Method and assistance system for supporting work planning for a production process
WO2002023293A1 (fr) * 2000-09-14 2002-03-21 Airbus Uk Limited Procede, et systeme de commande, concus pour produire des donnees de commande de machine-outil
US20020152000A1 (en) * 2001-03-14 2002-10-17 Landers Diane M. Automated horizontally structured manufacturing process design modeling
WO2002093350A1 (fr) * 2001-05-15 2002-11-21 Vykor, Inc. Systeme et procede d'acquisition, de gestion et de diffusion de connaissances de fabrication

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6481010A (en) * 1987-09-22 1989-03-27 Fanuc Ltd Expert system for machine tool containing nc device
GB2271004A (en) * 1992-09-28 1994-03-30 Ford Motor Co Expert system for diagnosing machines.
US6397122B1 (en) * 1996-03-11 2002-05-28 Finn-Power International, Inc. Apparatus and method therefor of maximizing the production run speed of a sheet fabrication machine
US5822207A (en) * 1996-05-06 1998-10-13 Amadasoft America, Inc. Apparatus and method for integrating intelligent manufacturing system with expert sheet metal planning and bending system
US6272396B1 (en) * 1998-02-20 2001-08-07 Tairob Industrial Technology Ltd. Method for applying knowledge from a skilled worker via a master expert machine to a slave expert machine for repetitive tasks
JP3338373B2 (ja) * 1998-06-05 2002-10-28 株式会社アマダ 板金加工統合支援システム
US6363298B1 (en) * 1998-10-23 2002-03-26 Chrysler Corporation Method and apparatus for generating tool paths
EP1065029A4 (fr) * 1998-12-25 2007-05-23 Okuma Machinery Works Ltd Procede et appareil fournissant des informations de commande numerique
US6477517B1 (en) * 2000-01-20 2002-11-05 Visteon Global Technologies, Inc. Method of knowledge-based engineering design of an instrument panel

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5822206A (en) * 1993-11-24 1998-10-13 The Trustees Of The Stevens Institute Of Technology Concurrent engineering design tool and method
US6112133A (en) * 1998-02-27 2000-08-29 Imcs, Inc. Visual system and method for generating a CNC program for machining parts with planar and curvilinear surfaces
US20020010523A1 (en) * 2000-05-16 2002-01-24 Harald Gerken Method and assistance system for supporting work planning for a production process
WO2002023293A1 (fr) * 2000-09-14 2002-03-21 Airbus Uk Limited Procede, et systeme de commande, concus pour produire des donnees de commande de machine-outil
US20020152000A1 (en) * 2001-03-14 2002-10-17 Landers Diane M. Automated horizontally structured manufacturing process design modeling
WO2002093350A1 (fr) * 2001-05-15 2002-11-21 Vykor, Inc. Systeme et procede d'acquisition, de gestion et de diffusion de connaissances de fabrication

Also Published As

Publication number Publication date
EP1588288A2 (fr) 2005-10-26
AU2003297525A8 (en) 2004-08-23
TW200419399A (en) 2004-10-01
WO2004068275A3 (fr) 2004-12-09
AU2003297525A1 (en) 2004-08-23
WO2004068275A2 (fr) 2004-08-12

Similar Documents

Publication Publication Date Title
EP1590760B1 (fr) Procede et systeme de fabrication assistee par ordinateur
US6823342B2 (en) Method and system for capturing, managing, and disseminating manufacturing knowledge
US11599099B2 (en) System and method for constructing process plans for hybrid manufacturing with the aid of a digital computer
CN112424711A (zh) 基于根据优先制造方面选择的策略进行加工
Kanumury et al. Process planning in an automated manufacturing environment
US20200201284A1 (en) Method and system for automatic generation of computer-aided manufacturing instructions
WO2004068275A2 (fr) Systeme a base de regles et procede pour usiner une piece
Fernandes et al. Incorporated tool selection system using object technology
Shirur et al. Machining algebra for mapping volumes to machining operations for developing extensible generative CAPP
Shakeri Implementation of an automated operation planning and optimum operation sequencing and tool selection algorithms
Nyanga et al. A web based manufacturability agent framework for an E-manufacturing system
US5608641A (en) Method and apparatus for simplifying the task of retrieving and accessing a segment of a numerical control (NC) program
Gupta et al. A system for generating process and material selection advice during embodiment design of mechanical components
Vosniakos et al. Knowledge-based selection and sequencing of hole-making operations for prismatic parts
Mill et al. Design for machining with a simultaneous-engineering workstation
Lin et al. A semi-generative approach to computer-aided process planning using group technology
Tolouei-Rad An efficient algorithm for automatic machining sequence planning in milling operations
Tolouei-Rad An approach towards fully integration of CAD and CAM technologies
Usher Object oriented approach to feature-based process planning
Srikumaran et al. Proving manufacturability at the design stage using commercial modeling Software: Through feature mapping and feature Accessibility
Sheen et al. Process planning and NC-code generation in manufacturing of press dies for production of car bodies
Chen et al. A Web-based process/material advisory system
Jang et al. Tool selection in machining by integration of a data base and a rule based system
CN108804757A (zh) 一种基于知识的可重构机床模块选择方法
Nau et al. Integrating AI and Solid Modeling for Design and Process

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20050811

AK Designated contracting states

Kind code of ref document: A2

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LI LU MC NL PT RO SE SI SK TR

AX Request for extension of the european patent

Extension state: AL LT LV MK

DAX Request for extension of the european patent (deleted)
A4 Supplementary search report drawn up and despatched

Effective date: 20061107

RIC1 Information provided on ipc code assigned before grant

Ipc: G06F 17/30 20060101ALI20061031BHEP

Ipc: G05B 19/4093 20060101AFI20061031BHEP

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION HAS BEEN WITHDRAWN

18W Application withdrawn

Effective date: 20070122

RIN1 Information on inventor provided before grant (corrected)

Inventor name: GUSTAFSON, MICHAEL, A.

Inventor name: MATHEWS, CHARLES, D.B.