CN115941717B - Method and system for data acquisition and transmission of energy storage power station - Google Patents

Method and system for data acquisition and transmission of energy storage power station Download PDF

Info

Publication number
CN115941717B
CN115941717B CN202211232820.4A CN202211232820A CN115941717B CN 115941717 B CN115941717 B CN 115941717B CN 202211232820 A CN202211232820 A CN 202211232820A CN 115941717 B CN115941717 B CN 115941717B
Authority
CN
China
Prior art keywords
energy storage
acquisition
data
power station
storage power
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202211232820.4A
Other languages
Chinese (zh)
Other versions
CN115941717A (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.)
Zhejiang Nandu Energy Technology Co ltd
Zhejiang Narada Power Source Co Ltd
Original Assignee
Zhejiang Nandu Energy Technology Co ltd
Zhejiang Narada Power Source 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 Zhejiang Nandu Energy Technology Co ltd, Zhejiang Narada Power Source Co Ltd filed Critical Zhejiang Nandu Energy Technology Co ltd
Priority to CN202211232820.4A priority Critical patent/CN115941717B/en
Publication of CN115941717A publication Critical patent/CN115941717A/en
Application granted granted Critical
Publication of CN115941717B publication Critical patent/CN115941717B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention discloses a method and a system for data acquisition and transmission of an energy storage power station, wherein the method comprises the following steps: configuring built-in driving of an acquisition terminal of an energy storage power station based on configuration parameters issued by the cloud of the energy storage power station; acquiring data based on an acquisition terminal of the energy storage power station to obtain energy storage data; and the collected energy storage data is sequenced and compressed based on the collection terminal of the energy storage power station and then reported to the cloud of the energy storage power station. The invention adopts a drive downloading mode to automatically configure the acquisition terminal, can be compatible with various transmission protocols, and performs serialization and compression processing on acquired data, thereby optimizing portability and timeliness of the energy storage power station for acquiring the energy storage data, improving the efficiency of acquiring the energy storage data, facilitating maintenance of the energy storage data, reducing the cost and having higher application value.

Description

