CN117061607A - Data communication method and device, energy storage system, storage medium and electronic equipment - Google Patents

Data communication method and device, energy storage system, storage medium and electronic equipment Download PDF

Info

Publication number
CN117061607A
CN117061607A CN202311313085.4A CN202311313085A CN117061607A CN 117061607 A CN117061607 A CN 117061607A CN 202311313085 A CN202311313085 A CN 202311313085A CN 117061607 A CN117061607 A CN 117061607A
Authority
CN
China
Prior art keywords
energy storage
command
target
target energy
pool
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
CN202311313085.4A
Other languages
Chinese (zh)
Other versions
CN117061607B (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.)
Xiamen Hithium Energy Storage Technology Co Ltd
Original Assignee
Xiamen Hithium Energy Storage 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 Xiamen Hithium Energy Storage Technology Co Ltd filed Critical Xiamen Hithium Energy Storage Technology Co Ltd
Priority to CN202311313085.4A priority Critical patent/CN117061607B/en
Publication of CN117061607A publication Critical patent/CN117061607A/en
Application granted granted Critical
Publication of CN117061607B publication Critical patent/CN117061607B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Remote Monitoring And Control Of Power-Distribution Networks (AREA)

Abstract

The disclosure provides a data communication method applied to an energy storage system, a data communication device applied to the energy storage system, a computer readable storage medium and electronic equipment, and relates to the technical field of energy storage. The data communication method comprises the following steps: the agent service unit receives a target energy storage command sent by the external device, adds the target energy storage command into a target command pool uniquely corresponding to the target energy storage device under the condition that the target energy storage device corresponding to the target energy storage command is in an occupied state, and sends the energy storage command in the target command pool to the target energy storage device one by one according to the order of the command priority from high to low after the target energy storage device is switched to an idle state. The data communication performance of the energy storage system can be improved.

Description

