Nothing Special   »   [go: up one dir, main page]

CN112668516B - Automatic point-to-point acceptance checking method for alarm window of power dispatching system - Google Patents

Automatic point-to-point acceptance checking method for alarm window of power dispatching system Download PDF

Info

Publication number
CN112668516B
CN112668516B CN202011638452.4A CN202011638452A CN112668516B CN 112668516 B CN112668516 B CN 112668516B CN 202011638452 A CN202011638452 A CN 202011638452A CN 112668516 B CN112668516 B CN 112668516B
Authority
CN
China
Prior art keywords
point
alarm window
signal
window
alarm
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
CN202011638452.4A
Other languages
Chinese (zh)
Other versions
CN112668516A (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.)
Nanjing Taisi De Intelligent Electric Co ltd
Original Assignee
Nanjing Taisi De Intelligent Electric 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 Nanjing Taisi De Intelligent Electric Co ltd filed Critical Nanjing Taisi De Intelligent Electric Co ltd
Priority to CN202011638452.4A priority Critical patent/CN112668516B/en
Publication of CN112668516A publication Critical patent/CN112668516A/en
Application granted granted Critical
Publication of CN112668516B publication Critical patent/CN112668516B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Alarm Systems (AREA)

Abstract

The invention discloses an automatic point-to-point acceptance checking method for an alarm window of a power dispatching system, which comprises the following steps: the method comprises the steps of performing screenshot on a real-time alarm window of a power dispatching system; preprocessing the alarm window screenshot to obtain a lower half column window image of the point signal; recognizing the lower half column window image of the warning window, and recognizing the text information of each row of the warning window; judging whether the information which is the same as or different from the signal to be point-pointed exists in the character recognition result of the lower half column image of the alarm window, if so, the signal is point-pointed correctly, otherwise, the signal is point-pointed failed. The automatic checking and accepting method for the alarm window can reduce the burden of workers, improve the checking and accepting work efficiency and improve the correctness of the association of the points and the pictures.

Description