Method and system for data acquisition and transmission of energy storage power station
Technical Field
The invention relates to the technical field of data information of energy storage power stations, in particular to a method and a system for data acquisition and transmission of an energy storage power station.
Background
At present, in the operation process of an energy storage power station, the full data of the energy storage power station is acquired and transmitted, the acquisition threads are divided for the measuring points of different acquisition devices, the data are acquired based on the acquisition threads, the acquired data are stored in a local redis, and then the acquired data are reported to a kafka message queue through a 4G network, so that the data are processed and applied.
However, the existing scheme has a part of defects: the deployment process of the acquisition equipment is complex and tedious, site staff is needed to cooperate during debugging, and the debugging cost is high; the frequency of the acquisition equipment in data acquisition and data reporting can only reach the minute level, and when data transmission is carried out, the acquisition equipment occupies high hardware resources, occupies high traffic and broadband network, and has higher network delay when data is internally circulated; the mode of the selected acquisition protocol and reporting protocol is single, and the multiplexing rate of the acquisition device is low, so that the requirements cannot be met.
Disclosure of Invention
The invention aims to overcome the defects of the prior art, and provides a method and a system for acquiring and transmitting data of an energy storage power station, which aims at solving the problems that the current energy storage power station is high in traffic use and bandwidth network occupation and delay and the reporting frequency is not up to the second level during data transmission, and solves the problems of high convenience and high deployment cost of an acquisition device in practical application.
The invention provides a method for collecting and transmitting data of an energy storage power station, which comprises the following steps:
Configuring built-in driving of an acquisition terminal of an energy storage power station based on configuration parameters issued by the cloud of the energy storage power station;
acquiring data based on an acquisition terminal of the energy storage power station to obtain energy storage data;
And the collected energy storage data is sequenced and compressed based on the collection terminal of the energy storage power station and then reported to the cloud of the energy storage power station.
The configuration parameters issued by the cloud of the energy storage power station are used for configuring built-in driving of an acquisition terminal of the energy storage power station, and the configuration parameters comprise:
Judging whether the built-in drive of the acquisition terminal is compatible with the configuration parameters;
selecting an acquisition protocol based on the compatible type of the acquisition terminal, and selecting a reporting protocol based on the interface specification of the cloud;
Judging whether the acquisition terminal supports a concurrent acquisition mode or not, and creating a thread for the acquisition terminal.
The judging whether the built-in driver of the acquisition terminal is compatible with the configuration parameters comprises the following steps:
And judging that the built-in driver of the acquisition terminal is not compatible with the configuration parameters, and simultaneously issuing the configuration parameters by the cloud terminal and issuing the acquisition driver.
The selecting the collection protocol based on the compatible type of the collection terminal and selecting the reporting protocol based on the interface specification of the cloud comprises the following steps:
the acquisition protocol comprises a modbus protocol or a 104/101 protocol or a 485 serial port protocol; the reporting protocol comprises an MQTT protocol or a TCP protocol or an HTTP protocol.
The judging whether the acquisition terminal supports the concurrent acquisition mode or not and creating a thread for the acquisition terminal comprises the following steps:
Judging whether the acquisition terminal supports a concurrent acquisition mode or not;
Judging that the acquisition terminal supports concurrent acquisition modes, and creating threads for the acquisition terminal in one-to-one correspondence;
judging that the acquisition terminal does not support the concurrent acquisition mode, creating a single thread for the acquisition terminal which does not support the concurrent acquisition mode, and creating threads for the rest acquisition terminals which support the concurrent acquisition mode in a one-to-one correspondence manner;
and the acquisition terminal acquires the energy storage data based on the thread.
The acquisition terminal based on the energy storage power station reports the acquired energy storage data to the cloud of the energy storage power station after serialization and compression processing, and comprises:
storing the collected energy storage data into a cache area of a collection terminal;
carrying out serialization processing on the collected energy storage data based on a reporting protocol;
compressing the energy storage data after the serialization treatment;
and reporting the compressed energy storage data to the cloud based on a reporting protocol.
The storing the collected energy storage data into the buffer area of the collection terminal comprises the following steps:
and storing the collected energy storage data into a designated area in a cache area of the collection terminal based on storage parameters, wherein the storage parameters comprise collection frequency and collection time.
The report protocol-based serialization processing of the collected energy storage data comprises the following steps:
Establishing a thread safety circulation queue based on the static linked list;
And filling the stored energy data into the thread safety circulation queue based on the storage parameters.
The compressing the energy storage data after the serialization processing comprises the following steps:
acquiring a compression buffer area in a buffer area of an acquisition terminal based on a thread;
storing the energy storage data subjected to the serialization processing into the compression buffer area;
and compressing the energy storage data after the serialization processing based on ZStandard algorithm.
The invention also provides a data acquisition and transmission system which is characterized by comprising a memory, a processor and a computer program stored on the memory, wherein the processor executes the computer program to realize the method for acquiring and transmitting the data of the energy storage power station.
The invention automatically configures the acquisition terminal in a drive downloading mode, does not need to perform configuration operation again when the same equipment is docked, and has simple deployment, lower configuration cost and high overall multiplexing rate; the method supports multiple acquisition protocols and reporting protocols, can select proper protocols based on different acquisition terminals and cloud platform interface specifications, and has high compatibility; the data acquisition and transmission are carried out based on the thread control acquisition terminal, no other redundant middleware exists, and the occupation of hardware resources is low; serializing and compressing the acquired data to ensure that the traffic and network bandwidth occupation of the data in the transmission process are low, and the data flow and network delay are low; the method optimizes portability and timeliness of the energy storage power station for collecting the energy storage data, improves efficiency of collecting the energy storage data, is convenient for maintaining the energy storage data, reduces cost and has higher application value.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions in the prior art, the drawings which are required in the description of the embodiments or the prior art will be briefly described, it being obvious that the drawings in the description below are only some embodiments of the invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a method for data acquisition and transmission of an energy storage power station in an embodiment of the invention;
FIG. 2 is a flow chart of a method of configuring built-in driving of an acquisition terminal of the energy storage power station in an embodiment of the invention;
fig. 3 is a flowchart of a method for reporting to the cloud of an energy storage power station in an embodiment of the invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
In the present invention, it should be understood that terms such as "comprises" or "comprising," etc., are intended to indicate the presence of features, numbers, steps, acts, components, portions, or combinations thereof disclosed in the present specification, and are not intended to exclude the possibility that one or more other features, numbers, steps, acts, components, portions, or combinations thereof are present or added.
In addition, it should be noted that, without conflict, the embodiments of the present invention and the features of the embodiments may be combined with each other. The invention will be described in detail below with reference to the drawings in connection with embodiments.
The embodiment of the invention relates to a data acquisition and transmission method for an energy storage power station, which comprises the following steps: configuring built-in driving of an acquisition terminal of an energy storage power station based on configuration parameters issued by the cloud of the energy storage power station; acquiring data based on an acquisition terminal of the energy storage power station to obtain energy storage data; and the collected energy storage data is sequenced and compressed based on the collection terminal of the energy storage power station and then reported to the cloud of the energy storage power station.
As mentioned above, existing solutions suffer from a part of the drawbacks: the deployment process of the acquisition equipment is complex and tedious, site staff is needed to cooperate during debugging, and the debugging cost is high; the frequency of the acquisition equipment in data acquisition and data reporting can only reach the minute level, and when data transmission is carried out, the acquisition equipment occupies high hardware resources, occupies high traffic and broadband network, and has higher network delay when data is internally circulated; the mode of the selected acquisition protocol and reporting protocol is single, and the multiplexing rate of the acquisition device is low, so that the requirements cannot be met.
In view of the above requirements, in this embodiment, the problems of high traffic usage, high bandwidth network occupation, high delay, and reporting frequency less than a second level in the current energy storage power station during data transmission are solved, and meanwhile, the problems of convenience in use and high deployment cost of the collector in practical applications are solved. The data acquisition and transmission method for the energy storage power station is provided, the acquisition terminal is automatically configured in a driving mode, multiple transmission protocols can be compatible, the acquired data are serialized and compressed, portability and timeliness of the energy storage power station for acquiring the energy storage data are optimized, efficiency of acquiring the energy storage data is improved, maintenance of the energy storage data is facilitated, cost is reduced, and the method has high application value.
In an optional implementation manner of this embodiment, as shown in fig. 1, fig. 1 shows a flowchart of a method for data acquisition and transmission of an energy storage power station in an embodiment of the present invention, including the following steps:
S101, configuring built-in drivers of an acquisition terminal of an energy storage power station based on configuration parameters issued by a cloud of the energy storage power station;
In an alternative implementation manner of this embodiment, as shown in fig. 2, fig. 2 shows a flowchart of a method for configuring built-in driving of an acquisition terminal of the energy storage power station in an embodiment of the present invention, including the following steps:
S201, the cloud of the energy storage power station issues configuration parameters, and whether the built-in drive of the acquisition terminal is compatible with the configuration parameters is judged;
In an optional implementation manner of this embodiment, a common device driver is pre-installed in the acquisition terminal, and the acquisition terminal may be configured based on the configuration parameters issued by the cloud.
It should be noted that, if it is determined that the built-in driver of the acquisition terminal is not compatible with the configuration parameters issued by the cloud, the acquisition terminal sends a signal to the cloud, and the cloud issues the driver compatible with the configuration parameters while issuing the configuration parameters.
In an optional implementation manner of this embodiment, after the first operation of the acquisition terminal, configuration parameters such as a device measurement point are cured in a built-in driver of the acquisition terminal, the same driver is loaded before the next operation, and for the acquisition terminals with the same model of different sites, the operation can be performed only by issuing corresponding communication parameters by the cloud, where the communication parameters include an IP address and a serial number.
The acquisition terminals are configured in a drive downloading mode, the deployment process is simple, the configuration cost is low, the acquisition terminals with the same model can be configured only by configuring a small amount of communication parameters, and the overall multiplexing rate is high.
S202, selecting an acquisition protocol based on the compatible type of the acquisition terminal, and selecting a reporting protocol based on the interface specification of the cloud;
the acquisition terminal acquires and transmits the energy storage data based on an acquisition protocol and a reporting protocol, the acquisition protocol is selected based on a compatible type of the acquisition terminal, and the reporting protocol is selected based on an interface specification of the cloud.
In an optional implementation of this embodiment, the acquisition protocol includes a modbus protocol, a 104/101 protocol, a 485 serial protocol, and one or more of them are selected based on a compatible type of the acquisition terminal.
Specifically, the modbus protocol is a serial communication protocol, which is published for communication by using a programmable logic controller (PLC, programmable Logic Controller), and has the advantages of strong compatibility, popular and understandable format, low cost and the like, and in this embodiment, the acquisition protocol used as the acquisition terminal is used for acquiring and transmitting data of an energy storage power station.
More, in the 104/101 protocol, the 101 protocol is also called 101 protocol, is a standard matched with a basic telecontrol task, and in this embodiment, is used as an acquisition protocol of the acquisition terminal for acquiring and transmitting data of the energy storage power station; the 104 protocol is a modified version of 101 protocol of the network version of 101 protocol, can simultaneously and continuously send four link frames, and has higher reliability and stability than 101 protocol which can only send one link frame.
More, the 485 serial port protocol is also called as an RS-485 protocol, and the RS-485 protocol prescribes an electrical characteristic standard of a bus interface, is mainly used for information transmission and data exchange with various external industrial equipment, has excellent noise resistance and high-efficiency data transmission efficiency, and is used for collecting and transmitting data of an energy storage power station as an acquisition protocol of the acquisition terminal in the embodiment.
In an optional implementation manner of this embodiment, the reporting protocol includes MQTT protocol, TCP protocol, or HTTP protocol, and one or more of them are selected based on an interface specification of the cloud end of the energy storage power station.
Specifically, the MQTT (Message Queuing Telemetry Transport) protocol is a message queuing transmission protocol, and adopts a subscription and publishing mechanism, so that a subscriber only accepts subscribed data, thereby ensuring necessary data exchange, avoiding storage and processing caused by invalid data, and in the embodiment, the reporting protocol serving as the acquisition terminal is used for acquiring and transmitting data of an energy storage power station.
More, the TCP (transmission control protocol ) protocol is a connection-oriented, reliable and byte stream-based transport layer communication protocol for two communication endpoints, which can reduce the bandwidth overhead of data transmission when the network condition is poor, and in this embodiment, the reporting protocol used as the acquisition terminal is used for the acquisition and transmission of the data of the energy storage power station.
Further, the HTTP (hypertext transfer protocol ) protocol is a simple request-response protocol, specifying what messages a client may send to a server and what responses are obtained, in this embodiment as a reporting protocol of the acquisition terminal for the acquisition and transmission of energy storage plant data.
The collection protocol is selected based on the compatible type of the collection terminal, and the reporting protocol is selected based on the interface specification of the cloud, so that the collection and transmission of the data of the energy storage power station are improved.
S203, judging whether the acquisition terminal supports a concurrent acquisition mode, and creating a thread for the acquisition terminal.
Judging whether the configured acquisition terminal supports a concurrent acquisition mode or not, and creating threads for the acquisition terminal according to different conditions.
In an optional implementation manner of this embodiment, if it is determined that the acquisition terminal supports the concurrent acquisition mode, a thread is created for each acquisition terminal supporting the concurrent acquisition mode, one thread controls one acquisition terminal, and the threads include an acquisition thread and a reporting thread.
In an optional implementation manner of this embodiment, if it is determined that the acquisition terminal does not support the concurrent acquisition mode, a thread is created for all the acquisition terminals that do not support the concurrent acquisition mode in a unified manner, where the thread controls all the acquisition terminals that do not support the concurrent acquisition mode, and the thread includes an acquisition thread and a reporting thread.
It should be noted that, all the acquisition terminals that do not support the concurrent acquisition mode share the same thread, that is, the communication channels of the acquisition terminals are not independent, and share a communication line and a common communication frequency band.
S102, carrying out data acquisition based on an acquisition terminal of the energy storage power station to obtain energy storage data;
the energy storage data are acquired based on the acquisition terminal of the energy storage power station, so that the energy storage data with different acquisition frequencies and different acquisition times are obtained.
In an optional implementation manner of this embodiment, the collection terminal performs collection of the stored energy data based on a corresponding collection thread.
In an optional implementation manner of this embodiment, under a situation that the response of the acquisition terminal is timely, the acquisition frequency of the acquisition terminal may be adjusted at will within a time period of 1ms-30min, where the acquisition frequency is limited only by the response duration of the acquisition terminal.
And S103, carrying out serialization and compression processing on the collected energy storage data based on the collection terminal of the energy storage power station, and reporting the data to the cloud of the energy storage power station.
In an optional implementation manner of this embodiment, as shown in fig. 3, fig. 3 shows a flowchart of a method for reporting to a cloud of an energy storage power station in an embodiment of the present invention, including the following steps:
s301, storing the collected energy storage data into a buffer area of a collection terminal;
The collected energy storage data are stored in a designated area in a cache area of the collection terminal based on storage parameters.
In an optional implementation of this embodiment, the storage parameters include an acquisition frequency and an acquisition time.
The collected energy storage data is cached, so that the energy storage data can be processed in the following steps.
S302, carrying out serialization processing on the collected energy storage data based on a reporting protocol;
a thread safe circular queue is established based on the static linked list, and the stored energy data is filled into the thread safe circular queue based on storage parameters.
In an alternative implementation manner of this embodiment, the static linked list refers to a linear linked list described by an array, in a chain storage structure of the linear linked list, a storage space storing a data structure may be discontinuous, a storage sequence of each data node may be inconsistent with a logical relationship between data elements, and the logical relationship between data elements is determined by a pointer field.
In an optional implementation manner of this embodiment, the stored energy data is filled into the specified time period in the thread safety circulation queue based on a reporting thread, a reporting protocol and a cloud platform interface specification.
The stored energy data is processed in a serialization mode, stored on a storage medium of the acquisition terminal, and the stored energy data with different acquisition frequencies are subjected to uniform comparison, so that the requirements of reporting the stored energy data with different frequencies are met.
S303, compressing the energy storage data after the serialization processing;
The energy storage data after the serialization processing is compressed based on the acquisition terminal.
In an optional implementation manner of this embodiment, the size of the maximum compression buffer area of the acquisition terminal is obtained based on the reporting thread, and meanwhile, the size of the energy storage data after the serialization processing is evaluated, a compression buffer area space with a sufficient size is applied, and the energy storage data is stored in the compression buffer area.
In an alternative implementation manner of this embodiment, the serialized stored energy data is compressed based on ZStandard algorithm, ZStandard (zstd) is a fast lossless compression algorithm library, which has extremely fast compression speed, ensures high compression ratio, and realizes lossless compression of data, and zstd provides a special mode for small data compression, which is named dictionary compression, wherein the dictionary compression refers to recording certain vocabularies with higher occurrence frequency, and representing the vocabularies with specific numbers during storage, so that storage space can be saved.
The energy storage data after serialization is compressed by ZStandard algorithm, so that a large amount of single energy storage data of the energy storage power station can be compressed to one tenth of the original size, the storage space is greatly saved, the occupied flow and network bandwidth in the transmission process are low, the network delay is low, and the efficiency of energy storage data transmission can be improved.
S304, reporting the compressed energy storage data to the cloud based on a reporting protocol.
And reporting the compressed energy storage data to the cloud of the energy storage power station based on a reporting protocol through a reporting thread.
It should be noted that, the reporting protocol is selected based on the interface specification of the cloud.
In summary, the invention provides a method for collecting and transmitting data of an energy storage power station, which automatically configures a collecting terminal in a drive downloading mode, does not need to perform configuration operation again when the same equipment is docked, and has the advantages of simple deployment, lower configuration cost and high overall multiplexing rate; the method supports multiple acquisition protocols and reporting protocols, can select proper protocols based on different acquisition terminals and cloud platform interface specifications, and has high compatibility; the data acquisition and transmission are carried out based on the thread control acquisition terminal, no other redundant middleware exists, and the occupation of hardware resources is low; serializing and compressing the acquired data to ensure that the traffic and network bandwidth occupation of the data in the transmission process are low, and the data flow and network delay are low; the method optimizes portability and timeliness of the energy storage power station for collecting the energy storage data, improves efficiency of collecting the energy storage data, is convenient for maintaining the energy storage data, reduces cost and has higher application value.
The following are examples of apparatus of the invention that can be used to perform the method of the invention.
The data acquisition and transmission system related to the embodiment of the device comprises: the system comprises a memory, a processor and a computer program stored on the memory, wherein the processor executes the computer program, and the memory stores data generated in the data acquisition and transmission working process.
It should be noted that the processor executes the computer program to implement the method for data acquisition and transmission of the energy storage power station of the present invention.
Those of ordinary skill in the art will appreciate that all or part of the steps in the various methods of the above embodiments may be implemented by a program to instruct related hardware, the program may be stored in a computer readable storage medium, and the storage medium may include: read Only Memory (ROM), random access memory (RAM, random Access Memory), magnetic or optical disk, and the like.
In summary, the embodiment of the device of the invention automatically configures the acquisition terminal by driving the download form through a data acquisition transmission system, and the configuration operation is not needed again when the same equipment is docked, so that the deployment is simple, the configuration cost is lower, and the overall multiplexing rate is high; the method supports multiple acquisition protocols and reporting protocols, can select proper protocols based on different acquisition terminals and cloud platform interface specifications, and has high compatibility; the data acquisition and transmission are carried out based on the thread control acquisition terminal, no other redundant middleware exists, and the occupation of hardware resources is low; serializing and compressing the acquired data to ensure that the traffic and network bandwidth occupation of the data in the transmission process are low, and the data flow and network delay are low; the method optimizes portability and timeliness of the energy storage power station for collecting the energy storage data, improves efficiency of collecting the energy storage data, is convenient for maintaining the energy storage data, reduces cost and has higher application value.
In addition, the foregoing has described in detail embodiments of the present invention, the principles and embodiments of the present invention have been described herein with reference to specific examples, the foregoing examples being provided to facilitate the understanding of the method of the present invention and the core idea thereof; meanwhile, as those skilled in the art will have variations in the specific embodiments and application scope in accordance with the ideas of the present invention, the present description should not be construed as limiting the present invention in view of the above.