Data communication method and device, energy storage system, storage medium and electronic equipment
Technical Field
The disclosure relates to the technical field of energy storage, in particular to a data communication method applied to an energy storage system, a data communication device applied to the energy storage system, a computer readable storage medium and electronic equipment.
Background
Along with the prominence of energy problems and the continuous enhancement of environmental awareness, energy storage technology has become one of the important means for solving the energy and environmental problems. As an important factor for evaluating the quality of energy storage technologies, the performance of battery energy storage systems is widely concerned.
Currently, for battery energy storage systems, data transmission between devices is generally implemented based on an IO (input output) communication manner. However, the exclusive characteristic of IO communication results in limited communication of the energy storage system, and poor data transmission performance, which further affects the performance of the battery energy storage system.
Disclosure of Invention
The disclosure aims to provide a data communication method applied to an energy storage system, a data communication device applied to the energy storage system, a computer readable storage medium and electronic equipment, so as to overcome the problem of poor data communication performance of the energy storage system at least to a certain extent.
According to a first aspect of the present disclosure, there is provided a data communication method applied to an energy storage system, comprising: responding to a target energy storage command sent by external equipment, and determining the current working state of the target energy storage equipment; the target energy storage command is used for indicating the target energy storage equipment to execute the operation corresponding to the target energy storage command; transmitting a target energy storage command to the target energy storage device under the condition that the current working state of the target energy storage device is an idle state; under the condition that the current working state of the target energy storage equipment is an occupied state, if no target energy storage command exists in a target command pool uniquely corresponding to the target energy storage equipment, adding the target energy storage command into the target command pool; wherein, in the case that the energy storage system comprises a plurality of energy storage devices, each energy storage device is uniquely corresponding to a command pool; after the working state of the target energy storage equipment is switched from the occupied state to the idle state, if the target command pool contains a plurality of energy storage commands, the energy storage commands in the target command pool are sent to the target energy storage equipment one by one according to the order of the command priority from high to low.
Optionally, the target command pool includes m energy storage commands ordered from high to low according to command priority; wherein, sending the energy storage commands in the target command pool to the target energy storage device one by one according to the order of the command priority from high to low comprises: responding to the working state of the target energy storage equipment to switch from an occupied state to an idle state, and sending an ith energy storage command in m energy storage commands to the target energy storage equipment; the target energy storage equipment is in an occupied state when the target energy storage equipment executes the operation corresponding to the ith energy storage command; switching from the occupied state to the idle state after the target energy storage device completes the operation corresponding to the ith energy storage command, and sending the (i+1) th energy storage command in the m energy storage commands to the target energy storage device; wherein, m and i are positive integers, and the value range of i is [1, m-1].
Optionally, the data communication method further comprises: if the target energy storage command exists in the target command pool, discarding the currently received target energy storage command, and improving the command priority of the target energy storage command in the target command pool.
Optionally, the step of increasing the command priority of the target energy storage command in the target command pool includes: determining the times of receiving the target energy storage command during the period that the target command pool contains the target energy storage command; determining a priority lifting amplitude according to the times of receiving the target energy storage command; and lifting the command priority of the target energy storage command in the target command pool according to the priority lifting amplitude.
Optionally, the data communication method further comprises: virtual network interfaces based on TCP/UDP protocol are virtualized in advance; the target energy storage command is acquired from the external device based on the virtual network interface.
Optionally, sending the target energy storage command to the target energy storage device includes: and sending the target energy storage command to the target energy storage equipment in an IO communication mode.
Optionally, the data communication method further comprises: receiving feedback data sent by target energy storage equipment, wherein the feedback data is execution result data generated after the target energy storage equipment executes an operation corresponding to a target energy storage command; and sending the feedback data to the external equipment.
Optionally, the target energy storage command includes at least one of a device parameter adjustment command, a device status monitoring command, and a device upgrade command of the target energy storage device.
According to a second aspect of the present disclosure, there is provided a data communication method applied to an energy storage system, comprising: receiving a plurality of target energy storage commands sent by a plurality of external devices, and adding the plurality of target energy storage commands into a target command pool uniquely corresponding to the target energy storage devices; the target energy storage commands are respectively used for indicating the target energy storage devices to execute operations corresponding to the target energy storage commands, and each energy storage device is uniquely corresponding to one command pool under the condition that the energy storage system comprises a plurality of energy storage devices; and under the condition that the working state of the target energy storage equipment is an idle state, the energy storage commands in the target command pool are sent to the target energy storage equipment one by one according to the order of the command priority from high to low.
Optionally, the target command pool includes m energy storage commands ordered from high to low according to command priority; wherein, sending the energy storage commands in the target command pool to the target energy storage device one by one according to the order of the command priority from high to low comprises: responding to the working state of the target energy storage equipment to switch from an occupied state to an idle state, and sending an ith energy storage command in m energy storage commands to the target energy storage equipment; the target energy storage equipment is in an occupied state when the target energy storage equipment executes the operation corresponding to the ith energy storage command; switching from the occupied state to the idle state after the target energy storage device completes the operation corresponding to the ith energy storage command, and sending the (i+1) th energy storage command in the m energy storage commands to the target energy storage device; wherein, m and i are positive integers, and the value range of i is [1, m-1].
Optionally, the data communication method further comprises: if the target energy storage command exists in the target command pool, discarding the currently received target energy storage command, and improving the command priority of the target energy storage command in the target command pool.
Optionally, the step of raising the command priority of the target energy storage command in the target command pool includes: determining the number of times the target energy storage command is received during the period that the target command pool contains the target energy storage command; determining a priority lifting amplitude according to the times of receiving the target energy storage command; and lifting the command priority of the target energy storage command in the target command pool according to the priority lifting amplitude.
Optionally, the data communication method further comprises: virtual network interfaces based on TCP/UDP protocol are virtualized in advance; the target energy storage command is acquired from the external device based on the virtual network interface.
Optionally, sending the target energy storage command to the target energy storage device includes: and sending the target energy storage command to the target energy storage equipment in an IO communication mode.
Optionally, the data communication method further comprises: receiving feedback data sent by target energy storage equipment, wherein the feedback data is execution result data generated after the target energy storage equipment executes an operation corresponding to a target energy storage command; and sending the feedback data to the corresponding external equipment.
Optionally, the target energy storage command includes at least one of a device parameter adjustment command, a device status monitoring command, and a device upgrade command of the target energy storage device.
According to a third aspect of the present disclosure there is provided a data communication device for use in an energy storage system, comprising: the state determining module is used for responding to a target energy storage command sent by the external equipment and determining the current working state of the target energy storage equipment; the target energy storage command is used for indicating the target energy storage equipment to execute the operation corresponding to the target energy storage command; the first command sending module is used for sending the target energy storage command to the target energy storage equipment under the condition that the current working state of the target energy storage equipment is an idle state; the command cache module is used for adding the target energy storage command into the target command pool if the target energy storage command does not exist in the target command pool uniquely corresponding to the target energy storage device under the condition that the current working state of the target energy storage device is an occupied state; wherein, in the case that the energy storage system comprises a plurality of energy storage devices, each energy storage device is uniquely corresponding to a command pool; and the second command sending module is used for sending the energy storage commands in the target command pool to the target energy storage equipment one by one according to the order of the command priority from high to low if the target command pool contains a plurality of energy storage commands after the working state of the target energy storage equipment is switched from the occupied state to the idle state.
According to a fourth aspect of the present disclosure, there is provided a data communication device for use in an energy storage system, comprising: the command receiving module is used for receiving a plurality of target energy storage commands sent by a plurality of external devices and adding the plurality of target energy storage commands into a target command pool uniquely corresponding to the target energy storage devices; the target energy storage commands are respectively used for indicating the target energy storage devices to execute operations corresponding to the target energy storage commands, and each energy storage device is uniquely corresponding to one command pool under the condition that the energy storage system comprises a plurality of energy storage devices; and the third command sending module is used for sending the energy storage commands in the target command pool to the target energy storage equipment one by one according to the order of the command priority from high to low under the condition that the working state of the target energy storage equipment is an idle state.
According to a fifth aspect of the present disclosure, there is provided an energy storage system comprising: the external equipment is used for sending a target energy storage command; the proxy service unit is used for responding to the target energy storage command sent by the external equipment and determining the current working state of the target energy storage equipment; transmitting a target energy storage command to the target energy storage device under the condition that the current working state of the target energy storage device is an idle state; under the condition that the current working state of the target energy storage equipment is an occupied state, if no target energy storage command exists in a target command pool uniquely corresponding to the target energy storage equipment, adding the target energy storage command into the target command pool; wherein, in the case that the energy storage system comprises a plurality of energy storage devices, each energy storage device is uniquely corresponding to a command pool; after the working state of the target energy storage equipment is switched from the occupied state to the idle state, if a plurality of energy storage commands are contained in the target command pool, the energy storage commands in the target command pool are sent to the target energy storage equipment one by one according to the order of the command priority from high to low; and the target energy storage equipment is used for receiving the target energy storage command and executing the operation corresponding to the target energy storage command under the condition that the current working state is the idle state.
Optionally, the target command pool includes m stored energy commands ordered by command priority from high to low. The proxy service unit is configured to perform: responding to the working state of the target energy storage equipment to switch from an occupied state to an idle state, and sending an ith energy storage command in m energy storage commands to the target energy storage equipment; the target energy storage equipment is in an occupied state when the target energy storage equipment executes the operation corresponding to the ith energy storage command; switching from the occupied state to the idle state after the target energy storage device completes the operation corresponding to the ith energy storage command, and sending the (i+1) th energy storage command in the m energy storage commands to the target energy storage device; wherein, m and i are positive integers, and the value range of i is [1, m-1].
Optionally, the proxy service unit is further configured to perform: if the target energy storage command exists in the target command pool, discarding the currently received target energy storage command, and improving the command priority of the target energy storage command in the target command pool.
Optionally, the process of the proxy service unit to promote the command priority of the target energy storage command in the target command pool is configured to perform: determining the times of receiving the target energy storage command during the period that the target command pool contains the target energy storage command; determining a priority lifting amplitude according to the times of receiving the target energy storage command; and lifting the command priority of the target energy storage command in the target command pool according to the priority lifting amplitude.
Optionally, the proxy service unit is further configured to perform: virtual network interfaces based on TCP/UDP protocol are virtualized in advance. The target energy storage command is acquired from the external device based on the virtual network interface.
Optionally, the proxy service unit sends the target energy storage command to the target energy storage device in an IO communication manner.
Optionally, the proxy service unit is further configured to perform: receiving feedback data sent by target energy storage equipment, wherein the feedback data is execution result data generated after the target energy storage equipment executes an operation corresponding to a target energy storage command; and sending the feedback data to the external equipment.
Optionally, the target energy storage command includes at least one of a device parameter adjustment command, a device status monitoring command, and a device upgrade command of the target energy storage device.
According to a sixth aspect of the present disclosure, there is provided an energy storage system comprising: the external devices are used for respectively sending target energy storage commands; the proxy service unit is used for receiving a plurality of target energy storage commands sent by a plurality of external devices and adding the plurality of target energy storage commands into a target command pool uniquely corresponding to the target energy storage devices; the target energy storage commands are respectively used for indicating the target energy storage devices to execute operations corresponding to the target energy storage commands, and each energy storage device is uniquely corresponding to one command pool under the condition that the energy storage system comprises a plurality of energy storage devices; under the condition that the working state of the target energy storage equipment is an idle state, the energy storage commands in the target command pool are sent to the target energy storage equipment one by one according to the order of the command priority from high to low; and the target energy storage equipment is used for receiving the energy storage command sent by the proxy service unit and executing the operation corresponding to the energy storage command under the condition that the working state is the idle state.
Optionally, the target command pool includes m stored energy commands ordered by command priority from high to low. The proxy service unit is configured to perform: responding to the working state of the target energy storage equipment to switch from an occupied state to an idle state, and sending an ith energy storage command in m energy storage commands to the target energy storage equipment; the target energy storage equipment is in an occupied state when the target energy storage equipment executes the operation corresponding to the ith energy storage command; switching from the occupied state to the idle state after the target energy storage device completes the operation corresponding to the ith energy storage command, and sending the (i+1) th energy storage command in the m energy storage commands to the target energy storage device; wherein, m and i are positive integers, and the value range of i is [1, m-1].
Optionally, the proxy service unit is further configured to perform: if the target energy storage command exists in the target command pool, discarding the currently received target energy storage command, and improving the command priority of the target energy storage command in the target command pool.
Optionally, the process of the proxy service unit to promote the command priority of the target energy storage command in the target command pool is configured to perform: determining the number of times the target energy storage command is received during the period that the target command pool contains the target energy storage command; determining a priority lifting amplitude according to the times of receiving the target energy storage command; and lifting the command priority of the target energy storage command in the target command pool according to the priority lifting amplitude.
Optionally, the proxy service unit is further configured to perform: virtual network interfaces based on TCP/UDP protocol are virtualized in advance. The target energy storage command is acquired from the external device based on the virtual network interface.
Optionally, the proxy service unit sends the target energy storage command to the target energy storage device in an IO communication manner.
Optionally, the proxy service unit is further configured to perform: receiving feedback data sent by target energy storage equipment, wherein the feedback data is execution result data generated after the target energy storage equipment executes an operation corresponding to a target energy storage command; and sending the feedback data to the external equipment.
Optionally, the target energy storage command includes at least one of a device parameter adjustment command, a device status monitoring command, and a device upgrade command of the target energy storage device.
According to a seventh aspect of the present disclosure, there is provided a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements any of the above-described data communication methods.
According to an eighth aspect of the present disclosure, there is provided an electronic device comprising: a processor; and a memory for storing executable instructions of the processor; the processor is configured to implement any of the data communication methods described above via execution of executable instructions.
According to a ninth aspect of the present disclosure, there is provided a computer program product or computer program comprising computer instructions which are executed by a processor of a computer device to cause the computer device to perform any of the data communication methods described above.
In some embodiments of the present disclosure, in the technical solutions provided by the present disclosure, the proxy service unit is configured to receive a target energy storage command sent by an external device, add the target energy storage command to a target command pool uniquely corresponding to the target energy storage device when the target energy storage device corresponding to the target energy storage command is in an occupied state, and after the target energy storage device is switched to an idle state, send the energy storage commands in the target command pool to the target energy storage device one by one according to a sequence from high command priority to low command priority. On one hand, the command pool configured for the energy storage device by the proxy service unit can smoothly receive the energy storage command sent by the external device even if the energy storage device is occupied, so that the problem that interaction cannot be performed due to exclusive communication of some technologies is avoided, and the data transmission performance is improved; on the other hand, through the configuration of the proxy service unit, the external equipment does not need to know the specific connection parameters of the internal energy storage equipment, so that the flexibility of data transmission and the expansibility of the equipment are improved; in still another aspect, through configuration of the proxy service unit, there is no distance limitation between the external device and the internal energy storage device, thereby facilitating remote monitoring and regulation of the energy storage device.
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 disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the disclosure and together with the description, serve to explain the principles of the disclosure. It will be apparent to those of ordinary skill in the art that the drawings in the following description are merely examples of the disclosure and that other drawings may be derived from them without undue effort.
Fig. 1 schematically illustrates a schematic diagram of an energy storage system according to an embodiment of the present disclosure.
Fig. 2 schematically illustrates a schematic diagram of an energy storage system according to another embodiment of the present disclosure.
Fig. 3 schematically illustrates a schematic diagram of an energy storage system according to yet another embodiment of the present disclosure.
Fig. 4 schematically illustrates a flow chart of a data communication method applied to an energy storage system according to an embodiment of the present disclosure.
Fig. 5 shows a schematic diagram of a data communication scheme incorporating command priority in accordance with an embodiment of the present disclosure.
Fig. 6 illustrates a schematic diagram of device parameter adjustment for an internal energy storage device using a data communication scheme of an embodiment of the present disclosure.
Fig. 7 illustrates a schematic diagram of monitoring a device status of an internal energy storage device using a data communication scheme of an embodiment of the present disclosure.
Fig. 8 illustrates a schematic diagram of an upgrade to an internal energy storage device applying a data communication scheme of an embodiment of the present disclosure.
Fig. 9 schematically illustrates a flow chart of a data communication method applied to an energy storage system according to another embodiment of the present disclosure.
Fig. 10 schematically illustrates a block diagram of a data communication device applied to an energy storage system according to an embodiment of the present disclosure.
Fig. 11 schematically illustrates a block diagram of a data communication device applied to an energy storage system according to another embodiment of the present disclosure.
Fig. 12 schematically illustrates a block diagram of an electronic device according to an exemplary embodiment of the present disclosure.
Detailed Description
Example embodiments will now be described more fully with reference to the accompanying drawings. However, the exemplary embodiments may be embodied in many forms and should not be construed as limited to the examples set forth herein; rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of the example embodiments to those skilled in the art. The described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments. In the following description, numerous specific details are provided to give a thorough understanding of embodiments of the present disclosure. One skilled in the relevant art will recognize, however, that the aspects of the disclosure may be practiced without one or more of the specific details, or with other methods, components, devices, steps, etc. In other instances, well-known technical solutions have not been shown or described in detail to avoid obscuring aspects of the present disclosure.
Furthermore, the drawings are merely schematic illustrations of the present disclosure and are not necessarily drawn to scale. The same reference numerals in the drawings denote the same or similar parts, and thus a repetitive description thereof will be omitted. Some of the block diagrams shown in the figures are functional entities and do not necessarily correspond to physically or logically separate entities. These functional entities may be implemented in software or in one or more hardware modules or integrated circuits or in different networks and/or processor devices and/or microcontroller devices.
The flow diagrams depicted in the figures are exemplary only and not necessarily all steps are included. For example, some steps may be decomposed, and some steps may be combined or partially combined, so that the order of actual execution may be changed according to actual situations. In addition, all of the following terms "first," "second," "third," etc. are used for distinguishing purposes only and should not be taken as a limitation of the present disclosure.
Aiming at the energy storage equipment of the battery energy storage system, other equipment or systems cannot directly access under the condition that IO is exclusively used, and the connection can be established only by releasing the original resources. In addition, IO access must be through a local connection, remote data communication cannot be achieved, and in the case that internal energy storage devices need to be debugged, a debug engineer needs to arrive at the site.
Furthermore, the configuration of the parameters of the IO connection must be adjusted according to the actual IO attributes. When multiple drives are connected, the IO resources need to be opened or closed, consuming a lot of time and memory.
In summary, the problem of poor data communication performance of the energy storage device in the existing energy storage system generally exists, and the performance of the battery energy storage system is further affected.
To solve or at least alleviate the above-mentioned technical problem, the embodiments of the present disclosure provide a new data communication scheme applied to an energy storage system in which an internal energy storage device communicates with an external device.
Fig. 1 schematically illustrates a schematic diagram of an energy storage system according to an embodiment of the present disclosure. Referring to fig. 1, the energy storage system may include an external device, a proxy service unit, and a target energy storage device.
The energy storage device referred to in this disclosure may also be referred to as an internal energy storage device, which may be any device in a battery energy storage system, including, but not limited to, a battery management system (Battery Management System, BMS), an energy storage converter (Power Conversion System, PCS), an energy management system (Energy Management System, EMS), an air conditioner, and the like, for example. The target energy storage device may be any one of the energy storage devices included in the energy storage system.
The battery management system can also be called a battery nurse or a battery manager and mainly comprises a detection module, a control module, a communication module and the like. The main function of the system is to monitor and control the state of the battery in real time, including but not limited to the parameters of the battery such as voltage, current, temperature, SOC (state of charge) and the like. Meanwhile, the battery management system can also perform protection control on the battery, such as overcharge, overdischarge, overcurrent and the like, so that the safety and the service life of the battery are ensured.
The energy storage converter mainly comprises an inverter, a transformer, a controller and the like, and is equipment for converting electric energy stored by a battery into alternating current and supplying the alternating current to a power grid or a user side. The main functions of the energy storage converter include converting direct current into alternating current, controlling input and output of electric energy, and ensuring safety and stability of the system. The performance of the energy storage converter directly affects the operating efficiency and the service life of the battery energy storage system.
The energy management system is responsible for the control strategy of the battery energy storage system, and the control strategy can influence the decay rate and the cycle life of the battery in the system, so that the energy storage economy is determined. In addition, the energy management system can monitor faults in the running process of the system, and plays roles of protecting equipment in time and guaranteeing safety.
The target energy storage device of the present disclosure supports IO communication modes such as RS485, CAN, RS232, and the like.
The external device may be a device for commissioning and controlling the target energy storage device, that is, in embodiments of the present disclosure, a commissioner may monitor, control, etc. the target energy storage device by means of the external device. The present disclosure does not limit the device type of the external device, such as a server, a monitoring device, a personal computer, a smart phone, a tablet computer, and the like.
The proxy service element may be a software element for enabling data communication between the external device and the internal energy storage device. The proxy service unit may be configured, for example, in a server system of the energy storage cabinet, to which the present disclosure is not limited.
In the energy storage system of the present disclosure, the proxy service unit may be configured to perform data communication with an external device through a virtual network interface that is virtual in advance, and perform data communication with a target energy storage device through an IO communication manner.
Therefore, the external equipment does not need to know specific connection parameters of the energy storage equipment, the flexibility of data transmission and the expansibility of the equipment are improved, the problem of low data transmission efficiency caused by the exclusive characteristic of the IO communication mode is solved to a certain extent, and the data transmission performance of the energy storage equipment is improved. In addition, based on the configuration of the virtual network interface, data communication between the remote external equipment and the energy storage equipment can be realized, and no distance limitation exists between the external equipment and the energy storage equipment, so that the remote control of the energy storage equipment is facilitated.
In particular, the virtual network interface may be a network interface based on the TCP/UDP protocol.
TCP (Transmission Control Protocol ) and UDP (User Datagram Protocol, user datagram protocol) are the core of the TCP/IP protocol. TCP defines the format of data and acknowledgement information exchanged for reliable transmission between multiple computers, as well as the actions taken by the computers to ensure proper arrival of the data. The protocol specifies how TCP software recognizes how multiple destination processes on a given computer recover from packet repetition such errors. The protocol also specifies how two computers initialize a TCP data stream transmission and how to end this transmission. The biggest feature of TCP is to provide connection-oriented, reliable byte stream services. UDP is a simple datagram-oriented transport layer protocol. Non-connection-oriented, unreliable data streaming is provided. UDP does not provide reliability nor functions such as message arrival confirmation, sequencing, and flow control. It simply sends datagrams that the application passes to the IP layer, but there is no guarantee that they will reach the destination. The message may be lost, repeated, out of order, etc. However, UDP does not establish a connection between the client and the server before transmitting the datagram, and there is no mechanism such as timeout retransmission, so the transmission speed is fast.
It should be noted that the virtual network interface of the embodiments of the present disclosure is a TCP/UDP protocol based network interface, which is only an exemplary description, and may also be constructed based on other protocols, including, but not limited to, IPX/SPX protocols, netBEUI protocols, and the like.
The number of energy storage devices included in the energy storage system may be one or more. The following describes a data communication process of a target energy storage device in the energy storage device in connection with the energy storage system. The target energy storage device may be any one of the energy storage devices included in the energy storage system.
The external device may be used to send the target energy storage command. The target energy storage command is used for indicating the target energy storage device to execute an operation corresponding to the target energy storage command, and the target energy storage command may include at least one of a device parameter adjustment command, a device state monitoring command and a device upgrade command of the target energy storage device, which is not limited in the disclosure.
The proxy service unit may be configured to determine a current operating state of the target energy storage device in response to a target energy storage command sent by the external device. Transmitting a target energy storage command to the target energy storage device under the condition that the current working state of the target energy storage device is an idle state; under the condition that the current working state of the target energy storage equipment is an occupied state, if the target energy storage command does not exist in a target command pool uniquely corresponding to the target energy storage equipment, adding the target energy storage command into the target command pool; wherein, in the case that the energy storage system comprises a plurality of energy storage devices, each energy storage device is uniquely corresponding to a command pool; after the working state of the target energy storage equipment is switched from the occupied state to the idle state, if the target command pool contains a plurality of energy storage commands, the energy storage commands in the target command pool are sent to the target energy storage equipment one by one according to the order of the command priority from high to low.
The target energy storage device may be configured to receive an energy storage command and perform an operation corresponding to the energy storage command in a case where the current operating state is an idle state.
In addition, the present disclosure does not limit the number of external devices and the number of energy storage devices included in the energy storage system. Referring to fig. 2, the external devices may include external devices 1, …, external device p, and the energy storage devices may include energy storage device 1, energy storage device 2, …, and energy storage device q. Wherein, p and q are positive integers, and p may be equal to q or not.
The external devices 1, … and the external device p can perform data interaction with the proxy service unit through a virtual network interface constructed based on a TCP/UDP protocol, and the energy storage device 1, the energy storage device 2, … and the energy storage device q can perform data interaction with the proxy service unit through IO communication.
In the case of an energy storage system comprising a plurality of external devices, these external devices may be in data communication with the energy storage device simultaneously via the proxy service unit. For example, referring to fig. 2, the external device 1, …, the external device p may connect any one of the energy storage devices 1, 2, …, q simultaneously via the proxy service unit.
The process of an energy storage device comprising a plurality of external devices, each in data communication with the same target energy storage device, is described below in connection with an energy storage system.
Multiple external devices may be used to send the target energy storage commands separately. In some embodiments, these external devices may send the target energy storage command at the same time. Each target energy storage command is used for indicating the target energy storage device to execute the operation corresponding to each target energy storage command.
The proxy service unit may be configured to receive a plurality of target energy storage commands sent by a plurality of external devices, and add the plurality of target energy storage commands to a target command pool uniquely corresponding to the target energy storage devices; wherein, in the case that the energy storage system comprises a plurality of energy storage devices, each energy storage device is uniquely corresponding to a command pool; and under the condition that the working state of the target energy storage equipment is an idle state, the energy storage commands in the target command pool are sent to the target energy storage equipment one by one according to the order of the command priority from high to low.
The target energy storage device may be configured to receive an energy storage command sent by the proxy service unit and perform an operation corresponding to the energy storage command in a case where the working state is an idle state.
In addition to the proxy server element being configured independently of the external device and the energy storage device, in other embodiments, the proxy server element may be configured within the energy storage device, or referred to as nested within the energy storage device.
Fig. 3 illustrates an example of an energy storage system comprising an external device 1, an external device 2, an energy storage device 1 and an energy storage device 2. Referring to fig. 3, the proxy service units may be configured in internal energy storage devices, so that each energy storage device corresponds to an individual service, and the problem that when only one proxy service unit is configured in the system, the proxy service unit hangs up to affect data communication of other energy storage devices is avoided.
In addition, as can be seen from fig. 3, based on the data communication scheme of the embodiment of the disclosure, multiple external devices can be simultaneously connected with the same energy storage device, so that the problem that only single-wire connection is supported in the IO communication mode in the existing scheme to cause IO monopolization is avoided, and the data communication performance of the energy storage device is improved.
Based on the configuration of the energy storage system described above, a data communication method according to an embodiment of the present disclosure will be described below.
The data communication method of the embodiment of the disclosure can be implemented by the proxy service unit, that is, after the electronic device runs the code of the proxy service unit, each step of the data communication method described below can be implemented, so that the effect of improving the data communication performance of the energy storage device is achieved. The electronic device may be, for example, a server in an energy storage cabinet, or may be an energy storage device, which is not limited by the present disclosure.
Fig. 4 schematically illustrates a flow chart of a data communication method applied to an energy storage system according to an exemplary embodiment of the present disclosure. Referring to fig. 4, the data communication method may include the steps of:
s42, responding to a target energy storage command sent by external equipment, and determining the current working state of the target energy storage equipment; the target energy storage command is used for indicating the target energy storage device to execute the operation corresponding to the target energy storage command.
In an exemplary embodiment of the present disclosure, the proxy service unit may virtualize a virtual network interface in advance to communicate with an external device through the virtual network interface. The virtual network interface may be a network interface constructed based on a TCP/UDP protocol. That is, the proxy service element may virtualize a virtual network interface based on the TCP/UDP protocol in advance. However, it should be understood that virtual network interfaces may also be created based on protocols such as the IPX/SPX protocol, the NetBEUI protocol, and the like, which is not limiting to the present disclosure.
It should be understood that in other embodiments of the present disclosure, the proxy service unit may also implement data communication with an external device through a hardware interface, which is not limited by the present disclosure.
The external device according to the embodiments of the present disclosure may also be referred to as a remote device, a cloud device, or the like. In addition, the number of external devices participating in implementing the data communication scheme of the present disclosure may be one or more, and in the case where a plurality of external devices participate in the scheme implementation, these external devices may all be connected to the same internal energy storage device based on a virtual network interface.
The external device may generate the target energy storage command in response to an operation related to monitoring or regulating the energy storage device. The target energy storage command may be obtained by the proxy service unit via the virtual network interface.
The target energy storage command is used for indicating a target energy storage device in the energy storage system to execute an operation corresponding to the target energy storage command. The present disclosure is not limited to the data type of the target energy storage command, and includes, for example, at least one of a device parameter adjustment command, a device status monitor command, and a device upgrade command for the internal energy storage device. The device parameter adjustment command is used for indicating the target energy storage device to adjust self parameter information, the device state monitoring command is used for indicating the target energy storage device to feed back device state information, and the device upgrading command is used for indicating the target energy storage device to upgrade a self system.
The proxy service unit may determine a current operating state of the target energy storage device in response to the target energy storage command transmitted by the external device. In the embodiments of the present disclosure, the operating state of the energy storage device may be divided into an idle state and an occupied state, wherein the energy storage device may receive a command and perform an operation corresponding to the command when the energy storage device is in the idle state. When the energy storage device is in an occupied state, the energy storage device is occupied and cannot receive a command, as the name suggests.
And S44, sending the target energy storage command to the target energy storage equipment under the condition that the current working state of the target energy storage equipment is an idle state.
In an exemplary embodiment of the present disclosure, the proxy service unit is connected to an energy storage device in the energy storage system by way of IO communication. That is, in the case that the current working state of the target energy storage device is an idle state, the proxy service unit may send the target energy storage command to the target energy storage device through the manner of IO communication.
S46, under the condition that the current working state of the target energy storage equipment is an occupied state, if no target energy storage command exists in a target command pool uniquely corresponding to the target energy storage equipment, adding the target energy storage command into the target command pool; where the energy storage system includes a plurality of energy storage devices, each energy storage device uniquely corresponds to a command pool.
The proxy service unit maintains a command pool for each energy storage device, and when the energy storage command cannot be processed because the energy storage device is in an occupied state, the proxy service unit can temporarily store the received energy storage command into the command pool corresponding to the energy storage device. In the embodiment of the disclosure, the command pool uniquely corresponding to the target energy storage device is recorded as a target command pool.
For the stored energy commands in the command pool, command priorities may be preconfigured. That is, in the embodiment of the present disclosure, each energy storage command corresponds to an attribute of command priority, and the energy storage command with high priority is processed preferentially, and the energy storage command with low priority is processed later. The command priority level of one energy storage command may be manually set in advance, which is not limited by the present disclosure.
In the case that the current operating state of the target energy storage device is the occupied state, the proxy service unit may determine whether the target energy storage command exists in a target command pool uniquely corresponding to the target energy storage device.
According to some embodiments of the present disclosure, there are no target energy storage commands in the target command pool. In this case, the proxy service unit may add the target energy storage command to the target command pool.
According to further embodiments of the present disclosure, there are target energy storage commands in the target command pool. In this case, in order to avoid repeated execution of the same task or an error in the algorithm logic, the proxy service unit may discard the currently received target energy storage command and raise the command priority of the target energy storage command in the target command pool.
Specifically, the proxy service unit may determine the number of times the target energy storage command is received during the period that the target command pool includes the target energy storage command, and determine the priority lifting amplitude according to the number of times the target energy storage command is received. And then, the command priority of the target energy storage command in the target command pool is promoted according to the priority promotion amplitude.
It should be noted that, during the period that the target command pool contains the target energy storage command, the number of times of receiving the target energy storage command is in positive correlation with the priority lifting amplitude. That is, the more times the target energy storage command is received, the greater the current demand for the command is, the greater the priority lifting amplitude is; the fewer the number of times of the received target energy storage command, the smaller the current demand for the command, and the smaller the priority lifting amplitude.
In addition, after the target energy storage command is transmitted to the target energy storage device, if the target energy storage command is received again, the command priority of the target energy storage command is the originally set priority, not just the priority after the priority is raised by the amplitude.
S48, after the working state of the target energy storage equipment is switched from the occupied state to the idle state, if the target command pool contains a plurality of energy storage commands, the energy storage commands in the target command pool are sent to the target energy storage equipment one by one according to the order of the command priority from high to low.
And the target command pool comprises m energy storage commands which are ordered from high to low according to the command priority. After the working state of the target energy storage device is switched from the occupied state to the idle state, the proxy service unit can send the energy storage commands in the target command pool to the target energy storage device one by one according to the order of the command priority from high to low. That is, the energy storage command with high command priority is sent to the target energy storage device first, and the energy storage command with low command priority is sent to the target energy storage device after that.
Regarding the transmission manner, as described in step S44, the proxy service unit may transmit the energy storage command to the target energy storage device one by one through the manner of IO communication.
Specifically, the proxy service unit may switch from the occupied state to the idle state in response to the working state of the target energy storage device, and send an ith energy storage command of the m energy storage commands to the target energy storage device. And when the target energy storage equipment executes the operation corresponding to the ith energy storage command, the target energy storage equipment is in an occupied state.
The proxy service unit may transmit the (i+1) th energy storage command of the m energy storage commands to the target energy storage device in case that the target energy storage device is switched from the occupied state to the idle state after performing the operation corresponding to the (i) th energy storage command.
It is understood that the (i+1) th energy storage command is an energy storage command having a command priority next to the (i) th energy storage command among the m energy storage commands. Wherein, m and i are positive integers, and the value range of i is [1, m-1].
It will be appreciated that in the process of sending the commands in the target command pool to the target energy storage device one by one, if a new energy storage command is added to the target command pool, the above-described process may be re-executed, and the command priority order of the energy storage commands in the target command pool may be updated.
In addition, for the process that the proxy service unit determines the energy storage device corresponding to the received energy storage command according to the received energy storage command, the present disclosure may be implemented in the following manner.
In the case that the energy storage system of the embodiment of the disclosure includes a plurality of energy storage devices, the target energy storage command may include an identifier of the target energy storage device, so that the proxy service unit may determine, from the plurality of energy storage devices of the energy storage system, the target energy storage device corresponding to the target energy storage command according to the identifier, and send the target energy storage command to the target energy storage device through an IO communication manner. The present disclosure does not limit the type of the identifier, and may be a predefined character, a name of the energy storage device, etc.
In addition, in the case that the energy storage system of the embodiment of the disclosure includes a plurality of energy storage devices, the proxy service unit may determine, according to data characteristics of the target energy storage command, the target energy storage device from the plurality of energy storage devices, and send the target energy storage command to the target energy storage device through an IO communication manner.
Specifically, the proxy service unit may perform feature extraction on the target energy storage command, and determine the energy storage device as the target energy storage device under the condition that the extracted feature is matched with a feature corresponding to the energy storage device.
For example, in the case where the energy storage device includes a battery management system and an energy storage converter, if the feature extracted by the proxy service unit from the target energy storage command is "adjust charging power of the energy storage cabinet to XXX", the proxy service unit determines through semantic analysis that the feature corresponds to the energy storage converter, and thus the proxy service unit transmits the target energy storage command to the energy storage converter. The mapping relationship between the features and the energy storage devices may be pre-constructed, and after the feature is extracted by the proxy service unit, the mapping relationship may be analyzed to determine the energy storage device corresponding to the target energy storage command.
Referring to fig. 5, remote commands of the external device are issued to the proxy service unit, the proxy service unit acquires the commands by means of the virtual network interface, the commands form a task queue according to priority, and the proxy service unit issues the commands according to the order from high priority to low priority, wherein the commands are sequentially transmitted to the target energy storage device through the IO interface service.
After the target energy storage device executes the task corresponding to the command, the processing result is fed back to the external device through the IO interface service and the virtual network interface of the proxy service unit, and the feedback data is uploaded.
For example, during a predetermined period of time, the proxy service unit obtains 10 energy storage commands from the external device, the energy storage commands are reordered in the proxy service unit according to priority, and the energy storage command with high priority is delivered to the target energy storage device first.
By configuring the command priority, the processing mode of the task is optimized, so that the task with high priority can be processed in time.
After the target energy storage device processes the target energy storage command, the target energy storage device may generate feedback data, where the feedback data may be execution result data generated after the target energy storage device performs an operation corresponding to the target energy storage command. The proxy service unit can acquire the feedback data from the target energy storage device in an IO communication mode, and sends the feedback data to the external device through the virtual network interface. The external device may be an external device that transmits the target energy storage command, or may be another external device, for example, an external device that performs feedback result recording and/or statistics.
In addition, the external device can perform visual display on the received feedback data so as to be convenient for relevant personnel to check.
Fig. 6 illustrates a schematic diagram of adjusting device parameters of a target energy storage device using a data communication scheme of an embodiment of the present disclosure.
Referring to fig. 6, first, an external device may transmit a device parameter adjustment command, and a proxy service unit may acquire the device parameter adjustment command by means of a virtual network interface and transmit the device parameter adjustment command to a target energy storage device through an IO communication manner. The target energy storage device may then adjust its own parameters based on the device parameter adjustment command and generate a parameter adjustment result. And then, the target energy storage device feeds back a parameter adjustment result to the proxy service unit in an IO communication mode, and the proxy service unit feeds back the parameter adjustment result to the external device based on the virtual network interface.
Fig. 7 illustrates a schematic diagram of monitoring a device status of a target energy storage device using a data communication scheme of an embodiment of the present disclosure.
Referring to fig. 7, first, an external device may transmit a device status monitoring command, and a proxy service unit may acquire the device status monitoring command by means of a virtual network interface and transmit the device status monitoring command to a target energy storage device through IO communication. Next, the target energy storage device may determine device status data based on the device status monitoring command. For example, the device status monitor command indicates that device status data of the last week is invoked, which may include, but is not limited to, device on/off information, temperature information, power information, exception information, and the like. And then, the target energy storage device feeds back device state data to the proxy service unit in an IO communication mode, and the proxy service unit feeds back the device state data to the external device based on the virtual network interface.
Fig. 8 illustrates a schematic diagram of upgrading a target energy storage device using a data communication scheme of an embodiment of the present disclosure.
Referring to fig. 8, first, an external device may transmit a device upgrade command, which may include upgrade-related instructions and an upgrade data packet. The proxy service unit can acquire the device upgrade command by means of the virtual network interface and send the device upgrade command to the target energy storage device in an IO communication mode. Next, the target energy storage device may upgrade its own system based on the device upgrade command and generate a device upgrade result. For example, the device upgrade result may include an upgraded system version number. And then, the target energy storage device feeds back a device upgrading result to the proxy service unit in an IO communication mode, and the proxy service unit feeds back the device upgrading result to the external device based on the virtual network interface.
Fig. 9 schematically illustrates a flow chart of a data communication method applied to an energy storage system according to another embodiment of the present disclosure. Referring to fig. 9, the data communication method may include the steps of:
s92, receiving a plurality of target energy storage commands sent by a plurality of external devices, and adding the plurality of target energy storage commands into a target command pool uniquely corresponding to the target energy storage devices; the target energy storage commands are respectively used for indicating the target energy storage devices to execute operations corresponding to the target energy storage commands, and each energy storage device is uniquely corresponding to one command pool under the condition that the energy storage system comprises a plurality of energy storage devices.
And S94, under the condition that the working state of the target energy storage equipment is an idle state, the energy storage commands in the target command pool are sent to the target energy storage equipment one by one according to the order of the command priority from high to low.
According to an exemplary embodiment of the present disclosure, the target command pool includes m stored energy commands ordered by command priority from high to low; wherein, sending the energy storage commands in the target command pool to the target energy storage device one by one according to the order of the command priority from high to low comprises: responding to the working state of the target energy storage equipment to switch from an occupied state to an idle state, and sending an ith energy storage command in m energy storage commands to the target energy storage equipment; the target energy storage equipment is in an occupied state when the target energy storage equipment executes the operation corresponding to the ith energy storage command; switching from the occupied state to the idle state after the target energy storage device completes the operation corresponding to the ith energy storage command, and sending the (i+1) th energy storage command in the m energy storage commands to the target energy storage device; wherein, m and i are positive integers, and the value range of i is [1, m-1].
According to an exemplary embodiment of the present disclosure, the proxy service unit may further determine whether any one of the target energy storage commands is contained in the target command pool before adding the plurality of target energy storage commands to the target command pool uniquely corresponding to the target energy storage device.
If none of the target energy storage commands is contained in the target command pool, then the target energy storage commands are added to the target command pool.
If a target energy storage command exists in the target command pool, discarding the currently received target energy storage command, and improving the command priority of the target energy storage command in the target command pool.
According to an exemplary embodiment of the present disclosure, promoting the command priority of the target energy storage command in the target command pool includes: determining the number of times the target energy storage command is received during the period that the target command pool contains the target energy storage command; determining a priority lifting amplitude according to the times of receiving the target energy storage command; and lifting the command priority of the target energy storage command in the target command pool according to the priority lifting amplitude.
According to an exemplary embodiment of the present disclosure, the data communication method further includes: virtual network interfaces based on TCP/UDP protocol are virtualized in advance; the target energy storage command is acquired from the external device based on the virtual network interface.
According to an exemplary embodiment of the present disclosure, transmitting a target energy storage command to a target energy storage device includes: and sending the target energy storage command to the target energy storage equipment in an IO communication mode.
According to an exemplary embodiment of the present disclosure, the data communication method further includes: receiving feedback data sent by target energy storage equipment, wherein the feedback data is execution result data generated after the target energy storage equipment executes an operation corresponding to a target energy storage command; and sending the feedback data to the corresponding external equipment.
According to an exemplary embodiment of the present disclosure, the target energy storage command includes at least one of a device parameter adjustment command, a device status monitoring command, and a device upgrade command of the target energy storage device.
Other scheme details of step S92 and step S94 are the same as those of step S42 to step S48 described above, and will not be repeated.
According to the data communication method of the embodiment of the disclosure, on one hand, a proxy service unit with a virtual network interface is configured, so that a plurality of external devices can be connected with the same internal energy storage device at the same time, and the problem that resources are monopolized is solved; on the other hand, through the configuration of the proxy service unit, debugging personnel of the internal energy storage equipment can debug and maintain the internal energy storage equipment based on the external equipment, and the debugging personnel do not need to reach the site of the internal energy storage equipment; on the other hand, based on the virtual network interface, the external equipment does not need to know the specific connection parameters of the internal energy storage equipment, and the configuration is simple and flexible; on the other hand, by applying the data communication scheme disclosed by the invention, the problem that a large amount of resources are consumed due to the opening and/or closing of IO resources in the existing scheme is solved, and the resource consumption of a system is reduced.
It should be noted that although the steps of the methods in the present disclosure are depicted in the accompanying drawings in a particular order, this does not require or imply that the steps must be performed in that particular order, or that all illustrated steps be performed, to achieve desirable results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step to perform, and/or one step decomposed into multiple steps to perform, etc.
Further, the present exemplary embodiment also provides a data communication device applied to the energy storage system.
Fig. 10 schematically illustrates a block diagram of a data communication device applied to an energy storage system according to an exemplary embodiment of the present disclosure. Referring to fig. 10, a data communication apparatus 10 applied to an energy storage system according to an exemplary embodiment of the present disclosure may include a state determination module 101, a first command transmission module 103, a command buffer module 105, and a second command transmission module 107.
Specifically, the state determining module 101 may be configured to determine a current working state of the target energy storage device in response to a target energy storage command sent by the external device; the target energy storage command is used for indicating the target energy storage equipment to execute the operation corresponding to the target energy storage command; the first command sending module 103 may be configured to send the target energy storage command to the target energy storage device when the current working state of the target energy storage device is an idle state; the command buffer module 105 may be configured to, in a case where a current working state of the target energy storage device is an occupied state, add the target energy storage command to the target command pool if the target energy storage command does not exist in the target command pool uniquely corresponding to the target energy storage device; wherein, in the case that the energy storage system comprises a plurality of energy storage devices, each energy storage device is uniquely corresponding to a command pool; the second command sending module 107 may be configured to send the energy storage commands in the target command pool to the target energy storage device one by one according to the order of the command priority from high to low if the target command pool includes a plurality of energy storage commands after the working state of the target energy storage device is switched from the occupied state to the idle state.
According to an exemplary embodiment of the present disclosure, the process in which the target command pool includes m energy storage commands ordered from high to low in command priority, and the second command transmitting module 107 transmits the energy storage commands in the target command pool to the target energy storage device one by one in order of the command priority from high to low may be configured to perform: responding to the working state of the target energy storage equipment to switch from an occupied state to an idle state, and sending an ith energy storage command in m energy storage commands to the target energy storage equipment; the target energy storage equipment is in an occupied state when the target energy storage equipment executes the operation corresponding to the ith energy storage command; switching from the occupied state to the idle state after the target energy storage device completes the operation corresponding to the ith energy storage command, and sending the (i+1) th energy storage command in the m energy storage commands to the target energy storage device; wherein, m and i are positive integers, and the value range of i is [1, m-1].
According to an example embodiment of the present disclosure, the command cache module 105 may be further configured to perform: if the target energy storage command exists in the target command pool, discarding the currently received target energy storage command, and improving the command priority of the target energy storage command in the target command pool.
According to an example embodiment of the present disclosure, the process of the command buffer module 105 to promote the command priority of the target power save command in the target command pool may be configured to perform: determining the times of receiving the target energy storage command during the period that the target command pool contains the target energy storage command; determining a priority lifting amplitude according to the times of receiving the target energy storage command; and lifting the command priority of the target energy storage command in the target command pool according to the priority lifting amplitude.
According to an exemplary embodiment of the present disclosure, the state determination module 101 may be further configured to perform: virtual network interfaces based on TCP/UDP protocol are virtualized in advance; the target energy storage command is acquired from the external device based on the virtual network interface.
According to an example embodiment of the present disclosure, the process of the first command transmitting module 103 or the second command transmitting module 107 transmitting the target energy storage command to the target energy storage device may be configured to perform: and sending the target energy storage command to the target energy storage equipment in an IO communication mode.
According to an exemplary embodiment of the present disclosure, the second command transmitting module 107 may be further configured to perform: receiving feedback data sent by target energy storage equipment, wherein the feedback data is execution result data generated after the target energy storage equipment executes an operation corresponding to a target energy storage command; and sending the feedback data to the external equipment.
According to an exemplary embodiment of the present disclosure, the target energy storage command includes at least one of a device parameter adjustment command, a device status monitoring command, and a device upgrade command of the target energy storage device.
Further, the present exemplary embodiment also provides a data communication device applied to the energy storage system.
Fig. 11 schematically illustrates a block diagram of a data communication device applied to an energy storage system according to another exemplary embodiment of the present disclosure. Referring to fig. 11, a data communication apparatus 11 applied to an energy storage system according to another exemplary embodiment of the present disclosure may include a command receiving module 111 and a third command transmitting module 113.
Specifically, the command receiving module 111 may be configured to receive a plurality of target energy storage commands sent by a plurality of external devices, and add the plurality of target energy storage commands to a target command pool that uniquely corresponds to the target energy storage device; the target energy storage commands are respectively used for indicating the target energy storage devices to execute operations corresponding to the target energy storage commands, and each energy storage device is uniquely corresponding to one command pool under the condition that the energy storage system comprises a plurality of energy storage devices; the third command sending module 113 may be configured to send, when the working state of the target energy storage device is an idle state, the energy storage commands in the target command pool to the target energy storage device one by one according to the order of the command priority from high to low.
According to an exemplary embodiment of the present disclosure, the process in which the target command pool includes m energy storage commands ordered from high to low in command priority, and the third command transmitting module 113 transmits the energy storage commands in the target command pool to the target energy storage device one by one in order of the command priority from high to low may be configured to perform: responding to the working state of the target energy storage equipment to switch from an occupied state to an idle state, and sending an ith energy storage command in m energy storage commands to the target energy storage equipment; the target energy storage equipment is in an occupied state when the target energy storage equipment executes the operation corresponding to the ith energy storage command; switching from the occupied state to the idle state after the target energy storage device completes the operation corresponding to the ith energy storage command, and sending the (i+1) th energy storage command in the m energy storage commands to the target energy storage device; wherein, m and i are positive integers, and the value range of i is [1, m-1].
According to an exemplary embodiment of the present disclosure, the third command transmitting module 113 may be further configured to perform: if a target energy storage command exists in the target command pool, discarding the currently received target energy storage command, and improving the command priority of the target energy storage command in the target command pool.
According to an exemplary embodiment of the present disclosure, the process of the third command transmitting module 113 increasing the command priority of the target energy storage command in the target command pool may be configured to perform: determining the number of times the target energy storage command is received during the period that the target command pool contains the target energy storage command; determining a priority lifting amplitude according to the times of receiving the target energy storage command; and lifting the command priority of the target energy storage command in the target command pool according to the priority lifting amplitude.
According to an exemplary embodiment of the present disclosure, the command receiving module 111 may be further configured to perform: virtual network interfaces based on TCP/UDP protocol are virtualized in advance; the target energy storage command is acquired from the external device based on the virtual network interface.
According to an exemplary embodiment of the present disclosure, the process of the third command transmitting module 113 transmitting the target energy storage command to the target energy storage device may be configured to perform: and sending the target energy storage command to the target energy storage equipment in an IO communication mode.
According to an exemplary embodiment of the present disclosure, the third command transmitting module 113 may be further configured to perform: receiving feedback data sent by target energy storage equipment, wherein the feedback data is execution result data generated after the target energy storage equipment executes an operation corresponding to a target energy storage command; and sending the feedback data to the corresponding external equipment.
According to an exemplary embodiment of the present disclosure, the target energy storage command includes at least one of a device parameter adjustment command, a device status monitoring command, and a device upgrade command of the target energy storage device.
Since each functional module of the data communication device applied to the energy storage system in the embodiment of the present disclosure is the same as that in the embodiment of the method described above, the description thereof is omitted herein.
Furthermore, the disclosed embodiments provide a computer program product or computer program comprising computer instructions executable by a processor of a computer device to cause the computer device to perform the above-described data communication method of the disclosure.
In an exemplary embodiment of the present disclosure, a computer-readable storage medium having stored thereon a program product capable of implementing the method described above in the present specification is also provided. In some possible implementations, various aspects of the disclosure may also be implemented in the form of a program product comprising program code for causing a terminal device to carry out the steps according to the various exemplary embodiments of the disclosure as described in the "exemplary methods" section of this specification, when the program product is run on the terminal device.
The program product for implementing the above-described method according to the embodiments of the present disclosure may employ a portable compact disc read-only memory (CD-ROM) and include program code, and may be run on a terminal device, such as a personal computer. However, the program product of the present disclosure is not limited thereto, and in this document, a readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
The program product may employ any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. The readable storage medium can be, for example, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples (a non-exhaustive list) of the readable storage medium would include the following: an electrical connection having one or more wires, a portable disk, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical disk, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
The computer readable signal medium may include a data signal propagated in baseband or as part of a carrier wave with readable program code embodied therein. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination of the foregoing. A readable signal medium may also be any readable medium that is not a readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Program code for carrying out operations of the present disclosure may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, C++ or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device, partly on a remote computing device, or entirely on the remote computing device or server. In the case of remote computing devices, the remote computing device may be connected to the user computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., connected via the Internet using an Internet service provider).
In an exemplary embodiment of the present disclosure, an electronic device capable of implementing the above method is also provided. Specifically, the proxy service unit can be deployed in the electronic device as a software unit.
Those skilled in the art will appreciate that the various aspects of the present disclosure may be implemented as a system, method, or program product. Accordingly, various aspects of the disclosure may be embodied in the following forms, namely: an entirely hardware embodiment, an entirely software embodiment (including firmware, micro-code, etc.) or an embodiment combining hardware and software aspects may be referred to herein as a "circuit," module "or" system.
An electronic device 1200 according to such an embodiment of the present disclosure is described below with reference to fig. 12. The electronic device 1200 shown in fig. 12 is merely an example, and should not be construed as limiting the functionality and scope of use of the disclosed embodiments.
As shown in fig. 12, the electronic device 1200 is in the form of a general purpose computing device. Components of electronic device 1200 may include, but are not limited to: the at least one processing unit 1210, the at least one memory unit 1220, a bus 1230 connecting the different system components (including the memory unit 1220 and the processing unit 1210), and a display unit 1240.
Wherein the storage unit stores program code that is executable by the processing unit 1210 such that the processing unit 1210 performs steps according to various exemplary embodiments of the present disclosure described in the above-described "exemplary methods" section of the present specification. For example, the processing unit 1210 may perform various steps of the data communication method of the embodiments of the present disclosure.
The storage unit 1220 may include a readable medium in the form of a volatile storage unit, such as a Random Access Memory (RAM) 12201 and/or a cache memory 12202, and may further include a Read Only Memory (ROM) 12203.
Storage unit 1220 may also include a program/utility 12204 having a set (at least one) of program modules 12205, such program modules 12205 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each or some combination of which may include an implementation of a network environment.
Bus 1230 may be a local bus representing one or more of several types of bus structures including a memory unit bus or memory unit controller, a peripheral bus, an accelerated graphics port, a processing unit, or using any of a variety of bus architectures.
The electronic device 1200 may also communicate with one or more external devices 1300 (e.g., keyboard, pointing device, bluetooth device, etc.), one or more devices that enable a user to interact with the electronic device 1200, and/or any device (e.g., router, modem, etc.) that enables the electronic device 1200 to communicate with one or more other computing devices. Such communication may occur through an input/output (I/O) interface 1250. Also, the electronic device 1200 may communicate with one or more networks such as a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network such as the internet through the network adapter 1260. As shown, the network adapter 1260 communicates with other modules of the electronic device 1200 over bus 1230. It should be appreciated that although not shown, other hardware and/or software modules may be used in connection with electronic device 1200, including, but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, data backup storage systems, and the like.
From the above description of embodiments, those skilled in the art will readily appreciate that the example embodiments described herein may be implemented in software, or may be implemented in software in combination with the necessary hardware. Thus, the technical solution according to the embodiments of the present disclosure may be embodied in the form of a software product, which may be stored in a non-volatile storage medium (may be a CD-ROM, a U-disk, a mobile hard disk, etc.) or on a network, including several instructions to cause a computing device (may be a personal computer, a server, a terminal device, or a network device, etc.) to perform the method according to the embodiments of the present disclosure.
Furthermore, the above-described figures are only schematic illustrations of processes included in the method according to the exemplary embodiments of the present disclosure, and are not intended to be limiting. It will be readily appreciated that the processes shown in the above figures do not indicate or limit the temporal order of these processes. In addition, it is also readily understood that these processes may be performed synchronously or asynchronously, for example, among a plurality of modules.
It should be noted that although in the above detailed description several modules or units of a device for action execution are mentioned, such a division is not mandatory. Indeed, the features and functionality of two or more modules or units described above may be embodied in one module or unit in accordance with embodiments of the present disclosure. Conversely, the features and functions of one module or unit described above may be further divided into a plurality of modules or units to be embodied.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure herein. This application is intended to cover any adaptations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It is to be understood that the present disclosure is not limited to the precise arrangements and instrumentalities shown in the drawings, and that various modifications and changes may be effected without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (15)

