CN107544436B - RCS-based method for acquiring cutter list - Google Patents

RCS-based method for acquiring cutter list Download PDF

Info

Publication number
CN107544436B
CN107544436B CN201710947212.4A CN201710947212A CN107544436B CN 107544436 B CN107544436 B CN 107544436B CN 201710947212 A CN201710947212 A CN 201710947212A CN 107544436 B CN107544436 B CN 107544436B
Authority
CN
China
Prior art keywords
cutter
numerical control
file
data
list
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.)
Active
Application number
CN201710947212.4A
Other languages
Chinese (zh)
Other versions
CN107544436A (en
Inventor
杨敏
褚春祥
董欣欣
华朔阳
陆爱群
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.)
Wuxi Turbine Blade Co Ltd
Original Assignee
Wuxi Turbine Blade 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 Wuxi Turbine Blade Co Ltd filed Critical Wuxi Turbine Blade Co Ltd
Priority to CN201710947212.4A priority Critical patent/CN107544436B/en
Publication of CN107544436A publication Critical patent/CN107544436A/en
Application granted granted Critical
Publication of CN107544436B publication Critical patent/CN107544436B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Numerical Control (AREA)

Abstract

The invention provides a method for acquiring a cutter list based on RCS (Rich client System), which can solve the problems that the existing cutter list is manually filled by workers, the processing time of a certain procedure is also manually calculated, the efficiency is low, and errors are easy to occur. The method comprises the steps of establishing a cutter list empty table, compiling a numerical control program, and storing and calculating a programming file; reading a programming file, and acquiring a cutter file name; reading a cutter file, and acquiring cutter data information as a data array 1; reading a main data information file to obtain the total processing time; reading in a numerical control main program file, acquiring a data file name of a numerical control subprogram, and counting the total number of the numerical control subprograms; reading in a data file of each numerical control subprogram, and acquiring all machining data information and cutter data information as a data array 2; and comparing the data array 1 with the data array 2, filling the cutter data information used in the numerical control machining program into a cutter list empty table, and obtaining a cutter list table if the name of the cutter is not duplicated.

Description

