CN109634681B - Method and device for uploading data to manufacturing execution system - Google Patents

Method and device for uploading data to manufacturing execution system Download PDF

Info

Publication number
CN109634681B
CN109634681B CN201811356723.XA CN201811356723A CN109634681B CN 109634681 B CN109634681 B CN 109634681B CN 201811356723 A CN201811356723 A CN 201811356723A CN 109634681 B CN109634681 B CN 109634681B
Authority
CN
China
Prior art keywords
data
parameter name
execution system
manufacturing execution
client program
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
CN201811356723.XA
Other languages
Chinese (zh)
Other versions
CN109634681A (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.)
Fujian Nebula Electronics Co Ltd
Original Assignee
Fujian Nebula Electronics 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 Fujian Nebula Electronics Co Ltd filed Critical Fujian Nebula Electronics Co Ltd
Priority to CN201811356723.XA priority Critical patent/CN109634681B/en
Publication of CN109634681A publication Critical patent/CN109634681A/en
Application granted granted Critical
Publication of CN109634681B publication Critical patent/CN109634681B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming

Abstract

The invention provides a method for uploading data to a manufacturing execution system, which comprises the following steps: step S10, converting the configuration program through JSON, configuring the format of data conversion, and generating a configuration file; step S20, configuring the mapping of parameter name through a parameter mapping configuration program; step S30, the client program loads the configuration file through the method in the dynamic link library file, and the JSON _ A data of the client program is converted into JSON _ B data adapting to the format of the manufacturing execution system; step S40, the client program converts the parameter name A of the client program into a parameter name B which is suitable for the format of the manufacturing execution system; in step S50, the client program sends the parameter name B and JSON _ B data to the manufacturing execution system. The invention has the advantages that: the method and the device have the advantages that the client program uploads data to different manufacturing execution systems, debugging cost of the client program is reduced, and maintenance workload of the client program is reduced.

Description

