CN111708521A - Software construction method and software construction device for intelligent terminal of power system distribution room - Google Patents

Software construction method and software construction device for intelligent terminal of power system distribution room Download PDF

Info

Publication number
CN111708521A
CN111708521A CN202010561513.5A CN202010561513A CN111708521A CN 111708521 A CN111708521 A CN 111708521A CN 202010561513 A CN202010561513 A CN 202010561513A CN 111708521 A CN111708521 A CN 111708521A
Authority
CN
China
Prior art keywords
module
intelligent terminal
platform area
software
meta
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.)
Pending
Application number
CN202010561513.5A
Other languages
Chinese (zh)
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.)
State Grid Corp of China SGCC
State Grid Information and Telecommunication Co Ltd
Electric Power Research Institute of State Grid Zhejiang Electric Power Co Ltd
Beijing Smartchip Microelectronics Technology Co Ltd
Original Assignee
State Grid Corp of China SGCC
State Grid Information and Telecommunication Co Ltd
Electric Power Research Institute of State Grid Zhejiang Electric Power Co Ltd
Beijing Smartchip Microelectronics 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 State Grid Corp of China SGCC, State Grid Information and Telecommunication Co Ltd, Electric Power Research Institute of State Grid Zhejiang Electric Power Co Ltd, Beijing Smartchip Microelectronics Technology Co Ltd filed Critical State Grid Corp of China SGCC
Priority to CN202010561513.5A priority Critical patent/CN111708521A/en
Publication of CN111708521A publication Critical patent/CN111708521A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Human Computer Interaction (AREA)
  • Stored Programmes (AREA)

Abstract

The invention relates to the technical field of software development, and provides a software construction method and a device for an intelligent terminal in a power system distribution room, wherein the method comprises the following steps: constructing a plurality of operation meta-modules according to the service operation types required to be executed by the platform area intelligent terminal; packaging the operation meta-module according to a first preset service function type to obtain a plurality of first component function modules; and constructing a software architecture of the platform area intelligent terminal according to the operation meta-module and the first component function module. The technical scheme provided by the invention can improve the reconfigurability of the software, thereby effectively improving the software construction efficiency.

Description

