CN108829024B - PLC program generation method and system - Google Patents

PLC program generation method and system Download PDF

Info

Publication number
CN108829024B
CN108829024B CN201810538916.0A CN201810538916A CN108829024B CN 108829024 B CN108829024 B CN 108829024B CN 201810538916 A CN201810538916 A CN 201810538916A CN 108829024 B CN108829024 B CN 108829024B
Authority
CN
China
Prior art keywords
plc program
plc
project
file
template
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
CN201810538916.0A
Other languages
Chinese (zh)
Other versions
CN108829024A (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.)
Guangzhou Mingluo Soft Control Information Technology Co ltd
Guangzhou Mino Equipment Co Ltd
Original Assignee
Guangzhou Mingluo Soft Control Information Technology Co ltd
Guangzhou Mino Automotive Equipment 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 Guangzhou Mingluo Soft Control Information Technology Co ltd, Guangzhou Mino Automotive Equipment Co Ltd filed Critical Guangzhou Mingluo Soft Control Information Technology Co ltd
Priority to CN201810538916.0A priority Critical patent/CN108829024B/en
Publication of CN108829024A publication Critical patent/CN108829024A/en
Application granted granted Critical
Publication of CN108829024B publication Critical patent/CN108829024B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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/04Programme control other than numerical control, i.e. in sequence controllers or logic controllers
    • G05B19/05Programmable logic controllers, e.g. simulating logic interconnections of signals according to ladder diagrams or function charts
    • G05B19/054Input/output
    • 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/10Plc systems
    • G05B2219/11Plc I-O input output
    • G05B2219/1103Special, intelligent I-O processor, also plc can only access via processor

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Programmable Controllers (AREA)

Abstract

The invention discloses a PLC program generating method, which comprises the following steps: a PLC program template manufacturing step: based on a common application object, a universal PLC program template of the common application object is manufactured; item reference file making: based on the target realized by the single project, a project benchmark file composed of the parameters of the single project is manufactured; a PLC program source file generating step: importing the PLC program template and the project reference file into a PLC program generating tool, and generating a PLC program source file according to the selected PLC brand; a PLC program generating step: and importing the PLC program source file into PLC programming software to generate a PLC program. The invention also discloses a PLC program generating system. The PLC program generating method and the system can greatly improve the automation of PLC program programming and improve the efficiency of PLC program programming.

Description