Automatic point-to-point acceptance checking method for alarm window of power dispatching system
Technical Field
The invention belongs to the technical field of point-to-point acceptance of power dispatching systems, and particularly relates to an automatic point-to-point acceptance method for an alarm window of a power dispatching system.
Background
With the continuous popularization of unattended substations, whether each stage of dispatching center can accurately monitor the managed substations in real time is a premise of safe and stable operation of a power grid, remote transmission area point table information of a dispatching master station and a station end needs to be checked, and the instantaneity of signals and the consistency of data are verified, so that the dispatching center can accurately monitor the substations.
The signal point-to-point and acceptance of the power dispatching system main station side basically adopts a manual verification mode. In the mode, a dispatching master station worker manually checks signal information in a real-time alarm window of a dispatching master station system while contacting a transformer substation side through telephone. The mode brings great workload to dispatching staff, has low efficiency, is easy to generate omission and has hidden trouble for safe burying of the power grid.
Therefore, a more intelligent, efficient and safer master station side alarm window point checking and accepting method needs to be researched, the burden of workers is reduced, the alarm window point checking and accepting work efficiency is improved, and the accuracy of point and picture association is improved.
Disclosure of Invention
The invention aims to solve the technical problems that: an automatic point-to-point acceptance checking method for an alarm window of a power dispatching system is provided, so that the problems in the prior art are solved.
The technical scheme adopted by the invention is as follows: an automatic point-to-point acceptance method for an alarm window of a power dispatching system comprises the following steps:
Step 1, a real-time alarm window of a power dispatching system is subjected to screenshot;
Step 2, preprocessing the alarm window screenshot, cutting and extracting a lower half-column window image of a real-time refreshing point signal in the alarm window screenshot;
Step 3, recognizing a lower half column window image of the alarm window by adopting text recognition of tesseract, and recognizing text information of each row (each signal) of the alarm window, wherein the text information comprises a signal confirmation state, a signal generation time, a transformer substation name, a signal action description and a signal text color (alarm grade);
Step 4, inquiring whether information identical with the description of the signal to be subjected to the point exists in the character recognition result of the lower half column image of the alarm window: if the identification result has the same information as the signal to be point-to-point, the signal is point-to-point correct; if the identification result is different from the signal to be subjected to the point-to-point (the name of the transformer substation, the name of the signal and the description of the signal action are different), the signal fails to be subjected to the point-to-point.
The point-to-point signals are sent out by the station end according to the point-to-be-detected table sequentially in a fixed period, and the automatic point-to-point checking and accepting method of the alarm window sequentially carries out point-to-point checking and accepting according to the point-to-be-point table.
The screenshot of the alarm window in the step 1 is realized through a simulated mouse, the operation of the mouse is automatically controlled to realize the screenshot of the alarm window, and the screenshot is stored in a regular naming mode (point number, action description and screenshot time) so as to be convenient for later calling and checking.
The alarm window checks the alarm information checked by the point inspection and the acceptance to obtain the transformer substation name, the signal action description and the signal character color of the signal, the transformer substation name and the signal name of the alarm window signal are obtained from the transformer station table information known by the dispatching system, and the action description and the character color of the alarm window signal are obtained from an alarm window configuration description file WCD in an XML format.
The action description and character color characteristics of an alarm window of a dispatching master station system are combed to form an alarm window configuration description file WCD (alarm window configuration description file Warn Configuration Description) in an XML format, the action description of alarm window signals is divided into a remote signaling value 0 description and a remote signaling value 1 description, the remote signaling value 0 description in the alarm window configuration description file WCD is set as a switching-off state and a resetting state, the remote signaling value 1 description is set as a switching-on state and an action state, signal alarm levels are classified into accidents, abnormal states, notification, out-of-limit states and deflection states, the colors of the signal characters in the alarm window are related, and RGB color parameters are set in the alarm window configuration description file WCD to represent different signal alarm levels.
The signal text in the alarm window and the color recognition method thereof are as follows:
Step 1), reading a desktop screenshot file applied by a power dispatching system, calling cvtColor functions in an OpenCV to convert a picture into a gray level image, setting a binarization threshold value as 250, calling threshold functions of the OpenCV to convert the gray level image into a binary image, setting a pixel value of which the pixel gray level value is greater than 250 pixels in the image as 1, and setting a pixel value of which the pixel value is smaller than 250 pixels as 0, so as to obtain a binarization image; the interference area in the image is filtered through binarization, so that the contrast between characters and the background is enhanced, and the character area is more obvious;
Step 2), setting the size of a corrosion kernel to be 2 x 2, calling erode functions of OpenCV to perform corrosion operation on the binarized picture, wherein the corrosion operation can eliminate object boundary points, enable the boundary to shrink inwards, remove elements smaller than the size of the corrosion kernel in the picture, and eliminate small interference areas in the picture, so that interference on contour searching in the following steps is reduced, and the speed of picture contour processing and searching is improved;
Step 3), carrying out contour search operation on the picture generated after the corrosion operation in the step 2), reserving two contours with the largest area and the second largest area, calculating the smallest circumscribed rectangle of the two contours by using boundingRect functions of OpenCV, and obtaining top left corner vertexes (x, y) of the two rectangles and the length and width of the rectangle;
Step 4), the minimum circumscribed rectangle position is corresponding to the picture in the step 3), the picture in the two rectangle ranges is used as two upper and lower areas to be identified, the top left corner vertex y value is small and is used as an upper part area, and the rectangle with large y value is used as a lower part area; the text region is obtained through contour detection and area filtration, so that accurate text longitudinal projection and segmentation are possible in the following steps;
Step 5), respectively carrying out black pixel longitudinal projection on the binary images of the upper partial area and the lower partial area after being determined to obtain the number of black pixels in each row, and forming a longitudinal projection pixel number curve;
Step 6), because the line pixels of the non-text part of the image are all white, the numerical value of the non-text part line after the longitudinal projection is 0, the trough of the longitudinal projection pixel quantity curve is formed, and the trough position of the longitudinal projection pixel quantity curve is used as a text segmentation position; the step is to obtain the segmentation position of the line characters by projecting the trough position, so that the segmentation accuracy of the line characters is improved;
step 7), performing line text segmentation on the upper and lower areas according to the text segmentation positions;
Step 8), calculating the center line position of the segmented line text picture, setting a threshold range of white color, and taking the color on the center line which is not in the white threshold range as the color of the line text; because of the screenshot characteristic of the dispatching master station system, the colors of all the lines are consistent, so that color taking is carried out at the center line position of the segmented line text and picture, white background color and text color mainly exist in the segmented line text and picture, the threshold range of the white color is set, and the color on the center line which is not in the white threshold range is taken as the color of the line text; the step accurately obtains the color of each line of text through color filtering and reading;
step 9), calling a recognition interface of the tesseract to recognize the region text.
The invention has the beneficial effects that: compared with the prior art, the invention has the following effects:
1) The invention adopts the character recognition technology to recognize the point signal information in the warning window picture, thereby saving the manpower consumption of the human, greatly improving the working efficiency, reducing the cost and avoiding the problem that the manual point-to-point mode is easy to make mistakes;
2) The invention adopts a keyboard-mouse simulation technology, can automatically control the keyboard mouse to screen a warning window picture, and omits the operation of manual screen capture;
3) The invention self-defines the alarm window configuration description file WCD, has universality and can cope with the alarm window signal point-to-point work of different manufacturer scheduling systems;
4) The program of the point checking and accepting method can be run on a workstation computer of any scheduling system, and has no interface interaction such as communication and the like with the scheduling system, and no hidden danger such as network safety and the like.
Drawings
FIG. 1 is a schematic flow chart of the present invention;
FIG. 2 is a screenshot of a point to test table file xls;
FIG. 3 is a setup screenshot of an alarm window configuration profile WCD in the present method;
FIG. 4 is an alarm window screenshot.
Detailed Description
The invention will be further described with reference to specific drawings and examples.
Example 1: as shown in fig. 1-4, an automatic point-to-point acceptance method for an alarm window of a power dispatching system comprises the following steps:
Step 1, a real-time alarm window of a power dispatching system is subjected to screenshot;
Step 2, preprocessing the alarm window screenshot, cutting and extracting a lower half column window image of the point signal refreshed in real time in the alarm window screenshot, cutting the screenshot only, removing the content which does not need to be identified, facilitating the identification of the signal, and having less identification content and high identification speed;
Step 3, recognizing a lower half column window image of the alarm window by adopting text recognition of tesseract, and recognizing text information of each row (each signal) of the alarm window, wherein the text information comprises a signal confirmation state, a signal generation time, a transformer substation name, a signal action description and a signal text color (alarm grade);
Step 4, inquiring whether information identical with the description of the signal to be subjected to the point exists in the character recognition result of the lower half column image of the alarm window: if the identification result has the same information as the signal to be point-to-point, the signal is point-to-point correct; if the identification result is different from the signal to be subjected to the point-to-point (the name of the transformer substation, the name of the signal and the description of the signal action are different), the signal fails to be subjected to the point-to-point.
When the method is used, the file xls of the point table to be measured is firstly imported, as shown in fig. 2, and the name of the transformer substation, the name of the signal and the sequence of the point table to be measured are obtained. Next, an alarm window configuration description file WCD is configured, as shown in fig. 3, the action description of the alarm window signal is divided into a remote signaling value 0 description and a remote signaling value 1 description, where the remote signaling value 0 description is set to "open" and "reset", and the remote signaling value 1 description is set to "close" and "action". The signal alarm class is classified into accident, abnormality, notification, out-of-limit and shift, and is related to the color of the signal characters in the alarm window. RGB color parameters may be set in WCD files to represent different signal alert levels. The action description and the text color of the alarm window signal can be acquired by the alarm window configuration description file WCD. The invention refers to the existing manual point-to-point requirement, extracts the information to be checked in the point-to-point process, and sets forth and standardizes which measuring point information the alarm window needs to check; the prior method does not check the point signals in the alarm window, the invention self-defines the alarm window configuration description file WCD, has universality and can cope with the point-to-point work of the alarm window signals of different manufacturer scheduling systems;
When the point checking and accepting test is carried out, the point signals are sent out by the station end according to the point table to be tested in sequence in a fixed period, and compared with the point signal sending out by the station end, the automatic point checking and accepting method of the alarm window has 2 seconds delay, and the effect of the delay is to ensure that the actual remote signal data sent up by the station end is correctly sent to the dispatching master station system. The automatic point checking and accepting method for the alarm window checks that the fixed time interval of one measuring point is 5s, and the fixed time interval is the same as the sending interval of the point signal of the station end. The automatic checking and accepting method for the alarm window checks the sequence of the point tables which is the same as the sequence of the point tables sent by the station end. The prior art means adopts a point tester device to test the point of a telecontrol device and a protection measurement and control device at the side of a transformer substation, and has the following problems: only the point-to-point signal at the transformer station side is checked, and the point-to-point signal in the dispatching system at the master station side is not checked, so that the point-to-point communication link is incomplete. The method adopts the steps of identifying the point signals in the alarm window, sequentially sending out the point signals at the side of the transformer substation at the dispatching master station, sequentially checking the point signals in the alarm window in the dispatching system at the side of the master station, and synchronizing the progress of the sent out signals and the checked signals which are not related to each other. The method has the advantages that the station side sends out the point signals sequentially in a fixed period according to the point table to be tested, and the automatic point checking and accepting method for the alarm window sequentially carries out the point checking and accepting setting of the signals in the alarm window according to the point table to be tested at the dispatching master station side: the link integrity of the point signal is checked, and the link integrity checking system comprises a station side telecontrol device and a master station side dispatching system.
The screenshot of the alarm window in the step 1 is realized by simulating a keymouse, the keymouse operation is automatically controlled to realize the screenshot of the alarm window, and the screenshot is saved in a regular naming mode (point number, action description and screenshot time) so as to be convenient for later calling and checking, as shown in fig. 4; and preprocessing the alarm window screenshot, cutting and extracting a lower half-column window image of the point signal refreshed in real time in the alarm window screenshot. And then, recognizing the lower half column image of the alarm window by adopting text recognition of tesseract, and recognizing text information of each row (each signal) of the alarm window, wherein the text information comprises signal confirmation state, signal generation time, transformer substation name, signal action description and signal text color (alarm grade). In the existing method, the point signals in the alarm window are not checked, and the method adopts an analog key mouse to realize automatic screenshot of the alarm window by referring to a manual checking mode, so that the labor is saved. The screenshot is named regularly, so that the image file is conveniently called in a regular format when the image is identified, and the current alarm window screenshot file can be quickly searched according to the point number when the point is wrong.
The signal text in the alarm window and the color recognition method thereof are as follows:
Step 1), reading a desktop screenshot file of an electric power dispatching system application, calling cvtColor functions in an OpenCV to convert a picture into a gray level map, setting a binarization threshold value as 250, and calling a threshold function of the OpenCV to convert the gray level map into a binary map;
step 2), setting the size of a corrosion kernel to be 2 x2, calling erode functions of OpenCV to perform corrosion operation on the binarized picture, eliminating small interference areas in the picture, and improving the profile searching and processing speed;
Step 3), carrying out contour search operation on the picture generated after the corrosion operation in the step 2), reserving two contours with the largest area and the second largest area, calculating the smallest circumscribed rectangle of the two contours by using boundingRect functions of OpenCV, and obtaining top left corner vertexes (x, y) of the two rectangles and the length and width of the rectangle;
Step 4), the minimum circumscribed rectangle position is corresponding to the picture in the step 3), the picture in the two rectangle ranges is used as two upper and lower areas to be identified, the top left corner vertex y value is small and is used as an upper part area, and the rectangle with large y value is used as a lower part area;
Step 5), respectively carrying out black pixel longitudinal projection on the binary images of the upper partial area and the lower partial area after being determined to obtain the number of black pixels in each row, and forming a longitudinal projection pixel number curve;
Step 6), using the trough position of the longitudinal projection pixel quantity curve chart as a character segmentation position;
step 7), performing line text segmentation on the upper and lower areas according to the text segmentation positions;
step 8), calculating the center line position of the segmented line text picture, setting a threshold range of white color, and taking the color on the center line which is not in the white threshold range as the color of the line text;
step 9), calling a recognition interface of the tesseract to recognize the region text.
Step 10), setting a text misidentification adjustment list, wherein the adjustment list is stored in a text file, and the format of each line is as follows:
Correct phrase of wrong phrase
Step 11), according to the content of the adjustment list, replacing the wrong phrase with the correct phrase, and improving the accuracy of character recognition;
Step 12), combining the characters and the colors identified in the steps 8) and 9) into a list for outputting, and completing the segmentation and the processing of the front-end picture.
The invention solves the problem of how to extract the user attention area of the front interface, and realizes the automatic segmentation adjustment of the area through an image preprocessing technology, a thresholding technology, a connected domain detection technology and a binary image projection technology;
the invention solves the problems of character line segmentation and color recognition method after extracting the concerned region, ensures the accuracy of character line segmentation through a binarization character longitudinal projection segmentation technology, and realizes the accuracy of color recognition through filtering and reading the color threshold value of the segmented region.
The invention realizes automatic screenshot of the alarm window picture, automatic recognition and judgment of signal characters in the alarm window picture through a keyboard and mouse simulation technology and a character recognition technology, and improves the point checking and accepting efficiency and the intelligent operation level of the alarm window at the master station end.
The foregoing is merely illustrative of the present invention, and the scope of the present invention is not limited thereto, and any person skilled in the art can easily think about variations or substitutions within the scope of the present invention, and therefore, the scope of the present invention shall be defined by the scope of the appended claims.