Software construction method and software construction device for intelligent terminal of power system distribution room
Technical Field
The invention relates to the technical field of software development, in particular to a software construction method and a software construction device for an intelligent terminal of a power system distribution room.
Background
With the continuous promotion of the ubiquitous power internet of things construction task, the functions of the concentrator and various intelligent terminals are gradually fused to form the platform area intelligent terminal. Because new services need to be continuously expanded or current services need to be changed on the intelligent terminal of the transformer area, the corresponding software architecture changes frequently.
The current software platform on the platform area intelligent terminal is an embedded software platform, and the construction of a corresponding software architecture on the platform is mainly based on functional requirements at present, and a process-oriented method is adopted for source code development on a software implementation layer. The software construction method only considers the current service requirements, and the developed source code only serves the service, so that the reusability and the reconfigurability of the software are poor. When a new service needs to be added next time, the developer needs to perform code development again to build a software architecture required by the new service. Obviously, the software construction method with poor reconfigurability makes the software construction extremely inefficient.
Disclosure of Invention
In view of this, the present invention provides a software construction method and a software construction device for an intelligent terminal in a power system distribution room, which can improve the reconfigurability of software and further effectively improve the software construction efficiency.
In order to achieve the purpose, the technical scheme of the invention is realized as follows:
a software construction method for an intelligent terminal of a power system distribution area comprises the following steps:
constructing a plurality of operation meta-modules according to the service operation types required to be executed by the platform area intelligent terminal;
packaging the operation meta-module according to a first preset service function type to obtain a plurality of first component function modules;
and constructing a software architecture of the platform area intelligent terminal according to the operation meta-module and the first component function module.
Preferably, the operation meta-module includes: a parameter configuration module; the first component function module includes: the system comprises a communication module and a protocol analysis module; the constructing the software architecture of the platform area intelligent terminal according to the operation meta-module and the first component function module comprises the following steps:
calling the parameter configuration module to initialize the execution parameters required by the platform area intelligent terminal;
calling the communication module to enable the platform area intelligent terminal to execute data read-write operation;
and calling the protocol analysis module to enable the platform area intelligent terminal to control the data read-write operation.
Further, the communication module includes: the calling of the communication module to enable the platform area intelligent terminal to execute data read-write operation comprises:
calling the local communication module to enable the platform area intelligent terminal to execute local data read-write operation;
calling the remote communication module to enable the platform area intelligent terminal to execute remote data read-write operation;
the constructing the software architecture of the platform area intelligent terminal according to the operation meta-module and the first component function module further comprises:
and calling the protocol analysis module to enable the platform area intelligent terminal to control the local data read-write operation and the remote data read-write operation.
Further, the platform area intelligent terminal includes a system memory, and the constructing of the software architecture of the platform area intelligent terminal according to the operation meta-module and the first component function module further includes:
and cleaning the system memory.
Further, after the system memory is cleared, the constructing a software architecture of the platform area intelligent terminal according to the operation meta-module and the first component function module further includes:
and calling the parameter configuration module to store the execution result of the platform area intelligent terminal.
Further, the operation meta-module further includes: the device comprises a high-speed power carrier module, an RS485 interface operation module, an MBUS interface operation module, a micro-power wireless operation module, an Ethernet operation module, an alternating current sampling module, a 4G operation module, a safety operation module, a display module, a remote control module and a timing module.
Preferably, the safety operation module, the display module and the timing module are constructed in a singleton mode; the high-speed power carrier module, the RS485 interface operation module, the MBUS interface operation module, the micro-power wireless operation module, the Ethernet operation module, the alternating current sampling module, the 4G operation module, the remote control module and the parameter configuration module are constructed in a factory mode.
Another objective of the present invention is to provide a software construction device for an intelligent terminal in a power system distribution room, which can improve the reconfigurability of software, thereby effectively improving the software construction efficiency.
In order to achieve the purpose, the technical scheme of the invention is realized as follows:
a software construction device of a power system platform area intelligent terminal, the device comprises:
the operation meta-module construction unit is used for constructing a plurality of operation meta-modules according to the service operation types required to be executed by the platform area intelligent terminal;
the encapsulation unit is used for encapsulating the operation meta-module according to a first preset service function type to obtain a plurality of first component function modules;
and the software architecture construction unit is used for constructing the software architecture of the platform area intelligent terminal according to the operation meta-module and the first component function module.
The invention also provides a computer storage medium, wherein a computer program is stored on the computer storage medium, and when the computer program is executed by a processor, the software construction method of the intelligent terminal of the power system distribution area is realized.
The software construction method and the software construction device of the intelligent terminal of the power system transformer district, provided by the invention, are used for constructing the operation meta-module according to the service operation type required to be executed by the intelligent terminal of the transformer district, namely, the service operation function is divided into inseparable sub-modules on the type based on the modularization thought, then the operation meta-modules belonging to the same service function type are packaged, the operation meta-modules with the same function are aggregated to form a first component function module, and the software architecture of the intelligent terminal of the transformer district is constructed according to the operation meta-modules and the first component function module. The way of constructing the modules with the same type and the same function by layer packaging enables the constructed software to have higher reusability and better reconfigurability. When a new service needs to be added, a developer can directly call the packaged functional module to newly build a required software architecture without developing source codes again, and the software construction efficiency is greatly improved.
Additional features and advantages of the invention will be set forth in the detailed description which follows.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate an embodiment of the invention and, together with the description, serve to explain the invention and not to limit the invention. In the drawings:
FIG. 1 is a flow chart of a method of an embodiment of the present invention;
fig. 2 is a system function module of the platform intelligent terminal in the embodiment of the present invention;
FIG. 3 is an operation meta-module constructed by an embodiment of the present invention;
FIG. 4 is a flowchart of a method for constructing a software architecture according to an operation meta-module and a first component function module according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of an apparatus according to an embodiment of the present invention.
Detailed Description
The following detailed description of embodiments of the invention refers to the accompanying drawings. It should be understood that the detailed description and specific examples, while indicating embodiments of the invention, are given by way of illustration and explanation only, not limitation.
The invention provides a reconfigurable software construction method aiming at the construction requirement of intelligent terminal software of a distribution low-voltage distribution area in an electric power system, which divides each operation type of the intelligent terminal software of the distribution area into inseparable operation element modules based on a modularization idea according to the principles of high cohesion and low coupling, and on the basis, comprehensively uses methods of polymerization, combination and the like to construct component function modules, further constructs a software framework, forms a three-level reconfigurable software construction method of 'operation element-component-software framework' of the intelligent terminal of the distribution area, improves the software construction efficiency from different granularities, thereby effectively guiding the development of an embedded software platform and providing powerful technical support for the service expansion and the like of the intelligent terminal of the distribution area.
The operation element module is constructed by constructing each inseparable operation element from the fine granularity, and the component function module is based on the operation element class, encapsulates the operation element class by methods of aggregation, combination and the like, and constructs component function modules, so as to be beneficial to the calling of a software architecture and the requirement of the function expansion of the platform area intelligent terminal. And the software framework constructs a complete closed-loop operation of the platform intelligent terminal software through the operation meta-module and the component functional module.
The software construction method of the intelligent terminal of the power system distribution room provided by the embodiment of the invention is shown in figure 1, and comprises the following steps:
step S101, a plurality of operation meta-modules are constructed according to the service operation types required to be executed by the platform area intelligent terminal;
as shown in fig. 2, the software system of the platform intelligent terminal mainly comprises a platform intelligent monitoring module, a data acquisition module, a low-voltage side power consumption management module, a data processing module, an electric energy quality analysis module, a parameter configuration module, an operation maintenance module, a control module, a safety protection module, an event reporting module, an HPLC (high speed power line carrier) network management module, a data transmission module, and the like.
The intelligent monitoring module of the transformer area mainly completes state monitoring of the distribution transformer, monitoring and early warning of low-voltage user power consumption information and the like; the data acquisition module completes the acquisition task according to the configuration, realizes the data acquisition generated by the access sensing equipment and the acquisition of the state quantity and the alternating current analog quantity; the low-voltage side power utilization management module mainly completes the identification and monitoring of the network topology of the transformer area, the analysis of line loss of the transformer area, the rapid study and judgment of power failure and the reporting, and realizes the fault analysis; the data processing module is mainly used for completing the freezing, statistics and other processing of the data; the electric energy quality analysis module is used for monitoring and analyzing electric energy quality data such as voltage, power factor and the like; the parameter configuration module is mainly used for setting and inquiring various parameters such as terminal communication addresses, group addresses, communication parameters and the like by the master station; the operation maintenance module mainly realizes the functions of terminal automatic identification, self-test, self-diagnosis and the like, operation log maintenance and the like; the control module mainly completes rate control of the electric energy meter, branch switch control and remote control of other equipment; the safety protection module mainly completes the functions of data encryption and decryption; the event reporting module mainly finishes the automatic judgment of the generated event information, and realizes the functions of reporting to a master station, recording the reporting state and the like; the HPLC network management module mainly completes the functions of realizing the network topology identification of the distribution room by the local HPLC high-speed power line carrier communication module, periodically collecting the routing information of the local communication module, and reporting to the master station and the network management of each level of the system; the data transmission module is mainly communicated with the master station in a remote communication mode and communicated with the access equipment in a local communication mode.
And summarizing the service operation types required to be executed by the intelligent terminal in the distribution area based on the system function module, and constructing an operation meta-module corresponding to each service operation type according to the service operation types. As shown in fig. 3, the operation meta-module constructed in this embodiment specifically includes: the system comprises a high-speed power carrier module CHPLCOPeration, an RS485 interface Operation module C485Operation, an MBUS interface Operation module CMBUS Operation, a micropower wireless Operation module CMicroRADIooperation, an Ethernet Operation module CEthernetoperation, an alternating current sampling module CACSAmple, a 4G Operation module C4 GOration, a safety Operation module CSecrurity, a display module CDisplay, a remote control module CRemoteControl, a timing module CCalibrationTime and a parameter configuration module CParameter configuration.
In the process of code development, each module is an object-oriented class. The secure operation module CSecurity, the display module CDisplay and the timing module CcalibrationTime require only one instance of a class to ensure uniqueness of an access object, and are constructed by a Singleton mode (Singleton).
The singleton mode is to ensure that a class has only one instance and only one global access point is provided to access it, so as to avoid the frequent creation and destruction of a globally used class. The safety operation class, the timing class and the display class are constructed in a singleton mode, and the classes belong to a global class, so that the fact that only one part of the whole software is used at one place, and data are consistent is ensured. The code representation of the singleton schema is as follows:
Figure BDA0002546270440000071
in this embodiment, the high-speed power carrier module chplcopertion, the RS485 interface Operation module C485Operation, the MBUS interface Operation module cmbus Operation, the micropower wireless Operation module cmicro radio Operation, the ethernet Operation module CEthernetOperation, the ac sampling module CACSample, the 4G Operation module C4GOperation, the remote control module crmemotecontrol, and the parameter configuration module cparameterconfiguration are constructed using a Factory model (Factory).
The factory schema belongs to a create-type schema that defines a create object interface, and allows subclasses to determine which class is specifically instantiated. Taking a high-speed power line carrier class as an example, for example, there are A, B, C series, a chplcopertion class is created here, which is mainly used to declare a unified interface, and then CHPLCOperationA, CHPLCOperationB, and CHPLCOperationC classes, which all inherit the chplcopernation class, and these three classes are specific A, B, C three series products. The code representation of the factory pattern is as follows:
Figure BDA0002546270440000081
Figure BDA0002546270440000091
all objects generated by the singleton mode are the same, so that frequent object creation is avoided, and all global places can be used; and the factory mode is created when needed, and the object is destroyed when not needed, so as to save resources. In practical applications, the specific construction mode is selected mainly from the perspective of the global class and the local class.
Step S102, the operation meta-module is packaged according to a first preset service function type to obtain a plurality of first component function modules; that is, the operation meta-modules belonging to the same service function type are packaged together to obtain a plurality of first component function modules.
Since RS485, HPLC high-speed power line carrier, micro-power wireless, and MBUS all belong to the local communication class, the local communication module aggregates these operation element classes by abstracting the local communication group ClocalCommGroup, which is as follows:
Figure BDA0002546270440000092
Figure BDA0002546270440000101
if the platform intelligent terminal needs to expand an infrared port or other communication modes, the operation meta class is directly constructed, and the instance of the class is added into the group class. Similarly, the telecommunications module is defined as follows:
Figure BDA0002546270440000102
the protocol analysis module aggregates various specific protocol analysis classes, and the shapes are as follows:
Figure BDA0002546270440000103
the data processing module aggregates the protocol analysis class (i.e. protocol analysis module) and the database operation class (i.e. database operation module) as follows:
Figure BDA0002546270440000111
the data acquisition module aggregates the ac sampling classes (i.e., ac sampling modules) in the form of:
Figure BDA0002546270440000112
the event reporting module CEventReport combines the data collection class (i.e. data collection module), the data processing class (i.e. data processing module), and the remote communication class (i.e. remote communication module), and has the following shapes:
Figure BDA0002546270440000113
in this embodiment, the first component function module constructed according to the above method includes: the system comprises a local communication module, a remote communication module, a protocol analysis module, a data processing module, a data acquisition module, an event reporting module and the like.
In this embodiment, the first component function module may be further packaged according to a second preset service function type, that is, the first component function modules belonging to the same second preset service function type are packaged to obtain a plurality of second component function modules. In this embodiment, the listed functional modules are further encapsulated, so that more abstract software functional modules can be obtained, and different service function requirements on the intelligent terminal in the distribution area are met. For example, the local communication module and the remote communication module described above may be further packaged together to form a communication module. The encapsulated code representation of the second component functional module is not illustrated here, as it is the same as the encapsulation and method of the first component functional module.
And step S103, constructing a software architecture of the platform area intelligent terminal according to the operation meta-module and the first component function module.
As shown in fig. 4, the construction method specifically includes:
step S201, calling the parameter configuration module to initialize the execution parameters required by the platform area intelligent terminal;
in this embodiment, the parameter configuration module is called to read the configuration file, and various execution parameters required by the platform intelligent terminal, such as information of an IP address, a terminal identifier, and the like of a remote connection, are read into the program memory, so that the remote master station system is connected after the program read-write operation is started.
Step S202, calling the communication module to enable the platform area intelligent terminal to execute data read-write operation;
in this embodiment, the communication module specifically includes: the local communication module and the remote communication module perform the following operations: calling a local communication module to enable the platform area intelligent terminal to execute local data read-write operation; and calling a remote communication module to enable the platform area intelligent terminal to execute remote data read-write operation.
In the data read/write operation of this embodiment, two data queues need to be defined: data read queue a1 and data write queue a2, and defines both read thread AA and write thread BB. After the read thread AA is started, the RS485 interface Operation module C485Operation, the high-speed power line carrier module chplcopertion and other pre-constructed Operation meta-modules are called by the local communication module ClocalCommGroup, and data are received from the communication interface and put into the data read queue a 1. The write thread BB is responsible for monitoring the data write queue a2 and, if there is data, fetching the data to send to the corresponding interface.
Step S203, the protocol analysis module is called to enable the platform area intelligent terminal to control the data read-write operation.
In the data read/write operation control of this embodiment, two queues are also defined: control read queue B1 and control write queue B2, and define two control threads: control read thread CC and control write thread DD. The control read thread CC is configured to read data in the data read queue a1, and call a protocol analysis module CProtocolAnalysis to perform data analysis, put the data into the control write queue B2 if there is a need to write data into the database, put the data into the control read queue B1 if there is a need to display the data, and put organized frame data into the data write queue a2 if there is a need to reply interface data.
When the local communication module and the remote communication module are specifically called in step S202 to enable the platform intelligent terminal to execute the local data read-write operation and the remote data read-write operation, the method constructs a software architecture of the platform intelligent terminal according to the operation meta-module and the first component function module, and further includes: and calling a protocol analysis module to enable the platform area intelligent terminal to control local data read-write operation and remote data read-write operation.
It should be noted that, in practical applications, when the second component function module is needed, the software architecture of the platform intelligent terminal may also be constructed according to any one module or any two modules or all of the operation meta-module, the first component function module and the second component function module.
In this embodiment, if the platform area intelligent terminal includes a system memory, the method for constructing the software architecture of the platform area intelligent terminal according to the operation meta-module and the first component function module further includes: and cleaning the system memory to finish the garbage cleaning process of the software system.
Further, after the system memory is cleaned, constructing a software architecture of the platform area intelligent terminal according to the operation meta-module and the first component function module, and further comprising: and calling the parameter configuration module to store the execution result of the platform area intelligent terminal. That is, after the memory that needs to be released by the whole system is completely cleared, the parameters or execution results that need to be saved are written back and saved (i.e., the parameters or execution results are written into the existing parameter configuration file in the system) through the parameter configuration module for the next reading requirement when the program is started.
In correspondence with the above embodiment, the present invention also provides a software construction apparatus for an intelligent terminal in a distribution area of an electric power system, as shown in fig. 5, the apparatus including:
an operation meta-module building unit 301, configured to build a plurality of operation meta-modules according to the service operation types that need to be executed by the platform area intelligent terminal;
an encapsulating unit 302, configured to encapsulate the operation meta-module according to a first preset service function type to obtain a plurality of first component function modules;
a software architecture constructing unit 303, configured to construct a software architecture of the platform area intelligent terminal according to the operation meta-module and the first component function module. The specific implementation of the working principle, the working flow and the like of the device can be referred to the specific implementation of the software construction method of the intelligent terminal in the power system distribution area provided by the invention, and the same technical contents are not described in detail herein.
The present invention also provides a computer storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the software construction method of the intelligent terminal for a power system distribution area according to the embodiment is implemented.
The invention also provides terminal equipment which comprises a processor, wherein the processor is used for executing the software construction method of the intelligent terminal of the power system distribution room.
The software construction method and the software construction device of the intelligent terminal of the power system transformer district, provided by the invention, are used for constructing the operation meta-module according to the service operation type required to be executed by the intelligent terminal of the transformer district, namely, the service operation function is divided into inseparable sub-modules on the type based on the modularization thought, then the operation meta-modules belonging to the same service function type are packaged, the operation meta-modules with the same function are aggregated to form a first component function module, and the software architecture of the intelligent terminal of the transformer district is constructed according to the operation meta-modules and the first component function module. The way of constructing the modules with the same type and the same function by layer packaging enables the constructed software to have higher reusability and better reconfigurability. When a new service needs to be added, a developer can directly call the packaged functional module to newly build a required software architecture without developing source codes again, and the software construction efficiency is greatly improved.
Although the embodiments of the present invention have been described in detail with reference to the accompanying drawings, the embodiments of the present invention are not limited to the details of the above embodiments, and various simple modifications can be made to the technical solutions of the embodiments of the present invention within the technical idea of the embodiments of the present invention, and the simple modifications all belong to the protection scope of the embodiments of the present invention.
It should be noted that the various features described in the above embodiments may be combined in any suitable manner without departing from the scope of the invention. In order to avoid unnecessary repetition, the embodiments of the present invention do not describe every possible combination.
Those skilled in the art will understand that all or part of the steps in the method according to the above embodiments may be implemented by a program, which is stored in a storage medium and includes several instructions to enable a single chip, a chip, or a processor (processor) to execute all or part of the steps in the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
In addition, any combination of different implementation manners of the embodiments of the present invention can be performed, and the embodiments of the present invention should be considered as disclosed in the embodiments of the present invention as long as the combination does not depart from the idea of the embodiments of the present invention.

