CN111522642B - Method for acquiring and inquiring state monitoring data of wind turbine generator, and electronic equipment - Google Patents

Method for acquiring and inquiring state monitoring data of wind turbine generator, and electronic equipment Download PDF

Info

Publication number
CN111522642B
CN111522642B CN202010319999.1A CN202010319999A CN111522642B CN 111522642 B CN111522642 B CN 111522642B CN 202010319999 A CN202010319999 A CN 202010319999A CN 111522642 B CN111522642 B CN 111522642B
Authority
CN
China
Prior art keywords
data
wind turbine
turbine generator
state monitoring
server
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
CN202010319999.1A
Other languages
Chinese (zh)
Other versions
CN111522642A (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.)
Guanwei Monitoring Technology Wuxi Co ltd
Original Assignee
Guanwei Monitoring Technology Wuxi 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 Guanwei Monitoring Technology Wuxi Co ltd filed Critical Guanwei Monitoring Technology Wuxi Co ltd
Priority to CN202010319999.1A priority Critical patent/CN111522642B/en
Publication of CN111522642A publication Critical patent/CN111522642A/en
Application granted granted Critical
Publication of CN111522642B publication Critical patent/CN111522642B/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/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • 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/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database
    • 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
    • G06F9/547Remote procedure calls [RPC]; Web services

Abstract

The invention relates to the technical field of wind turbine generator state monitoring, in particular to a method for acquiring wind turbine generator state monitoring data, a query method and electronic equipment. The method comprises the steps of receiving a query request of wind turbine generator system state monitoring data; calling a data interface of a data server; acquiring an acquisition path list of a data server through a data interface; acquiring an inquiry range in the inquiry request, and inquiring wind turbine generator state monitoring data under the inquiry range from a data server by utilizing an acquisition path list; and sending the wind turbine generator system state monitoring data to a total station server for viewing by a user. According to the acquisition method provided by the invention, the data interface of the data server is called, and the acquisition path list of the data server is utilized, so that the wind turbine generator set state monitoring data in the query range is queried from the data server and is sent to the total station server, and the total station server does not need to install software corresponding to each station server, so that the user can conveniently check the wind turbine generator set state monitoring data.

Description

Method for acquiring and inquiring state monitoring data of wind turbine generator, and electronic equipment
Technical Field
The invention relates to the technical field of wind turbine generator state monitoring, in particular to a method for acquiring wind turbine generator state monitoring data, a query method and electronic equipment.
Background
With the rapid development of wind power industry in recent years, wind turbine generator state monitoring systems (CMS) have been widely used, at present, the brands of CMS systems on the market are more than ten, the total installation number is tens of thousands, each brand of CMS system is provided with an independent station server, each station server collects monitoring data of wind turbine generator state monitoring devices in the range of each station server and sends the monitoring data to a headquarter server, but because the types, formats and the like of the monitoring data generated by different brands of CMS and different wind turbine generator state monitoring devices are not uniform, users need to install software of corresponding brands on the headquarter server to view the monitoring data based on the headquarter server, the mode has many disadvantages, firstly, the headquarter server needs to install a plurality of software, the memory occupancy rate of the headquarter server is too high, the running speed is slow, secondly, the users need to view the monitoring data according to different brands, and the use process is complicated.
Disclosure of Invention
In view of the above, the embodiment of the invention provides a method for acquiring and inquiring wind turbine generator state monitoring data and electronic equipment, so as to solve the problems of low running speed caused by a plurality of pieces of software installed on a headquarter server in the prior art, and complicated use process caused by a user checking the wind turbine generator state monitoring data according to the plurality of pieces of software.
According to a first aspect, an embodiment of the present invention provides a method for acquiring wind turbine status monitoring data, which is used for a station server in a wind turbine status monitoring system, where the wind turbine status monitoring system includes a total station server and a plurality of station servers, each station server is deployed with a corresponding service module and is connected to a data server, and the method is executed by the service module, and includes:
receiving a query request of wind turbine generator state monitoring data;
invoking a data interface of the data server; the data server is used for storing state monitoring data of the wind turbine generator, and the data interface is a data interface customized according to a preset data format;
acquiring an acquisition path list of the data server through the data interface; the collection path list comprises collection path data used for representing paths of the wind turbine generator set state monitoring data;
Acquiring a query range in the query request, and querying wind turbine generator state monitoring data under the query range from the data server by utilizing the acquisition path list;
and sending the wind turbine generator system state monitoring data to a total station server for a user to check.
Optionally, the acquiring, through the data interface, the collection path list of the data server includes: traversing the data packet provided by the data interface according to a preset format, and analyzing to obtain a data source identifier for representing the state monitoring data of the wind turbine generator; and arranging the data source identifiers according to a preset rule to obtain the acquisition path list.
Optionally, the data format includes a simple object access protocol format and/or a representational state transfer format.
Optionally, the querying, using the collection path list, the wind turbine generator state monitoring data in the query range from the data server includes: determining the starting time and the ending time of the query range; acquiring a field data packet between the starting time and the ending time; and analyzing the field data packet to obtain the state monitoring data of the wind turbine generator and storing the state monitoring data.
According to the method for acquiring the wind turbine generator state monitoring data, the service module acquires the acquisition path list of the data server by calling the data interface of the data server, wherein the data interface is the data interface customized according to the preset data format, queries the wind turbine generator state monitoring data in the query range from the data server by using the acquisition path list according to the query range in the query instruction, and sends the wind turbine generator state monitoring data to the total station server for a user to check, so that a barrier of data incompatibility among the station servers is opened, the unification of the wind turbine generator state monitoring data is realized, a plurality of software corresponding to each station server is not required to be installed on the total station server, and the user can check conveniently.
According to a second aspect, an embodiment of the present invention provides a method for querying wind turbine status monitoring data, which is used for a total station server in a wind turbine status monitoring system, where the wind turbine status monitoring system includes a total station server and a plurality of station servers, each station server is deployed with a corresponding service module and connected to a data server, and the service module is configured to query wind turbine status monitoring data from the data server, and the method includes:
Receiving a query instruction sent by a user; the query instruction is used for querying the wind turbine generator state monitoring data which the user needs to view, and the query instruction carries a target station server to be queried;
generating a corresponding query request based on the query instruction, and sending the query request to the station server; the query request is used for prompting a service module on the target station server to query the state monitoring data of the wind turbine generator;
and receiving the state monitoring data of the wind turbine generator sent by the target station server.
According to the method for inquiring the wind turbine generator state monitoring data, provided by the embodiment of the invention, the total station server does not need to install a plurality of pieces of software corresponding to each station server, only needs to generate a corresponding inquiry request according to the inquiry instruction sent by the user, and sends the inquiry request to the target station server, receives the wind turbine generator state monitoring data sent by the target station server, so that the user can check the wind turbine generator state monitoring data, the running memory of the total station server is saved, the running speed is improved, and the user can check the wind turbine generator state monitoring data according to the total station server more conveniently.
According to a third aspect, an embodiment of the present invention provides a wind turbine generator system status monitoring system, including:
a head office server for performing the method of the second aspect;
a plurality of station servers, each station server having a corresponding service module deployed thereon, the service module configured to perform the method according to the first aspect or any implementation manner of the first aspect;
and the data servers are in one-to-one correspondence with the plurality of station servers, and each data server is used for storing the wind turbine generator set state monitoring data of the corresponding station.
According to the wind turbine generator system state monitoring system provided by the embodiment of the invention, the corresponding service module is deployed on each station server, and the service module realizes the unification of the wind turbine generator system state monitoring data by calling the data interface of the data server, wherein the data interface is the data interface customized according to the preset data format, acquires the acquisition path list of the data server, queries the wind turbine generator system state monitoring data in the query range from the data server according to the query range in the query instruction by using the acquisition path list, and sends the wind turbine generator system state monitoring data to the master station server for a user to check, and the data incompatible barrier among the station servers is opened, so that the user can check conveniently without installing a plurality of software corresponding to each station server on the master station server.
According to a fourth aspect, an embodiment of the present invention provides an apparatus for acquiring wind turbine status monitoring data, which is used for a station server in a wind turbine status monitoring system, where the wind turbine status monitoring system includes a total station server and a plurality of station servers, each station server is disposed with a corresponding service module and connected with a data server, and the apparatus is disposed on the service module, and the apparatus includes:
the first receiving module is used for receiving a query request of the wind turbine generator set state monitoring data;
the calling module is used for calling the data interface of the data server; the data server is used for storing state monitoring data of the wind turbine generator, and the data interface is a data interface customized according to a preset data format;
the acquisition module is used for acquiring an acquisition path list of the data server through the data interface; the collection path list comprises collection path data used for representing paths of the wind turbine generator set state monitoring data;
the query module is used for acquiring a query range in the query request, and querying wind turbine generator set state monitoring data under the query range from the data server by utilizing the acquisition path list;
And the first sending module is used for sending the wind turbine generator system state monitoring data to a total station server for a user to check.
According to the acquisition device for the wind turbine generator state monitoring data, the data interface of the data server is called, wherein the data interface is the data interface customized according to the preset data format, the acquisition path list of the data server is acquired, the wind turbine generator state monitoring data in the query range is queried from the data server by utilizing the acquisition path list according to the query range in the query instruction, and the wind turbine generator state monitoring data are sent to the total station server for a user to check, so that a data incompatible barrier among the station servers is opened, the unification of the wind turbine generator state monitoring data is realized, and a plurality of software corresponding to each station server is not required to be installed on the total station server, so that the user can check conveniently.
According to a fifth aspect, an embodiment of the present invention provides a query device for wind turbine status monitoring data, which is used for a total station server in a wind turbine status monitoring system, where the wind turbine status monitoring system includes a total station server and a plurality of station servers, each station server is disposed with a corresponding service module and connected to a data server, and the service module is used for querying wind turbine status monitoring data from the data server, and the device includes:
The second receiving module is used for receiving a query instruction sent by a user; the query instruction is used for querying the wind turbine generator state monitoring data which the user needs to view, and the query instruction carries a target station server to be queried;
the second sending module is used for generating a corresponding query request based on the query instruction and sending the query request to the target station server; the query request is used for prompting a service module on the target station server to query the state monitoring data of the wind turbine generator;
and the third receiving module is used for receiving the wind turbine generator set state monitoring data sent by the target station server.
According to the query device for the wind turbine generator state monitoring data, corresponding query requests are generated according to the query instructions sent by the user, the query requests are sent to the target station server, the wind turbine generator state monitoring data sent by the target station server are received for the user to check, the running memory of the total station server is saved, the running speed is improved, and the user can check the wind turbine generator state monitoring data according to the total station server more conveniently.
According to a sixth aspect, an embodiment of the present invention provides an electronic device, including: the system comprises a memory and a processor, wherein the memory and the processor are in communication connection, the memory stores computer instructions, and the processor executes the computer instructions so as to execute the method for acquiring the wind turbine generator state monitoring data according to the first aspect or any implementation mode of the first aspect, and/or the method for inquiring the wind turbine generator state monitoring data according to the second aspect.
According to a seventh aspect, an embodiment of the present invention provides a computer readable storage medium, where computer instructions are stored, where the computer instructions are configured to cause a computer to execute the method for acquiring wind turbine generator state monitoring data according to the first aspect or any implementation manner of the first aspect, and/or the method for querying wind turbine generator state monitoring data according to the second aspect.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings that are needed in the description of the embodiments or the prior art will be briefly described, and it is obvious that the drawings in the description below are some embodiments of the present invention, and other drawings can be obtained according to the drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a method of acquiring wind turbine condition monitoring data according to an embodiment of the invention;
FIG. 2 is a schematic diagram of an application scenario according to an embodiment of the present invention;
FIG. 3 is a complete flow chart of a method of acquiring wind turbine condition monitoring data according to an embodiment of the invention;
FIG. 4 is a flow chart of a method of querying wind turbine status monitoring data in accordance with an embodiment of the invention;
FIG. 5 is a schematic diagram of a component structure of a wind turbine generator system status monitoring system according to an embodiment of the present invention;
FIG. 6 is a block diagram of an apparatus for acquiring wind turbine condition monitoring data according to an embodiment of the present invention;
FIG. 7 is a block diagram of a query device for wind turbine status monitoring data according to an embodiment of the present invention;
fig. 8 is a schematic diagram of a hardware structure of an electronic device according to an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments of the present invention. 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 fall within the scope of the invention.
Example 1
The embodiment of the invention provides a method for acquiring wind turbine generator state monitoring data, which is used for a station server in a wind turbine generator state monitoring system, wherein the wind turbine generator state monitoring system comprises a main station server and a plurality of station servers, each station server is provided with a corresponding service module and is connected with a data server, and the method is executed by the service module. It should be noted that the steps illustrated in the flowcharts of the figures may be performed in a computer system such as a set of computer executable instructions, and that although a logical order is illustrated in the flowcharts, in some cases the steps illustrated or described may be performed in an order other than that illustrated herein. As shown in fig. 1, the process includes the steps of:
s11, receiving a query request of the state monitoring data of the wind turbine generator.
Fig. 2 is a schematic view of an application scenario in an embodiment of the present invention, as shown in fig. 2, the total station server is located at a headquarter, the station server 1 and the station server 2 are respectively located at a wind farm 01 and a wind farm 02, the station server 1 and the station server 2 are respectively deployed with a service module 1 and a service module 2, the service module 1 and the service module 2 are respectively connected with a data server, and the service module 1 and the service module 2 are respectively connected with the total station server in a communication manner so as to send wind turbine status monitoring data of the wind farm 01 and the wind farm 02 to the total station server for a user to view. The Service module 1 and the Service module 2 may be Web Service modules, and provide services in different formats according to the brand types of the station server 1 and the station server 2 and by taking the format of the total station server as a standard.
The query request received by the service module 1 and the service module 2 may be a query request sent by the master station server through an http protocol, or may be a query request sent by other external servers through other transmission protocols, where the query request includes information such as a target station server to be queried, a query time, and the like.
S12, calling a data interface of the data server.
The data server is used for storing the state monitoring data of the wind turbine generator, and the data interface is customized according to a preset data format.
After receiving the query request, the service module 1 and the service module 2 call a data interface of a data server connected with the service module 1 and the service module 2, and convert the wind turbine generator state monitoring data stored by the data server according to a preset data format, so as to ensure the format consistency of the wind turbine generator state monitoring data, and the data interface is a unified data interface customized according to the preset data format.
Optionally, the data format includes a simple object access protocol format and/or a representational state transfer format. And selecting a corresponding data format according to the data types of the station servers of different brands.
S13, acquiring an acquisition path list of the data server through the data interface.
The collection path list comprises collection path data used for representing paths of the wind turbine generator set state monitoring data.
Specifically, the service module 1 and the service module 2 receive a format requirement sent by the total station server and then send the format requirement to the data server, the data server generates a collection path list of stored wind turbine generator state monitoring data according to the format requirement, and the collection path list is provided to the service module 1 and the service module 2 through the data interface after receiving the query request, and the collection path list comprises information such as a wind field name, a device name, a sensor measuring point name, a data variable name and the like of the wind turbine generator state monitoring data, and specific implementation codes are as follows:
s14, acquiring a query range in the query request, and querying wind turbine generator set state monitoring data under the query range from the data server by utilizing the acquisition path list.
Specifically, after receiving a query instruction of querying the wind field 01/vibration monitoring device/vibration sensor/measurement point 1/vibration monitoring data from 4 months 1 day to 4 months 15 days, the service module 1 and the service module 2 analyze the query instruction to obtain a query range of the wind field 01/vibration monitoring device/vibration sensor/measurement point 1/vibration monitoring data from 4 months 1 day to 4 months 15 days, and compare the query range with the acquisition path list provided by the data interface of the data server connected with the query instruction, and query the vibration monitoring data of the vibration sensor on the vibration monitoring device in the wind field 01 at the measurement point 1 from 4 months 1 day to 4 months 15 days.
And S15, sending the wind turbine generator system state monitoring data to a total station server for a user to check.
In combination with S14, the service module 1 compares the query range of "4 months 1 day to 4 months 15 days \wind farm 01\vibration monitoring device\vibration sensor\measurement point 1\vibration monitoring data" with the acquisition path list provided by the data interface of the data server connected with the query range, and then sends the vibration monitoring data of the vibration monitoring device in the wind farm 01 under the query range at the measurement point 1 to the total station server for the user to view.
Optionally, fig. 3 is a complete flowchart of a method for acquiring wind turbine generator condition monitoring data according to an embodiment of the present invention, as shown in fig. 3, where the flowchart includes the following steps:
s21, receiving a query request of the state monitoring data of the wind turbine generator.
Please refer to S11 in fig. 1 in detail, and detailed description thereof is omitted herein.
S22, calling a data interface of the data server.
Please refer to S12 in fig. 1 in detail, and detailed description thereof is omitted herein.
S23, acquiring an acquisition path list of the data server through the data interface.
After receiving the query instruction, the service module invokes a data interface of a data server connected with the query instruction, and acquires an acquisition path list of the data server through the data interface, wherein the specific acquisition process comprises the following steps:
S231, traversing the data packet provided by the data interface according to a preset format, and analyzing to obtain a data source identifier for representing the state monitoring data of the wind turbine generator.
Specifically, the data packet is a JSON character string array list, and each character string in the array list is composed of information such as wind field names, equipment names, sensor names, measuring points, data variable names, wind turbine generator system state monitoring data, time for data generation, alarm states and the like corresponding to the station server.
Taking the service module 1 shown in fig. 2 as an example, the data server converts the stored wind turbine generator state monitoring data into the JSON string array list in advance according to a preset format, after the service module 1 receives the query request, the JSON string array list is provided for the service module 1 through a data interface, the service module 1 traverses the JSON string array list, finds out a string consistent with the query range, and analyzes the string to obtain a data source identifier of the wind turbine generator state monitoring data. The data source identification comprises the wind field name, the equipment name, the sensor name, the measuring point and the data variable name.
S232, arranging the data source identifiers according to a preset rule to obtain the acquisition path list.
Specifically, the data source identifier is arranged as a wind field name, a device name, a sensor name, a measuring point, and a data variable name, and is used as the collection path list. In practice, the "wind field name \device name\sensor name\measurement point\data variable name" is expressed in the form of "0" and "1".
S24, acquiring a query range in the query request, and querying wind turbine generator set state monitoring data under the query range from the data server by utilizing the acquisition path list.
Specifically, the query range obtained by the service module 1 is "4 months 1 day to 4 months 15 days \wind field 01\vibration monitoring device\vibration sensor\measurement point 1\vibration monitoring data", and it is to be noted that, in practice, "4 months 1 day to 4 months 15 days \wind field 01\vibration monitoring device\vibration sensor\measurement point 1\vibration monitoring data" are all represented in the form of "0" and "1".
Optionally, the step S24 may include the steps of:
s241, determining the starting time and the ending time of the query range.
Specifically, "0" and "1" are identified for the query scope, and the starting time is determined: 4 months 1 day, and end time 4 months 15 days.
S242, acquiring a field data packet between the starting time and the ending time.
Specifically, the service module queries the strings in the JSON string array list provided by the data interface one by one, and combines the strings in the starting time and the ending time to form the field data packet.
S243, analyzing the field data packet to obtain the state monitoring data of the wind turbine generator, and storing the state monitoring data.
And decoding the field data packets 0 and 1 to obtain and store the wind turbine generator set state monitoring data contained in the field data packets within the starting time and the ending time.
S25, sending the wind turbine generator system state monitoring data to a total station server for a user to check.
Please refer to S15 in fig. 1 in detail, which is not described herein.
According to the method for acquiring the wind turbine generator state monitoring data, the service module acquires the acquisition path list of the data server by calling the data interface of the data server, wherein the data interface is the data interface customized according to the preset data format, queries the wind turbine generator state monitoring data in the query range from the data server by using the acquisition path list according to the query range in the query instruction, and sends the wind turbine generator state monitoring data to the total station server for a user to check, so that a barrier of data incompatibility among the station servers is opened, the unification of the wind turbine generator state monitoring data is realized, a plurality of software corresponding to each station server is not required to be installed on the total station server, and the user can check conveniently.
Example 2
The embodiment of the invention provides a query method of wind turbine generator state monitoring data, which is used for a total station server in a wind turbine generator state monitoring system, wherein the wind turbine generator state monitoring system comprises a total station server and a plurality of station servers, each station server is provided with a corresponding service module and is connected with a data server, and the service module is used for querying the wind turbine generator state monitoring data from the data server. It should be noted that the steps illustrated in the flowcharts of the figures may be performed in a computer system such as a set of computer executable instructions, and that although a logical order is illustrated in the flowcharts, in some cases the steps illustrated or described may be performed in an order other than that illustrated herein. As shown in fig. 4, the flow includes the steps of:
s31, receiving a query instruction sent by a user.
The query instruction is used for querying the wind turbine generator state monitoring data which the user needs to view, and the query instruction carries a target station server to be queried.
Specifically, a query software is installed on the total station server, and a user sends a query instruction for querying the wind turbine generator state monitoring data of the station server 1 from 4 months 1 day to 4 months 15 days to the total station server according to the query software.
S32, generating a corresponding query request based on the query instruction, and sending the query request to the station server.
The query request is used for prompting a service module on the target station server to query the wind turbine generator set state monitoring data.
The master station server converts the query instructions into 0 and 1, generates the query request, and transmits the query request to service modules of the station server 1 and the station server 2, wherein the service modules traverse data packets provided by a data interface according to the query request, determine the target station server 1, and acquire wind turbine generator set state monitoring data of the target station server 1 under the query range of the query request.
S33, receiving the wind turbine generator set state monitoring data sent by the target station server for a user to check.
Specifically, the wind turbine generator system state monitoring data received by the master station server and sent by the target station server 1 is wind turbine generator system state monitoring data under the query range sent by the service module 1 of the target station server 1; and the user checks the state monitoring data of the wind turbine generator through query software installed on the total station server.
According to the method for inquiring the wind turbine generator state monitoring data, provided by the embodiment of the invention, the total station server does not need to install a plurality of pieces of software corresponding to each station server, only needs to generate a corresponding inquiry request according to the inquiry instruction sent by the user, and sends the inquiry request to the target station server, receives the wind turbine generator state monitoring data sent by the target station server, so that the user can check the wind turbine generator state monitoring data, the running memory of the total station server is saved, the running speed is improved, and the user can check the wind turbine generator state monitoring data according to the total station server more conveniently.
Example 3
The embodiment of the invention provides a wind turbine generator system state monitoring system, as shown in fig. 5, comprising:
the total station server 41 is configured to execute a query method of the wind turbine generator system state monitoring data shown in fig. 4;
the plurality of station servers 42, each station server 42 is deployed with a corresponding service module, and the service module is used for executing the method for acquiring the wind turbine generator state monitoring data shown in fig. 1 and/or fig. 3;
and a plurality of data servers in one-to-one correspondence with the plurality of site servers 42, each data server being configured to store wind turbine status monitoring data of a corresponding site.
The further functions of the above components of the wind turbine generator system state detection system provided by the embodiment of the present invention are the same as those of the corresponding embodiment, and are not described herein.
According to the wind turbine generator system state monitoring system provided by the embodiment of the invention, the corresponding service module is deployed on each station server, and the service module realizes the unification of the wind turbine generator system state monitoring data by calling the data interface of the data server, wherein the data interface is the data interface customized according to the preset data format, acquires the acquisition path list of the data server, queries the wind turbine generator system state monitoring data in the query range from the data server according to the query range in the query instruction by using the acquisition path list, and sends the wind turbine generator system state monitoring data to the master station server for a user to check, and the data incompatible barrier among the station servers is opened, so that the user can check conveniently without installing a plurality of software corresponding to each station server on the master station server.
Example 4
In this embodiment, an apparatus for obtaining wind turbine generator system state monitoring data is provided, and the apparatus is used to implement the foregoing embodiments and preferred embodiments, which have been described and will not be repeated. As used below, the term "module" may be a combination of software and/or hardware that implements a predetermined function. While the means described in the following embodiments are preferably implemented in software, implementation in hardware, or a combination of software and hardware, is also possible and contemplated.
The embodiment of the invention provides a device for acquiring wind turbine generator state monitoring data, which is used for a station server in a wind turbine generator state monitoring system, wherein the wind turbine generator state monitoring system comprises a main station server and a plurality of station servers, each station server is provided with a corresponding service module and is connected with a data server, and the device is arranged on the service module, as shown in fig. 6, and comprises:
the first receiving module 51 is configured to receive a query request of wind turbine generator state monitoring data;
a calling module 52, configured to call a data interface of the data server; the data server is used for storing state monitoring data of the wind turbine generator, and the data interface is a data interface customized according to a preset data format;
an obtaining module 53, configured to obtain, through the data interface, an acquisition path list of the data server; the collection path list comprises collection path data used for representing paths of the wind turbine generator set state monitoring data;
the query module 54 is configured to obtain a query range in the query request, and query, from the data server, wind turbine generator state monitoring data under the query range using the collection path list;
And the first sending module 55 is configured to send the wind turbine generator system state monitoring data to a total station server for a user to view.
The wind turbine generator condition monitoring data acquisition device in this embodiment is presented in the form of functional units, where the units refer to ASIC circuits, processors and memories that execute one or more software or firmware programs, and/or other devices that may provide the above functions.
Further functional descriptions of the above respective modules are the same as those of the above corresponding embodiments, and are not repeated here.
According to the acquisition device for the wind turbine generator state monitoring data, the data interface of the data server is called, wherein the data interface is the data interface customized according to the preset data format, the acquisition path list of the data server is acquired, the wind turbine generator state monitoring data in the query range is queried from the data server by utilizing the acquisition path list according to the query range in the query instruction, and the wind turbine generator state monitoring data are sent to the total station server for a user to check, so that a data incompatible barrier among the station servers is opened, the unification of the wind turbine generator state monitoring data is realized, and a plurality of software corresponding to each station server is not required to be installed on the total station server, so that the user can check conveniently.
Example 5
In this embodiment, a device for querying state monitoring data of a wind turbine generator is provided, and the device is used to implement the foregoing embodiments and preferred embodiments, which have been described and will not be repeated. As used below, the term "module" may be a combination of software and/or hardware that implements a predetermined function. While the means described in the following embodiments are preferably implemented in software, implementation in hardware, or a combination of software and hardware, is also possible and contemplated.
The embodiment of the invention provides a query device for wind turbine generator state monitoring data, which is used for a total station server in a wind turbine generator state monitoring system, wherein the wind turbine generator state monitoring system comprises a total station server and a plurality of station servers, each station server is provided with a corresponding service module and is connected with a data server, the service module is used for querying the wind turbine generator state monitoring data from the data server, and as shown in fig. 7, the device comprises:
a second receiving module 61, configured to receive a query instruction sent by a user; the query instruction is used for querying the wind turbine generator state monitoring data which the user needs to view, and the query instruction carries a target station server to be queried;
A second sending module 62, configured to generate a corresponding query request based on the query instruction, and send the query request to the target station server; the query request is used for prompting a service module on the target station server to query the state monitoring data of the wind turbine generator;
and a third receiving module 63, configured to receive the wind turbine generator system state monitoring data sent by the target station server.
The querying device for wind turbine generator state monitoring data in this embodiment is presented in the form of functional units, where the units refer to ASIC circuits, processors and memories that execute one or more software or firmware programs, and/or other devices that may provide the above functions.
Further functional descriptions of the above respective modules are the same as those of the above corresponding embodiments, and are not repeated here.
According to the query device for the wind turbine generator state monitoring data, corresponding query requests are generated according to the query instructions sent by the user, the query requests are sent to the target station server, the wind turbine generator state monitoring data sent by the target station server are received for the user to check, the running memory of the total station server is saved, the running speed is improved, and the user can check the wind turbine generator state monitoring data according to the total station server more conveniently.
Example 6
The embodiment of the invention provides electronic equipment, which is provided with an acquisition device of wind turbine generator state monitoring data shown in fig. 6 and/or a query device of wind turbine generator state monitoring data shown in fig. 7.
Referring to fig. 8, fig. 8 is a schematic structural diagram of an electronic device according to an alternative embodiment of the present invention, as shown in fig. 8, the electronic device may include: at least one processor 71, such as a CPU (Central Processing Unit ), at least one communication interface 73, a memory 74, at least one communication bus 72. Wherein the communication bus 72 is used to enable connected communication between these components. The communication interface 73 may include a Display screen (Display) and a Keyboard (Keyboard), and the optional communication interface 73 may further include a standard wired interface and a wireless interface. The memory 74 may be a high-speed RAM memory (Random Access Memory, volatile random access memory) or a non-volatile memory (non-volatile memory), such as at least one disk memory. The memory 74 may alternatively be at least one memory device located remotely from the processor 71. Wherein the processor 71 may store an application program in the memory 74 in conjunction with the apparatus described in fig. 6 and/or fig. 7, and the processor 71 invokes the program code stored in the memory 74 for performing any of the method steps described above.
The communication bus 72 may be a peripheral component interconnect standard (peripheral component interconnect, PCI) bus, an extended industry standard architecture (extended industry standard architecture, EISA) bus, or the like. The communication bus 72 may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown in fig. 8, but not only one bus or one type of bus.
Wherein the memory 74 may include volatile memory (English) such as random-access memory (RAM); the memory may also include a nonvolatile memory (english: non-volatile memory), such as a flash memory (english: flash memory), a hard disk (english: hard disk drive, abbreviated as HDD) or a solid state disk (english: solid-state drive, abbreviated as SSD); memory 74 may also include a combination of the above types of memory.
The processor 71 may be a central processor (English: central processing unit, abbreviated: CPU), a network processor (English: network processor, abbreviated: NP) or a combination of CPU and NP.
The processor 71 may further include a hardware chip, among others. The hardware chip may be an application-specific integrated circuit (ASIC), a Programmable Logic Device (PLD), or a combination thereof (English: programmable logic device). The PLD may be a complex programmable logic device (English: complex programmable logic device, abbreviated: CPLD), a field programmable gate array (English: field-programmable gate array, abbreviated: FPGA), a general-purpose array logic (English: generic array logic, abbreviated: GAL), or any combination thereof.
Optionally, the memory 74 is also used for storing program instructions. The processor 71 may invoke program instructions to implement a method for acquiring wind turbine condition monitoring data as shown in fig. 1 and 3 of the present application, and/or a method for querying wind turbine condition monitoring data as shown in fig. 4.
Example 7
The embodiment of the invention also provides a non-transitory computer storage medium, which stores computer executable instructions, and the computer executable instructions can execute the method for acquiring the state monitoring data of the wind turbine in any method embodiment and/or the method for inquiring the state monitoring data of the wind turbine. Wherein the storage medium may be a magnetic Disk, an optical Disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a Flash Memory (Flash Memory), a Hard Disk (HDD), or a Solid State Drive (SSD); the storage medium may also comprise a combination of memories of the kind described above.
Although embodiments of the present invention have been described in connection with the accompanying drawings, various modifications and variations may be made by those skilled in the art without departing from the spirit and scope of the invention, and such modifications and variations are within the scope of the invention as defined by the appended claims.

