CN111026047A - Software configuration method and device - Google Patents

Software configuration method and device Download PDF

Info

Publication number
CN111026047A
CN111026047A CN201911089348.1A CN201911089348A CN111026047A CN 111026047 A CN111026047 A CN 111026047A CN 201911089348 A CN201911089348 A CN 201911089348A CN 111026047 A CN111026047 A CN 111026047A
Authority
CN
China
Prior art keywords
protocol
communication
mapping table
data mapping
software
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
CN201911089348.1A
Other languages
Chinese (zh)
Other versions
CN111026047B (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.)
Gree Electric Appliances Inc of Zhuhai
Original Assignee
Gree Electric Appliances Inc of Zhuhai
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 Gree Electric Appliances Inc of Zhuhai filed Critical Gree Electric Appliances Inc of Zhuhai
Priority to CN201911089348.1A priority Critical patent/CN111026047B/en
Publication of CN111026047A publication Critical patent/CN111026047A/en
Application granted granted Critical
Publication of CN111026047B publication Critical patent/CN111026047B/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/418Total factory control, i.e. centrally controlling a plurality of machines, e.g. direct or distributed numerical control [DNC], flexible manufacturing systems [FMS], integrated manufacturing systems [IMS] or computer integrated manufacturing [CIM]
    • G05B19/4188Total factory control, i.e. centrally controlling a plurality of machines, e.g. direct or distributed numerical control [DNC], flexible manufacturing systems [FMS], integrated manufacturing systems [IMS] or computer integrated manufacturing [CIM] characterised by CIM planning or realisation
    • 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/30Nc systems
    • G05B2219/32Operator till task planning
    • G05B2219/32128Gui graphical user interface
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Manufacturing & Machinery (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Automation & Control Theory (AREA)
  • Communication Control (AREA)

Abstract

The invention provides a software configuration method and a software configuration device, wherein the method comprises the following steps: determining that a communication protocol of the configuration software is switched from a first protocol to a second protocol; editing communication variables in a data mapping table based on the second protocol; and importing the edited data mapping table into a configuration file of the configuration software. The invention solves the technical problem that the communication protocol can be switched only by reconstructing data points in the related technology, reduces software errors caused by switching the communication protocol and improves the protocol configuration efficiency.

Description

Software configuration method and device
Technical Field
The invention relates to the field of computers, in particular to a software configuration method and device.
Background
In the related art, with the rapid improvement of the industrial automation level and the wide application of computers in the industrial field, people have higher and higher requirements on industrial automation, a variety of control devices and process monitoring devices are widely applied in the industrial field, and hmi (human Machine interface) configuration software is important human-computer interaction software, so that a user can configure pictures and functions to achieve the effect of control and monitoring according to the control needs of the user. One important component is the establishment, modification and replacement of protocols in configuration software project engineering.
At present, the mainstream HMI configuration software on the market selects a communication protocol at the initial stage of project building, but a scene that a user often appears in an actual application occasion is that the HMI application based on the protocol A is built by the user through the configuration software, the HMI application is found to be not supported by the protocol A when the HMI application is used on site, the HMI application needs to be quickly switched to the protocol B, and the UI, logic, data points and the like of the application except the protocol are not changed. For the related art, the configuration software needs to be reconfigured, corresponding data points are created, and finally the data points need to be bound for the communication control in each interface, so that the whole process is tedious, time-consuming and prone to errors.
In view of the above problems in the related art, no effective solution has been found at present.
Disclosure of Invention
The embodiment of the invention provides a software configuration method and device.
According to an embodiment of the present invention, there is provided a software configuration method including: determining that a communication protocol of the configuration software is switched from a first protocol to a second protocol; editing communication variables in a data mapping table based on the second protocol; and importing the edited data mapping table into a configuration file of the configuration software.
Optionally, editing the communication variables in the data mapping table based on the second protocol includes: reading communication variables edited based on the first protocol in a first data mapping table; determining the communication variable as basic data of a second data mapping table; editing the communication variables in the second data mapping table based on the second protocol.
Optionally, editing the communication variables in the data mapping table based on the second protocol includes: determining identical information and different information of the communication variables between the first protocol and the second protocol; modifying the difference information based on the second protocol.
Optionally, the same information includes: variable identification and data type, wherein the difference information comprises: the variable address.
Optionally, modifying the difference information based on the second protocol includes: positioning field contents to be modified of the data mapping table according to the difference information; analyzing the second protocol to obtain a target parameter of the communication variable; and replacing the source parameter of the communication variable in the field content with the target parameter.
According to another embodiment of the present invention, there is provided a software configuring apparatus including: the determining module is used for determining that the communication protocol of the configuration software is switched from a first protocol to a second protocol; the editing module is used for editing the communication variables in the data mapping table based on the second protocol; and the importing module is used for importing the edited data mapping table into the configuration file of the configuration software.
Optionally, the editing module includes: a reading unit, configured to read a communication variable edited based on the first protocol in a first data mapping table; a first determination unit configured to determine the communication variable as basic data of a second data mapping table; an editing unit configured to edit the communication variable in the second data mapping table based on the second protocol.
Optionally, the editing module includes: a second determination unit configured to determine identical information and different information of the communication variable between the first protocol and the second protocol; a modifying unit for modifying the difference information based on the second protocol.
Optionally, the same information includes: variable identification and data type, wherein the difference information comprises: the variable address.
Optionally, the modifying unit includes: the positioning subunit is used for positioning the field content to be modified of the data mapping table according to the difference information; the analysis subunit is used for analyzing the second protocol to obtain a target parameter of the communication variable; a replacing subunit, configured to replace the source parameter of the communication variable in the field content with the target parameter.
According to a further embodiment of the present invention, there is also provided a storage medium having a computer program stored therein, wherein the computer program is arranged to perform the steps of any of the above method embodiments when executed.
According to yet another embodiment of the present invention, there is also provided an electronic device, including a memory in which a computer program is stored and a processor configured to execute the computer program to perform the steps in any of the above method embodiments.
According to the method and the device, the communication protocol of the configuration software is determined to be switched from the first protocol to the second protocol, then the communication variables in the data mapping table are edited based on the second protocol, finally the edited data mapping table is imported into the configuration file of the configuration software, the protocol in the configuration software and the internal replacement of the communication variables can be realized by editing the data mapping table, other functional modules are not required to be influenced, the technical problem that the communication protocol can be switched only by reconstructing data points in the related technology is solved, software errors caused by switching the communication protocol are reduced, and the protocol configuration efficiency is improved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
FIG. 1 is a block diagram of a computer according to an embodiment of the present invention;
FIG. 2 is a flow chart of a method for configuring software according to an embodiment of the present invention;
FIG. 3 is a flow chart of an alternative configuration software protocol according to an embodiment of the present invention;
fig. 4 is a block diagram of a configuration apparatus of software according to an embodiment of the present invention.
Detailed Description
The invention will be described in detail hereinafter with reference to the accompanying drawings in conjunction with embodiments. It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict.
It should be noted that the terms "first," "second," and the like in the description and claims of the present invention and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order.
Example 1
The method provided by the first embodiment of the present application may be executed in a computer, a mobile phone, a human-computer interaction device, or a similar computing device. Taking a computer as an example, fig. 1 is a block diagram of a computer according to an embodiment of the present invention. As shown in fig. 1, computer 10 may include one or more (only one shown in fig. 1) processors 102 (processor 102 may include, but is not limited to, a processing device such as a microprocessor MCU or a programmable logic device FPGA), and memory 104 for storing data, and optionally, input and output devices 108. It will be appreciated by those of ordinary skill in the art that the configuration shown in FIG. 1 is illustrative only and is not intended to limit the configuration of the computer described above. For example, computer 10 may also include more or fewer components than shown in FIG. 1, or have a different configuration than shown in FIG. 1.
The memory 104 may be used to store a computer program, for example, a software program and a module of application software, such as a computer program corresponding to a software configuration control method in the embodiment of the present invention, and the processor 102 executes various functional applications and data processing by running the computer program stored in the memory 104, so as to implement the above-mentioned method. The memory 104 may include high speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some examples, memory 104 may further include memory located remotely from processor 102, which may be connected to computer 10 via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The transmission device 106 is used for receiving or transmitting data via a network. Specific examples of such networks may include wireless networks provided by the communications provider of computer 10. In one example, the transmission device 106 includes a Network adapter (NIC), which can be connected to other Network devices through a base station so as to communicate with the internet. In one example, the transmission device 106 may be a Radio Frequency (RF) module, which is used for communicating with the internet in a wireless manner.
In this embodiment, a software configuration method is provided, and fig. 2 is a flowchart of a software configuration method according to an embodiment of the present invention, as shown in fig. 2, the flowchart includes the following steps:
step S202, determining that the communication protocol of the configuration software is switched from a first protocol to a second protocol;
the configuration software of the present embodiment may be configuration software in the form of Human Machine Interface (HMI), which is also called configuration monitoring system software.
Step S204, communication variables in the data mapping table are edited based on the second protocol;
the communication variables of this embodiment are data points of the configuration software, and are configured or stored in the database of the configuration software.
Step S206, importing the edited data mapping table into a configuration file of the configuration software.
The edited data mapping table of this embodiment is an updated data mapping table based on the second protocol, and the information related to the communication variable in the updated data mapping table is changed.
Through the steps, the communication protocol of the configuration software is determined to be switched from the first protocol to the second protocol, then the communication variables in the data mapping table are edited based on the second protocol, finally the edited data mapping table is imported into the configuration file of the configuration software, the protocol in the configuration software and the internal replacement of the communication variables can be realized by editing the data mapping table, other functional modules are not needed to be influenced, the technical problem that the communication protocol can be switched only by reconstructing data points in the related technology is solved, software errors caused by switching the communication protocol are reduced, and the protocol configuration efficiency is improved.
In one implementation of this embodiment, editing the communication variables in the data mapping table based on the second protocol includes:
s11, reading the communication variables edited based on the first protocol in the first data mapping table;
s12, determining the communication variables as basic data of a second data mapping table;
in one example, the communication variables of the configuration software include: since changing the communication protocol of the configuration software does not change the UI, logic, data point, etc. information of the software, and may change the description information of the data point (such as address description information, location description information, mapping address, etc.), the data point a, the data point B, and the data point C may follow the communication variables used by the first protocol.
S13, editing the communication variables in the second data mapping table based on the second protocol.
The second data mapping table before editing is a data mapping table template of the second protocol, the differences of the communication variables in different protocols are rapidly displayed through the data mapping table, and the unique positions of the communication variables in different protocols can be accurately described through editing the difference parameters. Different protocols correspond to different data mapping table templates, and the editing can be rapidly exported.
In another embodiment, the communication variables in the first data mapping table used by the first protocol may be edited directly without generating the second data mapping table.
In an example, when an existing protocol a (a first protocol) needs to be switched to a protocol B (a second protocol), first, initialization parameters of a new protocol B are configured, then a data mapping table between the protocols a and B is derived to be edited, and assuming that 100 communication variables (i.e., data points) are created in the protocol a, there are 100 communication variables based on the protocol B in the data mapping table.
Optionally, editing the communication variables in the data mapping table based on the second protocol includes:
s21, determining the same information and different information of the communication variables between the first protocol and the second protocol;
in one embodiment, the same information includes: variable identification and data type, wherein the difference information comprises: the variable address.
S22, modifying the difference information based on the second protocol.
In one implementation of this embodiment, modifying the difference information based on the second protocol includes: positioning field contents to be modified of the data mapping table according to the difference information; analyzing the second protocol to obtain a target parameter of the communication variable; and replacing the source parameter of the communication variable in the field content with the target parameter.
In one example, the addresses of the data point a, the data point B, and the data point C in the first protocol are 1, 2, and 3, respectively, according to the communication standard of the second protocol, the addresses corresponding to the data point a, the data point B, and the data point C are 11, 12, and 13, and other information, such as a variable name, a data type, and the like, is not changed, so that only the difference information between the protocols needs to be changed, that is, only the variable address of the data point needs to be replaced.
Fig. 3 is a configuration software protocol replacement flowchart according to an embodiment of the present invention, where the whole protocol replacement process includes editing of an inter-protocol data mapping table, and the process includes:
s31, configuring the initialization parameters of the new protocol;
s32, deriving a data mapping table between the new protocol and the old protocol;
s33, editing each mapped new protocol communication variable according to the description of the data points in the new protocol;
s34, importing the edited data mapping table;
and S35, analyzing the data mapping table to realize the internal switching of the new protocol and the corresponding communication variable.
After a software project is built, the number of communication variables is fixed, the communication variables are described based on different protocols, and there are the same part (such as variable names, data types, etc., and the communication variables of any protocol contain the information), and a difference part (generally, the unique position of the communication variables in the protocol can be located through the difference parameters, so that the communication data can be accurately resolved and assembled by the HMI program), as shown in table 1:
TABLE 1
Figure BDA0002266394580000071
After the editing of the inter-protocol data mapping table is completed, the protocol can be replaced by importing the table, the whole project engineering does not need to be changed, and the whole process is simple and efficient.
Through the above description of the embodiments, those skilled in the art can clearly understand that the method according to the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but the former is a better implementation mode in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (e.g., a mobile phone, a computer, a server, or a network device) to execute the method according to the embodiments of the present invention.
Example 2
In this embodiment, a configuration device of software is further provided, which is used to implement the foregoing embodiments and preferred embodiments, and is not described again after being described. As used below, the term "module" may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
The embodiment provides a configuration device of software, and fig. 4 is a block diagram of a configuration device of software according to an embodiment of the present invention, where the configuration device includes: a determination module 40, an editing module 42, an import module 44, wherein,
a determining module 40, configured to determine that a communication protocol of the configuration software is switched from a first protocol to a second protocol;
an editing module 42, configured to edit the communication variables in the data mapping table based on the second protocol;
and an importing module 44, configured to import the edited data mapping table into the configuration file of the configuration software.
Optionally, the editing module includes: a reading unit, configured to read a communication variable edited based on the first protocol in a first data mapping table; a first determination unit configured to determine the communication variable as basic data of a second data mapping table; an editing unit configured to edit the communication variable in the second data mapping table based on the second protocol.
Optionally, the editing module includes: a second determination unit configured to determine identical information and different information of the communication variable between the first protocol and the second protocol; a modifying unit for modifying the difference information based on the second protocol.
Optionally, the same information includes: variable identification and data type, wherein the difference information comprises: the variable address.
Optionally, the modifying unit includes: the positioning subunit is used for positioning the field content to be modified of the data mapping table according to the difference information; the analysis subunit is used for analyzing the second protocol to obtain a target parameter of the communication variable; a replacing subunit, configured to replace the source parameter of the communication variable in the field content with the target parameter.
It should be noted that, the above modules may be implemented by software or hardware, and for the latter, the following may be implemented, but not limited to: the modules are all positioned in the same processor; alternatively, the modules are respectively located in different processors in any combination.
Example 3
Embodiments of the present invention also provide a storage medium having a computer program stored therein, wherein the computer program is arranged to perform the steps of any of the above method embodiments when executed.
Alternatively, in an aspect of the present embodiment, the storage medium may be configured to store a computer program for executing the steps of:
s1, determining that the communication protocol of the configuration software is switched from the first protocol to the second protocol;
s2, editing communication variables in the data mapping table based on the second protocol;
and S3, importing the edited data mapping table into a configuration file of the configuration software.
Optionally, in this embodiment, the storage medium may include, but is not limited to: various media capable of storing computer programs, such as a usb disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic disk, or an optical disk.
Embodiments of the present invention also provide an electronic device comprising a memory having a computer program stored therein and a processor arranged to run the computer program to perform the steps of any of the above method embodiments.
Optionally, the electronic apparatus may further include a transmission device and an input/output device, wherein the transmission device is connected to the processor, and the input/output device is connected to the processor.
Optionally, in an aspect of this embodiment, the processor may be configured to execute the following steps by a computer program:
s1, determining that the communication protocol of the configuration software is switched from the first protocol to the second protocol;
s2, editing communication variables in the data mapping table based on the second protocol;
and S3, importing the edited data mapping table into a configuration file of the configuration software.
Optionally, the specific examples in this embodiment may refer to the examples described in the above embodiments and optional implementation manners, and this embodiment is not described herein again.
It will be apparent to those skilled in the art that the modules or steps of the present invention described above may be implemented by a general purpose computing device, they may be centralized on a single computing device or distributed across a network of multiple computing devices, and alternatively, they may be implemented by program code executable by a computing device, such that they may be stored in a storage device and executed by a computing device, and in some cases, the steps shown or described may be performed in an order different than that described herein, or they may be separately fabricated into individual integrated circuit modules, or multiple ones of them may be fabricated into a single integrated circuit module. Thus, the present invention is not limited to any specific combination of hardware and software.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A method for configuring software, comprising:
determining that a communication protocol of the configuration software is switched from a first protocol to a second protocol;
editing communication variables in a data mapping table based on the second protocol;
and importing the edited data mapping table into a configuration file of the configuration software.
2. The method of claim 1, wherein compiling the communication variables in the data mapping table based on the second protocol comprises:
reading communication variables edited based on the first protocol in a first data mapping table;
determining the communication variable as basic data of a second data mapping table;
editing the communication variables in the second data mapping table based on the second protocol.
3. The method of claim 1, wherein compiling the communication variables in the data mapping table based on the second protocol comprises:
determining identical information and different information of the communication variables between the first protocol and the second protocol;
modifying the difference information based on the second protocol.
4. The method of claim 3, wherein the same information comprises: variable identification and data type, wherein the difference information comprises: the variable address.
5. The method of claim 3, wherein modifying the difference information based on the second protocol comprises:
positioning field contents to be modified of the data mapping table according to the difference information;
analyzing the second protocol to obtain a target parameter of the communication variable;
and replacing the source parameter of the communication variable in the field content with the target parameter.
6. An apparatus for configuring software, comprising:
the determining module is used for determining that the communication protocol of the configuration software is switched from a first protocol to a second protocol;
the editing module is used for editing the communication variables in the data mapping table based on the second protocol;
and the importing module is used for importing the edited data mapping table into the configuration file of the configuration software.
7. The apparatus of claim 6, wherein the editing module comprises:
a reading unit, configured to read a communication variable edited based on the first protocol in a first data mapping table;
a first determination unit configured to determine the communication variable as basic data of a second data mapping table;
an editing unit configured to edit the communication variable in the second data mapping table based on the second protocol.
8. The apparatus of claim 6, wherein the editing module comprises:
a second determination unit configured to determine identical information and different information of the communication variable between the first protocol and the second protocol;
a modifying unit for modifying the difference information based on the second protocol.
9. A storage medium, in which a computer program is stored, wherein the computer program is arranged to perform the method of any of claims 1 to 5 when executed.
10. An electronic device comprising a memory and a processor, wherein the memory has stored therein a computer program, and wherein the processor is arranged to execute the computer program to perform the method of any of claims 1 to 5.
CN201911089348.1A 2019-11-08 2019-11-08 Software configuration method and device Active CN111026047B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911089348.1A CN111026047B (en) 2019-11-08 2019-11-08 Software configuration method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911089348.1A CN111026047B (en) 2019-11-08 2019-11-08 Software configuration method and device

Publications (2)

Publication Number Publication Date
CN111026047A true CN111026047A (en) 2020-04-17
CN111026047B CN111026047B (en) 2020-12-11

Family

ID=70205505

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911089348.1A Active CN111026047B (en) 2019-11-08 2019-11-08 Software configuration method and device

Country Status (1)

Country Link
CN (1) CN111026047B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111782558A (en) * 2020-07-03 2020-10-16 中车青岛四方车辆研究所有限公司 Variable memory mapping processing method
CN114257658A (en) * 2021-12-24 2022-03-29 珠海格力电器股份有限公司 Communication protocol conversion configuration method, communication protocol conversion method and related equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1545284A (en) * 2003-11-13 2004-11-10 上海交通大学 Cooperating terminals for networked monitoring of industrial equipments and method for implementing coordinate access among terminals
CN101523849A (en) * 2007-06-29 2009-09-02 捷讯研究有限公司 System and method for communication protocol mapping
CN102246142A (en) * 2008-12-09 2011-11-16 微软公司 Developing applications at runtime
CN103139308A (en) * 2013-02-27 2013-06-05 华为技术有限公司 Database system and data synchronization method thereof
CN109729072A (en) * 2018-11-29 2019-05-07 沈阳无距科技有限公司 Communication protocol information processing method, device and electronic equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1545284A (en) * 2003-11-13 2004-11-10 上海交通大学 Cooperating terminals for networked monitoring of industrial equipments and method for implementing coordinate access among terminals
CN101523849A (en) * 2007-06-29 2009-09-02 捷讯研究有限公司 System and method for communication protocol mapping
CN102246142A (en) * 2008-12-09 2011-11-16 微软公司 Developing applications at runtime
CN103139308A (en) * 2013-02-27 2013-06-05 华为技术有限公司 Database system and data synchronization method thereof
CN109729072A (en) * 2018-11-29 2019-05-07 沈阳无距科技有限公司 Communication protocol information processing method, device and electronic equipment

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111782558A (en) * 2020-07-03 2020-10-16 中车青岛四方车辆研究所有限公司 Variable memory mapping processing method
CN111782558B (en) * 2020-07-03 2024-01-23 中车青岛四方车辆研究所有限公司 Variable memory mapping processing method
CN114257658A (en) * 2021-12-24 2022-03-29 珠海格力电器股份有限公司 Communication protocol conversion configuration method, communication protocol conversion method and related equipment

Also Published As

Publication number Publication date
CN111026047B (en) 2020-12-11

Similar Documents

Publication Publication Date Title
CN109145034B (en) Resource presentation method and device and computer terminal
CN111026047B (en) Software configuration method and device
JP2016164775A (en) Field device commissioning system and method
CN113039498A (en) Method for commissioning field devices in an industrial system network
CN111552712A (en) Report data extraction method and device and computer equipment
CN110413594A (en) A kind of more example method for testing pressure of Redis and device
CN111177243B (en) Data export method and device, storage medium and electronic device
CN113467832A (en) Equipment control processing method, device, storage medium and electronic device
CN110941634A (en) Data processing method and device, storage medium and electronic device
CN109614098A (en) The generation method and device of configuration interface
CN113467782B (en) Method, device and equipment for determining business process
CN113452556A (en) Product skill configuration method and device, storage medium and electronic device
CN109543122B (en) Content synchronization method, device, storage medium and electronic device
CN110673879A (en) One-key adjustment method and device for element style of configuration software
CN111046641A (en) Menu file generation method and device, storage medium and electronic device
US10936563B2 (en) System and method for merging a source data from a source application into a target data of a target application
CN116048536A (en) Micro-service deployment method and device, processor and electronic equipment
CN114328181A (en) Test case generation and execution method, device and storage medium
CN114090074A (en) Method and device for configuring operating environment, storage medium and electronic device
CN115878443A (en) Interface test script generation method and device, storage medium and electronic device
CN113010151A (en) Method, system, equipment and medium for traversing dynamic options in HII database
CN103678054B (en) Test method and device for BACnet equipment
CN117422288B (en) Visiting flow accurate matching templatization and plugin method
CN110647546A (en) Third-party rule engine generation method and device
CN110751204A (en) Data fusion method and device, storage medium and electronic device

Legal Events

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