CN113953685A - Planar plate laser cutting path planning method - Google Patents

Planar plate laser cutting path planning method Download PDF

Info

Publication number
CN113953685A
CN113953685A CN202111402183.6A CN202111402183A CN113953685A CN 113953685 A CN113953685 A CN 113953685A CN 202111402183 A CN202111402183 A CN 202111402183A CN 113953685 A CN113953685 A CN 113953685A
Authority
CN
China
Prior art keywords
profile
contour
track
laser cutting
planning
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
CN202111402183.6A
Other languages
Chinese (zh)
Other versions
CN113953685B (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.)
Chongqing Technology and Business University
Original Assignee
Chongqing Technology and Business University
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 Chongqing Technology and Business University filed Critical Chongqing Technology and Business University
Priority to CN202111402183.6A priority Critical patent/CN113953685B/en
Publication of CN113953685A publication Critical patent/CN113953685A/en
Application granted granted Critical
Publication of CN113953685B publication Critical patent/CN113953685B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • BPERFORMING OPERATIONS; TRANSPORTING
    • B23MACHINE TOOLS; METAL-WORKING NOT OTHERWISE PROVIDED FOR
    • B23KSOLDERING OR UNSOLDERING; WELDING; CLADDING OR PLATING BY SOLDERING OR WELDING; CUTTING BY APPLYING HEAT LOCALLY, e.g. FLAME CUTTING; WORKING BY LASER BEAM
    • B23K26/00Working by laser beam, e.g. welding, cutting or boring
    • B23K26/36Removing material
    • B23K26/38Removing material by boring or cutting
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B23MACHINE TOOLS; METAL-WORKING NOT OTHERWISE PROVIDED FOR
    • B23KSOLDERING OR UNSOLDERING; WELDING; CLADDING OR PLATING BY SOLDERING OR WELDING; CUTTING BY APPLYING HEAT LOCALLY, e.g. FLAME CUTTING; WORKING BY LASER BEAM
    • B23K26/00Working by laser beam, e.g. welding, cutting or boring
    • B23K26/70Auxiliary operations or equipment
    • B23K26/702Auxiliary equipment

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Optics & Photonics (AREA)
  • Plasma & Fusion (AREA)
  • Mechanical Engineering (AREA)
  • Laser Beam Processing (AREA)

Abstract

The invention discloses a planning method for a laser cutting path of a planar plate, which is used for optimizing a cutting track under the condition of meeting a cutting rule when large-scale part laser cutting is carried out. The method comprises the following steps: reading the outline of the part; extracting feature points; discretizing; layering the outlines; arranging a lead; numbering the outlines; preprocessing and sorting; s8, performing cross sorting and forming a track set; s9, judging the priority; the final track is formed.

Description