PLC program generation method and system
Technical Field
The invention relates to the field of programmable logic controllers, in particular to a program generation method and a program generation system of a programmable logic controller.
Background
A PLC (Programmable Logic Controller) is a new generation of industrial automation control device based on a microprocessor specifically designed for application in an industrial environment. It uses a programmable memory, in which the instructions for implementing logical operation, sequence control, timing, counting and arithmetic operation are stored, and utilizes digital or analog input and output to control various mechanical equipments or production processes.
When the PLC is programmed, the PLC program needs to be designed and adjusted accordingly according to the difference in the types and the number of the application objects. The PLC programming method needs a programmer to manually analyze and process the data of the application object, and the programming efficiency is not high; meanwhile, when the process parameters of the application object are changed, the corresponding process modification cannot be flexibly dealt with. Finally, there is also a problem of inconsistent specification execution among multiple programs.
Disclosure of Invention
Aiming at the problems in the existing PLC programming, the embodiment of the invention provides a PLC program generation method and a system, which can greatly improve the automation of PLC program programming and improve the efficiency of PLC program programming.
The PLC program generation method provided by the embodiment of the invention comprises the following steps:
a PLC program template manufacturing step: based on the common application object, a universal PLC program template of the common application object is made;
item reference file making: based on the target realized by the single project, a project benchmark file composed of the parameters of the single project is manufactured;
a PLC program source file generating step: importing the PLC program template and the project reference file into a PLC program generating tool, and generating a PLC program source file according to the selected PLC brand;
a PLC program generating step: and importing the PLC program source file into PLC programming software to generate a PLC program.
The PLC program generating method provided by the invention aims at the similarity of the control flow of the PLC on some common application objects and makes a corresponding PLC program template. And simultaneously, according to the target realized by a single project, a project benchmark file is manufactured. The PLC program template and the project benchmark file are simultaneously imported into a PLC program generating tool, a corresponding PLC brand is selected according to specific equipment needing to be executed by the PLC program, a PLC program source file is generated, and finally the PLC program source file is imported into PLC programming software to generate the PLC program for the PLC equipment to execute. The PLC program generation method provided by the invention can greatly improve the automation degree of PLC program generation, reduce the workload of programmers, improve the efficiency of PLC program programming and reduce the probability of manual errors in programming.
Preferably, before the PLC program source file generating step, the method further includes:
parameter adjustment: and adjusting the equipment parameters of each equipment on the PLC program generation tool according to the mutual influence relation existing among the equipment in the single project.
Wherein the single item parameter comprises: symbol table, equipment table and process flow diagram.
The equipment parameters of each equipment are adjusted on the PLC program generation tool according to the mutual influence relationship existing among the equipment before the PLC program source file is generated, so that the requirement of process modification can be met quickly, and the cost of design change is reduced. Meanwhile, the PLC program execution specification is unified in the PLC program programming process, so that the later equipment maintenance cost can be reduced.
The embodiment of the invention also provides a PLC program generating system, which comprises a PLC program template manufacturing module, a project benchmark file manufacturing module, a PLC program generating tool and PLC programming software, wherein the PLC program template manufacturing module and the project benchmark file manufacturing module are respectively connected with the PLC program generating tool;
the PLC program template making module is used for making a PLC program template which is universal for common application objects based on the common application objects;
the project benchmark file production module is used for producing a project benchmark file formed by single project parameters based on the target realized by the single project;
PLC program generation tool: the system comprises a PLC program template and a project reference file, wherein the PLC program template and the project reference file are used for importing a PLC program source file according to a selected PLC brand;
and the PLC programming software is used for importing a PLC program source file and generating a PLC program.
The PLC program generation system provided by the invention aims at the similarity of control processes of the PLC on some common application objects, and corresponding PLC program templates are manufactured through the PLC program templates. And simultaneously, according to the target realized by a single project, a project benchmark file is manufactured. The PLC program template and the project benchmark file are simultaneously imported into a PLC program generating tool, a corresponding PLC brand is selected according to specific equipment needing to be executed by the PLC program, a PLC program source file is generated, and finally the PLC program source file is imported into PLC programming software to generate the PLC program for the PLC equipment to execute. The PLC program generation method provided by the invention can greatly improve the automation degree of PLC program generation, reduce the workload of programmers, improve the efficiency of PLC program programming and reduce the probability of manual errors in programming.
Preferably, the PLC program generation tool includes a parameter adjustment module, configured to adjust device parameters of each device on the PLC program generation tool according to an interaction relationship existing between the devices in the single project.
Drawings
Fig. 1 is a schematic flow chart of a PLC program generation method in embodiment 1 of the present invention;
fig. 2 is a schematic flow chart of a preferred embodiment of a PLC program generating method according to embodiment 1 of the present invention;
FIG. 3 is a schematic diagram of a PLC program generation tool;
fig. 4 is a schematic structural diagram of a PLC program generation system in embodiment 2 of the present invention;
fig. 5 is a schematic structural diagram of a preferred embodiment of a PLC program generation system in embodiment 2 of the present invention.
In the drawings: 100. a PLC program template manufacturing module; 200. a project benchmark file making module; 300. a PLC program generation tool; 310. a parameter adjusting module; 400. PLC programming software.
Detailed Description
The present invention will be further described with reference to the accompanying drawings and the detailed description, and it should be noted that any combination of the embodiments or technical features described below can be used to form a new embodiment without conflict.
Example 1:
as shown in fig. 1, the PLC program generating method provided in the embodiment of the present invention includes the following steps:
PLC program template creation step S10: based on the common application object, a universal PLC program template of the common application object is made;
the program template is manufactured based on the program unit of the user common equipment; by way of example of a body-in-white welding line, common applications include: tens of units such as a cylinder control unit, a robot control unit, a safety door unit, a motor unit and a water vapor unit. The program template may vary from one user's common device to another. Classifying equipment needing PLC programming according to functions, and making a program template by a software tool in an auxiliary way according to the function classification;
project reference file creation step S20: based on the target realized by the single project, a project benchmark file composed of the parameters of the single project is manufactured;
the project benchmark file refers to a storage file of project data; the reference file contains all parameters for the production of a project program, including: project, workstation, name of equipment, quantity, model, IP address, associated equipment attributes, and the like. Analyzing all PLC program modules through PGS (program generation kit) software, extracting required equipment attributes, operating grammars and making reference files.
PLC program source file generating step S30: importing the PLC program template and the project reference file into a PLC program generating tool, and generating a PLC program source file according to the selected PLC brand;
the PLC program generation tool provided in the embodiment of the present invention can fill parameters such as the number of devices, device names, device attribute values, and action sequences of a project into a project reference file in a specific format according to the needs of an actual project, and the PGS reads the project reference file, and fills each parameter into a corresponding program module according to operation syntax (addition, replacement, selection, and the like) in the program module, thereby finally obtaining a PLC program source file.
PLC program generation step S40: and importing the PLC program source file into PLC programming software to generate a PLC program. In the step of importing the PLC program source file into the PLC programming software, all or part of the program source file may be imported as needed.
The PLC programming software can adopt the existing mature programming software, such as Siemens TIA Portal, Rockwell Studio 5000, ohm dragon CX-One and the like.
The PLC program generating method provided by the invention aims at the similarity of control processes of the PLC on some common application objects and manufactures a corresponding PLC program template. And simultaneously, according to the target realized by a single project, a project benchmark file is manufactured. The PLC program template and the project benchmark file are simultaneously imported into a PLC program generating tool, a corresponding PLC brand is selected according to specific equipment needing to be executed by the PLC program, a PLC program source file is generated, and finally the PLC program source file is imported into PLC programming software to generate the PLC program for the PLC equipment to execute. The PLC program generation method provided by the invention can greatly improve the automation degree of PLC program generation, reduce the workload of programmers, improve the efficiency of PLC program programming and reduce the probability of manual errors in programming.
Each project consists of different types and quantities of equipment, and the specific process flow of the project is different, so that designers need to collect project data. The individual project parameters include: symbol tables, equipment tables and process flow diagrams and robot tables.
The robot table is used for summarizing robot information of items, and comprises the following components: robot name, number, process (gripping, welding), interference zone, robot symbol table.
As shown in fig. 2, in a preferred embodiment of the PLC program generating method according to the present invention, before the PLC program source file generating step, the method further includes:
parameter adjustment step S31: and adjusting the equipment parameters of each equipment on the PLC program generation tool according to the mutual influence relation existing among the equipment in the single project.
The device parameters include: the project, the workstation, the name, the number, the model, the IP address, the associated equipment attribute, the process, etc. The usage scenario of the user may vary.
The equipment parameters are derived from project data, part of the equipment parameters can be imported through files, and the other part of the equipment parameters needs to be manually searched from the project data files and then manually filled in.
As shown in fig. 3, the PLC program generating tool 300 includes a symbol table item, a robot item, a PLC card item, a timing GRAPH item, and an attribute window editing item, and may display a parameter item in a project reference file, analyze the project reference file, and display device information of a project according to a device type.
The equipment parameters of each equipment are adjusted on the PLC program generation tool according to the mutual influence relationship existing among the equipment before the PLC program source file is generated, so that the requirement of process modification can be met quickly, and the cost of design change is reduced. Meanwhile, the PLC program execution specification is unified in the PLC program programming process, so that the later equipment maintenance cost can be reduced.
According to the PLC program generation method provided by the invention, the conventional method that project parameters are mainly analyzed and modified by engineers and programmers and are manually programmed is changed, automatic software programming can be realized by designing a PLC program template and manufacturing a project reference file, the PLC program generation efficiency is improved, and compared with the conventional programming method, the PLC program completion time is reduced from 170 hours to 70 hours on average, and the program generation efficiency is greatly improved.
The PLC program generation method provided by the invention has the following advantages:
1. the applicability is wide;
can adapt to PLC of multiple brands: siemens, rocwell, ohilong, mitsubishi;
the method can flexibly cope with different user use scenes by modifying the configuration table;
2. program version management
The version management of the PLC program can be realized, and the program difference of different versions is marked.
Example 2:
the embodiment of the invention also provides a PLC program generating system, which includes a PLC program template making module 100, a project reference file making module 200, a PLC program generating tool 300 and PLC programming software 400, wherein the PLC program template making module 100 and the project reference file making module 200 are respectively connected to the PLC program generating tool 300, and the PLC program generating tool 300 is connected to the PLC programming software 400;
a PLC program template creating module 100 for creating a PLC program template that is common to common application objects based on the common application objects;
a project benchmark file creation module 200, configured to create a project benchmark file composed of a single project parameter based on a target achieved by a single project;
PLC program creation tool 300: the system comprises a PLC program template and a project reference file, wherein the PLC program template and the project reference file are used for importing a PLC program source file according to a selected PLC brand;
and the PLC programming software 400 is used for importing a PLC program source file and generating a PLC program.
The PLC program generation system provided by the invention aims at the similarity of control processes of PLC on some common application objects and manufactures a corresponding PLC program template through the PLC program template 100. And simultaneously, according to the target realized by a single project, a project benchmark file is manufactured. The PLC program source file is generated by simultaneously importing the PLC program template and the project reference file into the PLC program generation tool 300, selecting a corresponding PLC brand for a specific device to be executed by the PLC program, and finally importing the PLC program source file into the PLC programming software 400, thereby generating the PLC program to be executed by the PLC device. The PLC program generation method provided by the invention can greatly improve the automation degree of PLC program generation, reduce the workload of programmers, improve the efficiency of PLC program programming and reduce the probability of manual errors in programming.
Preferably, the PLC program generating tool includes a parameter adjusting module 310, configured to adjust the device parameters of each device in the PLC program generating tool according to the interaction relationship existing between the devices in the single project.
The PLC program generation system according to the present invention is mainly used to implement the PLC program generation method according to embodiment 1. The same portions as those in embodiment 1 will not be described herein.
While the foregoing is directed to the preferred embodiment of the present invention, it will be understood by those skilled in the art that various changes and modifications may be made without departing from the spirit and scope of the invention.