RCS-based method for acquiring cutter list
Technical Field
The invention relates to the field of numerical control machining of blades, in particular to a method for acquiring a cutter list based on RCS.
Background
The blade is a key part in mechanical equipment such as a steam turbine, a water turbine, an air turbine and the like. The mass of the blades directly affects the energy conversion efficiency of the turbine. The basic structure of the blade is roughly divided into four parts: blade root, blade profile, lacing wire boss and blade shroud. According to the characteristics of each part of the blade, the corresponding cutter is required to finish machining, and the technological requirements of the blade are met, so that the numerical control program for machining the blade consists of a multi-step program and a plurality of cutters.
The RCS software developed by the company StarragHeckert, swiss, is a five-axis numerical control machining programming software dedicated to blades, which is a numerical control machining programming tool composed of a plurality of module software packages, and the data models of the software are blades, holes, slots, and the like. Programming a numerical control program with the RCS generates a variety of files such as DAT, RCL, TEC, TOL, NC, etc., and the numerical control machine recognizes only NC program codes. The numerical control program for each step of the blade is composed of a main program and a plurality of sub programs, and the tool names used by the programs are contained in the respective NC files. The main data information file in the RCS only contains the program processing contents of english, the processing time, the tool name, and the tool length.
Before the blade is machined, an operator in a workshop needs a detailed cutter list table, wherein the table needs information such as a cutter name, a cutter length, a blade length, a taper and the like, so that the cutter is distributed and placed on a cutter library frame of a numerical control machine tool before a certain procedure of the blade is produced, and the debugging time is shortened; the tool manager also needs the machining time of a certain process to arrange a production plan. The existing tool list table is manually filled by workers, the processing time of a certain procedure is also manually calculated, and therefore the efficiency is low and errors are prone to occurring.
Disclosure of Invention
Aiming at the problems, the invention provides a method for acquiring a cutter list based on RCS, which can solve the problems that the existing cutter list is manually filled by workers, the processing time of a certain procedure is manually calculated, the efficiency is low, and errors are easy to occur.
The technical scheme is as follows:
a method for obtaining a cutter list based on RCS is characterized in that: which comprises the following steps:
step 1, establishing a tool list empty table;
step 2, establishing a five-axis machining coordinate system RCS coordinate system, selecting the model of a numerical control machine, inputting geometric data and a blade procedure code, compiling a numerical control program of a relevant part according to the process, saving and calculating a programming file, wherein the serial number of a cutter is not duplicated;
step 3, reading the programming file saved and calculated in the step 2, and acquiring a cutter file name;
step 4, reading the cutter file automatically generated in the step 2, and acquiring all cutter data information as a data array 1;
step 5, reading in the main data information file automatically generated in the step 2, and acquiring the total processing time;
step 6, reading the numerical control main program file automatically generated in the step 2, acquiring the model of the machine tool and the data file name of the numerical control subprogram, and counting the total number of the numerical control subprogram;
step 7, reading in the data file of each step of the numerical control subprogram obtained in the step 6, and obtaining all processing data information and cutter data information as a data array 2;
and 8, comparing the cutter data information of the data array 1 with the cutter data information of the data array 2, filling the cutter data information content used in the numerical control machining program into the empty list of the cutter list in the step 1, wherein the names of the cutters are not duplicated, and obtaining the cutter list.
It is further characterized in that:
and (3) establishing a program cutter parameter list empty table in the step (1), and filling the content of the data array 2 in the step (7) into the program cutter parameter list empty table to obtain a program cutter parameter list table.
The invention has the beneficial effects that:
1. by adopting the method, the tool list table can be automatically generated and the processing time of the working procedure can be automatically acquired, so that the acquisition efficiency is greatly improved, the working intensity of workers is reduced, and the error rate is reduced;
2. the method can also automatically generate a program cutter parameter list table, so that programmers can check the cutter parameters and correct unreasonable data in time, programming quality is improved, proofreading personnel can correct machining data information conveniently, the method can also be used as data reference for later machining, and the cutter list table and the program cutter parameter list table are electronic tables, so that cutter use conditions can be counted conveniently, and cutter cost can be estimated.
Drawings
FIG. 1 is a RCS-based tool inventory acquisition method of the present invention;
FIG. 2 is an example of a tool list table obtained using the method of the present invention;
fig. 3 is an example of a program tool parameter inventory table obtained using the method of the present invention.
Detailed Description
Referring to fig. 1, the RCS-based method for obtaining a tool list according to the present invention includes the following steps:
step 1, establishing a tool list empty table and a program tool parameter list empty table;
step 2, establishing a five-axis machining coordinate system RCS coordinate system, selecting the model of a numerical control machine, inputting geometric data and a blade procedure code, compiling a numerical control program of a relevant part according to the process, saving and calculating a programming file ([ tec ]) without renaming the serial number of a cutter;
step 3, reading the programming file (. tec) saved and calculated in the step 2, and acquiring a product code, a work order number and a cutter file name;
step 4, reading in the cutter file (·tol) automatically generated in the step 2, and acquiring all cutter data information, such as sequence number, cutter name, length, edge length, diameter, angular radius, taper and the like, as a data array 1;
step 5, reading the main data information file automatically generated in the step 2, and acquiring the total processing time, namely the processing time of the procedure, which can be used for arranging and adjusting a production plan;
step 6, reading the numerical control main program file ([ main ] nc) automatically generated in the step 2, and obtaining the model of the machine tool; the models of the machine tools are different, the data formats in the numerical control main program are different, and the data file names of the numerical control subprograms are obtained by classifying according to the models of the machine tools; counting the total num of the numerical control subprograms;
step 7, reading in the data file of each numerical control subprogram obtained in the step 6, obtaining tool data information and all processing data information, such as processing content, processing time, cutting parameters, A, B shaft angles and the like, and putting the tool data information and all processing data information into a data array 2;
step 8, filling the content of the data array 2 in the step 7 into a program cutter parameter list empty table to obtain a program cutter parameter list table, as shown in fig. 3;
and 9, comparing the cutter data information of the data array 1 with the cutter data information of the data array 2, filling the cutter data information content used in the numerical control machining program into the cutter list empty table in the step 1, wherein the names of the cutters are not duplicated, and obtaining a cutter list table, as shown in fig. 2.

Claims (1)