Claims (9)

1. A method for obtaining wind turbine condition monitoring data, the method being used in a station server in a wind turbine condition monitoring system, the wind turbine condition monitoring system including a total station server and a plurality of station servers, each station server having a corresponding service module disposed thereon and connected to a data server, the method being performed by the service module, the method comprising:
receiving a query request of wind turbine generator state monitoring data;
invoking a data interface of the data server; the data server is used for storing state monitoring data of the wind turbine generator, the data interface is a data interface customized according to preset data formats, and corresponding data formats are selected according to station server data types of different brands; the data format includes a simple object access protocol format and/or a representational state transfer format;
Acquiring an acquisition path list of the data server through the data interface; the collection path list comprises collection path data used for representing paths of the wind turbine generator set state monitoring data;
acquiring a query range in the query request, and querying wind turbine generator state monitoring data under the query range from the data server by utilizing the acquisition path list;
and sending the wind turbine generator system state monitoring data to a total station server for a user to check.
2. The method of claim 1, wherein the obtaining, via the data interface, the collection path list of the data server comprises:
traversing the data packet provided by the data interface according to a preset format, and analyzing to obtain a data source identifier for representing the state monitoring data of the wind turbine generator;
and arranging the data source identifiers according to a preset rule to obtain the acquisition path list.
3. The method according to claim 1, wherein querying the wind turbine status monitoring data in the query range from the data server using the collection path list comprises:
Determining the starting time and the ending time of the query range;
acquiring a field data packet between the starting time and the ending time;
and analyzing the field data packet to obtain the state monitoring data of the wind turbine generator and storing the state monitoring data.
4. The utility model provides a query method of wind turbine generator system state monitoring data, characterized in that is arranged in the total station server in wind turbine generator system state monitoring system, wind turbine generator system state monitoring system includes a total station server and a plurality of station servers, and each station server is disposed with corresponding service module and is connected a data server, service module is used for querying wind turbine generator system state monitoring data from data server, the method includes:
receiving a query instruction sent by a user; the query instruction is used for querying the wind turbine generator state monitoring data which the user needs to view, and the query instruction carries a target station server to be queried;
generating a corresponding query request based on the query instruction, and sending the query request to the station server; the query request is used for prompting a service module on the target station server to query the state monitoring data of the wind turbine generator;
And receiving the wind turbine generator set state monitoring data sent by the target station server for a user to check.
5. A wind turbine generator system condition monitoring system, comprising:
a head office server for performing the method of claim 4;
a plurality of station servers, each station server having a corresponding service module deployed thereon, the service modules for performing the method of any of claims 1-3;
and the data servers are in one-to-one correspondence with the plurality of station servers, and each data server is used for storing the wind turbine generator set state monitoring data of the corresponding station.
6. The utility model provides an acquisition device of wind turbine generator system state monitoring data, its characterized in that is arranged in the station server in the wind turbine generator system state monitoring system, wind turbine generator system state monitoring system includes a total station server and a plurality of station server, has disposed corresponding service module and is connected with a data server on every station server, the device is located on the service module, the device includes:
the first receiving module is used for receiving a query request of the wind turbine generator set state monitoring data;
the calling module is used for calling the data interface of the data server; the data server is used for storing state monitoring data of the wind turbine generator, the data interface is a data interface customized according to preset data formats, and corresponding data formats are selected according to station server data types of different brands; the data format includes a simple object access protocol format and/or a representational state transfer format;
The acquisition module is used for acquiring an acquisition path list of the data server through the data interface; the collection path list comprises collection path data used for representing paths of the wind turbine generator set state monitoring data;
the query module is used for acquiring a query range in the query request, and querying wind turbine generator set state monitoring data under the query range from the data server by utilizing the acquisition path list;
and the first sending module is used for sending the wind turbine generator system state monitoring data to a total station server for a user to check.
7. A query device for monitoring data of a wind turbine generator system state, wherein the wind turbine generator system state monitoring system comprises a total station server and a plurality of station servers, each station server is provided with a corresponding service module and is connected with a data server, the service module is used for querying the wind turbine generator system state monitoring data from the data server, and the device comprises:
the second receiving module is used for receiving a query instruction sent by a user; the query instruction is used for querying the wind turbine generator state monitoring data which the user needs to view, and the query instruction carries a target station server to be queried;
The second sending module is used for generating a corresponding query request based on the query instruction and sending the query request to the target station server; the query request is used for prompting a service module on the target station server to query the state monitoring data of the wind turbine generator;
and the third receiving module is used for receiving the wind turbine generator set state monitoring data sent by the target station server.
8. An electronic device, comprising:
the system comprises a memory and a processor, wherein the memory and the processor are in communication connection, the memory stores computer instructions, and the processor executes the computer instructions so as to execute the method for acquiring the wind turbine generator condition monitoring data according to any one of claims 1-3 and/or the method for querying the wind turbine generator condition monitoring data according to claim 4.
9. A computer-readable storage medium, wherein the computer-readable storage medium stores computer instructions for causing the computer to perform the method for acquiring wind turbine condition monitoring data according to any one of claims 1 to 3 and/or the method for querying wind turbine condition monitoring data according to claim 4.
CN202010319999.1A 2020-04-21 2020-04-21 Method for acquiring and inquiring state monitoring data of wind turbine generator, and electronic equipment Active CN111522642B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010319999.1A CN111522642B (en) 2020-04-21 2020-04-21 Method for acquiring and inquiring state monitoring data of wind turbine generator, and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010319999.1A CN111522642B (en) 2020-04-21 2020-04-21 Method for acquiring and inquiring state monitoring data of wind turbine generator, and electronic equipment

Publications (2)

Publication Number Publication Date
CN111522642A CN111522642A (en) 2020-08-11
CN111522642B true CN111522642B (en) 2024-02-13

Family

ID=71904391

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010319999.1A Active CN111522642B (en) 2020-04-21 2020-04-21 Method for acquiring and inquiring state monitoring data of wind turbine generator, and electronic equipment

Country Status (1)

Country Link
CN (1) CN111522642B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102231072A (en) * 2011-05-19 2011-11-02 北京能源投资(集团)有限公司 Wind energy electric field communication controller, system and centralized control method
CN104183101A (en) * 2014-01-22 2014-12-03 深圳市昆腾软件科技有限公司 Wireless photovoltaic power station monitoring apparatus
CN105159209A (en) * 2015-07-27 2015-12-16 石家庄学院 Power supply monitoring transceiving apparatus based on GPRS technology
CN105553699A (en) * 2015-12-09 2016-05-04 东北大学 Wind turbine generator set state monitoring private cloud system and method built from point of data processing
WO2018035799A1 (en) * 2016-08-25 2018-03-01 阿里巴巴集团控股有限公司 Data query method, application and database servers, middleware, and system
CN109600406A (en) * 2017-09-30 2019-04-09 同方威视技术股份有限公司 Environs radiation monitoring station system
CN110147356A (en) * 2019-05-14 2019-08-20 厦门欢乐逛科技股份有限公司 Data transmission method and device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102231072A (en) * 2011-05-19 2011-11-02 北京能源投资(集团)有限公司 Wind energy electric field communication controller, system and centralized control method
CN104183101A (en) * 2014-01-22 2014-12-03 深圳市昆腾软件科技有限公司 Wireless photovoltaic power station monitoring apparatus
CN105159209A (en) * 2015-07-27 2015-12-16 石家庄学院 Power supply monitoring transceiving apparatus based on GPRS technology
CN105553699A (en) * 2015-12-09 2016-05-04 东北大学 Wind turbine generator set state monitoring private cloud system and method built from point of data processing
WO2018035799A1 (en) * 2016-08-25 2018-03-01 阿里巴巴集团控股有限公司 Data query method, application and database servers, middleware, and system
CN109600406A (en) * 2017-09-30 2019-04-09 同方威视技术股份有限公司 Environs radiation monitoring station system
CN110147356A (en) * 2019-05-14 2019-08-20 厦门欢乐逛科技股份有限公司 Data transmission method and device