1. A data communication method applied to an energy storage system, comprising:
responding to a target energy storage command sent by external equipment, and determining the current working state of the target energy storage equipment; the target energy storage command is used for indicating the target energy storage equipment to execute an operation corresponding to the target energy storage command;
transmitting the target energy storage command to the target energy storage device under the condition that the current working state of the target energy storage device is an idle state;
under the condition that the current working state of the target energy storage equipment is an occupied state, if the target energy storage command does not exist in a target command pool uniquely corresponding to the target energy storage equipment, adding the target energy storage command into the target command pool; wherein, in the case that the energy storage system comprises a plurality of energy storage devices, each energy storage device is uniquely corresponding to a command pool;
After the working state of the target energy storage device is switched from the occupied state to the idle state, if the target command pool contains a plurality of energy storage commands, the energy storage commands in the target command pool are sent to the target energy storage device one by one according to the order of the command priority from high to low.
2. The data communication method of claim 1, wherein the target command pool includes m stored energy commands ordered from high to low by the command priority; wherein sending the energy storage commands in the target command pool to the target energy storage device one by one according to the order of the command priority from high to low comprises:
responding to the working state of the target energy storage equipment to switch from an occupied state to an idle state, and sending an ith energy storage command in the m energy storage commands to the target energy storage equipment; the target energy storage equipment is in an occupied state when the target energy storage equipment executes an operation corresponding to the ith energy storage command;
switching from an occupied state to an idle state after the target energy storage device finishes executing the operation corresponding to the ith energy storage command, and sending the (i+1) th energy storage command in the m energy storage commands to the target energy storage device;
Wherein, m and i are positive integers, and the value range of i is [1, m-1].
3. The data communication method according to claim 1 or 2, characterized in that the data communication method further comprises:
and if the target energy storage command exists in the target command pool, discarding the currently received target energy storage command, and improving the command priority of the target energy storage command in the target command pool.
4. A data communication method according to claim 3, wherein increasing the command priority of the target power save command in the target command pool comprises:
determining the number of times the target energy storage command is received during the process that the target command pool contains the target energy storage command;
determining a priority lifting amplitude according to the times of receiving the target energy storage command;
and lifting the command priority of the target energy storage command in the target command pool according to the priority lifting amplitude.
5. The data communication method according to claim 1, characterized in that the data communication method further comprises:
virtual network interfaces based on TCP/UDP protocol are virtualized in advance;
wherein the target energy storage command is acquired from the external device based on the virtual network interface.
6. The data communication method of claim 1 or 5, wherein transmitting the target energy storage command to the target energy storage device comprises:
and sending the target energy storage command to the target energy storage equipment in an IO communication mode.
7. The data communication method according to claim 1, characterized in that the data communication method further comprises:
receiving feedback data sent by the target energy storage equipment, wherein the feedback data is execution result data generated after the target energy storage equipment executes an operation corresponding to the target energy storage command;
and sending the feedback data to the external equipment.
8. The data communication method of claim 1, wherein the target energy storage command comprises at least one of a device parameter adjustment command, a device status monitoring command, a device upgrade command of the target energy storage device.
9. A data communication method applied to an energy storage system, comprising:
receiving a plurality of target energy storage commands sent by a plurality of external devices, and adding the plurality of target energy storage commands into a target command pool uniquely corresponding to the target energy storage devices; the target energy storage commands are respectively used for indicating the target energy storage devices to execute operations corresponding to the target energy storage commands, and each energy storage device is uniquely corresponding to one command pool under the condition that the energy storage system comprises a plurality of energy storage devices;
And under the condition that the working state of the target energy storage equipment is an idle state, the energy storage commands in the target command pool are sent to the target energy storage equipment one by one according to the order of the command priority from high to low.
10. A data communication device for use in an energy storage system, comprising:
the state determining module is used for responding to a target energy storage command sent by the external equipment and determining the current working state of the target energy storage equipment; the target energy storage command is used for indicating the target energy storage equipment to execute an operation corresponding to the target energy storage command;
the first command sending module is used for sending the target energy storage command to the target energy storage equipment under the condition that the current working state of the target energy storage equipment is an idle state;
the command cache module is used for adding the target energy storage command into the target command pool if the target energy storage command is not stored in the target command pool uniquely corresponding to the target energy storage device under the condition that the current working state of the target energy storage device is an occupied state; wherein, in the case that the energy storage system comprises a plurality of energy storage devices, each energy storage device is uniquely corresponding to a command pool;
And the second command sending module is used for sending the energy storage commands in the target command pool to the target energy storage equipment one by one according to the order of the command priority from high to low if the target command pool contains a plurality of energy storage commands after the working state of the target energy storage equipment is switched from the occupied state to the idle state.
11. A data communication device for use in an energy storage system, comprising:
the command receiving module is used for receiving a plurality of target energy storage commands sent by a plurality of external devices and adding the plurality of target energy storage commands into a target command pool uniquely corresponding to the target energy storage devices; the target energy storage commands are respectively used for indicating the target energy storage devices to execute operations corresponding to the target energy storage commands, and each energy storage device is uniquely corresponding to one command pool under the condition that the energy storage system comprises a plurality of energy storage devices;
and the third command sending module is used for sending the energy storage commands in the target command pool to the target energy storage equipment one by one according to the order of the command priority from high to low under the condition that the working state of the target energy storage equipment is an idle state.
12. An energy storage system, comprising:
the external equipment is used for sending a target energy storage command;
the proxy service unit is used for responding to the target energy storage command sent by the external equipment and determining the current working state of the target energy storage equipment; transmitting the target energy storage command to the target energy storage device under the condition that the current working state of the target energy storage device is an idle state; under the condition that the current working state of the target energy storage equipment is an occupied state, if the target energy storage command does not exist in a target command pool uniquely corresponding to the target energy storage equipment, adding the target energy storage command into the target command pool; wherein, in the case that the energy storage system comprises a plurality of energy storage devices, each energy storage device is uniquely corresponding to a command pool; after the working state of the target energy storage equipment is switched from the occupied state to the idle state, if the target command pool contains a plurality of energy storage commands, the energy storage commands in the target command pool are sent to the target energy storage equipment one by one according to the order of the command priority from high to low;
the target energy storage equipment is used for receiving the target energy storage command and executing the operation corresponding to the target energy storage command under the condition that the current working state is an idle state.
13. An energy storage system, comprising:
the external devices are used for respectively sending target energy storage commands;
the proxy service unit is used for receiving a plurality of target energy storage commands sent by the plurality of external devices and adding the plurality of target energy storage commands into a target command pool uniquely corresponding to the target energy storage devices; the target energy storage commands are respectively used for indicating the target energy storage devices to execute operations corresponding to the target energy storage commands, and each energy storage device is uniquely corresponding to one command pool under the condition that the energy storage system comprises a plurality of energy storage devices; under the condition that the working state of the target energy storage equipment is an idle state, the energy storage commands in the target command pool are sent to the target energy storage equipment one by one according to the order of the command priority from high to low;
the target energy storage equipment is used for receiving the energy storage command sent by the proxy service unit and executing the operation corresponding to the energy storage command under the condition that the working state is the idle state.
14. A computer-readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the data communication method of any one of claims 1 to 9 applied to an energy storage system.
15. An electronic device, comprising:
a processor; and
a memory for storing executable instructions of the processor;
wherein the processor is configured to implement the data communication method of any one of claims 1 to 9 applied to an energy storage system via execution of the executable instructions.
CN202311313085.4A 2023-10-11 2023-10-11 Data communication method and device, energy storage system, storage medium and electronic equipment Active CN117061607B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311313085.4A CN117061607B (en) 2023-10-11 2023-10-11 Data communication method and device, energy storage system, storage medium and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311313085.4A CN117061607B (en) 2023-10-11 2023-10-11 Data communication method and device, energy storage system, storage medium and electronic equipment

