CN115426344A - Instrument remote communication control method - Google Patents

Instrument remote communication control method Download PDF

Info

Publication number
CN115426344A
CN115426344A CN202211064683.8A CN202211064683A CN115426344A CN 115426344 A CN115426344 A CN 115426344A CN 202211064683 A CN202211064683 A CN 202211064683A CN 115426344 A CN115426344 A CN 115426344A
Authority
CN
China
Prior art keywords
communication
data
upper computer
instrument
control method
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.)
Pending
Application number
CN202211064683.8A
Other languages
Chinese (zh)
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.)
Gaoxiang Water Meter Co ltd
Original Assignee
Gaoxiang Water Meter 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 Gaoxiang Water Meter Co ltd filed Critical Gaoxiang Water Meter Co ltd
Priority to CN202211064683.8A priority Critical patent/CN115426344A/en
Publication of CN115426344A publication Critical patent/CN115426344A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • H04L67/025Protocols based on web technology, e.g. hypertext transfer protocol [HTTP] for remote control or remote monitoring of applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/04Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks
    • H04L63/0428Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload
    • H04L63/0442Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload wherein the sending and receiving network entities apply asymmetric encryption, i.e. different keys for encryption and decryption
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0823Network architectures or network communication protocols for network security for authentication of entities using certificates
    • 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/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/161Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields
    • H04L69/162Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields involving adaptations of sockets based mechanisms

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Selective Calling Equipment (AREA)

Abstract

The invention provides a remote communication control method for an instrument. The technical scheme abandons the conventional one-way and single-factor control strategy, adopts communication nodes with relay function and a control path of modeling blocking of an upper mechanism, and adds an encryption algorithm and an identification module. Specifically, the method firstly generates the SMTP message with json data and data types; on the basis, a Socket server and a Socket client are respectively established at the communication nodes, and upper computer information is preset; meanwhile, storing the private key in a trusted execution environment, storing the public key in an SSL certificate, and communicating and encrypting based on the exchanged digital certificate; and finally, giving a communication identification code to the data before transmitting the data, and controlling the on-off of a communication link by the upper computer based on the communication identification code. The invention not only improves the safety of communication control, but also has higher efficiency, better guaranteed accuracy and good running performance.

Description