Planar plate laser cutting path planning method
Technical Field
The invention relates to the technical field of laser cutting, in particular to a planning method for a laser cutting path of a planar plate.
Background
Laser cutting is an important process in the modern manufacturing process, and the problem of a laser cutting path is always accompanied with the development of laser cutting, so far, the laser cutting path is still the key for improving the cutting efficiency and saving energy. Since the application of laser to the cutting field, three passes were made (Chinese patent: CN 201810785295.6). The initial laser path planning is manually planned by depending on experience, the method is simple and easy to operate, but the optimal cutting path of the large-batch parts cannot be guaranteed, the requirement on workers is high, and the labor cost is increased; with the development of automation technology to the manufacturing industry, a specific arrangement rule is used for planning a laser path instead of a manual planning method, such as an n-shaped method (shown in figure 1) and the like, the method reduces the labor input, has certain robustness, but cannot obtain an optimal path for complex and various part sizes; at present, an artificial intelligence technology becomes a research hotspot of each industry, in the aspect of laser cutting path planning, an intelligent algorithm, such as an ant colony algorithm, a particle swarm algorithm and the like, can obtain a very ideal cutting path, and the method has high robustness, but has high requirements on computer performance, large calculation amount, large storage capacity and poor real-time performance, and cannot better adapt to the current market differentiation and small-batch individualized production trend. At present, automatic cutting track planning is mainly adopted, and when track planning is carried out on large-scale parts, better effects cannot be obtained frequently, the production efficiency of enterprises is influenced, the time cost is improved, and the competitiveness of the enterprises is reduced.
The most of the current cutting modes still adopt 'integral cutting', namely the contour of the whole part is completely cut, the next part contour is cut, the cutting starting point and the cutting end point of each contour are overlapped, so that the laser head is forced to continue to cut along the track, and the flexibility of the laser head in walking is reduced. After the parts are discretized according to a certain rule, the constraint of the part outline on the walking of the laser head can be effectively reduced, the operation is more flexible, the idle stroke can be effectively shortened, and the cutting path is optimized.
Disclosure of Invention
The invention provides a planning method for a laser cutting path of a planar plate, aiming at achieving an optimal path during cutting, and the planning method can be used for optimizing the cutting track under the condition of meeting the cutting rule during large-scale laser cutting of parts.
The purpose of the invention is realized as follows:
a planar plate laser cutting path planning method comprises the following steps:
s1, reading part contour
Reading all profiles of each part of the plane plate;
s2, feature point extraction
Extracting corresponding feature points on each contour;
s3 discretization
Dispersing all the contours from each characteristic point to form discrete contours;
s4, contour layering
Layering all discrete contours of each part into an inner layer contour and an outer layer contour;
s5, setting lead wire
Respectively arranging lead wires on the inner layer profile and the outer layer profile, setting the outer layer profile as a male cutting, and setting the inner layer profile as a female cutting;
s6, outline number
Numbering all the discrete profiles; the random numbering is equivalent to naming the discrete part profile.
S7, preprocessing sorting
Placing all inner layer outlines of each part in front of outer layer outlines of the part, and arranging the part outlines in an n shape;
s8, cross sorting and forming track set
Randomly and alternately sequencing all the part profiles for multiple times to form a track set, and judging an optimal track;
s9, determining priority
Carrying out priority judgment on the part profile sections which are randomly and crossly ordered;
and S10, forming a final track.
Preferably, in step S1, the part contour reading method includes: each part in the cad drawing at least comprises one outline, LabVIEW software is used for reading the outline of the part from the cad drawing, the cad drawing is in a DXF file format, and the outline of the part is read by using the characteristics of the DXF file.
Preferably, in step S2, the method for extracting the feature points includes: regarding the polygon, the vertex of the polygon is taken as the characteristic point of the polygon; for the circular arc line, a starting point, an end point and a middle point are used as characteristic points of the circular arc line; in the case of a circle, the vertex of an inscribed square of the circle is used as a characteristic point, and in the case of an ellipse, the intersection point of the major axis and the minor axis of the ellipse with the ellipse is used as the characteristic point.
Preferably, in step S3, all the part profiles are dispersed into line segments and/or arcs.
Preferably, in step S4, the method for determining the inner layer profile and the outer layer profile includes: and reading the part contour layer information in the DXF format file by adopting LabVIEW software, and layering all contours of the part into an inner layer contour and an outer layer contour according to the part contour layer information.
Preferably, in step S8, the cross-sorting method includes: and judging whether the part profiles are the first part profile after the preprocessing sequencing and the last part profile after the preprocessing, wherein the first profile of the inner layer profile cannot be crossed forwards continuously, the last profile of the outer layer profile cannot be crossed backwards, and for other part profiles except the first profile and the last profile, the random crossing sequencing is carried out by adopting a method of crossing the sections of the inner layer profile forwards and crossing the sections of the outer layer profile backwards.
Preferably, in step S8, the value range of N, which is the number of the random moving positions of the part profile, is 0 or more and N or less, and a probability gradient is set, where the probability gradient satisfies a discrete linear function, and N is a set limit value of the number of the moving positions.
Preferably, in step S8, the criterion for determining the optimal trajectory is: whether the length s of the idle stroke of the track is smaller than or equal to a preset value Q or not is judged, if the value of s does not meet the standard, the next step is returned to the previous step to continue the cross sorting so as to obtain a new path; if s meets the standard, inputting the path as an optimal track to the next stage; and if the times M of the cross sequencing reaches a preset upper limit value M, setting the track with the shortest hollow stroke in the generated track as an optimal track and inputting the optimal track to the next stage.
Preferably, in step S9, the method for determining the priority of the part contour segment includes: whether the serial numbers of the inner layers are all adjusted to be before the serial numbers of the outer layers of the subordinating parts or not is judged so as to ensure the relation between the inner layers and the outer layers of the parts; if the formed track is found to have errors in the priority of the profile, the suboptimal track is input for judgment until a combination meeting the priority relationship is found.
Due to the adoption of the technical scheme, the invention has the following beneficial effects:
through discretization, all the outlines of the parts are discretized, so that more possibilities are provided when the path direction is selected, and the idle stroke is effectively controlled.
By layering the inner layer and the outer layer and adjusting the priority of contour cutting, the part precision can not be lost due to falling and thermal deformation caused by cutting the contour line of the outer layer in the cutting process.
Through preprocessing, the calculation amount of subsequent priority adjustment is reduced, and the working efficiency is improved.
Drawings
FIG. 1 is a schematic diagram of an n-shaped planning method;
FIG. 2a and FIG. 2b are schematic diagrams of a file reading procedure;
FIG. 3 is a schematic diagram of reading entity data;
FIG. 4 is an overall flow chart of the present invention;
FIG. 5 is a flow chart of feature point extraction;
FIG. 6 is a flow chart of the pretreatment;
FIG. 7 is a flow chart of a cross-sorting process;
FIG. 8 is a schematic view of a lead arrangement;
FIG. 9 is a schematic cross-sequencing diagram;
fig. 10 is a flowchart of determination of an optimal trajectory.
Detailed Description
Referring to fig. 1-10, an embodiment of a method for planning a laser cutting path of a planar plate material is shown.
Reading a DXF format file, opening a part drawing by using AutoCAD, storing the part drawing in a DXF file format, and reading a generated DXF file by using LabVIEW, wherein the file comprises the characteristic information of the part, one DXF file consists of a plurality of groups, each group occupies two lines, the first line is a code of the group, and the second line is a group value; the group code corresponds to a code of a data type, which is specified by a CAD graphic system, and the group value is a specific numerical value, which in combination represent the meaning and value of one data; information useful for the present invention can be read by using the characteristics of the DXF file, as shown in fig. 2a, 2b, and 3, coordinate values and layer information of a solid segment are read, and drawing processing is performed by using the read information; the requirement of the part drawing is that the drawing at least comprises a part outline; if no contour information is read, an error is reported and the input of correct drawing information is prompted;
the feature point extraction is to perform discretization better, the discretization is directly influenced by the feature point extraction, and the final cutting efficiency is indirectly influenced, so that the feature point extraction strategy is particularly important; the invention adopts the characteristic point strategy that: (1) for triangles, quadrilaterals and polygons, the strategy adopted is to take the vertexes thereof as the characteristic points; (2) the starting point, the end point and the middle point of the circular arc line are used as characteristic points; the characteristic points are taken according to the principle, and basically all part profiles can be contained, so that the laser cutting method can be widely applied to laser cutting of various parts; discretizing all the part outlines according to the extracted feature points, and completely discretizing all the part outlines into line segments and arc lines, including the inner layer outline and the outer layer outline of the part; compared with the original part profile, the discretized part profile has more units, so that the limitation of the part profile can be reduced during laser cutting, and the cutting path is more diversified; the specific flow of feature point extraction and discretization is shown in fig. 5: taking the read contour closest to the origin as a first contour, obtaining a starting point and an end point according to characteristic point dispersion, obtaining the characteristic points according to an arc line, obtaining the characteristic points according to the vertexes of an inscribed square by a circle, wherein the ellipse is the intersection point of a long half shaft and a short half shaft and the ellipse, obtaining the characteristic points according to each vertex by the rest n polygons, performing dispersion operation according to the obtained characteristic points, judging whether the contours are completely dispersed, if not, reading the next contour, and repeating the operation until all the contours are completely dispersed;
the most important principle to be followed when the plate is cut by laser is that the inner layer contour and the outer layer contour are cut separately, the inner layer contour is cut firstly, and then the outer layer contour is cut to ensure the cutting quality of parts and the safety of equipment, so that the judgment of the inner layer contour and the outer layer contour is very important; in the invention, LabVIEW software is adopted for judging the inner and outer layer outlines to read the layer information of the part outline in the DXF format file, and all the outlines are divided into the inner layer outline and the outer layer outline;
in order to ensure the cutting quality, a lead is required to be arranged when laser cutting is carried out; as shown in fig. 8, which is a diagram of a circular ring part to be cut, the outer contour circle is an outer layer contour, so that when a lead is arranged, the lead needs to be arranged outside the circular ring, namely, the lead 1 in the diagram, so as to prevent the part from being "over-burnt" when the cutting is carried out, which affects the quality and the integrity of the part; similarly, when the lead of the outline of the inner layer is arranged, the lead needs to be arranged at the inner side of the outline, namely the lead 2 in the figure; in order to ensure the cutting quality of the parts, for all the discrete part outlines, namely all line segments and arcs, leads are required to be arranged according to the belonged levels;
numbering all the discrete part profile sections;
in order to reduce the amount of calculation and improve the cutting efficiency, preprocessing is carried out before sequencing, and as shown in fig. 6, the preprocessing rule is that the inner layer profile section of each part profile is completely arranged in front of the outer layer profile section of the profile, and the part profiles are sequenced in an n-shaped manner; therefore, the cutting sequence can be ensured, and a large amount of calculation in the later sequencing can be reduced;
in order to obtain an optimal path, the processed part outlines need to be subjected to cross sequencing; a specific cross-sorting flow operation, as shown in fig. 7, after the information of the processed part outlines is read, it is necessary to determine whether the part outlines are the first part outline after the pre-processing sorting and the last part outline after the pre-processing sorting, because the inner layer outline of the first outline cannot be continuously crossed forward and the outer layer outline of the last outline cannot be crossed backward; for the outlines of other parts except the first and the last outlines, the strategies that the inner layer outline sections are crossed forwards and the outer layer outline sections are crossed backwards are adopted; as shown in FIG. 9, parts A, B, C, D, E are all parts that have been pre-processed and sorted; taking the part C as an example, the third contour section of the contour of the inner layer part moves forwards n positions randomly to the part A in the part contour point of the part B or before; considering the front-back relation of N-shaped parts during pretreatment, the value range of the number N of the random moving positions is more than or equal to 0 and less than or equal to N, because the cutting track generally cannot cross the outline of the parts, a probability gradient is set for N, the larger N is, the smaller the selected probability is, and the probability gradient meets a discrete linear function; and the outer contour section III of the part C moves backwards N positions randomly to the part E in the part contour point of the part D or behind the part E, and simultaneously, the probability gradient of N and N is set to be within the value range of N and less than or equal to 0 in consideration of the preprocessing result so as to reduce a certain amount of calculated amount; after all the part profiles are completely sequenced, length judgment needs to be carried out on the formed profile combination to serve as a termination condition; as shown in fig. 10, the determined criterion is whether the length s of the idle stroke of the trajectory is less than or equal to a preset value Q, if the value of s does not meet the criterion, the previous stage is returned to continue the cross sorting to obtain a new path; if s meets the standard, inputting the path to the next stage; if the times M of the cross sequencing reaches a preset value M, setting the track with the shortest hollow stroke in the generated track as an optimal path and inputting the optimal path to the next stage;
in order to ensure the final cutting quality of the parts and the safety of equipment, the priority of the inner layer and the outer layer of the part outline needs to be judged again, and whether the serial numbers of the inner layer are all adjusted to be before the subordinate serial numbers of the outer layer is judged so as to ensure the relation between the inner layer and the outer layer of the parts; if the formed track has errors on the priority of the profile, inputting and judging the suboptimal track until a combination which accords with the priority relation is found;
forming a final cutting track.
Finally, it is noted that the above-mentioned preferred embodiments illustrate rather than limit the invention, and that, although the invention has been described in detail with reference to the above-mentioned preferred embodiments, it will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the scope of the invention as defined by the appended claims.