Claims (6)

1. The method for collecting and transmitting the data of the energy storage power station is characterized by comprising the following steps of:
Configuring built-in driving of an acquisition terminal of an energy storage power station based on configuration parameters issued by the cloud of the energy storage power station;
The configuration parameters issued by the cloud of the energy storage power station are used for configuring built-in driving of the acquisition terminal of the energy storage power station, and the configuration parameters comprise:
After the acquisition terminal runs for the first time based on the configuration parameters issued by the cloud of the energy storage power station, the configuration parameters are solidified in built-in drivers of the acquisition terminal, the built-in drivers corresponding to the configuration parameters are loaded before the next running, and for the acquisition terminals with the same model, the built-in drivers corresponding to the corresponding configuration parameters are loaded based on the communication parameters issued by the cloud of the energy storage power station, wherein the communication parameters comprise an IP address and serial numbers;
acquiring data based on an acquisition terminal of the energy storage power station to obtain energy storage data;
the collected energy storage data are sequenced and compressed based on the collection terminal of the energy storage power station and then reported to the cloud of the energy storage power station; the acquisition terminal based on the energy storage power station reports the acquired energy storage data to the cloud of the energy storage power station after serialization and compression processing, and comprises: storing the collected energy storage data into a cache area of a collection terminal; carrying out serialization processing on the collected energy storage data based on a reporting protocol; compressing the energy storage data after the serialization treatment; reporting the compressed energy storage data to the cloud based on a reporting protocol;
the storing the collected energy storage data into the buffer area of the collection terminal comprises the following steps:
Storing the collected energy storage data into a designated area in a cache area of the collection terminal based on storage parameters, wherein the storage parameters comprise collection frequency and collection time;
the report protocol-based serialization processing of the collected energy storage data comprises the following steps:
Establishing a thread safety circulation queue based on the static linked list;
Filling the stored energy data into the thread safety circulation queue based on storage parameters;
The compressing the energy storage data after the serialization processing comprises the following steps: acquiring a compression buffer area in a buffer area of an acquisition terminal based on a thread; storing the energy storage data subjected to the serialization processing into the compression buffer area; and compressing the energy storage data after the serialization processing based on ZStandard algorithm.
2. The method for data acquisition and transmission of an energy storage power station according to claim 1, wherein the configuring the built-in driver of the acquisition terminal of the energy storage power station based on the configuration parameters issued by the cloud of the energy storage power station comprises:
Judging whether the built-in drive of the acquisition terminal is compatible with the configuration parameters;
selecting an acquisition protocol based on the compatible type of the acquisition terminal, and selecting a reporting protocol based on the interface specification of the cloud;
Judging whether the acquisition terminal supports a concurrent acquisition mode or not, and creating a thread for the acquisition terminal.
3. The method of claim 2, wherein determining whether the built-in driver of the acquisition terminal is compatible with the configuration parameters comprises:
And judging that the built-in driver of the acquisition terminal is not compatible with the configuration parameters, and simultaneously issuing the configuration parameters by the cloud terminal and issuing the acquisition driver.
4. The method for data collection and transmission of an energy storage power station according to claim 2, wherein the selecting the collection protocol based on the compatible type of the collection terminal and the reporting protocol based on the interface specification of the cloud terminal comprises:
the acquisition protocol comprises a modbus protocol or a 104/101 protocol or a 485 serial port protocol; the reporting protocol comprises an MQTT protocol or a TCP protocol or an HTTP protocol.
5. The method of claim 2, wherein the determining whether the acquisition terminal supports concurrent acquisition mode and creating a thread for the acquisition terminal comprises:
Judging whether the acquisition terminal supports a concurrent acquisition mode or not;
Judging that the acquisition terminal supports concurrent acquisition modes, and creating threads for the acquisition terminal in one-to-one correspondence;
judging that the acquisition terminal does not support the concurrent acquisition mode, creating a single thread for the acquisition terminal which does not support the concurrent acquisition mode, and creating threads for the rest acquisition terminals which support the concurrent acquisition mode in a one-to-one correspondence manner;
and the acquisition terminal acquires the energy storage data based on the thread.
6. A data acquisition and transmission system comprising a memory, a processor and a computer program stored on the memory, wherein the processor executes the computer program to implement the method of any one of claims 1-5.
CN202211232820.4A 2022-10-10 2022-10-10 Method and system for data acquisition and transmission of energy storage power station Active CN115941717B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211232820.4A CN115941717B (en) 2022-10-10 2022-10-10 Method and system for data acquisition and transmission of energy storage power station

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211232820.4A CN115941717B (en) 2022-10-10 2022-10-10 Method and system for data acquisition and transmission of energy storage power station