Claims (5)

1. A PLC program generation method is characterized by comprising the following steps:
a PLC program template manufacturing step: based on a common application object, a universal PLC program template of the common application object is manufactured;
item reference file making: based on the target realized by the single project, a project benchmark file composed of the parameters of the single project is manufactured;
a PLC program source file generating step: importing the PLC program template and the project reference file into a PLC program generating tool, and generating a PLC program source file according to the selected PLC brand;
a PLC program generating step: and importing the PLC program source file into PLC programming software to generate a PLC program.
2. The method of claim 1, prior to the PLC program source file generating step, further comprising:
parameter adjustment: and adjusting the equipment parameters of each equipment on the PLC program generation tool according to the mutual influence relation existing among the equipment in the single project.
3. The method of claim 2, wherein the single item parameter comprises: symbol table, equipment table and process flow diagram.
4. A PLC program generation system is characterized by comprising a PLC program template making module, a project benchmark file making module, a PLC program generation tool and PLC programming software, wherein the PLC program template making module and the project benchmark file making module are respectively connected with the PLC program generation tool;
the PLC program template making module is used for making a PLC program template which is universal for common application objects based on the common application objects;
the project benchmark file production module is used for producing a project benchmark file formed by single project parameters based on the target realized by the single project;
PLC program generation tool: the PLC program template and the project reference file are imported, and a PLC program source file is generated according to the selected PLC brand;
and the PLC programming software is used for importing the PLC program source file and generating a PLC program.
5. The system of claim 4, wherein the PLC program generation tool comprises a parameter adjustment module for adjusting device parameters of the respective devices on the PLC program generation tool based on the interrelationships existing between the respective devices in the single project.
CN201810538916.0A 2018-05-30 2018-05-30 PLC program generation method and system Active CN108829024B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810538916.0A CN108829024B (en) 2018-05-30 2018-05-30 PLC program generation method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810538916.0A CN108829024B (en) 2018-05-30 2018-05-30 PLC program generation method and system