Claims (9)

1. A planar plate laser cutting path planning method is characterized by comprising the following steps:
s1, reading part contour
Reading all profiles of each part of the plane plate;
s2, feature point extraction
Extracting corresponding feature points on each contour;
s3 discretization
Dispersing all the contours from each characteristic point to form discrete contours;
s4, contour layering
Layering all discrete contours of each part into an inner layer contour and an outer layer contour;
s5, setting lead wire
Respectively arranging lead wires on the inner layer profile and the outer layer profile, setting the outer layer profile as a male cutting, and setting the inner layer profile as a female cutting;
s6, outline number
Randomly numbering all discrete profiles;
s7, preprocessing sorting
Placing all inner layer outlines of each part in front of outer layer outlines of the part, and arranging the part outlines in an n shape;
s8, cross sorting and forming track set
Randomly and alternately sequencing all the part profiles for multiple times to form a track set, and judging an optimal track;
s9, determining priority
Carrying out priority judgment on the part profile sections which are randomly and crossly ordered;
and S10, forming a final track.
2. The method for planning the laser cutting path of the planar plate according to claim 1, wherein: in step S1, the part contour reading method includes: each part in the cad drawing at least comprises one outline, LabVIEW software is used for reading the outline of the part from the cad drawing, the cad drawing is in a DXF file format, and the outline of the part is read by using the characteristics of the DXF file.
3. The method for planning the laser cutting path of the planar plate according to claim 1, wherein in the step S2, the method for extracting the feature points comprises: regarding the polygon, the vertex of the polygon is taken as the characteristic point of the polygon; for the circular arc line, a starting point, an end point and a middle point are used as characteristic points of the circular arc line; in the case of a circle, the vertex of an inscribed square of the circle is used as a characteristic point, and in the case of an ellipse, the intersection point of the major axis and the minor axis of the ellipse with the ellipse is used as the characteristic point.
4. The method for planning the laser cutting path of the planar plate according to claim 1, wherein: in step S3, all the part profiles are fully discretized into line segments and/or arcs.
5. The method as claimed in claim 2, wherein in step S4, the method for determining the inner layer profile and the outer layer profile comprises: and reading the part contour layer information in the DXF format file by adopting LabVIEW software, and layering all contours of the part into an inner layer contour and an outer layer contour according to the part contour layer information.
6. The method for planning a laser cutting path of a planar plate according to claim 1, wherein in step S8, the cross sorting method comprises: and judging whether the part profiles are the first part profile after the preprocessing sequencing and the last part profile after the preprocessing, wherein the first profile of the inner layer profile cannot be crossed forwards continuously, the last profile of the outer layer profile cannot be crossed backwards, and for other part profiles except the first profile and the last profile, the random crossing sequencing is carried out by adopting a method of crossing the sections of the inner layer profile forwards and crossing the sections of the outer layer profile backwards.
7. The method for planning the laser cutting path of the planar plate according to claim 6, wherein in step S8, the number N of the randomly moving positions of the part contour ranges from 0 to N, and a probability gradient is set, wherein the probability gradient satisfies a discrete linear function, and N is a set limit value of the number of the moving positions.
8. The method for planning the laser cutting path of the planar plate according to claim 1 or 6, wherein in the step S8, the criteria for determining the optimal path are: whether the length s of the idle stroke of the track is smaller than or equal to a preset value Q or not is judged, if the value of s does not meet the standard, the next step is returned to the previous step to continue the cross sorting so as to obtain a new path; if s meets the standard, inputting the path as an optimal track to the next stage; and if the times M of the cross sequencing reaches a preset upper limit value M, setting the track with the shortest hollow stroke in the generated track as an optimal track and inputting the optimal track to the next stage.
9. The method for planning a laser cutting path of a planar plate according to claim 1, wherein in step S9, the method for determining the priority of the contour segment of the part is as follows: whether the serial numbers of the inner layers are all adjusted to be before the serial numbers of the outer layers of the subordinating parts or not is judged so as to ensure the relation between the inner layers and the outer layers of the parts; if the formed track is found to have errors in the priority of the profile, the suboptimal track is input for judgment until a combination meeting the priority relationship is found.
CN202111402183.6A 2021-11-22 2021-11-22 Planning method for laser cutting path of planar plate Active CN113953685B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111402183.6A CN113953685B (en) 2021-11-22 2021-11-22 Planning method for laser cutting path of planar plate

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111402183.6A CN113953685B (en) 2021-11-22 2021-11-22 Planning method for laser cutting path of planar plate