Claims (9)

1. A software construction method for an intelligent terminal of a power system distribution room is characterized by comprising the following steps:
constructing a plurality of operation meta-modules according to the service operation types required to be executed by the platform area intelligent terminal;
packaging the operation meta-module according to a first preset service function type to obtain a plurality of first component function modules;
and constructing a software architecture of the platform area intelligent terminal according to the operation meta-module and the first component function module.
2. The software construction method of the intelligent terminal of the power system distribution area according to claim 1, wherein the operation meta-module comprises: a parameter configuration module; the first component function module includes: the system comprises a communication module and a protocol analysis module; the constructing the software architecture of the platform area intelligent terminal according to the operation meta-module and the first component function module comprises the following steps:
calling the parameter configuration module to initialize the execution parameters required by the platform area intelligent terminal;
calling the communication module to enable the platform area intelligent terminal to execute data read-write operation;
and calling the protocol analysis module to enable the platform area intelligent terminal to control the data read-write operation.
3. The software construction method of the intelligent terminal of the power system distribution area according to claim 2, wherein the communication module comprises: the calling of the communication module to enable the platform area intelligent terminal to execute data read-write operation comprises:
calling the local communication module to enable the platform area intelligent terminal to execute local data read-write operation;
calling the remote communication module to enable the platform area intelligent terminal to execute remote data read-write operation;
the constructing the software architecture of the platform area intelligent terminal according to the operation meta-module and the first component function module further comprises:
and calling the protocol analysis module to enable the platform area intelligent terminal to control the local data read-write operation and the remote data read-write operation.
4. The software construction method of the power system platform area intelligent terminal according to claim 2, wherein the platform area intelligent terminal includes a system memory, and the construction of the software architecture of the platform area intelligent terminal according to the operation meta-module and the first component function module further includes:
and cleaning the system memory.
5. The software construction method for the intelligent terminal in the power system distribution area according to claim 4, wherein after the system memory is cleaned, the software architecture of the intelligent terminal in the distribution area is constructed according to the operation meta-module and the first component function module, and further comprising:
and calling the parameter configuration module to store the execution result of the platform area intelligent terminal.
6. The software construction method of the intelligent terminal of the power system distribution room according to claim 2, wherein the operation meta-module further comprises: the device comprises a high-speed power carrier module, an RS485 interface operation module, an MBUS interface operation module, a micro-power wireless operation module, an Ethernet operation module, an alternating current sampling module, a 4G operation module, a safety operation module, a display module, a remote control module and a timing module.
7. The software construction method of the intelligent terminal of the power system distribution room according to claim 6, wherein the safe operation module, the display module and the timing module are constructed in a singleton mode; the high-speed power carrier module, the RS485 interface operation module, the MBUS interface operation module, the micro-power wireless operation module, the Ethernet operation module, the alternating current sampling module, the 4G operation module, the remote control module and the parameter configuration module are constructed in a factory mode.
8. A software construction device of an intelligent terminal of a power system distribution area is characterized by comprising the following components:
the operation meta-module construction unit is used for constructing a plurality of operation meta-modules according to the service operation types required to be executed by the platform area intelligent terminal;
the encapsulation unit is used for encapsulating the operation meta-module according to a first preset service function type to obtain a plurality of first component function modules;
and the software architecture construction unit is used for constructing the software architecture of the platform area intelligent terminal according to the operation meta-module and the first component function module.
9. A computer storage medium having a computer program stored thereon, wherein the computer program, when executed by a processor, implements the software construction method of the power system platform intelligent terminal according to any one of claims 1 to 7.
CN202010561513.5A 2020-06-18 2020-06-18 Software construction method and software construction device for intelligent terminal of power system distribution room Pending CN111708521A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010561513.5A CN111708521A (en) 2020-06-18 2020-06-18 Software construction method and software construction device for intelligent terminal of power system distribution room

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010561513.5A CN111708521A (en) 2020-06-18 2020-06-18 Software construction method and software construction device for intelligent terminal of power system distribution room