Publications (2)

Publication Number Publication Date
CN117061607A true CN117061607A (en) 2023-11-14
CN117061607B CN117061607B (en) 2024-02-06

Family

ID=88669639

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311313085.4A Active CN117061607B (en) 2023-10-11 2023-10-11 Data communication method and device, energy storage system, storage medium and electronic equipment

Country Status (1)

Country Link
CN (1) CN117061607B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102281332A (en) * 2011-08-31 2011-12-14 上海西本网络科技有限公司 Distributed cache array and data updating method thereof
CN104009853A (en) * 2014-06-18 2014-08-27 深圳市三峰光电科技有限公司 Method, device and system structure for requesting for and sending data in CDN system
US20150220463A1 (en) * 2014-01-31 2015-08-06 International Business Machines Corporation Prioritizing storage operation requests utilizing data attributes
CN106230009A (en) * 2016-08-30 2016-12-14 江苏耐思特新能源科技有限公司 The EMS of a kind of family energy storaging product and method
CN108540356A (en) * 2018-03-30 2018-09-14 联想(北京)有限公司 Processing method and processing equipment
CN108924008A (en) * 2018-07-10 2018-11-30 郑州云海信息技术有限公司 A kind of dual controller data communications method, device, equipment and readable storage medium storing program for executing
CN110505618A (en) * 2019-07-10 2019-11-26 中国联合网络通信集团有限公司 A kind of method for processing business and server
CN111858125A (en) * 2020-07-31 2020-10-30 中国工商银行股份有限公司 Task processing method and device, electronic equipment and readable storage medium
CN116032998A (en) * 2021-10-26 2023-04-28 广州视源电子科技股份有限公司 Data transmission method, data transmission device, computer readable storage medium and electronic equipment
CN116150051A (en) * 2022-11-23 2023-05-23 深圳云豹智能有限公司 Command processing method, device and system
CN116360802A (en) * 2021-12-28 2023-06-30 第四范式(北京)技术有限公司 Middleware processing method, middleware processing device, electronic equipment and storage medium

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102281332A (en) * 2011-08-31 2011-12-14 上海西本网络科技有限公司 Distributed cache array and data updating method thereof
US20150220463A1 (en) * 2014-01-31 2015-08-06 International Business Machines Corporation Prioritizing storage operation requests utilizing data attributes
CN104009853A (en) * 2014-06-18 2014-08-27 深圳市三峰光电科技有限公司 Method, device and system structure for requesting for and sending data in CDN system
CN106230009A (en) * 2016-08-30 2016-12-14 江苏耐思特新能源科技有限公司 The EMS of a kind of family energy storaging product and method
CN108540356A (en) * 2018-03-30 2018-09-14 联想(北京)有限公司 Processing method and processing equipment
CN108924008A (en) * 2018-07-10 2018-11-30 郑州云海信息技术有限公司 A kind of dual controller data communications method, device, equipment and readable storage medium storing program for executing
CN110505618A (en) * 2019-07-10 2019-11-26 中国联合网络通信集团有限公司 A kind of method for processing business and server
CN111858125A (en) * 2020-07-31 2020-10-30 中国工商银行股份有限公司 Task processing method and device, electronic equipment and readable storage medium
CN116032998A (en) * 2021-10-26 2023-04-28 广州视源电子科技股份有限公司 Data transmission method, data transmission device, computer readable storage medium and electronic equipment
CN116360802A (en) * 2021-12-28 2023-06-30 第四范式(北京)技术有限公司 Middleware processing method, middleware processing device, electronic equipment and storage medium
CN116150051A (en) * 2022-11-23 2023-05-23 深圳云豹智能有限公司 Command processing method, device and system

