CN111404902A - Method and device for realizing serial communication message matching based on database - Google Patents

Method and device for realizing serial communication message matching based on database Download PDF

Info

Publication number
CN111404902A
CN111404902A CN202010154816.5A CN202010154816A CN111404902A CN 111404902 A CN111404902 A CN 111404902A CN 202010154816 A CN202010154816 A CN 202010154816A CN 111404902 A CN111404902 A CN 111404902A
Authority
CN
China
Prior art keywords
database
message
data
corresponds
protocol
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
CN202010154816.5A
Other languages
Chinese (zh)
Other versions
CN111404902B (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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202010154816.5A priority Critical patent/CN111404902B/en
Publication of CN111404902A publication Critical patent/CN111404902A/en
Application granted granted Critical
Publication of CN111404902B publication Critical patent/CN111404902B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24564Applying rules; Deductive queries

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Signal Processing (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Communication Control (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention provides a method for realizing serial communication message matching based on a database in order to solve the problems in the prior art, which is characterized in that a protocol is divided into 9 different protocol blocks, a one-to-one correspondence relationship between the database and the protocol blocks in a message is established in the database according to the protocol blocks, the attribute division of the data blocks in the protocol blocks is further limited, the message composition and the parsing rule are defined, and the data in the data blocks of the reply message after the frame is deframed is acquired according to the attribute information of the parameter values of the data blocks in the message and the requirement of the message parsing rule Technical difficulty of new specifications.

Description

Method and device for realizing serial communication message matching based on database
Technical Field
The invention relates to the field of communication messages, in particular to a method and a device for realizing serial communication message matching based on a database.
Background
In some large-scale systems, the monitoring host needs to access multiple types of MCU devices and multiple communication protocols (a series of conventions that both parties should comply with in order to ensure that both parties of communication in the data communication system can communicate effectively and reliably), and the customized regulations of each manufacturer bring inconvenience to development and maintenance of the monitoring host. Repeated development work (the MCU device library and the protocol library need to be continuously expanded) will consume a lot of effort of the monitoring system maintenance personnel.
At present, each manufacturer generally adopts a mode of assigning a specially-assigned person to modify protocol codes, but the mode can occupy a great deal of energy of developers; frequently modifying system codes, affecting system stability and affecting overall work efficiency of a team.
In another mode, the corresponding relation between the message and the protocol is stored in a database, which is convenient for message analysis and framing, but the framing and the analysis of the message in this mode have a section of code corresponding to a section of message, which is not beneficial to the processing efficiency of multiple protocols and has high difficulty in later maintenance.
Disclosure of Invention
The invention aims to solve the problems in the prior art, innovatively provides a method and a device for realizing serial communication message matching based on a database, effectively solves the problem of low processing efficiency caused by the existing communication messages, effectively improves the stability of a system, and facilitates later maintenance work.
The first aspect of the present invention provides a method for implementing serial communication packet matching based on a database, including:
dividing the protocol in the message into protocol blocks, and establishing a one-to-one correspondence relationship between a database and the protocol blocks in the message, wherein the protocol blocks comprise data blocks;
loading a database, reading parameter values of serial port attributes, and configuring a serial port;
loading the protocol blocks, reading parameter values of the protocol blocks, and determining attribute information of the parameter values of different protocol blocks in the message;
according to the attribute information of the parameter value of the protocol block in the message and the requirement of the message composition rule, framing operation of the query message is carried out, and the query message is issued to a lower computer;
after receiving a reply message returned by the lower computer, performing a deframing operation of the reply message according to the attribute information of the parameter value of the protocol block in the message and the requirement of a message analysis rule;
and acquiring data in the data block of the reply message after the frame is unframed according to the attribute information of the parameter value of the data block in the message and the requirement of the message analysis rule.
With reference to the first aspect, in a first possible implementation manner of the first aspect, the protocol in the message is divided into protocol blocks, and a one-to-one correspondence between the database and the protocol blocks in the message is specifically established according to a common characteristic of an accessed protocol, where the protocol blocks include a header file, a Data length, a device type, a device address, a message function code, a Data quantity, a Data block, a check code, and an end code, HeadData in the database corresponds to the header file, Data L en in the database corresponds to the Data length, DevType in the database corresponds to the device type, devadass in the database corresponds to the device address, DataCid in the database corresponds to the message function code, datacum in the database corresponds to the Data quantity, DataBlock in the database corresponds to the Data block, DataCheck in the database corresponds to the check code, and EndData in the database corresponds to the end code.
With reference to the first aspect, in a second possible implementation manner of the first aspect, the parameter values of the data block include a data type, a data coefficient, a data OFFSET, a device ID, a communication packet ID, and a data sequence number, where the data type corresponds to a Datatype in the database, the data coefficient corresponds to Radio in the database, the data OFFSET corresponds to OFFSET in the database, the device ID corresponds to a DevID in the database, the communication packet ID corresponds to a CommDataID in the database, and the data sequence number corresponds to a DataNo in the database.
With reference to the first aspect, in a third possible implementation manner of the first aspect, the parameter values of the serial port attribute include a serial port number, a baud rate, a check mode, a data bit number, and a stop bit, where the serial port number corresponds to the Name in the database, the baud rate corresponds to the Baudate in the database, the check mode corresponds to the part in the database, the data bit number corresponds to the DataBits, and the stop bit corresponds to the StopBits in the database.
With reference to the first aspect, in a fourth possible implementation manner of the first aspect, the attribute information includes location information, length information, and quantity information.
With reference to the first aspect, in a fifth possible implementation manner of the first aspect, the requirement of the packet composition rule includes: the method comprises the following steps of message function code, device ID, data initial address, refreshing frequency, data digit, data quantity and communication frame name, wherein the message analysis rule requirements comprise: message function code, device ID, data start address, refresh frequency, data digit, data quantity and communication frame name; the message function code corresponds to a DataCID in the database, the device ID corresponds to a DevID in the database, the data start address corresponds to a Dataaddr in the database, the Refresh frequency corresponds to a Refresh _ rate in the database, the data bit number corresponds to BitNum in the database, the data number corresponds to a DataNUM in the database, and the communication frame Name corresponds to a Name in the database.
With reference to the first aspect, in a sixth possible implementation manner of the first aspect, a one-to-one correspondence relationship between a database and a protocol block in a message, attribute information of a parameter value of the protocol block in the message, a message composition rule requirement, and a message parsing rule requirement are all preset in the database.
The second aspect of the present invention provides a device for implementing serial communication packet matching based on a database, including:
the division establishing module is used for dividing the protocol in the message into protocol blocks and establishing a one-to-one correspondence relationship between the database and the protocol blocks in the message, wherein the protocol blocks comprise data blocks;
the first loading module loads a database, reads parameter values of serial port attributes and performs serial port configuration;
the second loading module is used for loading the protocol blocks, reading parameter values of the protocol blocks and determining attribute information of the parameter values of different protocol blocks in the message;
the framing module is used for performing framing operation on the query message according to the attribute information of the parameter value of the protocol block in the message and the requirement of the message composition rule, and transmitting the query message to a lower computer;
the frame decoding module is used for decoding the reply message according to the attribute information of the parameter value of the protocol block in the message and the message analysis rule requirement after receiving the reply message returned by the lower computer;
and the data acquisition module acquires the data in the data block of the reply message after the de-framing according to the attribute information of the parameter value of the data block in the message and the message analysis rule requirement.
With reference to the second aspect, in a first possible implementation manner of the second aspect, the one-to-one correspondence between the database and the protocol block in the message, the attribute information of the parameter value of the protocol block in the message, the message composition rule requirement, and the message parsing rule requirement are all preset in the database.
The technical scheme adopted by the invention comprises the following technical effects:
1. the invention effectively solves the problem of low processing efficiency caused by the existing communication message, effectively improves the stability of the system and is convenient for later maintenance work.
2. The invention can realize the requirement of maintaining the system support protocol only by maintaining the database, thereby greatly reducing the technical difficulty of accessing the system to a new device and a new protocol.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the invention, as claimed.
Drawings
In order to more clearly illustrate the embodiments or technical solutions in the prior art of the present invention, the drawings used in the description of the embodiments or prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without any creative effort.
FIG. 1 is a schematic flow diagram of a process according to an embodiment of the present invention;
fig. 2 is a schematic diagram of a protocol block division table in a method according to an embodiment of the present invention;
FIG. 3 is a table diagram illustrating partitioning of data blocks according to an embodiment of the present invention;
fig. 4 is a schematic diagram of a serial port attribute division table in a method according to an embodiment of the present invention;
fig. 5 is a table diagram illustrating a message composition rule and a message parsing rule in a method according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of a second apparatus according to an embodiment of the present invention.
Detailed Description
In order to clearly explain the technical features of the present invention, the following detailed description of the present invention is provided with reference to the accompanying drawings. The following disclosure provides many different embodiments, or examples, for implementing different features of the invention. To simplify the disclosure of the present invention, the components and arrangements of specific examples are described below. Furthermore, the present invention may repeat reference numerals and/or letters in the various examples. This repetition is for the purpose of simplicity and clarity and does not in itself dictate a relationship between the various embodiments and/or configurations discussed. It should be noted that the components illustrated in the figures are not necessarily drawn to scale. Descriptions of well-known components and processing techniques and procedures are omitted so as to not unnecessarily limit the invention.
Example one
As shown in fig. 1, the present invention provides a method for implementing serial communication packet matching based on a database, which includes:
s1, dividing the protocol in the message into protocol blocks, and establishing a one-to-one correspondence relationship between the database and the protocol blocks in the message, wherein the protocol blocks comprise data blocks;
s2, loading a database, reading parameter values of serial port attributes, and performing serial port configuration;
s3, loading protocol blocks, reading parameter values of the protocol blocks, and determining attribute information of the parameter values of different protocol blocks in the message;
s4, framing operation of the query message is carried out according to the attribute information of the parameter value of the protocol block in the message and the requirement of the message composition rule, and the query message is issued to a lower computer;
s5, after receiving the reply message returned by the lower computer, performing the deframing operation of the reply message according to the attribute information of the parameter value of the protocol block in the message and the message analysis rule requirement;
and S6, acquiring the data in the data block of the reply message after the frame is decoded according to the attribute information of the parameter value of the data block in the message and the requirement of the message analysis rule.
In step S1, the protocol in the message is divided into protocol blocks, and a one-to-one correspondence relationship between the database and the protocol blocks in the message is established, specifically, the protocol is divided into 9 protocol blocks according to the common characteristics of the accessed protocol, where the 9 protocol blocks are header files, Data length, device type, device address, message function code, Data quantity, Data block, check code, and end code, HeadData in the database corresponds to the header files, Data L en in the database corresponds to the Data length, DevType in the database corresponds to the device type, devadass in the database corresponds to the device address, DataCid in the database corresponds to the message function code, datacum in the database corresponds to the Data quantity, dataclock in the database corresponds to the Data block, DataCheck in the database corresponds to the check code, and endcode in the database corresponds to the end code, as shown in fig. 2.
Further, in steps S1-S5, the parameter values of the data block are divided according to the data attributes, and specifically include a data type, a data coefficient, a data OFFSET, a device ID, a communication packet ID, and a data serial number, where the data type corresponds to a Datatype in the database, the data coefficient corresponds to Radio in the database, the data OFFSET corresponds to OFFSET in the database, the device ID corresponds to a DevID in the database, the communication packet ID corresponds to a comdataid in the database, and the data serial number corresponds to a DataNo in the database. The setup is performed in the BlockClass of the database, as shown in fig. 3.
Further, parameter values of the serial port attribute are divided according to the serial port attribute, and specifically include a serial port number, a baud rate, a check mode, a data bit number and a stop bit, wherein the serial port number corresponds to the Name in the database, the baud rate corresponds to the Baudate in the database, the check mode corresponds to the part in the database, the data bit number corresponds to the DataBits, and the stop bit corresponds to the StopBits in the database. The setup is done in CommSpeerialPortClass in the database, as shown in FIG. 4.
The attribute information may specifically include position information, length information, and quantity information; the lower tool body may be a plurality of MCU (micro controller) devices accessed.
The message composition rule requirements include: the method comprises the following steps of message function code, device ID, data initial address, refreshing frequency, data digit, data quantity and communication frame name, wherein the message analysis rule requirements comprise: message function code, device ID, data start address, refresh frequency, data digit, data quantity and communication frame name; the message function code corresponds to a DataCID in the database, the device ID corresponds to a DevID in the database, the data start address corresponds to a Dataaddr in the database, the Refresh frequency corresponds to a Refresh _ rate in the database, the data bit number corresponds to BitNum in the database, the data number corresponds to a DataNUM in the database, and the communication frame Name corresponds to a Name in the database. The setup is performed in CommDataClass of the database, as shown in FIG. 5.
The one-to-one correspondence relationship between the database and the protocol blocks in the message, the attribute information of the parameter values of the protocol blocks in the message, the message composition rule requirement and the message analysis rule requirement are all preset in the database.
When serial communication message reading is required to be continuously performed, the serial communication message reading method can be circularly operated according to the sequence of the steps S4-S6.
When a new protocol is accessed, the protocol is divided into 9 different protocol blocks according to the newly accessed protocol and the existing protocol blocks, the steps S1-S5 are performed according to the invention, the steps S1-S5 can be realized through program scripts, message composition and analysis rules are defined in a database, the requirement of maintaining the system to support the protocol can be realized only through maintaining the database, and the technical difficulty of accessing the system to the new device and the new protocol is greatly reduced.
The invention effectively solves the problem of low processing efficiency caused by the existing communication message, effectively improves the stability of the system and is convenient for later maintenance work.
Example two
As shown in fig. 2, the technical solution of the present invention further provides a device for implementing serial communication packet matching based on a database, including:
the division establishing module 101 is used for dividing the protocol in the message into protocol blocks and establishing a one-to-one correspondence relationship between the database and the protocol blocks in the message, wherein the protocol blocks comprise data blocks;
the first loading module 102 loads a database, reads parameter values of serial port attributes, and performs serial port configuration;
the second loading module 103 loads the protocol blocks, reads parameter values of the protocol blocks, and determines attribute information of the parameter values of different protocol blocks in the message;
the framing module 104 performs framing operation on the query message according to the attribute information of the parameter value of the protocol block in the message and the requirement of the message composition rule, and issues the query message to a lower computer;
the frame decoding module 105, after receiving the reply message returned by the lower computer, performs frame decoding operation on the reply message according to the attribute information of the parameter value of the protocol block in the message and the message analysis rule requirement;
the data obtaining module 106 obtains data in the data block of the deframed reply message according to the attribute information of the parameter value of the data block in the message and the message parsing rule requirement.
The one-to-one correspondence relationship between the database and the protocol blocks in the message, the attribute information of the parameter values of the protocol blocks in the message, the message composition rule requirement and the message analysis rule requirement are all preset in the database.
The invention effectively solves the problem of low processing efficiency caused by the existing communication message, effectively improves the stability of the system and is convenient for later maintenance work.
The invention can realize the requirement of maintaining the system support protocol only by maintaining the database, thereby greatly reducing the technical difficulty of accessing the system to a new device and a new protocol.
Although the embodiments of the present invention have been described with reference to the accompanying drawings, it is not intended to limit the scope of the present invention, and it should be understood by those skilled in the art that various modifications and variations can be made without inventive efforts by those skilled in the art based on the technical solution of the present invention.

Claims (9)

1. A method for realizing serial communication message matching based on a database is characterized by comprising the following steps:
dividing the protocol in the message into protocol blocks, and establishing a one-to-one correspondence relationship between a database and the protocol blocks in the message, wherein the protocol blocks comprise data blocks;
loading a database, reading parameter values of serial port attributes, and configuring a serial port;
loading the protocol blocks, reading parameter values of the protocol blocks, and determining attribute information of the parameter values of different protocol blocks in the message;
according to the attribute information of the parameter value of the protocol block in the message and the requirement of the message composition rule, framing operation of the query message is carried out, and the query message is issued to a lower computer;
after receiving a reply message returned by the lower computer, performing a deframing operation of the reply message according to the attribute information of the parameter value of the protocol block in the message and the requirement of a message analysis rule;
and acquiring data in the data block of the reply message after the frame is unframed according to the attribute information of the parameter value of the data block in the message and the requirement of the message analysis rule.
2. The method for realizing serial communication message matching based on the database as claimed in claim 1, wherein the protocol in the message is divided into protocol blocks, and the one-to-one correspondence relationship between the database and the protocol blocks in the message is established by dividing the protocol into protocol blocks according to the common characteristics of the accessed protocols, wherein the protocol blocks comprise a header file, a Data length, a device type, a device address, a message function code, a Data quantity, a Data block, a check code and an end code, the HeadData in the database corresponds to the header file, the Data L en in the database corresponds to the Data length, the DevType in the database corresponds to the device type, the devadass in the database corresponds to the device address, the DataCid in the database corresponds to the message function code, the datacum in the database corresponds to the Data quantity, the DataBlock in the database corresponds to the Data block, the DataCheck in the database corresponds to the check code, and the end Data in the database corresponds to the end code.
3. The method as claimed in claim 1 or 2, wherein the parameter values of the data block include a data type, a data coefficient, a data OFFSET, a device ID, a communication packet ID, and a data serial number, the data type corresponds to Datatype in the database, the data coefficient corresponds to Radio in the database, the data OFFSET corresponds to OFFSET in the database, the device ID corresponds to DevID in the database, the communication packet ID corresponds to CommDataID in the database, and the data serial number corresponds to DataNo in the database.
4. The method of claim 1, wherein the parameter values of the serial port attribute include a serial port number, a baud rate, a check mode, a data bit number, and a stop bit, the serial port number corresponds to a Name in the database, the baud rate corresponds to a Baudate in the database, the check mode corresponds to a Parity in the database, the data bit number corresponds to a DataBits, and the stop bit corresponds to a StopBits in the database.
5. The database-based method for matching serial communication packets according to claim 1, wherein the attribute information includes location information, length information, and quantity information.
6. The database-based method for matching serial communication packets according to claim 1, wherein the packet composition rule requirements include: the method comprises the following steps of message function code, device ID, data initial address, refreshing frequency, data digit, data quantity and communication frame name, wherein the message analysis rule requirements comprise: message function code, device ID, data start address, refresh frequency, data digit, data quantity and communication frame name; the message function code corresponds to a DataCID in the database, the device ID corresponds to a DevID in the database, the data start address corresponds to a Dataaddr in the database, the Refresh frequency corresponds to a Refresh _ rate in the database, the data bit number corresponds to BitNum in the database, the data number corresponds to a DataNUM in the database, and the communication frame Name corresponds to a Name in the database.
7. The method for matching serial communication packets based on the database as claimed in claim 1, wherein the one-to-one correspondence between the database and the protocol blocks in the packet, the attribute information of the parameter values of the protocol blocks in the packet, the packet composition rule requirement, and the packet parsing rule requirement are preset in the database.
8. A device for realizing serial communication message matching based on a database is characterized by comprising:
the division establishing module is used for dividing the protocol in the message into protocol blocks and establishing a one-to-one correspondence relationship between the database and the protocol blocks in the message, wherein the protocol blocks comprise data blocks;
the first loading module loads a database, reads parameter values of serial port attributes and performs serial port configuration;
the second loading module is used for loading the protocol blocks, reading parameter values of the protocol blocks and determining attribute information of the parameter values of different protocol blocks in the message;
the framing module is used for performing framing operation on the query message according to the attribute information of the parameter value of the protocol block in the message and the requirement of the message composition rule, and transmitting the query message to a lower computer;
the frame decoding module is used for decoding the reply message according to the attribute information of the parameter value of the protocol block in the message and the message analysis rule requirement after receiving the reply message returned by the lower computer;
and the data acquisition module acquires the data in the data block of the reply message after the de-framing according to the attribute information of the parameter value of the data block in the message and the message analysis rule requirement.
9. The apparatus according to claim 8, wherein the one-to-one correspondence relationship between the database and the protocol blocks in the message, the attribute information of the parameter values of the protocol blocks in the message, the message composition rule requirement, and the message parsing rule requirement are preset in the database.
CN202010154816.5A 2020-03-08 2020-03-08 Method and device for realizing serial communication message matching based on database Active CN111404902B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010154816.5A CN111404902B (en) 2020-03-08 2020-03-08 Method and device for realizing serial communication message matching based on database

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010154816.5A CN111404902B (en) 2020-03-08 2020-03-08 Method and device for realizing serial communication message matching based on database

Publications (2)

Publication Number Publication Date
CN111404902A true CN111404902A (en) 2020-07-10
CN111404902B CN111404902B (en) 2022-05-10

Family

ID=71413296

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010154816.5A Active CN111404902B (en) 2020-03-08 2020-03-08 Method and device for realizing serial communication message matching based on database

Country Status (1)

Country Link
CN (1) CN111404902B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103391290A (en) * 2013-07-16 2013-11-13 沈阳时尚实业有限公司 Power consumer power utilization information acquisition system with protocol parsing
CN104320415A (en) * 2014-11-13 2015-01-28 国家电网公司 Dynamic plug-in type protocol parsing method of substation equipment
CN108322437A (en) * 2017-12-28 2018-07-24 山东鲁能智能技术有限公司 For the adaptive communications method and apparatus between more stipulations equipment
CN109150854A (en) * 2018-08-01 2019-01-04 浙江艾罗网络能源技术有限公司 Dynamic and configurable communication protocol converting system based on XML file
CN110830466A (en) * 2019-11-04 2020-02-21 云南电网有限责任公司电力科学研究院 Method and device for framing DL/T645 protocol message based on XML

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103391290A (en) * 2013-07-16 2013-11-13 沈阳时尚实业有限公司 Power consumer power utilization information acquisition system with protocol parsing
CN104320415A (en) * 2014-11-13 2015-01-28 国家电网公司 Dynamic plug-in type protocol parsing method of substation equipment
CN108322437A (en) * 2017-12-28 2018-07-24 山东鲁能智能技术有限公司 For the adaptive communications method and apparatus between more stipulations equipment
CN109150854A (en) * 2018-08-01 2019-01-04 浙江艾罗网络能源技术有限公司 Dynamic and configurable communication protocol converting system based on XML file
CN110830466A (en) * 2019-11-04 2020-02-21 云南电网有限责任公司电力科学研究院 Method and device for framing DL/T645 protocol message based on XML

Also Published As

Publication number Publication date
CN111404902B (en) 2022-05-10

Similar Documents

Publication Publication Date Title
CN101958838A (en) Data access method and device
CN111585344B (en) Substation intelligent checking method and device based on total station IED simulation
CN106708748B (en) Method and system for improving mounting performance of OpenStack block storage volume
CN105681333A (en) Binary-system-based network data transmission method and system
CN110769002A (en) LabVIEW-based message analysis method, system, electronic device and medium
CN111510363A (en) Slave station conversion device based on MODBUS protocol and control method thereof
CN112002402A (en) Medical equipment monitoring method and system based on digital twin body and storage medium
CN111404902B (en) Method and device for realizing serial communication message matching based on database
CN104993583A (en) Communication method of power distribution automation equipment
CN106953809B (en) 485 time-sharing communication-based equipment resource acquisition method
CN113722340A (en) Processing method and system for remote automatic point table updating based on power distribution device
CN107172573B (en) zigbee terminal communication data processing method
CN108966168A (en) Internet of Things gauge table, communication board and the Internet of Things gauge table means of communication based on NB-IoT
CN113938351A (en) Data acquisition method, system and computer readable storage medium
CN113377363B (en) Cloud implementation method for automatically generating source codes for various electric control end private protocols
CN104683973A (en) Method and system for automatic configuration management based on intelligent terminal
CN108737352A (en) The radio physical layer processing system and method for compatible multi-protocols and nonstandard protocol
WO2016161581A1 (en) Method and apparatus for acquiring downlink control information, terminal and base station
CN102013918B (en) Method, system and device for transmitting data
CN101592940A (en) A kind of automation control system that inserts robotization isomery controller and uses thereof
CN111447093A (en) System and method for unified configuration of Internet of things equipment
CN201274574Y (en) Wireless modem supporting configuration modification by short message method
CN106412657B (en) A kind of method and system of set-top box programming sequence code
CN114584630B (en) Communication method and device based on field bus protocol
CN116489536B (en) Efficient point location acquisition method and device based on modbusRTU protocol communication

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