Instrument remote communication control method
Technical Field
The invention relates to the technical field of instruments and meters, in particular to a remote communication control method for an instrument.
Background
In recent years, with the rapid development of network communication technology, many intelligent instruments and industrial control systems use standard communication interfaces and existing networks (such as public switched telephone networks, power networks, and the like) to realize remote data communication and control management, and especially at present, household appliances are increasingly intelligent, and there is a wide development and application space for remote control by using the standard communication interfaces.
In the prior art, the communication networks commonly used for instruments include a public switched telephone network, a power line carrier communication network, a mobile wireless network, a wired width network and the like, and the communication networks have characteristics in the aspect of a communication control implementation method. The public telephone network is one of the most extensive networks, although the public telephone network is an existing telephone communication facility, does not need to additionally lay a private cable, and is low in cost, but is completely based on analog transmission, narrow in bandwidth, low in data transmission rate, high in bit error rate, and is still a practical and economic choice for a remote data transmission and control management system with low data traffic. The power grid is also the most extensive network laid, the data transmission by using the power grid is not only low in operation cost but also convenient and practical, and a sending end modulates data onto a high-frequency carrier wave, and the data is coupled to a power line through a coupling circuit after being amplified by power. However, there are many disadvantages to using power carrier communication. Firstly, the line interference is very large, instantaneous pulse interference can be generated on the line by the on-off of various electrical equipment, and the peak value of the interference pulses can reach up to kilovolt; the opening and closing of various high-power switching devices can generate standing wave interference with wide frequency spectrum distribution. Secondly, different kinds of lines and loads on different lines have a great influence on the transmission of high frequency signals on the power line. Therefore, it is very important to select a reasonable data modulation mode. The mobile wireless network adds a new channel for the remote control of the intelligent instrument, saves the wiring cost, reduces the construction, makes the remote control system have a wider development space, and generally forms a network into a multilevel structure for reducing the mobile communication cost. The wired broadband network is also very wide, and particularly, the application of the optical fiber technology promotes the faster development of the wired broadband. Adopt wired broadband network can reduce mobile communication expense, the structure of adoption: radio frequency-ethernet/wifi-server-client; wifi-server-client; the network architecture can be changed in combination with the features of the meter and the customer's requirements. On the whole, the conventional communication control method needs to be improved in terms of communication efficiency, accuracy, timeliness and the like, and under the condition, how to develop a more accurate and efficient instrument remote communication control method becomes a technical problem to be solved in the field.
Disclosure of Invention
The invention aims to provide a remote communication control method for an instrument aiming at the technical defects in the prior art so as to solve the technical problems of the conventional communication control method, such as communication efficiency, accuracy, timeliness and the like.
In order to achieve the technical purpose, the invention adopts the following technical scheme:
a meter remote communication control method comprises the following steps:
1) The intelligent meter generates an SMTP message, and the SMTP message simultaneously has json data and data type information subordinate to the json data;
2) Respectively establishing a Socket server and a Socket client at communication nodes, simultaneously establishing a communication node management form, presetting upper computer information at each communication node, and responding to the upper computer information by the Socket client to trigger a control instruction;
3) The meter stores the private key in a trusted execution environment and stores the public key in an SSL certificate, when the meter is communicated with an upper computer, the SSL certificate is exchanged, an encryption private key of the communication is created after the verification is passed, and the encryption private key is used for encryption;
4) Establishing core communication information according to data output by the instrument, and sending the core communication information to an upper computer, wherein the core communication information has a randomly generated communication identification code; the upper computer controls the on-off of a communication link based on the communication identification code; and when at least one control instruction is arranged in the upper computer, transmitting the control instruction from the data temporary storage area to a data receiving area of the instrument.
Preferably, the smart meter comprises a wireless module, and the wireless module and the communication node exchange data by using a TCP/IP protocol.
Preferably, the SMTP message has a response code, response description information, and version information.
Preferably, the json data provides stringiness and parse methods; and the striping converts the js object into a character string conforming to the json standard.
Preferably, the Socket server is connected with a plurality of Socket clients simultaneously.
Preferably, the upper computer is provided with control software of the intelligent instrument, and the control software responds to user operation to generate a control instruction.
Preferably, in step 3), the user accesses the Web server using the URL of HTTPS, and requests to establish an SSL connection with the Web server.
Preferably, the SSL certificate contains certificate version information, a serial number, a signature algorithm, an encryption algorithm, a validity period, and user information.
Preferably, a lower computer is arranged between the instrument and the upper computer, and the lower computer is a PLC (programmable logic controller) or a single chip microcomputer.
Preferably, the data temporary storage area is DX or MDR.
The invention provides a remote communication control method for an instrument. The technical scheme abandons the conventional unidirectional and single-factor control strategy, adopts communication nodes with relay function and an upper mechanism to build a blocking control path, and adds an encryption algorithm and an identification module. Specifically, the method firstly generates the SMTP message with json data and data types; on the basis, a Socket server and a Socket client are respectively established at the communication nodes, and upper computer information is preset; meanwhile, storing the private key in a trusted execution environment, storing the public key in an SSL certificate, and communicating and encrypting based on the exchanged digital certificate; and finally, giving a communication identification code to the data before transmitting the data, and controlling the on-off of a communication link by the upper computer based on the communication identification code. The invention not only improves the safety of communication control, but also has higher efficiency, better guaranteed accuracy and good running performance.
Drawings
FIG. 1 is a flow chart of the method of the present invention.
Detailed Description
Hereinafter, specific embodiments of the present invention will be described in detail. Well-known structures or functions may not be described in detail in the following embodiments in order to avoid unnecessarily obscuring the details. Approximating language, as used herein in the following examples, may be applied to represent quantitative representations that could permissibly vary in number without resulting in a change in the basic function. Unless defined otherwise, technical and scientific terms used in the following examples have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs.
Example 1
A meter remote communication control method comprises the following steps:
1) The intelligent meter generates an SMTP message, and the SMTP message simultaneously has json data and data type information subordinate to the json data;
2) Respectively establishing a Socket server and a Socket client at communication nodes, simultaneously establishing a communication node management form, presetting upper computer information at each communication node, and responding to the upper computer information by the Socket client to trigger a control instruction;
3) The meter stores the private key in a trusted execution environment and stores the public key in an SSL certificate, when the meter is communicated with an upper computer, the SSL certificate is exchanged, an encryption private key of the communication is created after the verification is passed, and the encryption private key is used for encryption;
4) Establishing core communication information according to data output by the instrument, and sending the core communication information to an upper computer, wherein the core communication information has a randomly generated communication identification code; the upper computer controls the on-off of a communication link based on the communication identification code; when the upper computer has at least one control instruction, the control instruction is transmitted to a data receiving area of the instrument from the data temporary storage area.
Example 2
A meter remote communication control method comprises the following steps:
1) The intelligent meter generates an SMTP message, and the SMTP message simultaneously has json data and data type information subordinate to the json data;
2) Respectively establishing a Socket server and a Socket client at communication nodes, establishing a communication node management form, presetting upper computer information at each communication node, and responding to the upper computer information by the Socket client to trigger a control instruction;
3) The meter stores the private key in a trusted execution environment and stores the public key in an SSL certificate, when the meter is communicated with an upper computer, the SSL certificate is exchanged, an encryption private key of the communication is created after the verification is passed, and the encryption private key is used for encryption;
4) Establishing core communication information according to data output by the instrument, and sending the core communication information to an upper computer, wherein the core communication information has a randomly generated communication identification code; the upper computer controls the on-off of a communication link based on the communication identification code; when the upper computer has at least one control instruction, the control instruction is transmitted to a data receiving area of the instrument from the data temporary storage area.
The intelligent instrument comprises a wireless module, and the wireless module and the communication node exchange data by utilizing a TCP/IP protocol. The SMTP message has a response code, response description information, and version information. The json data provides stringify and parse methods; and the striping converts the js object into a character string conforming to the json standard. The Socket server is connected with a plurality of Socket clients simultaneously. The upper computer is provided with control software of the intelligent instrument, and the control software responds to user operation to generate a control instruction. In step 3), the user accesses the Web server by using the URL of the HTTPS and requires to establish SSL connection with the Web server. The SSL certificate contains certificate version information, a serial number, a signature algorithm, an encryption algorithm, a validity period and user information. And a lower computer is arranged between the instrument and the upper computer, and the lower computer is a PLC (programmable logic controller) or a singlechip. The data temporary storage area is DX or MDR.
The embodiments of the present invention have been described in detail, but the description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention. Any modification, equivalent replacement, and improvement made within the scope of the application of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A remote communication control method for a meter is characterized by comprising the following steps:
1) The intelligent meter generates an SMTP message which simultaneously has json data and data type information subordinate to the json data;
2) Respectively establishing a Socket server and a Socket client at communication nodes, simultaneously establishing a communication node management form, presetting upper computer information at each communication node, and responding to the upper computer information by the Socket client to trigger a control instruction;
3) The instrument stores the private key in a trusted execution environment and stores the public key in an SSL (secure socket layer) certificate, when the instrument is communicated with an upper computer, the SSL certificate is exchanged at first, an encryption private key of the communication is created after the verification is passed, and the encryption private key is used for encryption;
4) Creating core communication information according to data output by the instrument, and sending the core communication information to an upper computer, wherein the core communication information has a randomly generated communication identification code; the upper computer controls the on-off of a communication link based on the communication identification code; and when at least one control instruction is arranged in the upper computer, transmitting the control instruction from the data temporary storage area to a data receiving area of the instrument.
2. The meter telecommunication control method of claim 1, wherein said smart meter comprises a wireless module, said wireless module and said communication node exchange data using TCP/IP protocol.
3. The meter telecommunication control method of claim 1, wherein the SMTP message has a response code, response description information and version information.
4. A meter telecommunication control method according to claim 1, characterized in that said json data provides stringify and part methods; and converting the js object into a character string meeting the json standard by the stringify.
5. The instrument remote communication control method according to claim 1, wherein the Socket server is connected to a plurality of Socket clients simultaneously.
6. The instrument remote communication control method according to claim 1, wherein the upper computer is provided with control software of the intelligent instrument, and the control software generates a control instruction in response to a user operation.
7. The meter telecommunication control method according to claim 1, wherein in step 3), the user accesses the Web server using URL of HTTPS to request SSL connection with the Web server.
8. The meter telecommunication control method of claim 1, wherein the SSL certificate contains certificate version information, serial number, signature algorithm, encryption algorithm, validity period, and user information.
9. The instrument remote communication control method according to claim 1, wherein a lower computer is provided between the instrument and the upper computer, and the lower computer is a PLC controller or a single chip microcomputer.
10. The method as claimed in claim 1, wherein the data buffer is DX or MDR.
CN202211064683.8A 2022-08-29 2022-08-29 Instrument remote communication control method Pending CN115426344A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211064683.8A CN115426344A (en) 2022-08-29 2022-08-29 Instrument remote communication control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211064683.8A CN115426344A (en) 2022-08-29 2022-08-29 Instrument remote communication control method