1. A method for obtaining a cutter list based on RCS is characterized in that: which comprises the following steps:
step 1, establishing a tool list empty table and a program tool parameter list empty table;
step 2, establishing a five-axis machining coordinate system RCS coordinate system, selecting the model of a numerical control machine, inputting geometric data and a blade procedure code, compiling a numerical control program of a relevant part according to the process, saving and calculating a programming file, wherein the serial number of a cutter is not duplicated;
step 3, reading the programming file saved and calculated in the step 2, and acquiring a cutter file name;
step 4, reading the cutter file automatically generated in the step 2, and acquiring all cutter data information as a data array 1;
step 5, reading in the main data information file automatically generated in the step 2, and acquiring the total processing time;
step 6, reading the numerical control main program file automatically generated in the step 2, acquiring the model of the machine tool and the data file name of the numerical control subprogram, and counting the total number of the numerical control subprogram;
step 7, reading in the data file of each step of the numerical control subprogram obtained in the step 6, and obtaining all processing data information and cutter data information as a data array 2;
step 8, comparing the cutter data information of the data array 1 and the data array 2, filling the cutter data information content used in the numerical control machining program into the empty list of the cutter list in the step 1, wherein the name of the cutter is not duplicated, and obtaining a cutter list;
and 9, filling the content of the data array 2 in the step 7 into the program cutter parameter list empty table to obtain a program cutter parameter list table.
CN201710947212.4A 2017-10-12 2017-10-12 RCS-based method for acquiring cutter list Active CN107544436B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710947212.4A CN107544436B (en) 2017-10-12 2017-10-12 RCS-based method for acquiring cutter list

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710947212.4A CN107544436B (en) 2017-10-12 2017-10-12 RCS-based method for acquiring cutter list

Publications (2)

Publication Number Publication Date
CN107544436A CN107544436A (en) 2018-01-05
CN107544436B true CN107544436B (en) 2020-06-26

Family

ID=60967642

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710947212.4A Active CN107544436B (en) 2017-10-12 2017-10-12 RCS-based method for acquiring cutter list

Country Status (1)

Country Link
CN (1) CN107544436B (en)

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100468252C (en) * 2005-12-27 2009-03-11 鸿富锦精密工业(深圳)有限公司 Metal plate punching computer auxiliary manufacturing system and method
CN101770222B (en) * 2010-03-09 2011-09-28 江南大学 Method for online managing cutting tool of numerically controlled lathe
CN104463528A (en) * 2014-11-26 2015-03-25 上海交通大学 Cutter distribution system

Also Published As

Publication number Publication date
CN107544436A (en) 2018-01-05

Similar Documents

Publication Publication Date Title
CN102662352B (en) System and method for automatically recording geometric parameters of numerical-control tools
CN100419604C (en) No programming method for machining of numerically controlled gear hobbing machine
CN113341882B (en) Numerical control process design and optimization method based on processing knowledge
CN103454972A (en) Tool five-axis numerical control grinding automatic programming method based on UG NX API
CN102591261A (en) Multilayer numerical control programming method for flexible hole formation on large-scale wing part
CN101352837A (en) Method and apparatus for correcting error of knife tool integral relief grinding emery cutter line
CN111736526B (en) Compensation method for over-cutting of straight-grained impeller blade
CN105302072A (en) Numerical control machine tool processing method capable of eliminating height position difference
CN106886197A (en) Control machine implements method and its device and the application of processing
CN101763072A (en) Conversion method and device of numerical control machining code
WO2018224932A1 (en) Method of manufacturing a shoe last and system thereof
CN107544436B (en) RCS-based method for acquiring cutter list
CN109733088B (en) Process control numerical control machining process card design method
CN112558550A (en) Method for machining special-shaped threads by using CAM software
CN111650885A (en) Automatic programming method for numerical control machine tool
CN106886195A (en) machining control method and its device and application
CN105159232A (en) Method and apparatus for processing technological documents
CN111948981A (en) Numerical control machining plunge milling mode control system for cast blank workpiece and control method thereof
US20200225642A1 (en) Method For Controlling A Machine Tool And Machine Tool
CN112230605B (en) RCS-based square steel blade machining rapid numerical control program programming method and tool
CN113741348B (en) Machine tool machining system and storage medium
CN106886196A (en) With the computer-aided manufacturing method and device and system of digital control system Direct Communication
CN103530436A (en) Tooling layout drawing parameterization generation method based on AUTOCAD. NET API
Lingli et al. Research and Development of Fungus-Shaped Blade Root CAM Software Based on VB
CN110831330B (en) Drill cutter arrangement method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant