CN112069166B - Power station equipment data acquisition method and system - Google Patents

Power station equipment data acquisition method and system Download PDF

Info

Publication number
CN112069166B
CN112069166B CN202010658898.7A CN202010658898A CN112069166B CN 112069166 B CN112069166 B CN 112069166B CN 202010658898 A CN202010658898 A CN 202010658898A CN 112069166 B CN112069166 B CN 112069166B
Authority
CN
China
Prior art keywords
data
measuring point
equipment
point data
sqlite
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
CN202010658898.7A
Other languages
Chinese (zh)
Other versions
CN112069166A (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 Internet 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 Internet Co ltd, Zhejiang Narada Power Source Co Ltd filed Critical Zhejiang Nandu Energy Internet Co ltd
Priority to CN202010658898.7A priority Critical patent/CN112069166B/en
Publication of CN112069166A publication Critical patent/CN112069166A/en
Application granted granted Critical
Publication of CN112069166B publication Critical patent/CN112069166B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • G06F16/235Update request formulation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • G06F16/2365Ensuring data consistency and integrity

Abstract

The invention discloses a method and a system for acquiring data of power station equipment, wherein the method comprises the following steps: creating at least one SQLite thread according to the equipment information; storing the equipment and the measuring point configuration information into an SQLite database; inquiring the equipment information in the SQLite, and classifying according to the IP and the port information; creating a thread for each type; acquiring measuring point configuration information in a single thread according to the details of each device; the method and the system can effectively improve the timeliness of data transmission of power station equipment, and can reduce the total amount of data transmission and network pressure during data transmission by acquiring the measuring point data of the equipment in a grading manner.

Description

Power station equipment data acquisition method and system
Technical Field
The invention relates to the field of data acquisition, in particular to a method and a system for acquiring data of power station equipment.
Background
In the prior art, a power station equipment list is mainly acquired through an SQLite database, classification is carried out according to IP addresses and ports of the equipment list, and measuring points are established for the classified equipment and used for measuring the state of each equipment.
In the prior art, if the acquired data volume is large, the more devices needing data transmission are needed, the larger the network pressure is, the abnormity of the acquisition industrial personal computer is caused by the I/O pressure of data processing, the industrial personal computer is crashed due to the consumption of a large amount of hardware resources, and the fixed-frequency acquisition cannot reasonably allocate resources to the devices or the measuring points.
Disclosure of Invention
One of the purposes of the invention is to provide a method and a system for acquiring data of power station equipment, wherein the method and the system are used for comparing and verifying measured point data and then uploading the measured point data, if different data exist, the different data are uploaded, and the same data are not processed, so that the efficiency of uploading the data is improved, and the network pressure can be reduced.
One of the purposes of the invention is to provide a method and a system for acquiring data of power station equipment, wherein the method and the system can set hierarchical data acquisition, the data acquisition frequency of different levels is different, the method and the system can be set according to different power station equipment attributes and acquisition requirements, the total acquisition amount of measured point data is reduced, and the storage pressure and the data uploading pressure of the equipment are reduced.
One of the objectives of the present invention is to provide a method and a system for acquiring data of power station equipment, where the method and the system transfer data of the power station equipment to a disk through a Redis database, and upload the data after data comparison, so that the usage amount of the disk can be increased, buffering is provided during data uploading, the configuration number of hardware equipment for data transmission is reduced, and the cost is saved.
One of the purposes of the invention is to provide a method and a system for acquiring data of power station equipment, wherein the method and the system can give consideration to the timeliness of important data acquisition, reduce the total data acquisition amount and reduce the network pressure of data uploading by acquiring data in a grading way and comparing the acquired data with the data acquired last time.
One of the objectives of the present invention is to provide a method and a system for collecting data of a power station device, where the method and the system verify the reported data after reporting the data, so as to ensure the integrity of data uploading.
In order to achieve at least one of the objects of the present invention, the present invention further provides a method for collecting data of power plant equipment, comprising the steps of:
creating at least one SQLite thread according to the equipment information;
storing the equipment and the measuring point configuration information into an SQLite database;
inquiring the equipment information in the SQLite, and classifying according to the IP and the port information;
creating a thread for each type; acquiring measuring point configuration information in a single thread according to the details of each device;
and collecting the measuring point data, comparing the measuring point data with a Redis database, and selecting whether to store the measuring point data and report the measuring point data according to a comparison result.
According to a preferred embodiment of the present invention, the measurement point data includes telemetry data and telemetry data, the collected telemetry data and telemetry data are converted into binary data, the converted binary data is compared with the Redis database, and if different data exist, different data are stored in the Redis database.
According to a preferred embodiment of the invention, after the device is classified by the IP and the port information, a device measuring point list is established, and the device measuring point list is stored in the SQLite database and is used for inquiring device measuring point data.
According to another preferred embodiment of the invention, different acquisition frequencies are preset according to the classification result of the equipment, address information of the measuring points is obtained, and measuring point data are acquired in a grading manner according to the address information and the preset acquisition frequencies.
According to another preferred embodiment of the invention, the measuring point data is directly collected from the register of the corresponding device CPU according to the obtained measuring point address, the measuring point data is stored in the Redis database, the collected measuring point data is compared with historical data of the Redis database, and if different measuring point data exists, different measuring point data is stored in the Redis database.
According to another preferred embodiment of the invention, after the measuring point data of the equipment is collected, whether the measuring point data is abnormal or not is judged, and if the abnormal data exists, the SQLite thread is reestablished.
According to another preferred embodiment of the invention, the connection status information of the SQLite thread is collected, if the SQLite thread is in the disconnected state, the control device sleeps for 3 seconds, and if the disconnection state exceeds 5 times in an hour, the control device sleeps for 1 hour, and then the SQLite thread is reestablished.
According to another preferred embodiment of the invention, the collection frequency of the measuring points is classified according to the measuring point data attributes, and the collected measuring point data is stored in the Redis database as historical data according to the collection frequency.
According to another preferred embodiment of the invention, the measuring point data collected each time is compared with the detection data collected last time, and if the measuring point data collected each time is different from the measuring point data collected last time, the measuring point data collected this time is stored in the Redis database and used for updating the measuring point data in the Redis database, and the updated measuring point data is uploaded to the remote control center.
According to another preferred embodiment of the invention, the detection data acquired last time is compared with the measurement point data acquired last time each time, and if the detection data is the same as the measurement point data acquired last time, the measurement point data in the Redis database is not updated.
According to another preferred embodiment of the invention, the measuring point data updated each time in the Redis database is uploaded to the remote control center through the Kafka cluster according to the detection frequency of the measuring points.
According to another preferred embodiment of the invention, when receiving the updated measure point data in the Redis database, the Kafka cluster checks the updated measure point data, and if abnormal data exists, the SQLite thread is reestablished.
According to another preferred embodiment of the invention, a data transmission channel is established between the device and the Redis database by adopting a modbus protocol.
In order to achieve at least one of the above objects, the present invention further provides a data collecting system for power station equipment, where the data collecting system adopts the above data collecting method for power station equipment, and the method includes:
the SQLite database is used for storing the equipment and the measuring point configuration information and is used as a data basis for the associated storage and acquisition of the equipment and the measuring point configuration information;
the Redis database is used for caching the reporting frequency of the equipment, the equipment measuring point data and the thread abnormal frequency data;
the judging module is used for judging whether the change of the measuring point data and the acquisition are abnormal or not;
and the data transmission module is used for establishing equipment, a database and a data transmission channel between the database and the remote control center so as to upload the acquired measuring point data and the acquired thread abnormal frequency data to the remote control center.
The SQLite database collects measuring point data from equipment, controls the establishment and cancellation of threads, inputs the measuring point data into a Redis database for storage, and the judgment module collects the measuring point data of the equipment, compares the measuring point data collected each time with the measuring point data collected last time, stores the collected measuring point data if the measuring point data are different from each other, and does not store the measuring point data if the measuring point data are the same.
Drawings
FIG. 1 is a schematic flow chart of a method for data acquisition of power plant equipment according to the present invention;
FIG. 2 is a schematic diagram showing a flow of data in a method for data acquisition of power plant equipment according to the present invention;
FIG. 3 is a schematic view of another data flow diagram of a method for data acquisition of power plant equipment;
fig. 4 is a schematic structural diagram of a data acquisition system of power station equipment.
Detailed Description
The following description is presented to disclose the invention so as to enable any person skilled in the art to practice the invention. The preferred embodiments in the following description are given by way of example only, and other obvious variations will occur to those skilled in the art. The underlying principles of the invention, as defined in the following description, may be applied to other embodiments, variations, modifications, equivalents, and other technical solutions without departing from the spirit and scope of the invention.
It is understood that the terms "a" and "an" should be interpreted as meaning that a number of one element or element is one in one embodiment, while a number of other elements is one in another embodiment, and the terms "a" and "an" should not be interpreted as limiting the number.
Referring to fig. 1-3, the power station device data acquisition system includes an SQLite database, a Redis database, a determination module, and a data transmission module, wherein the SQLite database establishes a thread connected to the device for acquiring real-time working data of the device, and stores device and measurement point configuration information for associated storage of the device and the measurement point configuration information as an acquired data basis; the SQLite database also collects the IP and data ports of the equipment, an equipment measuring point list is established according to the IP and data ports of the equipment, measuring point data of the equipment can be directly inquired through the equipment measuring point list, it needs to be stated that the measuring point data is single data, and the system monitors, updates and uploads the single data.
The Redis database collects the measuring point information of the SQLite database through the data transmission module and stores the measuring point information in the Redis database, and the Redis database is also used for caching the reporting frequency and the thread abnormal frequency data of the equipment. Furthermore, the difference between the current measuring point data and the last measuring point data is judged by the judging module, if the measured point data is different after comparison, the different measuring point data is stored in the Redis database, so that the Redis database is updated, it needs to be explained that the Redis database is taken as a high-performance storage database, can support storage modes such as character strings, linked lists, sets and ordered sets, and the Redis database is cached in a memory, periodically writes updated information into a disk, effectively utilizes disk space, can improve timeliness of data transmission while realizing effective storage, and is particularly suitable for data storage and transmission of power station equipment, and the data transmission module adopts a modbus protocol for connecting the equipment and the SQLite database.
It should be noted that the collected measuring point data includes remote signaling data and remote measuring data, the remote signaling data includes but is not limited to the on-off state of the equipment and the protection state of the protection device, the remote measuring data includes but is not limited to the information of voltage, current, load, frequency, etc. and temperature, etc. on the line, wherein the remote signaling data and the remote sensing data are hexadecimal data, please refer to fig. 3 and 4, the collected remote signaling data and remote sensing data are converted into binary data by a data converter, and comparing the converted data with data in a Redis database, if the same data exists, the same collected data is not processed, if different data exist, different data in the binary data are stored in a Redis database, and the Redis database uploads the updated binary data to a remote control center so as to realize remote transmission of remote signaling data and remote measuring data.
Further, please refer to the schematic structural diagram of the acquisition system shown in fig. 4, the acquisition system is disposed on the data transmission layer, and the lower layer is connected to the devices, each device has a corresponding CPU, the CPU has a plurality of registers therein, the plurality of registers are used for storing the measurement point data, in the measurement point data acquisition process, the acquisition address of the measurement point data is obtained, the measurement point data of the corresponding register is extracted according to the acquisition address of the measurement point, and the extracted measurement point data is compared with the Redis database, so that the acquisition speed of the measurement point is high, and the acquisition and uploading of the measurement point data is facilitated in time. The acquisition system comprises a disk, the acquired measuring point data of each device is stored in a local disk, and the updated data in the disk is uploaded to a remote control center, so that the uploaded data volume is reduced, and the network pressure is reduced.
Further, the system collects the collected measuring point data and the equipment attributes in a grading manner, specifically, distributes a collection frequency according to the collected equipment measuring point data attributes, and distributes a collection frequency for the measuring point data of different equipment, preferably, the collection frequency includes but is not limited to: the method comprises the steps of uninterrupted acquisition, 1-time acquisition in 1 minute, 1-time detection in 5 minutes, and 1-time detection in 15 minutes, and classified acquisition is performed according to different data attributes, for example, data are divided into important data, secondary data and general data according to the attributes, wherein the acquisition frequency of the important data can be set to be 1 minute once, the acquisition frequency of the secondary data is set to be 5 minutes once, and the general data can be set to be 15 minutes once, so that the classified acquisition of the data is realized, the acquisition amount of the data is reduced on the whole, and the storage and uploading pressure of the data is reduced.
The judging module is further used for judging whether the thread is abnormal or not, the judging module receives thread information and judges whether the thread is connected or not, if the thread connection is abnormal, the sleep time of the equipment is controlled for more than 3 seconds, and if the thread connection is abnormal for more than 5 times or 5 times within one hour of the equipment, the equipment is controlled to sleep for 1 hour. When the system judges that the thread is an abnormal thread, the thread is reestablished, the connection between the equipment and the SQLite database is reestablished, the stability of receiving the thread data can be effectively improved by establishing the thread in a restarting mode, and it needs to be explained that the reestablished thread can be a single thread or multiple threads, and can be the restarting of the original thread or the distribution of new threads. It is to be understood that the manner of thread rebuild is not a limitation of the present invention.
The judging module is also used for monitoring whether the measured point data is abnormal or not, and detecting whether the measured point data is abnormal or not after comparing the measured point data with historical data stored in a Redis database, wherein the abnormal data is determined according to a local normal numerical range of the measured point data of the equipment, if the measured point data is not in the set normal numerical range, the measured point data is judged to be abnormal, and an SQLite thread is further reestablished. If the data are in the normal data range, uploading the measuring point data in the Redis database to a remote control center through a Kafka cluster.
It is worth mentioning that, because the measuring point data collected by the sensor on the device is telemetering data, the collected measuring point data is further converted into telemetering data, that is, the numerical data is converted into state data, the converted data is compared with the last measuring point data in the Redis database, if the measuring point data is the same, the Redis database is not updated, and if different measuring point data exists, different measuring point data is stored in the Redis database. Further, the Redis database periodically sends updated data to the control center, and after the judgment module collects the measuring point data and judges that the measuring point data is new data, different measuring point data are uploaded to the remote control center through the Kafka cluster, and the remote control center can be a cloud server.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
It will be understood by those skilled in the art that the embodiments of the present invention described above and illustrated in the drawings are given by way of example only and not by way of limitation, the objects of the invention having been fully and effectively achieved, the functional and structural principles of the present invention having been shown and described in the embodiments, and that various changes or modifications may be made in the embodiments of the present invention without departing from such principles.

Claims (10)

1. A data acquisition method for power station equipment is characterized by comprising the following steps:
creating at least one SQLite thread according to the equipment information;
storing the equipment and the measuring point configuration information into an SQLite database, and collecting measuring point data;
inquiring the equipment information in the SQLite, and classifying according to the IP and the port information;
creating a thread for each type; acquiring measuring point configuration information in a single thread according to the details of each device;
comparing the measuring point data with a Redis database, and selecting and storing different measuring point data and reporting the measuring point data according to a comparison result;
directly collecting measuring point data from a register of a corresponding device CPU according to the obtained measuring point address, and storing the measuring point data in the Redis database;
the measuring point data comprises telemetering data and telemetering data, the collected telemetering data and telemetering data are converted into binary data, the converted binary data are compared with the Redis database, and different data are stored in the Redis database if different data exist.
2. The method for collecting the data of the power station equipment as claimed in claim 1, wherein after the equipment is classified according to the IP and the port information, an equipment measuring point list is established and stored in the SQLite database for inquiring the equipment measuring point data.
3. The method for collecting data of power station equipment as claimed in claim 1, wherein different collection frequencies are preset according to the classification result of the equipment, the address information of the measuring points is obtained, and the measuring point data is collected in a grading manner according to the address information and the preset collection frequency.
4. The method for collecting the data of the power station equipment as claimed in claim 1, wherein after the measuring point data are collected, whether the measuring point data are abnormal or not is judged, and if the abnormal data exist, the SQLite thread is reestablished.
5. The power station equipment data acquisition method as claimed in claim 1, characterized in that the connection condition information of the SQLite thread and the equipment is acquired, if the SQLite thread is in the disconnection state, the control equipment sleeps for 3 seconds, if the disconnection state exceeds 5 times in an hour, the control equipment sleeps for 1 hour, and then the SQLite thread is reestablished.
6. The method for collecting data of power station equipment as claimed in claim 1, wherein the measured point data collected last time is compared with the measured point data collected last time, and if the measured point data collected last time is the same as the measured point data collected last time, the measured point data in the Redis database is not updated.
7. The method for collecting data of power plant equipment as claimed in claim 1, wherein the data of the measuring points updated each time in the Redis database is uploaded to the remote control center through the Kafka cluster according to the collecting frequency of the measuring points.
8. The power station equipment data acquisition method as claimed in claim 1, wherein the Kafka cluster checks the updated measure point data when receiving the updated measure point data in the Redis database, and reestablishes the SQLite thread if abnormal data exists.
9. The method of claim 1, wherein a data transmission channel is established between the plant and the Redis database using a modbus protocol.
10. A power plant equipment data acquisition system that employs the power plant equipment data acquisition method of any one of claims 1 to 8, comprising:
the SQLite database is used for storing the equipment and the measuring point configuration information and is used as a data basis for the associated storage and acquisition of the equipment and the measuring point configuration information;
the Redis database is used for caching the reporting frequency of the equipment, the equipment measuring point data and the thread abnormal frequency data;
the judging module is used for judging whether the change of the measuring point data and the acquisition are abnormal or not;
the data transmission module is used for establishing equipment, a database and a data transmission channel between the database and the remote control center so as to upload the acquired measuring point data and the acquired thread abnormal frequency data to the remote control center;
the SQLite database collects measuring point data from equipment, controls the establishment and cancellation of threads, inputs the measuring point data into a Redis database for storage, and the judgment module collects the measuring point data of the equipment, compares the measuring point data collected each time with the measuring point data collected last time, stores the collected measuring point data if the measuring point data are different from each other, and does not store the measuring point data if the measuring point data are the same.
CN202010658898.7A 2020-07-09 2020-07-09 Power station equipment data acquisition method and system Active CN112069166B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010658898.7A CN112069166B (en) 2020-07-09 2020-07-09 Power station equipment data acquisition method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010658898.7A CN112069166B (en) 2020-07-09 2020-07-09 Power station equipment data acquisition method and system

Publications (2)

Publication Number Publication Date
CN112069166A CN112069166A (en) 2020-12-11
CN112069166B true CN112069166B (en) 2021-09-24

Family

ID=73656167

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010658898.7A Active CN112069166B (en) 2020-07-09 2020-07-09 Power station equipment data acquisition method and system

Country Status (1)

Country Link
CN (1) CN112069166B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112710918B (en) * 2021-01-04 2022-10-11 安徽容知日新科技股份有限公司 Wireless data acquisition method and system based on edge calculation
CN113780755A (en) * 2021-08-20 2021-12-10 阳光电源股份有限公司 Measuring point scheduling method and device and power management system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101267644A (en) * 2008-04-22 2008-09-17 广东高新兴通信股份有限公司 A storage method for monitoring data
CN103595590A (en) * 2013-11-28 2014-02-19 成都科来软件有限公司 Method, device and system for detecting data package tampering
CN107122422A (en) * 2017-04-06 2017-09-01 山东建筑大学 Service-oriented wisdom settlement real-time dataBase system and its method of work
WO2019155380A1 (en) * 2018-02-07 2019-08-15 Robert James Mark Hain System and method for proof of view via blockchain and providing channel stake marketplaces

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101477364A (en) * 2008-12-29 2009-07-08 上海昊沧系统控制技术有限责任公司 Forwarding data system between system databases
CN104809214A (en) * 2015-04-23 2015-07-29 中国电子科技集团公司第四十一研究所 Test-data breakpoint continuous transmission method applied to microwave automatic test system
CN109819044A (en) * 2019-02-20 2019-05-28 深圳市显控科技股份有限公司 Remote data acquisition method, apparatus, equipment and storage medium
CN110086729A (en) * 2019-04-28 2019-08-02 神华铁路货车运输有限责任公司 Transmission method, device, system, computer equipment and the storage medium of data
CN110320853A (en) * 2019-07-30 2019-10-11 翼石电子股份有限公司 A kind of plc data capturing analysis method and system
CN110825798A (en) * 2019-10-29 2020-02-21 深圳供电局有限公司 Electric power application data maintenance method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101267644A (en) * 2008-04-22 2008-09-17 广东高新兴通信股份有限公司 A storage method for monitoring data
CN103595590A (en) * 2013-11-28 2014-02-19 成都科来软件有限公司 Method, device and system for detecting data package tampering
CN107122422A (en) * 2017-04-06 2017-09-01 山东建筑大学 Service-oriented wisdom settlement real-time dataBase system and its method of work
WO2019155380A1 (en) * 2018-02-07 2019-08-15 Robert James Mark Hain System and method for proof of view via blockchain and providing channel stake marketplaces

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
远程医疗终端信息采集和传输系统的研究与设计;李海龙;《中国优秀硕士学位论文全文数据库 信息科技辑》;20170215(第2期);第I138-549页 *

Also Published As

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

Similar Documents

Publication Publication Date Title
CN108803552B (en) Monitoring system and monitoring method for equipment fault
CN107390650B (en) A kind of data collection system based on Internet of Things and the data compression method based on the system
CN108769121B (en) Intelligent industrial equipment Internet of things data acquisition system and acquisition data uploading method
US20160261481A1 (en) Data collection system, data collection method, server, and gateway
CN112069166B (en) Power station equipment data acquisition method and system
US20190320245A1 (en) Nodal dynamic data acquisition and dissemination
US11131972B2 (en) Performance optimization in a building automation system
KR100982034B1 (en) Monitoring method and system for database performance
US8442515B2 (en) Management system for monitoring and controlling remote sites and equipment
CN112162829B (en) Resource monitoring data preprocessing system under edge computing scene
CN108696396A (en) A kind of monitoring alarm devices and methods therefor of distributed memory system
CN112463543A (en) Business data monitoring method, rule data generating method, device and system
CN114710499A (en) Load balancing method, device and medium for edge computing gateway based on computational power routing
CN113806045A (en) Task allocation method, system, device and medium
JP2019176582A (en) Monitoring system for power receiving and distributing facility
CN113542026A (en) Internet of things equipment fault positioning method, device, equipment and storage medium
CN105553766A (en) Monitoring method of abnormal node dynamic tracking cluster node state
CN112947364A (en) System and method for early warning of equipment faults of power distribution station based on big data
CN114664494B (en) Distributed temperature measurement intelligent cable
CN113915535B (en) Urban gas pipe network monitoring system and control method thereof
Giatrakos et al. Pao: power-efficient attribution of outliers in wireless sensor networks
CN115118722A (en) Intelligent water quality monitoring system based on edge calculation
CN113114508A (en) Multistage variable-frequency network monitoring data acquisition method and device
CN109672994B (en) Data management method and system for charging pile
Dhivya et al. Cluster based approximate data collection for wireless sensor networks

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: No.72, landscape Avenue, Qingshanhu street, Lin'an City, Hangzhou City, Zhejiang Province

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

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

Address before: No.72, landscape Avenue, Qingshanhu street, Lin'an City, Hangzhou City, Zhejiang Province

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

Applicant before: ZHEJIANG NANDU ENERGY INTERNET OPERATION Co.,Ltd.

GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: No.72, landscape Avenue, Qingshanhu street, Lin'an City, Hangzhou City, Zhejiang Province

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

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

Address before: No.72, landscape Avenue, Qingshanhu street, Lin'an City, Hangzhou City, Zhejiang Province

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

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