Also Published As

Publication number Publication date
CN111522642A (en) 2020-08-11

Similar Documents

Publication Publication Date Title
CN107231402B (en) HTTP request processing method, device and system
CN110083391A (en) Call request monitoring method, device, equipment and storage medium
CN108900374B (en) Data processing method and device applied to DPI equipment
US20180232427A1 (en) Data structure endian conversion system
CN112954089B (en) Method, device, equipment and storage medium for analyzing data
CN111683066A (en) Heterogeneous system integration method and device, computer equipment and storage medium
CN113225339B (en) Network security monitoring method and device, computer equipment and storage medium
WO2021082844A1 (en) Device management method, apparatus, system, device, and storage medium
CN111813622B (en) Equipment monitoring method and device
CN110633195A (en) Performance data display method and device, electronic equipment and storage medium
CN111737207A (en) Method and device for displaying and collecting logs of service nodes in distributed system
US10594550B2 (en) Dynamic product installation based on user feedback
US20160337216A1 (en) System and method for testing a coap server
CN111522642B (en) Method for acquiring and inquiring state monitoring data of wind turbine generator, and electronic equipment
CN110309028B (en) Monitoring information acquisition method, service monitoring method, device and system
US20120066305A1 (en) Transmitting system and method thereof
EP3038390B1 (en) Processing method and apparatus for signaling tracing
CN111078477A (en) Interface test method and device, storage medium and electronic equipment
CN112787978A (en) Data acquisition method and device, computer equipment and computer-readable storage medium
CN103944777A (en) Distributed monitoring system information processing method and system
CN113114612B (en) Determination method and device for distributed system call chain
CN110430093B (en) Data processing method and device and computer readable storage medium
CN114826867B (en) Method, device, system and storage medium for processing data
CN113612972B (en) Communication method and device of terminal monitoring equipment, electronic equipment and storage medium
CN110708208B (en) Monitoring data acquisition method and device, storage medium and terminal

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