Method and device for uploading data to manufacturing execution system
Technical Field
The present invention relates to the field of computers, and in particular, to a method and an apparatus for uploading data to a manufacturing execution system.
Background
When the equipment is sold to a customer, a matched client program needs to be developed and sold to the customer, and the customer reads the operation data of the equipment through the client program. However, customers often have a need to upload the operation data of the equipment to their own Manufacturing Execution System (MES) for data aggregation and data analysis. Because the manufacturing execution systems used by different clients are often different, the formats, contents and the like of transmitted data are also different, and the client program cannot be directly adapted, the client program can be debugged when the developed and matched client program is sold to the client, so that the data of the client program can be transmitted according to the format required by the manufacturing execution system.
Conventionally, a worker goes to the field to debug a client program for a manufacturing execution system used by a customer.
However, the conventional method has the following problems: firstly, a worker needs to go on a business trip to debug a client program, and high labor cost and time cost are generated; secondly, the client program is debugged according to different clients, so that the versions of the client program are numerous, the BUG is easy to generate, the maintenance workload of the client program is large, and certain influence is caused on the production work of the equipment.
Disclosure of Invention
One of the technical problems to be solved by the present invention is to provide a method for uploading data to a manufacturing execution system, so as to implement that a client program uploads data to different manufacturing execution systems, thereby reducing the debugging cost of the client program and reducing the maintenance workload.
The invention realizes one of the technical problems as follows: a method of uploading data to a manufacturing execution system, the method comprising:
step S10, converting the configuration program through JSON, configuring the format of data conversion, and generating a configuration file;
step S20, configuring the mapping of parameter name through a parameter mapping configuration program;
step S30, the client program loads the configuration file through the method in the dynamic link library file, and the JSON _ A data of the client program is converted into JSON _ B data adapting to the format of the manufacturing execution system;
step S40, the client program converts the parameter name A of the client program into a parameter name B which is suitable for the format of the manufacturing execution system by using the mapping of the parameter name;
in step S50, the client program sends the parameter name B and JSON _ B data to the manufacturing execution system.
Further, in the step S10,
the format of the configuration data conversion is specifically as follows: the JSON _ A data of the configuration client program is converted into a format of JSON _ B data that is compatible with the manufacturing execution system format.
Further, the step S20 is specifically:
step S21, the parameter mapping configuration program dynamically creates a reference to the interface of the manufacturing execution system by using the reverse proxy;
step S22 is to configure a parameter name association table in which the parameter names a of the client program and the parameter names B of the manufacturing execution system are in one-to-one correspondence.
Further, the step S40 is specifically:
the client program converts the parameter name A of the client program into a parameter name B which is suitable for the format of the manufacturing execution system through the mapping of the parameter name by using a method in the WCF service.
Further, the step S50 is specifically:
the client program sends the parameter name B and JSON _ B data to the manufacturing execution system using methods in the WCF service.
The second technical problem to be solved by the present invention is to provide a device for uploading data to a manufacturing execution system, which is used to realize that a client program uploads data to different manufacturing execution systems, so as to reduce the debugging cost of the client program and reduce the maintenance workload.
The invention realizes the second technical problem in the following way: an apparatus for uploading data to a manufacturing execution system, the apparatus comprising:
the configuration file generation module is used for converting the configuration program through JSON, configuring the format of data conversion and generating a configuration file;
the parameter name mapping module is used for configuring the mapping of the parameter names through a parameter mapping configuration program;
the data conversion module is used for loading a configuration file by a client program through a method in a dynamic link library file, and converting JSON _ A data of the client program into JSON _ B data in a format suitable for a manufacturing execution system;
the parameter name conversion module is used for converting the parameter name A of the client program into a parameter name B adapting to the format of the manufacturing execution system by the client program by utilizing the mapping of the parameter name;
and the data sending module is used for sending the parameter name B and the JSON _ B data to the manufacturing execution system by the client program.
Further, in the configuration file generation module,
the format of the configuration data conversion is specifically as follows: the JSON _ A data of the configuration client program is converted into a format of JSON _ B data that is compatible with the manufacturing execution system format.
Further, the parameter name mapping module specifically includes:
the interface reference unit is used for dynamically creating a reference to the interface of the manufacturing execution system by the parameter mapping configuration program by utilizing a reverse proxy;
the parameter name association table creation unit is used for configuring a parameter name A of the client program and a parameter name B of the manufacturing execution system in a one-to-one correspondence mode.
Further, the parameter name conversion module specifically includes:
the client program converts the parameter name A of the client program into a parameter name B which is suitable for the format of the manufacturing execution system through the mapping of the parameter name by using a method in the WCF service.
Further, the data sending module specifically includes:
the client program sends the parameter name B and JSON _ B data to the manufacturing execution system using methods in the WCF service.
The invention has the advantages that:
1. the invention realizes that one client program uploads data to different manufacturing execution systems, reduces the debugging cost of the client program, reduces the maintenance workload of the client program and increases the stability of the client program;
2. the method comprises the steps that a self-starting WCF service which links a manufacturing execution system interface is added in an operating system service, so that unattended operation is realized;
3. the source parameter name is converted into the target parameter name through the parameter name association table, so that data transmission failure caused by different transmission names when test data of a client program is uploaded to a manufacturing system is avoided;
4. by dynamically linking the library files, the program can be modularized and occupy less resources.
Drawings
The invention will be further described with reference to the following examples with reference to the accompanying drawings.
FIG. 1 is a flow chart of a method of uploading data to a manufacturing execution system in accordance with the present invention.
Detailed Description
Referring to fig. 1, a preferred embodiment of a method for uploading data to a manufacturing execution system according to the present invention includes the following steps:
step S10, converting the configuration program through JSON, configuring the format of data conversion through a visual interface, and generating a configuration file;
step S20, configuring the mapping of parameter name through a parameter mapping configuration program; because the data formats and parameter names corresponding to different manufacturing execution systems are often different, for example, the source parameter name of the same parameter is "voltage", and the target parameter name is "dianya", at this time, the parameter names need to be converted;
step S30, the client program loads a configuration file through a method in a dynamic link library file (DLL file), and JSON _ A data of the client program is converted into JSON _ B data which is suitable for a manufacturing execution system format; a dynamic link library file is a non-executable binary program file that allows programs to share code and other resources necessary to perform a particular task; JSON is a lightweight data exchange format, is easy to read and write by people and is easy to analyze and generate by a machine; the method is a method for creating a subprogram with a name, and comprises a method declaration and a method body; the method statement comprises a class method and an abstract method; the method body is the implementation of the method, and comprises the declaration of local variables and all legal instructions;
step S40, the client program converts the parameter name A of the client program into a parameter name B which is suitable for the format of the manufacturing execution system by using the mapping of the parameter name;
in step S50, the client program sends the parameter name B and JSON _ B data to the manufacturing execution system.
In the step S10, in the above step,
the format of the configuration data conversion is specifically as follows: the JSON _ A data of the configuration client program is converted into a format of JSON _ B data that is compatible with the manufacturing execution system format.
The step S20 specifically includes:
step S21, the parameter mapping configuration program dynamically creates a reference to the interface of the manufacturing execution system by using the reverse proxy; the method can create references to a plurality of manufacturing execution system interfaces, so as to realize the requirement that a client program uploads data to different manufacturing execution systems;
step S22 is to configure a parameter name association table in which the parameter names a of the client program and the parameter names B of the manufacturing execution system are in one-to-one correspondence.
The step S40 specifically includes:
the client program converts the parameter name A of the client program into a parameter name B which is suitable for the format of the manufacturing execution system through the mapping of the parameter name by using a method in the WCF service. The WCF service is a series of application program frameworks developed by microsoft and supporting data communication, and can be translated into a Windows communication development platform.
The step S50 specifically includes:
the client program sends the parameter name B and JSON _ B data to a manufacturing execution system by using a method in the WCF service; the client program can also acquire the return value information of the manufacturing execution system through the WCF service, namely whether the JSON _ B data uploading is successful or failed.
The second technical problem to be solved by the present invention is to provide a device for uploading data to a manufacturing execution system, which is used to realize that a client program uploads data to different manufacturing execution systems, so as to reduce the debugging cost of the client program and reduce the maintenance workload.
The invention discloses a device for uploading data to a manufacturing execution system, which comprises the following modules:
the configuration file generation module is used for converting the configuration program through JSON, configuring the format of data conversion through a visual interface and generating a configuration file;
the parameter name mapping module is used for configuring the mapping of the parameter names through a parameter mapping configuration program; because the data formats and parameter names corresponding to different manufacturing execution systems are often different, for example, the source parameter name of the same parameter is "voltage", and the target parameter name is "dianya", at this time, the parameter names need to be converted;
the data conversion module is used for loading a configuration file by a client program through a method in a dynamic link library file (DLL file) and converting JSON _ A data of the client program into JSON _ B data adapting to a manufacturing execution system format; a dynamic link library file is a non-executable binary program file that allows programs to share code and other resources necessary to perform a particular task; JSON is a lightweight data exchange format, is easy to read and write by people and is easy to analyze and generate by a machine; the method is a method for creating a subprogram with a name, and comprises a method declaration and a method body; the method statement comprises a class method and an abstract method; the method body is the implementation of the method, and comprises the declaration of local variables and all legal instructions;
the parameter name conversion module is used for converting the parameter name A of the client program into a parameter name B adapting to the format of the manufacturing execution system by the client program by utilizing the mapping of the parameter name;
and the data sending module is used for sending the parameter name B and the JSON _ B data to the manufacturing execution system by the client program.
In the configuration file generation module, the configuration file generation module is used for generating a configuration file,
the format of the configuration data conversion is specifically as follows: the JSON _ A data of the configuration client program is converted into a format of JSON _ B data that is compatible with the manufacturing execution system format.
The parameter name mapping module specifically comprises:
the interface reference unit is used for dynamically creating a reference to the interface of the manufacturing execution system by the parameter mapping configuration program by utilizing a reverse proxy; the method can create references to a plurality of manufacturing execution system interfaces, so as to realize the requirement that a client program uploads data to different manufacturing execution systems;
the parameter name association table creation unit is used for configuring a parameter name A of the client program and a parameter name B of the manufacturing execution system in a one-to-one correspondence mode.
The parameter name conversion module specifically comprises:
the client program converts the parameter name A of the client program into a parameter name B which is suitable for the format of the manufacturing execution system through the mapping of the parameter name by using a method in the WCF service. The WCF service is a series of application program frameworks developed by microsoft and supporting data communication, and can be translated into a Windows communication development platform.
The data sending module specifically comprises:
the client program sends the parameter name B and JSON _ B data to a manufacturing execution system by using a method in the WCF service; the client program can also acquire the return value information of the manufacturing execution system through the WCF service, namely whether the JSON _ B data uploading is successful or failed.
In summary, the invention has the advantages that:
1. the invention realizes that one client program uploads data to different manufacturing execution systems, reduces the debugging cost of the client program, reduces the maintenance workload of the client program and increases the stability of the client program;
2. the method comprises the steps that a self-starting WCF service which links a manufacturing execution system interface is added in an operating system service, so that unattended operation is realized;
3. the source parameter name is converted into the target parameter name through the parameter name association table, so that data transmission failure caused by different transmission names when test data of a client program is uploaded to a manufacturing system is avoided;
4. by dynamically linking the library files, the program can be modularized and occupy less resources.
Although specific embodiments of the invention have been described above, it will be understood by those skilled in the art that the specific embodiments described are illustrative only and are not limiting upon the scope of the invention, and that equivalent modifications and variations can be made by those skilled in the art without departing from the spirit of the invention, which is to be limited only by the appended claims.