Publications (1)

Publication Number Publication Date
CN115426344A true CN115426344A (en) 2022-12-02

Family

ID=84203039

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211064683.8A Pending CN115426344A (en) 2022-08-29 2022-08-29 Instrument remote communication control method

Country Status (1)

Country Link
CN (1) CN115426344A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117424947A (en) * 2023-12-19 2024-01-19 无锡梵克罗电气设计有限公司 Riding equipment system

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1477540A (en) * 2002-07-12 2004-02-25 Lg电子株式会社 Long Distance meter fetch system and method based on mobile communication
US20140148952A1 (en) * 2011-05-11 2014-05-29 Mytech Ingenieria Aplicada, S.L. Central node and terminal instrumentation node for self-configuring and secure building automation system
CN103905384A (en) * 2012-12-26 2014-07-02 北京握奇数据系统有限公司 Embedded inter-terminal session handshake realization method based on security digital certificate
CN106329721A (en) * 2016-06-01 2017-01-11 杭州华泰电气技术有限公司 Integrated intelligent ammeter and electric power measurement and control protection system
CN206657474U (en) * 2017-04-15 2017-11-21 湖南安全技术职业学院 A kind of long-distance meter-reading system based on Internet of Things
CN107864040A (en) * 2017-11-17 2018-03-30 国网重庆市电力公司南岸供电分公司 A kind of intelligent grid big data information management system based on safe cloud computing
EP3345335A1 (en) * 2016-11-16 2018-07-11 Huawei Technologies Co., Ltd. Homomorphic based method and system for securely aggregating data
CN109918936A (en) * 2019-04-04 2019-06-21 长园深瑞继保自动化有限公司 Distributed power net O&M method and system based on B/S framework

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1477540A (en) * 2002-07-12 2004-02-25 Lg电子株式会社 Long Distance meter fetch system and method based on mobile communication
US20140148952A1 (en) * 2011-05-11 2014-05-29 Mytech Ingenieria Aplicada, S.L. Central node and terminal instrumentation node for self-configuring and secure building automation system
CN103905384A (en) * 2012-12-26 2014-07-02 北京握奇数据系统有限公司 Embedded inter-terminal session handshake realization method based on security digital certificate
CN106329721A (en) * 2016-06-01 2017-01-11 杭州华泰电气技术有限公司 Integrated intelligent ammeter and electric power measurement and control protection system
EP3345335A1 (en) * 2016-11-16 2018-07-11 Huawei Technologies Co., Ltd. Homomorphic based method and system for securely aggregating data
CN206657474U (en) * 2017-04-15 2017-11-21 湖南安全技术职业学院 A kind of long-distance meter-reading system based on Internet of Things
CN107864040A (en) * 2017-11-17 2018-03-30 国网重庆市电力公司南岸供电分公司 A kind of intelligent grid big data information management system based on safe cloud computing
CN109918936A (en) * 2019-04-04 2019-06-21 长园深瑞继保自动化有限公司 Distributed power net O&M method and system based on B/S framework

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117424947A (en) * 2023-12-19 2024-01-19 无锡梵克罗电气设计有限公司 Riding equipment system
CN117424947B (en) * 2023-12-19 2024-03-12 无锡梵克罗电气设计有限公司 Riding equipment system