Also Published As

Publication number Publication date
CN117061607B (en) 2024-02-06

Similar Documents

Publication Publication Date Title
US9558005B2 (en) Reliable and deterministic live migration of virtual machines
US20090138099A1 (en) Energy use control system and method
US9577428B2 (en) Packeted energy delivery system and methods
CN112039722B (en) MQTT protocol simulation method and simulation equipment
CN103095703B (en) A kind of method, equipment and system realizing network and serial port data interactive
CN106914900B (en) Robot control system based on ROS and OROCOS
CN103248669A (en) Distributed software upgrade system and method
CN109193045A (en) Electrochemical energy storage system and its control method
CN117061607B (en) Data communication method and device, energy storage system, storage medium and electronic equipment
CN106945045B (en) communication method and system for robot control based on ROS and OROCOS
CN110480633B (en) Method and device for controlling equipment and storage medium
KR20130040080A (en) The management device for wind power generator
US20120144156A1 (en) Method for controlling information processing apparatus and information processing apparatus
CN111262654B (en) Method, system, electronic device and medium for responding to aperiodic CSI request
CN113821336A (en) Resource allocation method and device, storage medium and electronic equipment
CN112332540A (en) Microgrid, and simulation device and method
CN107172691B (en) Dormancy method of communication module of meter and meter
CN111596174A (en) QT-based high-voltage cable monitoring method, device, equipment and storage medium
CN112291357B (en) Virtual multi-channel intelligent data communication processing system and computing platform thereof
CN112783538B (en) Online upgrading method, control module, conversion device and uninterruptible power supply
CN117118876B (en) Heartbeat connection detection method and device, electronic equipment and storage medium
CN112583327B (en) Motor controller, motor debugging system and method
WO2024119917A1 (en) Sensing measurement method and apparatus, and related device
WO2023116258A1 (en) Telemetry method, apparatus and system, and device, storage medium and program product
WO2023279815A1 (en) Performance monitoring system and related method

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