Claims (6)

1. A method of uploading data to a manufacturing execution system, comprising: the method comprises the following steps:
step S10, converting the configuration program through JSON, configuring the format of data conversion, and generating a configuration file;
step S20, configuring the mapping of parameter name through a parameter mapping configuration program;
step S30, the client program loads the configuration file through the method in the dynamic link library file, and the JSON _ A data of the client program is converted into JSON _ B data adapting to the format of the manufacturing execution system;
step S40, the client program converts the parameter name A of the client program into a parameter name B which is suitable for the format of the manufacturing execution system by using the mapping of the parameter name;
step S50, the client program sends the parameter name B and JSON _ B data to the manufacturing execution system;
the step S20 specifically includes:
step S21, the parameter mapping configuration program dynamically creates a reference to the interface of the manufacturing execution system by using the reverse proxy;
step S22, configuring a parameter name association table in which the parameter names A of the client program and the parameter names B of the manufacturing execution system are in one-to-one correspondence;
the step S40 specifically includes:
the client program converts the parameter name A of the client program into a parameter name B which is suitable for the format of the manufacturing execution system through the mapping of the parameter name by using a method in the WCF service.
2. The method of claim 1, wherein the uploading the data to the manufacturing execution system comprises: in the step S10, in the above step,
the format of the configuration data conversion is specifically as follows: the JSON _ A data of the configuration client program is converted into a format of JSON _ B data that is compatible with the manufacturing execution system format.
3. The method of claim 1, wherein the uploading the data to the manufacturing execution system comprises: the step S50 specifically includes:
the client program sends the parameter name B and JSON _ B data to the manufacturing execution system using methods in the WCF service.
4. An apparatus for uploading data to a manufacturing execution system, comprising: the device comprises the following modules:
the configuration file generation module is used for converting the configuration program through JSON, configuring the format of data conversion and generating a configuration file;
the parameter name mapping module is used for configuring the mapping of the parameter names through a parameter mapping configuration program;
the data conversion module is used for loading a configuration file by a client program through a method in a dynamic link library file, and converting JSON _ A data of the client program into JSON _ B data in a format suitable for a manufacturing execution system;
the parameter name conversion module is used for converting the parameter name A of the client program into a parameter name B adapting to the format of the manufacturing execution system by the client program by utilizing the mapping of the parameter name;
the data sending module is used for sending the parameter name B and the JSON _ B data to the manufacturing execution system by the client program;
the parameter name mapping module specifically comprises:
the interface reference unit is used for dynamically creating a reference to the interface of the manufacturing execution system by the parameter mapping configuration program by utilizing a reverse proxy;
the system comprises a parameter name association table creating unit, a parameter name association table, a parameter name setting unit and a parameter name setting unit, wherein the parameter name association table is used for configuring a parameter name A of a client program and a parameter name B of a manufacturing execution system in one-to-one correspondence;
the parameter name conversion module specifically comprises:
the client program converts the parameter name A of the client program into a parameter name B which is suitable for the format of the manufacturing execution system through the mapping of the parameter name by using a method in the WCF service.
5. The apparatus of claim 4, wherein the means for uploading data to the manufacturing execution system comprises: in the configuration file generation module, the configuration file generation module is used for generating a configuration file,
the format of the configuration data conversion is specifically as follows: the JSON _ A data of the configuration client program is converted into a format of JSON _ B data that is compatible with the manufacturing execution system format.
6. The apparatus of claim 4, wherein the means for uploading data to the manufacturing execution system comprises: the data sending module specifically comprises:
the client program sends the parameter name B and JSON _ B data to the manufacturing execution system using methods in the WCF service.
CN201811356723.XA 2018-11-15 2018-11-15 Method and device for uploading data to manufacturing execution system Active CN109634681B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811356723.XA CN109634681B (en) 2018-11-15 2018-11-15 Method and device for uploading data to manufacturing execution system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811356723.XA CN109634681B (en) 2018-11-15 2018-11-15 Method and device for uploading data to manufacturing execution system