Similar Documents

Publication Publication Date Title
Haidine et al. High-speed narrowband PLC in Smart Grid landscape—State-of-the-art
Jeon QoS requirements for the smart grid communications system
US8350718B2 (en) Secure collector diagnostic portal activation
CN103312546A (en) Method for automatically configuring and managing ZigBee network
CN104683323A (en) Hybrid protocol-based intelligent power distribution network wireless communication system
CN115426344A (en) Instrument remote communication control method
CN106787163A (en) A kind of centralized configuration and long distance control system for substation network communication device
CN104519500A (en) Automatic test system of throughput of wireless communication equipment and automatic test method of throughput
CN111614164B (en) Low-voltage distribution station topology identification method
CN103873271A (en) Gateway EoC terminal, and management system and management method thereof
CN102075351A (en) Network management remote control method and system
CN108834003A (en) A kind of electric power light load communication multi dimensional resource distribution optimization method of quantum communications business
CN216699614U (en) Distribution transformer tap temperature control device based on IP wireless communication
CN109871325A (en) A kind of KNX remote debugging method and system
CN204119270U (en) Based on the intelligent distribution network wireless communication system of hybrid protocol
CN112424759A (en) Secure mesh network system for data sharing and associated coupling and interface devices
CN101399706B (en) Method for information transmission through standard communication interface
CN101488765B (en) Remote microwave monitoring system and method
Garcia Hernandez An analysis of communications and networking technologies for the smart grid
Srinivas et al. Review of network technologies in intelligent power system
Ngcobo et al. An overview of DLMS/COSEM and g3-plc for smart metering applications
Henneke et al. Implementation of industrial cloud applications as controlled local systems (CLS) in a smart grid context
CN2790045Y (en) Reliable network management channel realizing circuit
Colak et al. Long term benefits of advanced communication techniques in smart grids
CN114554307B (en) Distribution transformer sub-joint temperature control device based on IP wireless 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