Publications (2)

Publication Number Publication Date
CN108829024A CN108829024A (en) 2018-11-16
CN108829024B true CN108829024B (en) 2020-10-27

Family

ID=64146372

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810538916.0A Active CN108829024B (en) 2018-05-30 2018-05-30 PLC program generation method and system

Country Status (1)

Country Link
CN (1) CN108829024B (en)

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10942710B1 (en) 2019-09-24 2021-03-09 Rockwell Automation Technologies, Inc. Industrial automation domain-specific language programming paradigm
US11048483B2 (en) 2019-09-24 2021-06-29 Rockwell Automation Technologies, Inc. Industrial programming development with an extensible integrated development environment (IDE) platform
US11733687B2 (en) 2019-09-26 2023-08-22 Rockwell Automation Technologies, Inc. Collaboration tools
US11392112B2 (en) 2019-09-26 2022-07-19 Rockwell Automation Technologies, Inc. Virtual design environment
US11080176B2 (en) 2019-09-26 2021-08-03 Rockwell Automation Technologies, Inc. Testing framework for automation objects
US11163536B2 (en) 2019-09-26 2021-11-02 Rockwell Automation Technologies, Inc. Maintenance and commissioning
US11042362B2 (en) 2019-09-26 2021-06-22 Rockwell Automation Technologies, Inc. Industrial programming development with a trained analytic model
CN111475159B (en) * 2020-03-20 2023-03-14 吉利汽车研究院(宁波)有限公司 Method, device and storage medium for automatically generating program
US11308447B2 (en) 2020-04-02 2022-04-19 Rockwell Automation Technologies, Inc. Cloud-based collaborative industrial automation design environment
CN113341864A (en) * 2021-06-07 2021-09-03 重庆高新技术产业研究院有限责任公司 PLC-based control similarity reversible logic system and analysis method thereof
CN113359617B (en) * 2021-06-11 2022-10-04 中山凯旋真空科技股份有限公司 Process flow control method and control system
CN114488928A (en) * 2021-12-31 2022-05-13 广东省离散智造科技创新有限公司 PLC program framework generation method, system, device and storage medium
CN117970865A (en) * 2024-04-02 2024-05-03 深圳市今天国际软件技术有限公司 Method and system for automatically generating PLC (programmable logic controller) program for intelligent logistics system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1834922A (en) * 2005-03-16 2006-09-20 松下电器产业株式会社 Program translation method and program translation apparatus
CN104169871A (en) * 2011-09-23 2014-11-26 艾买提·拉扎 Method and apparatus for developing software
CN104484192A (en) * 2015-01-07 2015-04-01 南威软件股份有限公司 Automatic generating method for complex multiple-branching structure code
CN106066635A (en) * 2015-04-21 2016-11-02 株式会社安川电机 Trapezoid figure program creates device and trapezoid figure program creation method

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5199063A (en) * 1991-02-01 1993-03-30 Hewlett-Packard Company Automatically generating telephone directory labels for facsimile devices
US7334216B2 (en) * 2000-04-04 2008-02-19 Sosy, Inc. Method and apparatus for automatic generation of information system user interfaces
US8347264B2 (en) * 2008-09-30 2013-01-01 Ics Triplex Isagraf Inc. Method and system for an automation collaborative framework
US8849853B2 (en) * 2009-07-30 2014-09-30 Intellectual Ventures Fund 83 Llc Method for matching artistic attributes of a template and secondary images to a primary image
CN103020366B (en) * 2012-12-19 2015-12-23 国电南瑞科技股份有限公司 A kind of track traffic BAS system cross platform automatic programming method
CN105159656A (en) * 2014-06-16 2015-12-16 上海宝信软件股份有限公司 PLC software programming aided design method
CN104238438A (en) * 2014-07-24 2014-12-24 汕头大学 PLC universal platform and design method thereof

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1834922A (en) * 2005-03-16 2006-09-20 松下电器产业株式会社 Program translation method and program translation apparatus
CN104169871A (en) * 2011-09-23 2014-11-26 艾买提·拉扎 Method and apparatus for developing software
CN104484192A (en) * 2015-01-07 2015-04-01 南威软件股份有限公司 Automatic generating method for complex multiple-branching structure code
CN106066635A (en) * 2015-04-21 2016-11-02 株式会社安川电机 Trapezoid figure program creates device and trapezoid figure program creation method