Publications (2)

Publication Number Publication Date
CN115941717A CN115941717A (en) 2023-04-07
CN115941717B true CN115941717B (en) 2024-04-19

Family

ID=86556695

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211232820.4A Active CN115941717B (en) 2022-10-10 2022-10-10 Method and system for data acquisition and transmission of energy storage power station

Country Status (1)

Country Link
CN (1) CN115941717B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103942078A (en) * 2014-04-30 2014-07-23 华为技术有限公司 Method for loading driver and embedded device
CN105785958A (en) * 2016-05-08 2016-07-20 杭州集控软件有限公司 Smart factory-based multi-function data acquisition device, acquisition system and method
WO2017050094A1 (en) * 2015-09-23 2017-03-30 北京金山安全软件有限公司 Method and apparatus for loading application program
CN106899638A (en) * 2015-12-21 2017-06-27 中国科学院信息工程研究所 A kind of fusions networking relationships system for solving Heterogeneous data and method
CN207198607U (en) * 2017-09-25 2018-04-06 奥普家居股份有限公司 A kind of household appliances configure equipment
CN110019482A (en) * 2018-01-02 2019-07-16 航天信息股份有限公司 Grain feelings collecting method, grain feelings middleware platform and grain feelings data collection system
CN110650084A (en) * 2019-08-26 2020-01-03 山东省科学院自动化研究所 Intelligent gateway, networking system and data processing method for industrial Internet of things
CN113423025A (en) * 2021-06-22 2021-09-21 烟台东方智能技术有限公司 Data management terminal with artificial intelligence
CN114051219A (en) * 2021-11-12 2022-02-15 中国电力科学研究院有限公司 Edge node wireless sensor connection method and system
CN114070726A (en) * 2021-10-28 2022-02-18 三一汽车制造有限公司 Data acquisition method, system, device and storage medium
CN115131171A (en) * 2022-01-18 2022-09-30 杭州安脉盛智能技术有限公司 Training method of energy storage power station operation monitoring model and monitoring system of energy storage power station

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6948006B1 (en) * 1990-12-12 2005-09-20 Canon Kabushiki Kaisha Host system that provides device driver for connected external peripheral if device driver type is available or device driver is downloaded from memory of external peripheral to host system

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103942078A (en) * 2014-04-30 2014-07-23 华为技术有限公司 Method for loading driver and embedded device
WO2017050094A1 (en) * 2015-09-23 2017-03-30 北京金山安全软件有限公司 Method and apparatus for loading application program
CN106899638A (en) * 2015-12-21 2017-06-27 中国科学院信息工程研究所 A kind of fusions networking relationships system for solving Heterogeneous data and method
CN105785958A (en) * 2016-05-08 2016-07-20 杭州集控软件有限公司 Smart factory-based multi-function data acquisition device, acquisition system and method
CN207198607U (en) * 2017-09-25 2018-04-06 奥普家居股份有限公司 A kind of household appliances configure equipment
CN110019482A (en) * 2018-01-02 2019-07-16 航天信息股份有限公司 Grain feelings collecting method, grain feelings middleware platform and grain feelings data collection system
CN110650084A (en) * 2019-08-26 2020-01-03 山东省科学院自动化研究所 Intelligent gateway, networking system and data processing method for industrial Internet of things
CN113423025A (en) * 2021-06-22 2021-09-21 烟台东方智能技术有限公司 Data management terminal with artificial intelligence
CN114070726A (en) * 2021-10-28 2022-02-18 三一汽车制造有限公司 Data acquisition method, system, device and storage medium
CN114051219A (en) * 2021-11-12 2022-02-15 中国电力科学研究院有限公司 Edge node wireless sensor connection method and system
CN115131171A (en) * 2022-01-18 2022-09-30 杭州安脉盛智能技术有限公司 Training method of energy storage power station operation monitoring model and monitoring system of energy storage power station

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
"Applying the Prometheus Methodology for an Internet of Things Architecture";Bogdan Manate;《2014 IEEE/ACM 7th International Conference on Utility and Cloud Computing》;20150202;全文 *
"铁路光伏电站监控系统的研究与设计";王振国;《中国优秀硕士学位论文全文数据库》;20180415;全文 *
基于无线传感器网络的智能家居监控平台设计;龚婉婉;刘士兴;冯婷婷;;信息网络安全;20150310(03);全文 *
基于物联网的雷声信号采集系统设计;王金龙;王彩霞;田杨萌;;信息系统工程(12);全文 *
电能信息采集系统终端软件远程升级方案的设计与实现;王伟红;周淦林;;仪器仪表标准化与计量(06);全文 *