Claims (5)

1. An automatic point-to-point checking and accepting method for an alarm window of a power dispatching system is characterized in that: the method comprises the following steps:
Step 1, a real-time alarm window of a power dispatching system is subjected to screenshot;
Step 2, preprocessing the alarm window screenshot, cutting and extracting a lower half-column window image of a real-time refreshing point signal in the alarm window screenshot;
step 3, recognizing a lower half column window image of the alarm window by adopting text recognition of tesseract, and recognizing text information of each row of the alarm window, wherein the text information comprises a signal confirmation state, a signal generation time, a transformer substation name, a signal action description and a signal text color;
Step4, inquiring whether information identical with the description of the signal to be subjected to the point exists in the character recognition result of the lower half column image of the alarm window: if the identification result has the same information as the signal to be point-to-point, the signal is point-to-point correct; if the identification result is different from the signal to be point-to-point, the signal fails point-to-point;
The signal text in the alarm window and the color recognition method thereof are as follows:
Step 1), reading a desktop screenshot file of an electric power dispatching system application, calling cvtColor functions in an OpenCV to convert a picture into a gray level map, setting a binarization threshold value as 250, and calling a threshold function of the OpenCV to convert the gray level map into a binary map;
step 2), setting the size of a corrosion kernel to be 2 x 2, and calling erode functions of OpenCV to perform corrosion operation on the binarized picture;
Step 3), carrying out contour search operation on the picture generated after the corrosion operation in the step 2), reserving two contours with the largest area and the second largest area, calculating the smallest circumscribed rectangle of the two contours by using boundingRect functions of OpenCV, and obtaining top left corner vertexes (x, y) of the two rectangles and the length and width of the rectangle;
Step 4), the minimum circumscribed rectangle position is corresponding to the picture in the step 3), the picture in the two rectangle ranges is used as two upper and lower areas to be identified, the top left corner vertex y value is small and is used as an upper part area, and the rectangle with large y value is used as a lower part area;
Step 5), respectively carrying out black pixel longitudinal projection on the binary images of the upper partial area and the lower partial area after being determined to obtain the number of black pixels in each row, and forming a longitudinal projection pixel number curve;
Step 6), using the trough position of the longitudinal projection pixel quantity curve chart as a character segmentation position;
step 7), performing line text segmentation on the upper and lower areas according to the text segmentation positions;
step 8), calculating the center line position of the segmented line text picture, setting a threshold range of white color, and taking the color on the center line which is not in the white threshold range as the color of the line text;
step 9), calling a recognition interface of the tesseract to recognize the region text.
2. The automatic point-to-point acceptance method for an alarm window of a power dispatching system according to claim 1, wherein the method comprises the following steps: the method comprises the steps that a station end sends out the point signals sequentially in a fixed period according to the point table to be tested, and the automatic point checking and accepting method of the alarm window sequentially carries out the point checking and accepting of the signals in the alarm window according to the point table to be tested at the dispatching master station side.
3. The automatic point-to-point acceptance method for an alarm window of a power dispatching system according to claim 1, wherein the method comprises the following steps: the screenshot of the alarm window in the step 1 is realized through simulating a keymouse, and the keymouse is automatically controlled to operate to realize the screenshot of the alarm window, and the screenshot is regularly named and stored.
4. The automatic point-to-point acceptance method for an alarm window of a power dispatching system according to claim 1, wherein the method comprises the following steps: the alarm window checks the alarm information checked by the point inspection and the acceptance to obtain the transformer substation name, the signal action description and the signal character color of the signal, the transformer substation name and the signal name of the alarm window signal are obtained from the transformer station table information known by the dispatching system, and the action description and the character color of the alarm window signal are obtained from an alarm window configuration description file WCD in an XML format.
5. The automatic point-to-point acceptance method for an alarm window of a power dispatching system according to claim 1, wherein the method comprises the following steps: the method comprises the steps of combing action description and character color characteristics of an alarm window of a master station system to form an alarm window configuration description file WCD in an XML format, wherein the action description of alarm window signals is divided into remote signaling value 0 description and remote signaling value 1 description, the remote signaling value 0 description in the alarm window configuration description file WCD is set to be 'switching-off' and 'resetting', the remote signaling value 1 description is set to be 'switching-on' and 'action', signal alarm levels are divided into accidents, abnormal, informing, out-of-limit and shifting, the signals are related to the colors of signal characters in the alarm window, and RGB color parameters are set in the alarm window configuration description file WCD to represent different signal alarm levels.
CN202011638452.4A 2020-12-31 2020-12-31 Automatic point-to-point acceptance checking method for alarm window of power dispatching system Active CN112668516B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011638452.4A CN112668516B (en) 2020-12-31 2020-12-31 Automatic point-to-point acceptance checking method for alarm window of power dispatching system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011638452.4A CN112668516B (en) 2020-12-31 2020-12-31 Automatic point-to-point acceptance checking method for alarm window of power dispatching system

Publications (2)

Publication Number Publication Date
CN112668516A CN112668516A (en) 2021-04-16
CN112668516B true CN112668516B (en) 2024-06-04

Family

ID=75413649

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011638452.4A Active CN112668516B (en) 2020-12-31 2020-12-31 Automatic point-to-point acceptance checking method for alarm window of power dispatching system

Country Status (1)

Country Link
CN (1) CN112668516B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113256766B (en) * 2021-07-13 2021-11-16 国网浙江省电力有限公司宁波供电公司 Method and device for acquiring power graphic picture, storage medium and electronic equipment
CN114037409A (en) * 2021-11-01 2022-02-11 国网山西省电力公司临汾供电公司 Transformer substation information inspection report management system
CN114371654A (en) * 2021-12-10 2022-04-19 中国民用航空华东地区空中交通管理局 Artificial intelligence simulation monitoring system

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101816160A (en) * 2007-10-02 2010-08-25 诺基亚公司 Ip mtu control based on multiradio schedule
CN104574208A (en) * 2014-12-31 2015-04-29 国家电网公司 Transformer substation information classifying system and method
WO2015192659A1 (en) * 2014-06-19 2015-12-23 国家电网公司 Intelligent transformer substation warning message reporting method
CN107450445A (en) * 2017-09-05 2017-12-08 国网山东省电力公司 A kind of unified check of electric power supervisory control signal multistation and acceptance method
CN108734235A (en) * 2018-04-04 2018-11-02 四川骏逸富顿科技有限公司 A kind of personal identification method and system for electronic prescription
CN109450098A (en) * 2018-12-14 2019-03-08 朱明增 Power regulation integral system warning information optimization method
CN110112831A (en) * 2019-06-03 2019-08-09 国网四川省电力公司电力科学研究院 A kind of supervisory control of substation information automation checks and accepts device and its acceptance method
CN110363095A (en) * 2019-06-20 2019-10-22 华南农业大学 A kind of recognition methods for table font
CN110727495A (en) * 2019-10-18 2020-01-24 深圳市比量科技传媒有限公司 Automatic segmentation screenshot method and system for interface elements
CN111262346A (en) * 2020-04-26 2020-06-09 国网江西省电力有限公司电力科学研究院 Integrated automatic acceptance system and method for transformer substation
CN111585348A (en) * 2020-06-03 2020-08-25 国网山东省电力公司泰安供电公司 Wireless auxiliary counter-point acceptance system for monitoring information of intelligent substation
CN111600385A (en) * 2020-05-13 2020-08-28 中国电力科学研究院有限公司 Information interaction method and monitoring system

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101816160A (en) * 2007-10-02 2010-08-25 诺基亚公司 Ip mtu control based on multiradio schedule
WO2015192659A1 (en) * 2014-06-19 2015-12-23 国家电网公司 Intelligent transformer substation warning message reporting method
CN104574208A (en) * 2014-12-31 2015-04-29 国家电网公司 Transformer substation information classifying system and method
CN107450445A (en) * 2017-09-05 2017-12-08 国网山东省电力公司 A kind of unified check of electric power supervisory control signal multistation and acceptance method
CN108734235A (en) * 2018-04-04 2018-11-02 四川骏逸富顿科技有限公司 A kind of personal identification method and system for electronic prescription
CN109450098A (en) * 2018-12-14 2019-03-08 朱明增 Power regulation integral system warning information optimization method
CN110112831A (en) * 2019-06-03 2019-08-09 国网四川省电力公司电力科学研究院 A kind of supervisory control of substation information automation checks and accepts device and its acceptance method
CN110363095A (en) * 2019-06-20 2019-10-22 华南农业大学 A kind of recognition methods for table font
CN110727495A (en) * 2019-10-18 2020-01-24 深圳市比量科技传媒有限公司 Automatic segmentation screenshot method and system for interface elements
CN111262346A (en) * 2020-04-26 2020-06-09 国网江西省电力有限公司电力科学研究院 Integrated automatic acceptance system and method for transformer substation
CN111600385A (en) * 2020-05-13 2020-08-28 中国电力科学研究院有限公司 Information interaction method and monitoring system
CN111585348A (en) * 2020-06-03 2020-08-25 国网山东省电力公司泰安供电公司 Wireless auxiliary counter-point acceptance system for monitoring information of intelligent substation

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
RSSAT: A Wireless Intrusion Detection System Based on Received Signal Strength Acceptance Test;S.Mobarakeh Moosavirad等;《Journal of Advances in Computer Research》;20130228;第4卷(第1期);第65-80页 *
一种智能变电站监控信息自动验收系统的研究;陈月卿等;《电力系统保护与控制》;20200601;第48卷(第11期);第143-150页 *
基于Android平台的OCR应用设计与实现;汤志鹏;《中国优秀硕士学位论文全文数据库 信息科技辑》;20200615(第(2020)06期);I138-272 *
基于Lucene 的电网主厂站遥信信号自动对比 验收技术研究与应用;徐晋朗等;《电气传动自动化》;20200228;第42卷(第2期);第53-57页 *

Also Published As

Publication number Publication date
CN112668516A (en) 2021-04-16

Similar Documents

Publication Publication Date Title
CN112668516B (en) Automatic point-to-point acceptance checking method for alarm window of power dispatching system
CN109271844B (en) Electrical cabinet electrical symbol recognition method based on OpenCV
CN114565930B (en) Electrical substation wiring drawing bus recognition method based on morphological processing
CN105241679A (en) Method for detecting hidden fault of motor train unit
CN112819784A (en) Method and system for detecting broken strands and scattered strands of wires of distribution line
CN113036906B (en) Automatic inspection robot of power dispatching system
CN113298077A (en) Transformer substation foreign matter identification and positioning method and device based on deep learning
CN116862712A (en) Electric power construction potential safety risk detection method and system based on thunder fusion
CN109492569A (en) A kind of cable line insulating layer defect detection method and device
CN116304798A (en) Partial discharge type identification method, device, equipment and medium
CN106355187A (en) Application of visual information to electrical equipment monitoring
CN112769239A (en) Automatic point-aligning acceptance robot of power dispatching system
CN107730123B (en) Method for checking consistency of dispatching automation graph model specification
CN113449599A (en) Intelligent operation and maintenance auxiliary device of indoor substation based on image recognition technology
CN111626104B (en) Cable hidden trouble point detection method and device based on unmanned aerial vehicle infrared thermal image
CN113255499A (en) Digital automatic modeling method for secondary circuit of transformer substation cable
CN113111728A (en) Intelligent identification method and system for power production operation risk in transformer substation
CN108573233B (en) Power grid ceramic insulator identification method based on image processing technology
CN112351247A (en) Electro-optical flash detection method in hydraulic power plant based on image processing
CN110719445A (en) Remote meter reading system and method based on image recognition
CN115842406A (en) Main station end intelligent point aligning method and device based on power dispatching system
CN113312952B (en) Method for checking consistency of power graphic picture association engineering in svg format
CN112994231B (en) Automatic point-to-point checking and accepting method for graphic images of power dispatching system
CN112183194B (en) Non-contact type convertor station workstation equipment parameter identification method and system
CN115937086A (en) Ultrahigh voltage transmission line defect detection method based on unmanned aerial vehicle image recognition technology

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