Also Published As

Publication number Publication date
CN108829024A (en) 2018-11-16

Similar Documents

Publication Publication Date Title
CN108829024B (en) PLC program generation method and system
CN107179753B (en) Automated control system point configuration from controller program files
US20090089234A1 (en) Automated code generation for simulators
US10095194B2 (en) Method for configuring a test device set up for testing an electronic control unit
US10324438B2 (en) Sequence-control programming apparatus, sequence-control programming method, and operating system
US8701079B2 (en) Procedure and development environment for generation of an executable overall control program
CN115098218A (en) Method for describing and simulating functional block model from FMU (functional modeling Unit) model to configuration software
CN106909123A (en) One kind control programming auxiliary equipment
CN111475159B (en) Method, device and storage medium for automatically generating program
CN103902757A (en) System and method for rapid creation and interaction of three-dimensional model
JP6201574B2 (en) Programming tool for PLC
US20120109361A1 (en) Program converting module for multi-axis coordinated machines and program-converting method
US11604446B2 (en) Method and system for validating a control program
EP2691822A1 (en) Method for managing process automation control and associated system
Scholz et al. Functional modelling in production engineering workflows
CN103631228A (en) Control system virtualization method
Olbort et al. Integration of Communication using OPC UA in MBSE for the Development of Cyber-Physical Systems
Lyu et al. On automatic generation of OPC UA connections in IEC 61499 automation systems
CN112181399A (en) Method for generating front-end code based on data analysis construction model
CN109117431A (en) System and method for the source data applied from source to be incorporated into the target data of target application
CN113433885A (en) Method for converting ladder diagram of PLC programming system into structured text
US20180150044A1 (en) Method for programming and configuring a device in a traceable manner
CN108227655B (en) Modular electric control system quickly combined on tool clamp
US9766871B2 (en) Method and apparatus for operating a processing and/or production installation
CN107844334B (en) Method and system for automatically configuring RCS of robot

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
CP03 Change of name, title or address

Address after: Room 202, Building C3, No. 11 Kaiyuan Avenue, Huangpu District, Guangzhou City, Guangdong Province, 510530

Patentee after: GUANGZHOU MINGLUO SOFT CONTROL INFORMATION TECHNOLOGY CO.,LTD.

Patentee after: Guangzhou mingluo Equipment Co.,Ltd.

Address before: Unit 202, 2nd Floor, Building C3, No. 11 Kaiyuan Avenue, Science City, High tech Industrial Development Zone, Guangzhou, Guangdong Province, 510700

Patentee before: GUANGZHOU MINGLUO SOFT CONTROL INFORMATION TECHNOLOGY CO.,LTD.

Patentee before: GUANGZHOU MINO AUTOMOTIVE EQUIPMENT Co.,Ltd.

CP03 Change of name, title or address