Publications (2)

Publication Number Publication Date
CN109634681A CN109634681A (en) 2019-04-16
CN109634681B true CN109634681B (en) 2021-08-27

Family

ID=66068128

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811356723.XA Active CN109634681B (en) 2018-11-15 2018-11-15 Method and device for uploading data to manufacturing execution system

Country Status (1)

Country Link
CN (1) CN109634681B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110134405B (en) * 2019-04-18 2022-11-11 福建星云电子股份有限公司 Method and device for flexibly uploading data to manufacturing execution system
CN110688343B (en) * 2019-08-26 2023-04-28 天津开心生活科技有限公司 Method and device for converting data format

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW200414053A (en) * 2003-01-29 2004-08-01 Taiwan Semiconductor Mfg Adapter for manufacturing execution system and operation method thereof
CN101207851A (en) * 2007-11-20 2008-06-25 北京信达爱瑞通信技术有限公司 Wireless application access system, client end equipment and server
CN101789970A (en) * 2010-02-02 2010-07-28 北京泰豪智能工程有限公司 Measurement data acquisition system and maintenance method thereof and data acquisition device
CN102724045A (en) * 2012-07-05 2012-10-10 甘肃银光聚银化工有限公司 Network interface adapter
CN103186582A (en) * 2011-12-29 2013-07-03 青岛海尔软件有限公司 Device description file-based data analysis method
CN103577614A (en) * 2013-11-07 2014-02-12 浙江中烟工业有限责任公司 Data acquisition method and system oriented to SAP PI application integration platform
CN105224686A (en) * 2015-10-28 2016-01-06 武汉开目信息技术有限责任公司 A kind of MES acquisition terminal dynamic and configurable display system and its implementation
CN105303290A (en) * 2014-07-23 2016-02-03 西门子公司 Managing data in a manufacturing execution system
CN106325242A (en) * 2016-08-16 2017-01-11 苏州朋泰智能科技有限公司 MES system based on modularized control units
CN106339249A (en) * 2016-08-23 2017-01-18 上海创景计算机系统有限公司 Dynamical allocation and programming method
CN106878437A (en) * 2017-03-03 2017-06-20 济南浪潮高新科技投资发展有限公司 It is a kind of realize ERP system communicated with machine tool and gathered data device
CN107038118A (en) * 2017-03-28 2017-08-11 福建星云电子股份有限公司 The universal process method that a kind of distinct electronic apparatuses assembling is tested
CN107767015A (en) * 2017-09-05 2018-03-06 南京国际船舶设备配件有限公司 A kind of production system based on MES

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW200414053A (en) * 2003-01-29 2004-08-01 Taiwan Semiconductor Mfg Adapter for manufacturing execution system and operation method thereof
CN101207851A (en) * 2007-11-20 2008-06-25 北京信达爱瑞通信技术有限公司 Wireless application access system, client end equipment and server
CN101789970A (en) * 2010-02-02 2010-07-28 北京泰豪智能工程有限公司 Measurement data acquisition system and maintenance method thereof and data acquisition device
CN103186582A (en) * 2011-12-29 2013-07-03 青岛海尔软件有限公司 Device description file-based data analysis method
CN102724045A (en) * 2012-07-05 2012-10-10 甘肃银光聚银化工有限公司 Network interface adapter
CN103577614A (en) * 2013-11-07 2014-02-12 浙江中烟工业有限责任公司 Data acquisition method and system oriented to SAP PI application integration platform
CN105303290A (en) * 2014-07-23 2016-02-03 西门子公司 Managing data in a manufacturing execution system
CN105224686A (en) * 2015-10-28 2016-01-06 武汉开目信息技术有限责任公司 A kind of MES acquisition terminal dynamic and configurable display system and its implementation
CN106325242A (en) * 2016-08-16 2017-01-11 苏州朋泰智能科技有限公司 MES system based on modularized control units
CN106339249A (en) * 2016-08-23 2017-01-18 上海创景计算机系统有限公司 Dynamical allocation and programming method
CN106878437A (en) * 2017-03-03 2017-06-20 济南浪潮高新科技投资发展有限公司 It is a kind of realize ERP system communicated with machine tool and gathered data device
CN107038118A (en) * 2017-03-28 2017-08-11 福建星云电子股份有限公司 The universal process method that a kind of distinct electronic apparatuses assembling is tested
CN107767015A (en) * 2017-09-05 2018-03-06 南京国际船舶设备配件有限公司 A kind of production system based on MES

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
A RFID-enabled MES for real-time pharmaceutical manufacturing supervision;Meilin Wang; Qingyun Dai; Xiangwei Zhang; Xiong Luo; Runyang Zho;《 2010 IEEE International Conference on RFID-Technology and Applications》;20110619;第49-53页 *
基于制造执行系统的调度统一数据模型;艾兴海; 杨建军;《中国制造业信息化》;20050610;第34卷(第6期);第82-84页 *