Publications (1)

Publication Number Publication Date
CN111708521A true CN111708521A (en) 2020-09-25

Family

ID=72541687

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010561513.5A Pending CN111708521A (en) 2020-06-18 2020-06-18 Software construction method and software construction device for intelligent terminal of power system distribution room

Country Status (1)

Country Link
CN (1) CN111708521A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112162732A (en) * 2020-10-13 2021-01-01 广州乐摇摇信息科技有限公司 Module construction method, module construction device, storage medium and electronic device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102005821A (en) * 2010-12-02 2011-04-06 国电南瑞科技股份有限公司 Integrated automation terminal of intelligent station area
US20140282351A1 (en) * 2013-03-15 2014-09-18 Ittiam Systems (P) Ltd. Flexible and scalable software system architecture for implementing multimedia applications
CN106504118A (en) * 2016-10-26 2017-03-15 珠海许继芝电网自动化有限公司 A kind of intelligence matches somebody with somebody power consuming administrative system
CN110399119A (en) * 2019-06-18 2019-11-01 五八有限公司 A kind of modularization construction method, device, electronic equipment and storage medium
CN110797975A (en) * 2018-08-01 2020-02-14 中国电力科学研究院有限公司 Intelligent transformer area system and management method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102005821A (en) * 2010-12-02 2011-04-06 国电南瑞科技股份有限公司 Integrated automation terminal of intelligent station area
US20140282351A1 (en) * 2013-03-15 2014-09-18 Ittiam Systems (P) Ltd. Flexible and scalable software system architecture for implementing multimedia applications
CN106504118A (en) * 2016-10-26 2017-03-15 珠海许继芝电网自动化有限公司 A kind of intelligence matches somebody with somebody power consuming administrative system
CN110797975A (en) * 2018-08-01 2020-02-14 中国电力科学研究院有限公司 Intelligent transformer area system and management method
CN110399119A (en) * 2019-06-18 2019-11-01 五八有限公司 A kind of modularization construction method, device, electronic equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112162732A (en) * 2020-10-13 2021-01-01 广州乐摇摇信息科技有限公司 Module construction method, module construction device, storage medium and electronic device