Publications (2)

Publication Number Publication Date
CN113953685A true CN113953685A (en) 2022-01-21
CN113953685B CN113953685B (en) 2023-09-01

Family

ID=79471711

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111402183.6A Active CN113953685B (en) 2021-11-22 2021-11-22 Planning method for laser cutting path of planar plate

Country Status (1)

Country Link
CN (1) CN113953685B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114925915A (en) * 2022-05-23 2022-08-19 广东工业大学 Cutting path planning method and system for large-scale blanking
CN115145225A (en) * 2022-06-23 2022-10-04 福州大学 Firework algorithm-based method for optimizing cutting path of special-shaped sponge
CN115246050A (en) * 2022-09-23 2022-10-28 江苏跃格智能装备有限公司 Laser cutting path optimization control method based on machine vision
CN116329774A (en) * 2023-02-24 2023-06-27 百超(深圳)激光科技有限公司 Intelligent cutting control system and method for high-speed optical fiber laser cutting machine

Citations (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1238746A2 (en) * 2001-03-09 2002-09-11 Thyssen Krupp Stahl AG Method and device for robotically controlled laser cutting and welding
CN1516635A (en) * 2001-06-08 2004-07-28 ��ѧ����������ҵ�� Laser segmented cutting
US20050172764A1 (en) * 2004-02-10 2005-08-11 Matthew Fagan Method and system for eliminating external piercing in NC cutting of nested parts
CN102023611A (en) * 2010-12-02 2011-04-20 广东工业大学 Seeking route plan optimizing method of laser cutting machine
CN102346459A (en) * 2011-10-09 2012-02-08 东南大学 Cutting process offline coordination method of multi-beam type water jet cutting system
CN102880113A (en) * 2012-10-26 2013-01-16 上海柏楚电子科技有限公司 Laser cutting path optimizing method
JP2014210277A (en) * 2013-04-18 2014-11-13 株式会社アマダミヤチ Laser cutting method, laser emitting unit and laser cutting device
CN104412186A (en) * 2012-06-27 2015-03-11 三菱电机株式会社 Method for modifying a path of a cutter head of a laser cutting machine
CN104625435A (en) * 2015-01-23 2015-05-20 大族激光科技产业集团股份有限公司 Laser flight cutting method and system
DE102014200208B3 (en) * 2014-01-09 2015-06-11 Trumpf Werkzeugmaschinen Gmbh + Co. Kg Method for separating a workpiece
CN105772950A (en) * 2016-04-27 2016-07-20 大族激光科技产业集团股份有限公司 Cutting method for two-dimensional laser cutting tubular product
CN106271106A (en) * 2016-08-31 2017-01-04 江苏亚威机床股份有限公司 A kind of three laser cutting heads cut the Cutting road planning method of a workpiece simultaneously
US20170361402A1 (en) * 2014-11-24 2017-12-21 Bystronic Laser Ag Bridge for laser cutting machines
CN108857092A (en) * 2018-07-17 2018-11-23 大族激光科技产业集团股份有限公司 It is cut by laser paths planning method, device, storage medium and computer equipment
CN110064851A (en) * 2019-05-29 2019-07-30 佛山市宏石激光技术有限公司 A method of it is swung in laser pipe cutter using cutting head and realizes high-speed cutting
CN110328674A (en) * 2019-07-19 2019-10-15 东莞理工学院 A kind of laser cutting machine people
CN111221296A (en) * 2020-01-13 2020-06-02 浙江工业大学 Tool radius compensation method based on DXF file
CN111299815A (en) * 2020-02-13 2020-06-19 西安交通大学 Visual detection and laser cutting trajectory planning method for low-gray rubber pad
CN111458868A (en) * 2020-05-28 2020-07-28 重庆工商大学 KB mirror imaging optimization method based on D-H coordinate system
CN112518132A (en) * 2020-10-16 2021-03-19 深圳精匠云创科技有限公司 Hub burr removing method and electronic device
US20210138589A1 (en) * 2017-06-09 2021-05-13 Bystronic Laser Ag Method for Controlling a Beam Cutting Device Having A Cutting Tool, Computer-Implemented Method for Automatically Defining and Producing Movement Commands for Controlling a Cutting Tool of a Beam Cutting Device, and Beam Cutting Device for Carrying Out The Methods
CN112935575A (en) * 2021-01-12 2021-06-11 大族激光科技产业集团股份有限公司 Cutting path optimization method and device and computer readable storage medium
CN112989516A (en) * 2021-03-09 2021-06-18 上海柏楚电子科技股份有限公司 Method, processor, device and medium for generating fly-cutting trajectory for multiple graphics
CN113245724A (en) * 2021-06-24 2021-08-13 广东库迪数控技术有限公司 Multi-cutting-head tool path generation method, device, machining method, equipment and medium
US20210308787A1 (en) * 2018-12-21 2021-10-07 Trumpf Werkzeugmaschinen Gmbh + Co. Kg Methods for providing panel planning geometry data and laser flatbed machines for cutting out workpieces

Patent Citations (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1238746A2 (en) * 2001-03-09 2002-09-11 Thyssen Krupp Stahl AG Method and device for robotically controlled laser cutting and welding
CN1516635A (en) * 2001-06-08 2004-07-28 ��ѧ����������ҵ�� Laser segmented cutting
US20130247730A1 (en) * 2004-02-10 2013-09-26 Matthew Fagan Method and system for eliminating external piercing in nc cutting of nested parts
US20050172764A1 (en) * 2004-02-10 2005-08-11 Matthew Fagan Method and system for eliminating external piercing in NC cutting of nested parts
CN102023611A (en) * 2010-12-02 2011-04-20 广东工业大学 Seeking route plan optimizing method of laser cutting machine
CN102346459A (en) * 2011-10-09 2012-02-08 东南大学 Cutting process offline coordination method of multi-beam type water jet cutting system
CN104412186A (en) * 2012-06-27 2015-03-11 三菱电机株式会社 Method for modifying a path of a cutter head of a laser cutting machine
CN102880113A (en) * 2012-10-26 2013-01-16 上海柏楚电子科技有限公司 Laser cutting path optimizing method
JP2014210277A (en) * 2013-04-18 2014-11-13 株式会社アマダミヤチ Laser cutting method, laser emitting unit and laser cutting device
DE102014200208B3 (en) * 2014-01-09 2015-06-11 Trumpf Werkzeugmaschinen Gmbh + Co. Kg Method for separating a workpiece
US20170361402A1 (en) * 2014-11-24 2017-12-21 Bystronic Laser Ag Bridge for laser cutting machines
CN104625435A (en) * 2015-01-23 2015-05-20 大族激光科技产业集团股份有限公司 Laser flight cutting method and system
CN105772950A (en) * 2016-04-27 2016-07-20 大族激光科技产业集团股份有限公司 Cutting method for two-dimensional laser cutting tubular product
CN106271106A (en) * 2016-08-31 2017-01-04 江苏亚威机床股份有限公司 A kind of three laser cutting heads cut the Cutting road planning method of a workpiece simultaneously
US20210138589A1 (en) * 2017-06-09 2021-05-13 Bystronic Laser Ag Method for Controlling a Beam Cutting Device Having A Cutting Tool, Computer-Implemented Method for Automatically Defining and Producing Movement Commands for Controlling a Cutting Tool of a Beam Cutting Device, and Beam Cutting Device for Carrying Out The Methods
CN108857092A (en) * 2018-07-17 2018-11-23 大族激光科技产业集团股份有限公司 It is cut by laser paths planning method, device, storage medium and computer equipment
US20210308787A1 (en) * 2018-12-21 2021-10-07 Trumpf Werkzeugmaschinen Gmbh + Co. Kg Methods for providing panel planning geometry data and laser flatbed machines for cutting out workpieces
CN110064851A (en) * 2019-05-29 2019-07-30 佛山市宏石激光技术有限公司 A method of it is swung in laser pipe cutter using cutting head and realizes high-speed cutting
CN110328674A (en) * 2019-07-19 2019-10-15 东莞理工学院 A kind of laser cutting machine people
CN111221296A (en) * 2020-01-13 2020-06-02 浙江工业大学 Tool radius compensation method based on DXF file
CN111299815A (en) * 2020-02-13 2020-06-19 西安交通大学 Visual detection and laser cutting trajectory planning method for low-gray rubber pad
CN111458868A (en) * 2020-05-28 2020-07-28 重庆工商大学 KB mirror imaging optimization method based on D-H coordinate system
CN112518132A (en) * 2020-10-16 2021-03-19 深圳精匠云创科技有限公司 Hub burr removing method and electronic device
CN112935575A (en) * 2021-01-12 2021-06-11 大族激光科技产业集团股份有限公司 Cutting path optimization method and device and computer readable storage medium
CN112989516A (en) * 2021-03-09 2021-06-18 上海柏楚电子科技股份有限公司 Method, processor, device and medium for generating fly-cutting trajectory for multiple graphics
CN113245724A (en) * 2021-06-24 2021-08-13 广东库迪数控技术有限公司 Multi-cutting-head tool path generation method, device, machining method, equipment and medium

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
张伟;安鲁陵;张臣;邵晓明;: "基于蚁群算法的矩形件切割路径优化", no. 03, pages 390 - 393 *
李丽: "一种钣金件数控激光切割路径的优化改进方法", vol. 45, no. 10, pages 41 - 46 *
柴青: "复杂三维钣金件激光切割路径智能规划及工艺研究", 《中国优秀硕士学位论文全文数据库(电子期刊)》, no. 2019, pages 366 *
王洪建: "激光切割AZ31B镁铝合金正交实验研究", 《激光与光电子学进展》, vol. 55, no. 10, pages 217 - 224 *
肖雄;许超;: "一种用于三维激光切割路径预处理的离散算法", 成组技术与生产现代化, no. 04, pages 8 - 12 *
雷仕湛: "《激光智能制造技术》", 上海:复旦大学出版社 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114925915A (en) * 2022-05-23 2022-08-19 广东工业大学 Cutting path planning method and system for large-scale blanking
CN115145225A (en) * 2022-06-23 2022-10-04 福州大学 Firework algorithm-based method for optimizing cutting path of special-shaped sponge
CN115246050A (en) * 2022-09-23 2022-10-28 江苏跃格智能装备有限公司 Laser cutting path optimization control method based on machine vision
CN116329774A (en) * 2023-02-24 2023-06-27 百超(深圳)激光科技有限公司 Intelligent cutting control system and method for high-speed optical fiber laser cutting machine
CN116329774B (en) * 2023-02-24 2023-10-20 百超(深圳)激光科技有限公司 Intelligent cutting control system and method for high-speed optical fiber laser cutting machine

Also Published As

Publication number Publication date
CN113953685B (en) 2023-09-01

Similar Documents

Publication Publication Date Title
CN113953685A (en) Planar plate laser cutting path planning method
CN111709092B (en) Radial tire tread pattern finite element automatic modeling method based on finite element unit nodes
CN103336485B (en) Rapid generating method of milling path of web of airplane structural member
CN107562015B (en) Process geometric model construction method based on numerical control machining programming
CN106249698A (en) Intelligent programming for wire cutting method and system based on three-dimensional graphics design platform
CN104375464A (en) Aircraft skin milling efficient machining path automatic generating method
CN109325316B (en) STL model efficient parallel layer cutting method based on concurrent welding sequencing
CN102436217B (en) Method for reconstructing web processing drive geometry of slot characteristic of aircraft structure
WO2019113972A1 (en) Numerical control system and path planning method therefor, and computer readable storage medium
CN108415365A (en) A kind of cavity high-efficiency helical milling cutter paths planning method based on profile central axes
CN103838907A (en) Curved surface cutting trajectory obtaining method based on STL model
CN110412938B (en) Multi-cavity structural part processing step sequence decision method based on transition feature simplification
CN109597355B (en) Design method of curved surface micro-texture numerical control machining cutter shaft vector
CN105528474A (en) A method of fitting broken lines into a circular arc for aircraft template laser cutting programming graphics
CN112906215A (en) Pipe tool path generation method based on SolidWorks secondary development
CN112942837A (en) Cantilever structure concrete 3D printing method and system
CN116798028A (en) Automatic dimension marking method for three-dimensional part
CN108227627B (en) Numerical control programming method for key parts of marine diesel engine
CN110298102A (en) Urban rail chassis sliding slot cutter sky feed method of machining path planning
CN102446368A (en) Rapid slicing method of STL (Stereo Lithography) model based on sorting by triangle adjacency in layers in rapid prototyping manufacturing
CN113626948B (en) Automatic process step design method based on knowledge reasoning
Yildiz et al. Development of a feature based CAM system for rotational parts
CN108021098A (en) A kind of tool path optimization method for automatically generating tire-mold safety cylinder body
CN115700647A (en) Workshop flexible operation scheduling method based on tabu search genetic algorithm
CN113111458A (en) DXF-based sheet metal part automatic identification and positioning method

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