Also Published As

Publication number Publication date
CN109634681A (en) 2019-04-16

Similar Documents

Publication Publication Date Title
CN111083225B (en) Data processing method and device in Internet of things platform and Internet of things platform
US8584081B2 (en) Server side application integration framework
KR20210040884A (en) Edge computing test methods, devices, electronic devices and computer-readable media
CN108845940B (en) Enterprise-level information system automatic function testing method and system
CN109634681B (en) Method and device for uploading data to manufacturing execution system
CN106354629A (en) Construction method of iOS system mobile application automatic test system based on multiple stages of servers
CN110769002A (en) LabVIEW-based message analysis method, system, electronic device and medium
CN112306887A (en) Program test distribution method and corresponding device, equipment and medium
CN110888639A (en) Business code compiling and packaging method and device
CN113986270B (en) Distributed application deployment method and device, storage medium and electronic equipment
CN111459924A (en) Data acquisition method, system, electronic device, and medium
CN111240686A (en) Cloud compiling method and system, terminal device, cloud server and storage medium
US10216619B2 (en) System and method for test automation using a decentralized self-contained test environment platform
Na et al. Extension and application based on robot testing framework
CN115952089A (en) Software automation unit testing method and device, server and storage medium
CN108429741B (en) Method and system for realizing NCSI protocol
WO2020056585A1 (en) Program file writing and running processing method, device and system
CN111506357A (en) Automatic dynamic library loading method, system and application
CN111158661A (en) System interface docking method, device, medium and electronic equipment
US20220291283A1 (en) Automatic chip testing system and method
CN109558137B (en) Customer order management software configuration optimization method
CN110134405B (en) Method and device for flexibly uploading data to manufacturing execution system
KR101888792B1 (en) Method for data communication and system comprising the same
CN114385159A (en) File processing method and device, electronic equipment and computer readable storage medium
van der Merwe An Approach for Achieving High Levels of Reuse and...

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