Also Published As

Publication number Publication date
CN115941717A (en) 2023-04-07

Similar Documents

Publication Publication Date Title
CN111669372B (en) Internet of things protocol fusion method for electricity acquisition master station
US20200250129A1 (en) Rdma data sending and receiving methods, electronic device, and readable storage medium
CN101990283A (en) Wireless communication device and electricity saving method thereof
CN113709689A (en) Interaction method of wireless communication module and sensor of power internet of things
CN115941717B (en) Method and system for data acquisition and transmission of energy storage power station
CN111935756A (en) Data transmission method, device and equipment
WO2021073392A1 (en) Data subscription method, apparatus and system
CN103581228A (en) Method and system for device communication in Internet of Things
CN112738255A (en) Downloading and distributing processing method, terminal and system for VR resources
JPH1117701A (en) Communication time shortening system for satellite intranet service
CN115412403B (en) Intelligent gateway based on cloud edge cooperation
CN104079658B (en) Environmentally friendly Internet of Things real-time control method based on pool technology under Web environment
CN112583839B (en) Protocol conversion device, method, equipment and medium for Autbus bus and Hart bus
CN115473947A (en) Data acquisition method and device based on cloud edge cooperation and server
CN111465089B (en) Low-power-consumption communication system based on internet of things gateway
CN103906007A (en) Multimedia-message forwarding method and device
CN112671758A (en) Protocol conversion device, method, equipment and medium for Autbus bus and Modbus
CN113037803A (en) Geological disaster monitoring method and system, electronic equipment and storage medium
JPS61245638A (en) Satellite communication system
CN112583838B (en) Protocol conversion device, method, equipment and medium for Autbus bus and Can bus
CN115190128B (en) Computing power perception and computing task distribution system based on embedded edge gateway
CN113938906B (en) Base station monitoring networking and base station monitoring method, equipment and storage medium
CN103580805A (en) Message processing method and device
CN114124821B (en) Method, device, equipment and storage medium for transmitting data between modules in chip
CN219514100U (en) Internet of things system based on IPv6 network interconnection access

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
CB02 Change of applicant information

Address after: Room 341, building 3, No.368, Jinpeng street, Sandun Town, Xihu District, Hangzhou City, Zhejiang Province 310000

Applicant after: Zhejiang Nandu Energy Technology Co.,Ltd.

Applicant after: ZHEJIANG NARADA POWER SOURCE Co.,Ltd.

Address before: Room 341, building 3, No.368, Jinpeng street, Sandun Town, Xihu District, Hangzhou City, Zhejiang Province 310000

Applicant before: Zhejiang Nandu energy Internet Co.,Ltd.

Applicant before: ZHEJIANG NARADA POWER SOURCE Co.,Ltd.

CB02 Change of applicant information
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant