CN112799736B - Dynamic binding loading method for electrical primary graph mode identification - Google Patents

Dynamic binding loading method for electrical primary graph mode identification Download PDF

Info

Publication number
CN112799736B
CN112799736B CN202110070025.9A CN202110070025A CN112799736B CN 112799736 B CN112799736 B CN 112799736B CN 202110070025 A CN202110070025 A CN 202110070025A CN 112799736 B CN112799736 B CN 112799736B
Authority
CN
China
Prior art keywords
searching
data
phase current
file
remote
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
CN202110070025.9A
Other languages
Chinese (zh)
Other versions
CN112799736A (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 Lonrec Electric Technology Co ltd
Original Assignee
Nanjing Lonrec Electric Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nanjing Lonrec Electric Technology Co ltd filed Critical Nanjing Lonrec Electric Technology Co ltd
Priority to CN202110070025.9A priority Critical patent/CN112799736B/en
Publication of CN112799736A publication Critical patent/CN112799736A/en
Application granted granted Critical
Publication of CN112799736B publication Critical patent/CN112799736B/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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • 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/254Extract, transform and load [ETL] procedures, e.g. ETL data flows in data warehouses
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • G06F16/9024Graphs; Linked lists
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Abstract

The invention discloses a dynamic binding loading method for pattern recognition of an electrical primary graph, which comprises the following steps: s1: drawing an electric primary diagram of a project site by using a component library, deriving a related drawing file, identifying which are electric devices by the software according to the characteristics of components in the drawing by combining the imported excel project data, and completing dynamic data binding on the devices; s2: an HTML webpage is generated by attaching an operation script to the file, and a Web item of Vue is directly embedded, so that a user can directly access the file through a Web browser; s3: the embedded script file accesses the background service regularly, acquires telemetry, remote pulse and remote signaling data configured by a user, processes and updates the telemetry, remote pulse and remote signaling data to corresponding electric components, and clicks the corresponding electric components in a browser to conduct remote control operation; the invention can lead engineering technicians to rapidly draw an electric primary graph and complete foolproof conversion, support interactive operation of users, display configurable data content and facilitate transplantation and deployment.

Description

Dynamic binding loading method for electrical primary graph mode identification
Technical Field
The invention belongs to the technical field of computer information, and particularly relates to an electric primary graph mode identification dynamic binding loading method.
Background
The prior art comprises the following steps: most of electric primary graphs in the market are realized by using modes such as configuration and the like, the development workload is large, different projects are not easy to transplant, and the CS software user experience is not very good. In view of the above problems, we need to solve the following problems: 1. the workload of developing the primary graph of different projects is reduced or even eliminated as much as possible; 2. the primary graph is realized by using a Web technology, so that any user can access any computer through a browser as much as possible; 3. the data of the electrical equipment must identify the equipment on the primary graph and update in real time; 4. the measurement data on the primary graph can be dynamically configured and bound according to different items. Therefore, we propose a dynamic binding loading method for pattern recognition of an electrical primary graph to solve the above-mentioned problems in the background art.
Disclosure of Invention
The invention aims to provide a dynamic binding loading method for pattern recognition of an electrical primary graph, which aims to solve the problems in the background technology.
In order to achieve the above purpose, the present invention provides the following technical solutions: an electric primary graph mode identification dynamic binding loading method comprises the following steps:
s1: drawing an electric primary diagram of a project site by using a component library in Office by engineering technicians, deriving related drawing files, identifying which are electric devices by software according to the characteristics of components in the drawing by combining imported excel project data, and completing dynamic data binding on the devices;
s2: meanwhile, an operation script is added to the file to generate an HTML webpage, and a Web item of Vue can be directly embedded, so that a user can directly access the HTML webpage through a Web browser;
s3: the embedded script file accesses the background service regularly, acquires telemetry, remote pulse and remote signaling data configured by a user, processes and updates the telemetry, remote pulse and remote signaling data to corresponding electric components, and the user can click the corresponding electric components in a browser to conduct remote control operation.
The software in the step S1 identifies which components are electrical equipment according to the content characteristics of the file codes, and the method is mainly realized by the following technical methods:
a. searching all the primitives in full text and marking the positions;
b. searching elements with special component marks in the marked primitives;
c. searching the names of the branches in a front section and a rear section according to the positioning positions of the elements and marking the positions;
d. modifying the element ID where the branch name is located, and searching for an A-phase current mark at the back;
e. modifying the element ID of the A-phase current, and searching the B-phase current mark at the back;
f. modifying the element ID of the B-phase current, and searching a C-phase current mark at the back;
g. modifying the element ID of the C-phase current, and searching a switch state mark at the back;
h. modifying the element ID of the switch state;
i. binding all element IDs to the corresponding electrical equipment data selected by the user;
j. a timer is created when the page is loaded, and data update is acquired from the background to be displayed on the electrical equipment at regular time.
Compared with the prior art, the invention has the beneficial effects that: the method for dynamically binding and loading the electric primary graph mode identification provided by the invention can enable engineering technicians to rapidly draw the electric primary graph and complete foolproof conversion, can be integrated into a Web system without writing a line of codes, supports interactive operation of users, displays configurable data content, and is convenient for transplanting and deployment.
Drawings
FIG. 1 is a schematic flow chart of an electrical primary graph pattern recognition dynamic binding loading method of the invention;
FIG. 2 is a flow chart of the software of the present invention identifying which components are electrical devices based on the file encoded content characteristics.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The invention provides a dynamic binding loading method for pattern recognition of an electrical primary graph, as shown in fig. 1-2, which comprises the following steps:
s1: drawing an electric primary diagram of a project site by using a component library in Office by engineering technicians, deriving related drawing files, identifying which are electric devices by software according to the characteristics of components in the drawing by combining imported excel project data, and completing dynamic data binding on the devices;
s2: meanwhile, an operation script is added to the file to generate an HTML webpage, and a Web item of Vue can be directly embedded, so that a user can directly access the HTML webpage through a Web browser;
s3: the embedded script file accesses the background service regularly, acquires telemetry, remote pulse and remote signaling data configured by a user, processes and updates the telemetry, remote pulse and remote signaling data to corresponding electric components, and the user can click the corresponding electric components in a browser to conduct remote control operation.
The software in the step S1 identifies which components are electrical equipment according to the content characteristics of the file codes, and the method is mainly realized by the following technical methods:
a. searching all the primitives in full text and marking the positions;
b. searching elements with special component marks in the marked primitives;
c. searching the names of the branches in a front section and a rear section according to the positioning positions of the elements and marking the positions;
d. modifying the element ID where the branch name is located, and searching for an A-phase current mark at the back;
e. modifying the element ID of the A-phase current, and searching the B-phase current mark at the back;
f. modifying the element ID of the B-phase current, and searching a C-phase current mark at the back;
g. modifying the element ID of the C-phase current, and searching a switch state mark at the back;
h. modifying the element ID of the switch state;
i. binding all element IDs to the corresponding electrical equipment data selected by the user;
j. a timer is created when the page is loaded, and data update is acquired from the background to be displayed on the electrical equipment at regular time.
Examples: in the implementation of a commercial building project of a certain Nanjing unit and a building project of a junior middle school in a Shandong province, a component library provided by a user and engineering technicians can be used for rapidly drawing a high-low voltage electricity primary graph, and in combination with project data on site, professional software is used for converting the electricity graph, and a converted webpage can be seamlessly and directly embedded into the project for release. According to the set of flow, the whole process can complete the whole deployment implementation work in a few minutes. The method is greatly convenient for field engineering technicians, saves project deployment cost and time period, and improves system reliability. With the interactive Web responsive layout, a user can use a browser to directly access and view the condition of the electrical device.
In the conversion process, the electrical components and the primitive components on the primary graph are dynamically identified and bound, and the latest data is acquired through a script background real-time access interface and updated to the corresponding primitives according to the ID of the electrical components. The user may also select a certain electrical component to view telemetry, telemetry data to execute remote control instructions, etc.
The invention provides a dynamic binding loading method for pattern recognition of an electrical primary graph, which comprises the following steps:
1. engineering technicians can map files for electrical primary using Office design;
2. engineering technicians can use software to convert and bind project data in Excel and identify partial primitive components therein;
3. the information system can dynamically update the data of the primary drawing page by combining the script with the data interface;
4. the conversion software can identify the high-voltage low-voltage electrical switch which is drawn transversely and vertically, and dynamically change the switch according to the data;
5. the method adopts a non-configuration technology mode, and can be deployed in a cross-platform manner based on the Web page;
6. the electrical primary graph can be drawn at will, and the generated file can directly reference the script on the CDN without additional development and maintenance;
7. the telemetering information of each electric component is displayed on the electric primary graph, the detailed telemetering, remote signaling and remote pulse information is displayed in the popup page after the components are selected, and remote control operation can be performed.
In summary, compared with the prior art, the invention can lead engineering technicians to rapidly draw an electric primary graph and complete foolproof conversion, can be integrated into a Web system without writing a row of codes, supports interactive operation of users, displays configurable data content, and is convenient for transplanting and deployment.
Finally, it should be noted that: the foregoing description is only illustrative of the preferred embodiments of the present invention, and although the present invention has been described in detail with reference to the foregoing embodiments, it will be apparent to those skilled in the art that modifications may be made to the embodiments described, or equivalents may be substituted for elements thereof, and any modifications, equivalents, improvements or changes may be made without departing from the spirit and principles of the present invention.

Claims (1)

1. A dynamic binding loading method for pattern recognition of an electrical primary graph is characterized in that: the method comprises the following steps:
s1: drawing an electric primary diagram of a project site by using a component library in Office by engineering technicians, deriving related drawing files, identifying which are electric devices by software according to the characteristics of components in the drawing by combining imported excel project data, and completing dynamic data binding on the devices;
the software identifies which components are electrical devices according to the content characteristics of the file codes, and is mainly realized by the following technical methods:
a. searching all the primitives in full text and marking the positions;
b. searching elements with special component marks in the marked primitives;
c. searching the names of the branches in a front section and a rear section according to the positioning positions of the elements and marking the positions;
d. modifying the element ID where the branch name is located, and searching for an A-phase current mark at the back;
e. modifying the element ID of the A-phase current, and searching the B-phase current mark at the back;
f. modifying the element ID of the B-phase current, and searching a C-phase current mark at the back;
g. modifying the element ID of the C-phase current, and searching a switch state mark at the back;
h. modifying the element ID of the switch state;
i. binding all element IDs to the corresponding electrical equipment data selected by the user;
j. creating a timer when loading a page, and periodically acquiring data from a background to be updated and displayed on the electrical equipment;
s2: meanwhile, an operation script is added to the file to generate an HTML webpage, and a Web item of Vue is directly embedded, so that a user can directly access the HTML webpage through a Web browser;
s3: the embedded script file accesses the background service regularly, acquires telemetry, remote pulse and remote signaling data configured by a user, processes and updates the telemetry, remote pulse and remote signaling data to corresponding electric components, and clicks the corresponding electric components in a browser to conduct remote control operation.
CN202110070025.9A 2021-01-19 2021-01-19 Dynamic binding loading method for electrical primary graph mode identification Active CN112799736B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110070025.9A CN112799736B (en) 2021-01-19 2021-01-19 Dynamic binding loading method for electrical primary graph mode identification

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110070025.9A CN112799736B (en) 2021-01-19 2021-01-19 Dynamic binding loading method for electrical primary graph mode identification

Publications (2)

Publication Number Publication Date
CN112799736A CN112799736A (en) 2021-05-14
CN112799736B true CN112799736B (en) 2024-01-12

Family

ID=75810527

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110070025.9A Active CN112799736B (en) 2021-01-19 2021-01-19 Dynamic binding loading method for electrical primary graph mode identification

Country Status (1)

Country Link
CN (1) CN112799736B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114780005A (en) * 2022-06-16 2022-07-22 国能日新科技股份有限公司 Graph drawing method, graph drawing device, electronic device, and storage medium
CN116610683B (en) * 2023-07-21 2023-11-03 国能日新科技股份有限公司 Data binding method and device

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104035981A (en) * 2014-05-27 2014-09-10 广东电网公司教育培训评价中心 Method and system for optimizing power system simulation data based on XML
CN104115077A (en) * 2011-12-16 2014-10-22 施耐德电气美国股份有限公司 Co-location electrical architecture
CN104679932A (en) * 2014-07-15 2015-06-03 广州中网电力工程设计有限公司 Intelligent electric power engineering design method and system
CN105912325A (en) * 2016-04-05 2016-08-31 华自科技股份有限公司 Reuse method and system for primitive assembly based on configuration software and configuration software
CN107944659A (en) * 2017-10-24 2018-04-20 许继电气股份有限公司 A kind of substation supervisory control system auto report completing method and apparatus
CN109360287A (en) * 2018-03-27 2019-02-19 浙江华云电力工程设计咨询有限公司 Transmission line of electricity three-dimensional digital fortune inspection management system
CN109862064A (en) * 2018-11-22 2019-06-07 中国铁建重工集团有限公司 A kind of configuration method and device for equipment remote monitoring
CN110188302A (en) * 2019-05-05 2019-08-30 三峡大学 A kind of relay protection on- line setting service platform
CN111025962A (en) * 2019-11-26 2020-04-17 上海欣能信息科技发展有限公司 Panoramic-map-based indoor visual monitoring method for power transformation and distribution station

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8910172B2 (en) * 2010-12-29 2014-12-09 Symantec Corporation Application resource switchover systems and methods
US10623555B2 (en) * 2016-09-27 2020-04-14 Hartford Fire Insurance Company Controlling a graphical user interface for workflow

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104115077A (en) * 2011-12-16 2014-10-22 施耐德电气美国股份有限公司 Co-location electrical architecture
CN104035981A (en) * 2014-05-27 2014-09-10 广东电网公司教育培训评价中心 Method and system for optimizing power system simulation data based on XML
CN104679932A (en) * 2014-07-15 2015-06-03 广州中网电力工程设计有限公司 Intelligent electric power engineering design method and system
CN105912325A (en) * 2016-04-05 2016-08-31 华自科技股份有限公司 Reuse method and system for primitive assembly based on configuration software and configuration software
CN107944659A (en) * 2017-10-24 2018-04-20 许继电气股份有限公司 A kind of substation supervisory control system auto report completing method and apparatus
CN109360287A (en) * 2018-03-27 2019-02-19 浙江华云电力工程设计咨询有限公司 Transmission line of electricity three-dimensional digital fortune inspection management system
CN109862064A (en) * 2018-11-22 2019-06-07 中国铁建重工集团有限公司 A kind of configuration method and device for equipment remote monitoring
CN110188302A (en) * 2019-05-05 2019-08-30 三峡大学 A kind of relay protection on- line setting service platform
CN111025962A (en) * 2019-11-26 2020-04-17 上海欣能信息科技发展有限公司 Panoramic-map-based indoor visual monitoring method for power transformation and distribution station

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
"基于AJAX/SVG的EMS Web监视系统的研究";何岩;《中国优秀硕士学位论文全文数据库 信息科技辑》;I138-528 *
智能变电站中基于CAD的图形化模型设计软件开发方案;林俊;胡华威;;电力自动化设备(第09期);142-148 *
核电安全级仪控系统组态仿真软件的设计与开发;张家璐;冷杉;胡浩;熊立红;;工业控制计算机(第04期);60-64 *

Also Published As

Publication number Publication date
CN112799736A (en) 2021-05-14

Similar Documents

Publication Publication Date Title
CN112799736B (en) Dynamic binding loading method for electrical primary graph mode identification
CN102360368B (en) Web data extraction method based on visual customization of extraction template
CN106897215A (en) A kind of method gathered based on WebView webpages loading performance and user behavior flow data
CN104600840A (en) Intelligent dispatching and mis-operation preventing management system and method
CN108153965B (en) Method for automatically generating interval chart based on SCD file
CN103631578A (en) Data display method in power distribution network automated system
CN105159831A (en) Method for automatically monitoring quality of software code
CN111553129B (en) SVG and echarts graph fusion method based on canvas
CN112948572A (en) Method for visually displaying equipment information and relation of power system through knowledge graph
CN102495882A (en) System and method for binding page object and database field in Java environment
CN110852023A (en) Automatic generation method and device for primary main wiring diagram of intelligent substation
CN103914500A (en) Configuration on-line display method based on time series data
CN110119272A (en) A kind of human-machine interface configuration design method and device
CN104793933A (en) Method and system for displaying terminal data
CN104850403A (en) Implementation method of remote control system of oscilloscope based on control component technology
CN112580178B (en) Graph-model bidirectional verification method and device for energy management system
CN102999360A (en) Realization method for dynamic clock based on embedded WEB-OMT (object modeling technology) page
CN106570185B (en) Cross-platform display method for graphs of power system
CN108762765A (en) Development board program based on contiki systems compiles method for down loading
CN111858521A (en) Distribution network engineering design data sharing cloud platform and application method
CN112445796A (en) New energy station report generation method
CN103678107A (en) Data processing method and system
CN107978007B (en) Method for automatically generating interval diagram in regulation and control integrated system without maintenance
CN113204864A (en) Method and system suitable for transmission network simulation data version control
CN112860242A (en) Automatic mapping method for interaction data of wheel simulator

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20231206

Address after: Room 104 and 105, Building C04, Building 8, No. 15 Fengji Avenue, Yuhuatai District, Nanjing City, Jiangsu Province, 210000

Applicant after: NANJING LONREC ELECTRIC TECHNOLOGY CO.,LTD.

Address before: 210000 Room 204, building C04, building 8, No.15 Fengji Avenue, Yuhuatai District, Nanjing City, Jiangsu Province

Applicant before: Jiangsu Zhiyuan Automation Technology Co.,Ltd.

GR01 Patent grant
GR01 Patent grant
PE01 Entry into force of the registration of the contract for pledge of patent right
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: Dynamic Binding Loading Method for Electrical Primary Diagram Pattern Recognition

Granted publication date: 20240112

Pledgee: Bank of Nanjing Co.,Ltd. Nanjing Chengnan sub branch

Pledgor: NANJING LONREC ELECTRIC TECHNOLOGY CO.,LTD.

Registration number: Y2024980008006