CN101776882B - Method for generating laser cutting program - Google Patents
Method for generating laser cutting program Download PDFInfo
- Publication number
- CN101776882B CN101776882B CN2010100444625A CN201010044462A CN101776882B CN 101776882 B CN101776882 B CN 101776882B CN 2010100444625 A CN2010100444625 A CN 2010100444625A CN 201010044462 A CN201010044462 A CN 201010044462A CN 101776882 B CN101776882 B CN 101776882B
- Authority
- CN
- China
- Prior art keywords
- laser cutting
- image
- coordinate data
- guide line
- linked 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 26
- 238000001514 detection method Methods 0.000 claims abstract description 29
- 238000003698 laser cutting Methods 0.000 claims abstract description 24
- 238000001914 filtration Methods 0.000 claims description 14
- 230000007704 transition Effects 0.000 claims description 4
- 241001269238 Data Species 0.000 claims 1
- 238000012545 processing Methods 0.000 abstract description 12
- 238000007781 pre-processing Methods 0.000 abstract description 5
- 230000003993 interaction Effects 0.000 abstract description 4
- 238000012805 post-processing Methods 0.000 abstract description 3
- 238000010586 diagram Methods 0.000 description 10
- 230000008569 process Effects 0.000 description 4
- 239000000284 extract Substances 0.000 description 3
- 230000009286 beneficial effect Effects 0.000 description 2
- 238000004519 manufacturing process Methods 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000003860 storage Methods 0.000 description 2
- 238000006243 chemical reaction Methods 0.000 description 1
- 230000007547 defect Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000000605 extraction Methods 0.000 description 1
- 230000002093 peripheral effect Effects 0.000 description 1
Landscapes
- Laser Beam Processing (AREA)
- Image Processing (AREA)
- Numerical Control (AREA)
Abstract
本发明提供一种激光切割加工程序的生成方法,包括步骤1、采用相机获取待加工对象的数字图像数据,并对该数字图像进行图像预处理;步骤2、在预处理后的数字图像中人工指定检测引导线,计算机在检测引导线的引导下提取检测引导线附近的图像边界点坐标数据,并将这些坐标数据组织成坐标数据链表;步骤3、采用直线、圆弧、及参数曲线分段拟合坐标数据,形成图元数据链表;步骤4、采用三阶Hermite参数曲线光滑连接相邻图元,并将该连接图元填充到图元数据链表内;步骤5、将该图元数据链表后处理成激光切割机的运动指令,交激光切割机控制器译码后执行。本发明采用机器视觉与数字图像处理技术,人机交互,生成高质量的激光切割加工程序。
The present invention provides a method for generating a laser cutting processing program, comprising step 1, using a camera to obtain digital image data of an object to be processed, and performing image preprocessing on the digital image; step 2, manually specifying a detection guide line in the preprocessed digital image, and a computer extracting the coordinate data of image boundary points near the detection guide line under the guidance of the detection guide line, and organizing these coordinate data into a coordinate data linked list; step 3, using straight lines, circular arcs, and parameter curves to segmentally fit the coordinate data to form an image data linked list; step 4, using a third-order Hermite parameter curve to smoothly connect adjacent image elements, and filling the connected image elements into the image data linked list; step 5, post-processing the image data linked list into a motion instruction of a laser cutting machine, and handing it over to the laser cutting machine controller for decoding and execution. The present invention uses machine vision and digital image processing technology, human-computer interaction, to generate a high-quality laser cutting processing program.
Description
技术领域 technical field
本发明涉及激光切割机加工与编程领域,尤其涉及一种激光切割加工程序的生成方法。The invention relates to the field of laser cutting machine processing and programming, in particular to a method for generating a laser cutting processing program.
背景技术 Background technique
目前,我国的激光加工产业是一个新兴的产业。激光切割所需图形的加工,以往都是用手工汇编机器代码来进行的,这种手工操作比较麻烦,而且工作效率较低。随着现代计算机发展的优势,机床激光切割微机控制技术也日益得到人们的重视。利用微机控制技术,既要创造良好的人机接口的界面环境,简化使用操作,还要有编造适应于机床激光切割微机控制所需要图形的加工软件,以达到自动转换成机器代码程序。At present, my country's laser processing industry is a new industry. In the past, the processing of the graphics required for laser cutting was performed by manually compiling machine codes. This manual operation is cumbersome and the work efficiency is low. With the advantages of modern computer development, the microcomputer control technology of machine tool laser cutting has also been paid more and more attention by people. Using microcomputer control technology, it is necessary not only to create a good interface environment for man-machine interface, simplify the operation, but also to fabricate processing software suitable for the graphics required by the microcomputer control of machine tool laser cutting, so as to achieve automatic conversion into machine code programs.
现有技术中的激光切割加工程序的编程方法一般是采用CoreDraw等图像矢量处理软件,提取图像的外围轮廓,生成轮廓矢量图,交激光切割机的编程后处理软件处理成激光头的运动控制指令,激光切割机执行控制指令,切割出相应的图像形状。这种方法的缺陷在于当图像轮廓不明确,边界不清晰时,现有的方法只能人工绘制轮廓,无法从图像轮廓中提取坐标点。The programming method of the laser cutting processing program in the prior art generally uses image vector processing software such as CoreDraw to extract the peripheral contour of the image, generate a contour vector diagram, and hand it over to the programming post-processing software of the laser cutting machine to process it into a motion control command for the laser head. , the laser cutting machine executes the control command and cuts out the corresponding image shape. The defect of this method is that when the outline of the image is unclear and the boundary is not clear, the existing method can only draw the outline manually, and cannot extract the coordinate points from the outline of the image.
发明内容 Contents of the invention
本发明的目的在于,提供一种激光切割加工程序的生成方法,其采用机器视觉与数字图像处理技术,人机交互,生成高质量的激光切割加工程序。The object of the present invention is to provide a method for generating a laser cutting program, which uses machine vision and digital image processing technology, human-computer interaction, and generates a high-quality laser cutting program.
为实现在上述目的,本发明提供一种激光切割加工程序的生成方法,其包括:In order to achieve the above object, the present invention provides a method for generating a laser cutting program, which includes:
步骤1、采用相机获取待加工对象的数字图像数据,并对该数字图像进行图像预处理;Step 1, using a camera to obtain digital image data of the object to be processed, and performing image preprocessing on the digital image;
步骤2、在预处理后的数字图像中人工指定检测引导线,计算机在检测引导线的引导下提取检测引导线附近的图像边界点坐标数据,并将这些坐标数据组织成坐标数据链表;Step 2. Manually designate the detection guide line in the preprocessed digital image, and the computer extracts the image boundary point coordinate data near the detection guide line under the guidance of the detection guide line, and organizes these coordinate data into a coordinate data linked list;
步骤3、采用直线、圆弧、及参数曲线分段拟合坐标数据,形成图元数据链表;Step 3, using straight lines, arcs, and parameter curves to segmentally fit the coordinate data to form a graphic element data linked list;
步骤4、采用三阶Hermite参数曲线光滑连接相邻图元,并将该连接图元填充到图元数据链表内;Step 4, using the third-order Hermite parameter curve to smoothly connect adjacent primitives, and filling the connected primitives into the primitive data linked list;
步骤5、将该图元数据链表后处理成激光切割机的运动指令,交激光切割机控制器译码后执行。Step 5, post-processing the linked list of graphic element data into motion instructions of the laser cutting machine, handing it over to the controller of the laser cutting machine for decoding and then executing.
所述图像预处理包括图像滤波、或图像增强。The image preprocessing includes image filtering or image enhancement.
所述图像滤波包括阀值滤波,不同的数字图像采用不同的滤波方法。The image filtering includes threshold filtering, and different digital images adopt different filtering methods.
所述步骤2中,在预处理后的数字图像轮廓附近人工绘制检测引导线,计算机在检测引导线上生成等间隔的检测线,该间隔距离由系统预先设定;在检测线上,按系统预先设定的值生成等距离检测点,沿检测线求检测点的像素差分,在差分峰值处可判定为边界;然后将边界上的点坐标数据按数控链表组织成坐标数据链表进行存贮。In said step 2, the detection guide line is manually drawn near the preprocessed digital image contour, and the computer generates equally spaced detection lines on the detection guide line, and the interval distance is preset by the system; on the detection line, according to the system The preset value generates equidistant detection points, and the pixel difference of the detection points is calculated along the detection line, and the peak value of the difference can be determined as the boundary; then the point coordinate data on the boundary is organized into a coordinate data linked list according to the numerical control linked list for storage.
所述步骤4中,用三阶Hermite插值在相邻图元的间隔处构造光滑过渡的曲线。In the step 4, the third-order Hermite interpolation is used to construct a smooth transition curve at the interval between adjacent graphic elements.
本发明的有益效果:本发明提供的激光切割加工程序的生成方法,其采用机器视觉与数字图像处理技术,人机交互,生成高质量的激光切割加工程序,其可以有效解决当图像轮廓不明确或边界不清晰时,智能采用人工绘制轮廓,无法从图像轮廓中提取坐标点的弊端,在很大程度上简化操作流程,提高生产效率。Beneficial effects of the present invention: The method for generating laser cutting processing programs provided by the present invention uses machine vision and digital image processing technology, human-computer interaction, and generates high-quality laser cutting processing programs, which can effectively solve the problem when the image outline is not clear Or when the boundary is not clear, the artificial outline is used intelligently, and the coordinate points cannot be extracted from the image outline, which greatly simplifies the operation process and improves production efficiency.
为了能更进一步了解本发明的特征以及技术内容,请参阅以下有关本发明的详细说明与附图,然而附图仅提供参考与说明用,并非用来对本发明加以限制。In order to further understand the features and technical content of the present invention, please refer to the following detailed description and accompanying drawings of the present invention. However, the accompanying drawings are provided for reference and illustration only, and are not intended to limit the present invention.
附图说明 Description of drawings
下面结合附图,通过对本发明的具体实施方式详细描述,将使本发明的技术方案及其它有益效果显而易见。The technical solutions and other beneficial effects of the present invention will be apparent through the detailed description of specific embodiments of the present invention in conjunction with the accompanying drawings.
附图中,In the attached picture,
图1为本发明激光切割加工程序的生成方法的流程示意图;Fig. 1 is a schematic flow chart of the generation method of the laser cutting program of the present invention;
图2为本发明待加工对象一实施例的原始数字图像;Fig. 2 is the original digital image of an embodiment of the object to be processed in the present invention;
图3为图2中经阀值滤波后的图像;Fig. 3 is the image after threshold filtering in Fig. 2;
图4为图3中边界点提取的示意图;Fig. 4 is a schematic diagram of boundary point extraction in Fig. 3;
图5为图4中分段的直线、圆弧和参数曲线拟合的示意图;Fig. 5 is the schematic diagram of segmented straight line, circular arc and parameter curve fitting in Fig. 4;
图6为对图5采用三阶Hermite参数曲线光滑连接的局部示意图;Fig. 6 is the partial schematic diagram that adopts third-order Hermite parameter curve smooth connection to Fig. 5;
图7为本发明待加工对象生成后的运动轨迹图;Fig. 7 is a motion trajectory diagram of the object to be processed in the present invention after it is generated;
图8为图7中隐去图像信息后的运动轨迹示意图。FIG. 8 is a schematic diagram of the movement trajectory after the image information in FIG. 7 is hidden.
具体实施方式 Detailed ways
为更进一步阐述本发明所采取的技术手段及其装饰效果,以下结合本发明的优选实施例及其附图进行详细描述。In order to further illustrate the technical means adopted by the present invention and its decorative effect, the following is a detailed description in conjunction with preferred embodiments of the present invention and accompanying drawings.
如图1所示,本发明提供一种激光切割加工程序的生成方法,其包括:步骤1、采用相机获取待加工对象的数字图像数据,并对该数字图像进行图像预处理。该图像预处理包括图像滤波、或图像增强等处理,其中,该图像滤波包括阀值滤波,针对不同的数字图像,可以采用不同的滤波方法,使图像更加便于处理。图2所示,即为本发明中待加工对象一实施例的原始数字图像,图3为经步骤1进行阀值滤波后的数字图像。As shown in FIG. 1 , the present invention provides a method for generating a laser cutting processing program, which includes: Step 1. Using a camera to acquire digital image data of an object to be processed, and performing image preprocessing on the digital image. The image preprocessing includes image filtering, image enhancement and other processing, wherein the image filtering includes threshold filtering, and different filtering methods can be used for different digital images to make the image easier to process. As shown in FIG. 2, it is the original digital image of an embodiment of the object to be processed in the present invention, and FIG. 3 is the digital image after threshold filtering in step 1.
步骤2、在预处理后的数字图像中人工指定检测引导线,计算机在检测引导线的引导下提取检测引导线附近的图像边界点坐标数据,并将这些坐标数据组织成坐标数据链表。如图4所示,在预处理后的数字图像轮廓附近人工绘制检测引导线,计算机在检测引导线上生成等间隔的检测线,该间隔距离由系统预先设定。在检测线上,按系统预先设定的值生成等距离检测点,将检测点上对应的3X3像素按矩形插值方法投影到该检测点,沿检测线求检测点的像素差分,在差分峰值处可判定为边界。最后再将边界上的点坐标数据按数控链表组织成坐标数据链表进行存贮。Step 2. Manually designate the detection guide line in the preprocessed digital image, and the computer extracts the image boundary point coordinate data near the detection guide line under the guidance of the detection guide line, and organizes these coordinate data into a coordinate data linked list. As shown in Figure 4, the detection guide line is manually drawn near the preprocessed digital image contour, and the computer generates equidistant detection lines on the detection guide line, and the interval distance is preset by the system. On the detection line, an equidistant detection point is generated according to the value preset by the system, and the corresponding 3X3 pixels on the detection point are projected to the detection point by the rectangular interpolation method, and the pixel difference of the detection point is calculated along the detection line, and at the peak of the difference can be judged as borderline. Finally, the point coordinate data on the boundary is organized into a coordinate data linked list according to the numerical control linked list for storage.
步骤3、采用直线、圆弧、及参数曲线分段拟合坐标数据,形成图元数据链表。如图5所示,将边界轮廓上提取的边界点坐标分段拟合成直线段、圆弧、及参数曲线。Step 3, using straight lines, arcs, and parametric curves to fit the coordinate data segmentally to form a graphic element data linked list. As shown in Figure 5, the coordinates of the boundary points extracted on the boundary contour are segmented into straight line segments, circular arcs, and parametric curves.
步骤4、采用三阶Hermite参数曲线光滑连接相邻图元,并将该连接图元填充到图元数据链表内。如图6所示,即为采用三阶Hermite插值在相邻图元的间隔处构造光滑过渡的曲线的局部示意图,图7即为采用该光滑过渡取钱生成后的运动轨迹图。Step 4, using the third-order Hermite parametric curve to smoothly connect adjacent primitives, and filling the connected primitives into the primitive data linked list. As shown in Figure 6, it is a partial schematic diagram of a smooth transition curve constructed at the interval between adjacent primitives using third-order Hermite interpolation, and Figure 7 is a motion trajectory diagram generated by using this smooth transition to withdraw money.
步骤5、将该图元数据链表后处理成激光切割机的运动指令,交激光切割机控制器译码后执行。将图7中生成的运动轨迹图作隐去图像信息的后处理之后,即可如图8所示的运动轨迹图,将该运动轨迹处理成激光切割机的运动指令,即可交激光切割机控制器译码。Step 5, post-processing the linked list of graphic element data into motion instructions of the laser cutting machine, handing it over to the controller of the laser cutting machine for decoding and then executing. After the motion trajectory diagram generated in Figure 7 is post-processed to hide the image information, the motion trajectory diagram shown in Figure 8 can be processed into the motion command of the laser cutting machine, which can be delivered to the laser cutting machine. Controller decoding.
综上所述,本发明提供的激光切割加工程序的生成方法,其采用机器视觉与数字图像处理技术,人机交互,生成高质量的激光切割加工程序,其可以有效解决当图像轮廓不明确或边界不清晰时,智能采用人工绘制轮廓,无法从图像轮廓中提取坐标点的弊端,在很大程度上简化操作流程,提高生产效率。In summary, the method for generating laser cutting processing programs provided by the present invention uses machine vision and digital image processing technology, human-computer interaction, and generates high-quality laser cutting processing programs, which can effectively solve the problem when the image outline is unclear or When the boundary is not clear, the artificial outline is used intelligently, and the coordinate points cannot be extracted from the image outline, which greatly simplifies the operation process and improves production efficiency.
以上所述,对于本领域的普通技术人员来说,可以根据本发明的技术方案和技术构思作出其他各种相应的改变和变形,而所有这些改变和变形都应属于本发明后附的权利要求的保护范围。As mentioned above, for those of ordinary skill in the art, other various corresponding changes and modifications can be made according to the technical scheme and technical concept of the present invention, and all these changes and modifications should belong to the appended claims of the present invention scope of protection.
Claims (5)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2010100444625A CN101776882B (en) | 2010-01-19 | 2010-01-19 | Method for generating laser cutting program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2010100444625A CN101776882B (en) | 2010-01-19 | 2010-01-19 | Method for generating laser cutting program |
Publications (2)
Publication Number | Publication Date |
---|---|
CN101776882A CN101776882A (en) | 2010-07-14 |
CN101776882B true CN101776882B (en) | 2012-05-30 |
Family
ID=42513362
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN2010100444625A Active CN101776882B (en) | 2010-01-19 | 2010-01-19 | Method for generating laser cutting program |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN101776882B (en) |
Families Citing this family (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102528208A (en) * | 2010-12-15 | 2012-07-04 | 中国科学院沈阳自动化研究所 | Laser measurement marking-off cutting method for big-width plate |
DE102012202519A1 (en) | 2012-02-17 | 2013-08-22 | Carl Zeiss Microscopy Gmbh | Methods and apparatus for preparing microscopic samples using pulsed light |
CN106354096B (en) * | 2016-12-02 | 2019-06-07 | 上海维宏电子科技股份有限公司 | The method of the guide line automatic identification of DXF figure based on digital-control processing system |
CN107066280B (en) * | 2017-05-08 | 2020-10-09 | 华南农业大学 | An intelligent control system and method for potato cutting machine based on machine vision |
CN107168246A (en) * | 2017-05-31 | 2017-09-15 | 铜仁市万山区丹凤朱砂工艺品研发检测鉴定中心有限公司 | A kind of system that machining code is generated according to photo |
CN109062223A (en) * | 2018-09-06 | 2018-12-21 | 智久(厦门)机器人科技有限公司上海分公司 | Method, apparatus, equipment and the storage medium in auto-control equipment moving path |
CN111299815B (en) * | 2020-02-13 | 2021-02-09 | 西安交通大学 | A method for visual inspection and laser cutting trajectory planning for low-gray rubber pads |
CN111283478B (en) * | 2020-05-13 | 2020-10-27 | 西安中科微精光子制造科技有限公司 | Self-adaptive positioning method for machining of similar rotary parts |
CN113751890B (en) * | 2020-06-03 | 2024-01-23 | 上海发那科机器人有限公司 | Robot curved surface track cutting method and cutting system based on laser displacement sensor |
CN116068964B (en) * | 2023-03-28 | 2023-06-06 | 中科航迈数控软件(深圳)有限公司 | Automatic generation method of control instruction of numerical control machine tool and related equipment |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4802083A (en) * | 1986-02-17 | 1989-01-31 | Fanuc Ltd | Image reader graphic input method |
WO2001050404A1 (en) * | 1999-12-30 | 2001-07-12 | Abb Power T & D Company Inc. | Parametric programming of laser cutting system |
JP3372855B2 (en) * | 1998-02-17 | 2003-02-04 | 住友重機械工業株式会社 | Computer-readable medium storing component placement device, component placement method, and component placement program |
CN1740932A (en) * | 2005-09-14 | 2006-03-01 | 山东大学 | An intelligent control system and control method for a numerically controlled lathe |
-
2010
- 2010-01-19 CN CN2010100444625A patent/CN101776882B/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4802083A (en) * | 1986-02-17 | 1989-01-31 | Fanuc Ltd | Image reader graphic input method |
JP3372855B2 (en) * | 1998-02-17 | 2003-02-04 | 住友重機械工業株式会社 | Computer-readable medium storing component placement device, component placement method, and component placement program |
WO2001050404A1 (en) * | 1999-12-30 | 2001-07-12 | Abb Power T & D Company Inc. | Parametric programming of laser cutting system |
CN1740932A (en) * | 2005-09-14 | 2006-03-01 | 山东大学 | An intelligent control system and control method for a numerically controlled lathe |
Also Published As
Publication number | Publication date |
---|---|
CN101776882A (en) | 2010-07-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN101776882B (en) | Method for generating laser cutting program | |
US11354873B2 (en) | Method and system for dynamic adjustment of a model | |
US10163244B2 (en) | Creating reusable and configurable digital whiteboard animations | |
US20110199297A1 (en) | Method and apparatus for drawing and erasing calligraphic ink objects on a display surface | |
CN104063039A (en) | Human-computer interaction method of wearable computer intelligent terminal | |
CN109410346B (en) | System and method for editing three-dimensional building model on line | |
WO2007098243A2 (en) | Pen-based drawing system | |
US20140210944A1 (en) | Method and apparatus for converting 2d video to 3d video | |
TW201710646A (en) | Method, apparatus and system for facilitating navigation in an extended scene | |
GB2524867A (en) | Geometrically and parametrically modifying user input to assist drawing | |
CN107341811A (en) | The method that hand region segmentation is carried out using MeanShift algorithms based on depth image | |
CN104951073A (en) | Gesture interaction method based on virtual interface | |
US10467822B2 (en) | Reducing collision-based defects in motion-stylization of video content depicting closely spaced features | |
US20140146039A1 (en) | Self-disclosing control points | |
CN115424265A (en) | A Point Cloud Semantic Segmentation and Labeling Method and System | |
CN103164862B (en) | Based on the plane CAD/CAM drawing practice of Intelligent Recognition drawing instrument | |
WO2018107318A1 (en) | Visual decoration design method, apparatus thereof, and robot | |
CN112085223A (en) | A kind of induction system and method for mechanical maintenance | |
US9396390B2 (en) | Systems and methods for sketch processing | |
US9089387B2 (en) | Surface manipulation in dental prosthesis design | |
EP3308357B1 (en) | Generation of geometry of objects | |
CN106371821A (en) | Method for performing frame selection of entity by using closed graph | |
US10845888B2 (en) | Techniques for integrating different forms of input with different forms of output when interacting with an application | |
CN107633543B (en) | A Line Shape Correspondence Method Considering Local Topology | |
CN116521043B (en) | Method, system and computer program product for quick response of drawing |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
ASS | Succession or assignment of patent right |
Owner name: GD HAN S YUEMING LASER TECH CO., LTD. Free format text: FORMER OWNER: DONGGUAN YUEMING LASER TECHNOLOGY CO., LTD. Effective date: 20100813 |
|
C41 | Transfer of patent application or patent right or utility model | ||
TA01 | Transfer of patent application right |
Effective date of registration: 20100813 Address after: 523000 Guangdong province Dongguan City Wanjiang Yan Wu Community Industrial Zone Applicant after: Guangdong Han's Yueming Laser Technology Co., Ltd. Co-applicant after: Jinan University Address before: 523000 Guangdong province Dongguan City Wanjiang Yan Wu Community Industrial Zone Applicant before: Dongguan Yueming Laser Technology Co., Ltd. Co-applicant before: Jinan University |
|
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C14 | Grant of patent or utility model | ||
GR01 | Patent grant | ||
C56 | Change in the name or address of the patentee | ||
CP03 | Change of name, title or address |
Address after: 523808 Guangdong, Dongguan Songshan Lake high tech Industrial Development Zone Industrial Road, No. 28 Patentee after: GD HAN'S YUEMING LASER GROUP CO., LTD. Patentee after: Jinan University Address before: 523000 Guangdong province Dongguan City Wanjiang Yan Wu Community Industrial Zone Patentee before: Guangdong Han's Yueming Laser Technology Co., Ltd. Patentee before: Jinan University |