Similar Documents

Publication Publication Date Title
CN108260194A (en) The setting method and device of the dormancy period of business
CN105049268A (en) Distributed computing resource allocation system and task processing method
CN112698953A (en) Power grid intelligent operation and detection platform based on micro-service
CN102625253B (en) Group calling method, equipment and terminal
CN102711139A (en) Data flow counting method and terminal
CN104092581A (en) Quick message processing method in message recording and analyzing system of intelligent substation
CN113254174A (en) RPA robot process automation implementation system and method
Rath et al. MAQ system development in mobile ad-hoc networks using mobile agents
CN105743870A (en) Design method of intelligent substation integrated business platform service interfaces
CN111708521A (en) Software construction method and software construction device for intelligent terminal of power system distribution room
KR20220012935A (en) Cross-domain data interaction method and device
CN114710571A (en) Data packet processing system
CN103927244A (en) Plug-in scheduling process monitoring method implemented based on dynamic proxy
CN113947498A (en) Data storage and retrieval method for converged terminal data center
CN103399844A (en) Report generation method and generation device
CN116700991A (en) Resource pool planning method, device, equipment and medium based on computing power network
CN116743790A (en) Device data acquisition, device data analysis method and device and computer device
CN114745448A (en) Multichannel protocol adaptation processing method, system and device
CN103107903A (en) Resource data sharing method and resource data sharing device
CN106339207B (en) Design method of power consumption information acquisition end model
CN102761570A (en) System and method for monitoring grid resources based on agents
CN113010385A (en) Task state updating method, device, equipment and medium
CN116567686B (en) Method, apparatus, device, medium and program product for constructing digital twin network
CN112787864B (en) Grouping configuration method and device of power internet of things
CN115766447B (en) Equipment function updating method and device

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