CN110855476A - Batch editing method for low-voltage equipment - Google Patents

Batch editing method for low-voltage equipment Download PDF

Info

Publication number
CN110855476A
CN110855476A CN201911034590.9A CN201911034590A CN110855476A CN 110855476 A CN110855476 A CN 110855476A CN 201911034590 A CN201911034590 A CN 201911034590A CN 110855476 A CN110855476 A CN 110855476A
Authority
CN
China
Prior art keywords
user
low
voltage equipment
application platform
information
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
CN201911034590.9A
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.)
Shenzhen Power Supply Co ltd
Original Assignee
Shenzhen Power Supply 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 Shenzhen Power Supply Co ltd filed Critical Shenzhen Power Supply Co ltd
Priority to CN201911034590.9A priority Critical patent/CN110855476A/en
Publication of CN110855476A publication Critical patent/CN110855476A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/02Standardisation; Integration
    • H04L41/0246Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/02Standardisation; Integration
    • H04L41/0246Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols
    • H04L41/0273Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols using web services for network management, e.g. simple object access protocol [SOAP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides a batch editing method of low-voltage equipment. The batch editing method of the low-voltage equipment comprises the following steps: s1, constructing an application platform; s2, establishing communication connection between the user and the application platform through the network; s3, the user inputs the low-voltage equipment information into the application platform; and S4, the application platform systematically edits, classifies and manages the low-voltage equipment of the user. The batch editing method of the low-voltage equipment can collect the user information and the information of the low-voltage equipment used by the user in detail, can perform classified management through the application platform, can quickly realize the positioning of the user when the user raises a problem, can provide better technical service support for the user, and can visually display the situation that the user arrives at a power failure and the situation that the user arrives at a building when the power failure occurs, so that a power grid company can directly solve the problem conveniently.

Description

Batch editing method for low-voltage equipment
Technical Field
The invention relates to the technical field of low-voltage equipment management, in particular to a batch editing method for low-voltage equipment.
Background
Safe and stable operation of the power grid is the basis for survival and development of power grid companies. The residential electricity consumption is an important component of the operation of a power grid, and as the living standard of residents is continuously improved, the residential electricity consumption load is rapidly increased, the low-voltage problem in urban areas and rural areas is increasingly highlighted, and the low-voltage problem is lack of effective management.
Because the power grid company does not know the low-voltage equipment information and the user basic information of the user family, unified centralized management cannot be performed, so that difficulty is caused to the maintenance of the low-voltage equipment, better technical service support cannot be provided for the user, and the power failure and restoration events cannot be effectively processed in time.
Therefore, it is necessary to provide a batch editing method for low voltage devices to solve the above technical problems.
Disclosure of Invention
The invention provides a batch editing method of low-voltage equipment, which solves the problems in the background technology.
In order to solve the technical problem, the invention provides a batch editing method of low-voltage equipment, which comprises the following steps:
s1, constructing an application platform;
s2, establishing communication connection between the user and the application platform through the network;
s3, the user inputs the low-voltage equipment information into the application platform;
and S4, the application platform systematically edits, classifies and manages the low-voltage equipment of the user.
Preferably, the construction of the application platform comprises the following steps:
① creating Web Service based JAVA type business logic;
② deploying the created JAVA class business logic to the SOAP server;
③ generating a client access code;
④ deploying the client application;
⑤ complete the construction of the application platform.
Preferably, the Web Service is composed of XML, SOAP, WSDL and UDDI.
Preferably, the information that the user needs to enter in step S3 includes, but is not limited to, the model attribute of the low-voltage device of the user, the home address of the user, the contact information of the user, and the like.
Preferably, the systematic editing, classifying and managing step in step S4 is:
① judging the street and cell of the user according to the information input by the user;
② automatically categorizing users of the same street and cell into a cell;
③ reassign users of the same building together;
④ merging low-voltage equipment data information used by user with personal data information of user
⑤, the classification and management of low-voltage equipment information of users are completed.
Compared with the related art, the batch editing method of the low-voltage equipment provided by the invention has the following beneficial effects:
the invention provides a batch editing method of low-voltage equipment, which can collect user information and information of using the low-voltage equipment by a user in detail, can carry out classification management through an application platform, can quickly realize the positioning of the user when the user raises a problem, can provide better technical service support for the user, and can visually display the situation that the user has power failure and the building has power failure when a power failure event occurs, thereby being convenient for a power grid company to directly solve the problem.
Detailed Description
The present invention will be further described with reference to examples.
A batch editing method of low-voltage equipment comprises the following steps:
s1, constructing an application platform;
s2, establishing communication connection between the user and the application platform through the network;
s3, the user inputs the low-voltage equipment information into the application platform;
and S4, the application platform systematically edits, classifies and manages the low-voltage equipment of the user.
Specifically, the construction of the application platform comprises the following steps:
① creating Web Service based JAVA type business logic;
② deploying the created JAVA class business logic to the SOAP server;
③ generating a client access code;
④ deploying the client application;
⑤ complete the construction of the application platform.
The application platform of the invention is a PC end application platform based on Web Service, the Web Service is a new platform for establishing interoperable distributed application programs, and is a new Web application program branch, and the Web Service is self-contained, self-described and modularized application, and can be issued, positioned and called through Web; web Service can execute any function from simple request to complex business processing, once deployed, other Web Service application programs can discover and call the deployed Service, so that a foundation and technical support are provided for the realization of the invention by establishing an application platform; to enable remote invocation of the application platform, a remote procedure call protocol (rpc) is utilized.
Specifically, the Web Service is composed of XML, SOAP, WSDL, and UDDI.
XML is the basic format for representing data in a Web Service platform, and besides being easy to establish and analyze, XML has the main advantages that it is both platform-independent and vendor-independent, and independence is more important than technical superiority: software vendors do not choose a technology invented by competitors; XML solves the problem of data representation, but it does not define a standard set of data types, let alone how to extend the set of data types, e.g., what is represented by the number of shapes to the bottom? 16 bits, 32 bits, or 64 bits? These details are important to achieve interoperability; the xml schema (xsd) made by W3C is a set of standards specially for solving the problem, defines a set of standard data types, and provides a language for extending the set of data types; the application platform uses xsd as its data type system.
When the Web Service is built, the Web Service needs to be called, the simple object access protocol (Soap) provides a standard rpc (remote procedure call protocol) method for calling the Web Service, and actually, the Soap specification defines the format of a Soap message and how to use the Soap through an http protocol, the Soap is also based on xml and xsd, and xml is a data encoding mode of the Soap.
SOAP is the communication protocol of XML Web Service, and when SOAP is described as a communication protocol, most people think of DCOM or CORBA and ask "how does SOAP activate objects? "or" what naming service SOAP uses? "while a SOAP implementation may contain the above, the SOAP standard does not specify it, SOAP being a specification that defines the XML format of a message, which is a necessary part of the specification; a structurally correct XML fragment contained in a pair of SOAP elements is a SOAP message.
Other parts of the SOAP specification describe how program data is represented as XML and how Remote Procedure Calls (RPCs) are made using SOAP; these optional specification parts are used to implement an application in the form of an RPC, where the client will issue a SOAP message (containing the callable function and the parameters to be passed to the function), and then the server will return a message containing the result of the execution of the function; currently, most SOAP implementations support RPC applications because programmers accustomed to developing COM or CORBA applications are familiar with the RPC form; SOA also supports document-style applications where the SOAP message is only one wrapper of an XML document; SOAP application in document form is very flexible, and many new XMLWeb services use this feature to build services that are difficult to implement using RPC.
The last optional part of the SOAP specification defines the style of the HTTP message containing the SOAP message; this HTTP binding is very important because almost all current OSs (and many previous OSs) support HTTP, which, while optional, almost all SOAP implementations support HTTP binding because it is the only standard protocol for SOAP; for this reason, one often mistakenly believes that SOAP must use HTTP, and indeed, some implementations also support MSMQ, MQ series, SMTP, or TCP/IP transport, but since HTTP is very popular, it is used by almost all current XML Web services. Since HTTP is the core protocol of the Web, most organizations' network infrastructures support HTTP, and employees already know how to manage it. Today, an infrastructure for security protection, monitoring and load balancing of HTTP has been established.
Providing a formal descriptive document in a machine-readable manner; the Web Service Description Language (WSDL) is one of XML-based languages, and is used for describing Web Service and its functions, parameters and return values; because it is XML-based, WSDL is both machine-readable and human-readable, which would be a great benefit. Some latest development tools can generate a WSDL document according to your Web Service, and can also import the WSDL document to generate a code for calling the corresponding Webservice.
The purpose of UDDI is to establish standards for electronic commerce; UDDI is a set of Web-based, distributed, information registration center implementation standard specifications for WebService, and also contains a set of implementation standard specifications for access protocols that enterprises can register their own Web Service to enable other enterprises to discover
Specifically, the information that the user needs to enter in step S3 includes, but is not limited to, the model attribute of the low-voltage device of the user, the home address of the user, the contact information of the user, and the like.
Specifically, the systematic editing, classifying and managing step S4 includes:
① judging the street and cell of the user according to the information input by the user;
② automatically categorizing users of the same street and cell into a cell;
③ reassign users of the same building together;
④ merging the low-voltage equipment data information used by the user with the user personal data information;
⑤, the classification and management of low-voltage equipment information of users are completed.
The above description is only an embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by the present specification, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (5)

1. A batch editing method for low-voltage equipment is characterized by comprising the following steps: the method comprises the following steps: .
S1, constructing an application platform;
s2, establishing communication connection between the user and the application platform through the network;
s3, recording the low-voltage equipment information into an application platform;
and S4, the application platform systematically edits, classifies and manages the low-voltage equipment of the user.
2. The batch editing method for low-voltage equipment according to claim 1, wherein the construction of the application platform comprises the following steps:
① creating Web Service based JAVA type business logic;
② deploying the created JAVA class business logic to the SOAP server;
③ generating a client access code;
④ deploying the client application;
⑤ complete the construction of the application platform.
3. The batch editing method for low voltage devices according to claim 2, wherein the Web Service is composed of XML, SOAP, WSDL and UDDI.
4. The batch editing method for low-voltage equipment according to claim 1, wherein the information that the user needs to enter in step S3 includes but is not limited to the model attribute of the low-voltage equipment of the user, the home address of the user, the contact information of the user, and the like.
5. The batch editing method for low-voltage equipment according to claim 1, wherein the systematic editing classification and management step in step S4 is:
① judging the street and cell of the user according to the information input by the user;
② automatically categorizing users of the same street and cell into a cell;
③ reassign users of the same building together;
④ merging the low-voltage equipment data information used by the user with the user personal data information;
⑤, the classification and management of low-voltage equipment information of users are completed.
CN201911034590.9A 2019-10-29 2019-10-29 Batch editing method for low-voltage equipment Pending CN110855476A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911034590.9A CN110855476A (en) 2019-10-29 2019-10-29 Batch editing method for low-voltage equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911034590.9A CN110855476A (en) 2019-10-29 2019-10-29 Batch editing method for low-voltage equipment

Publications (1)

Publication Number Publication Date
CN110855476A true CN110855476A (en) 2020-02-28

Family

ID=69598786

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911034590.9A Pending CN110855476A (en) 2019-10-29 2019-10-29 Batch editing method for low-voltage equipment

Country Status (1)

Country Link
CN (1) CN110855476A (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2282384A1 (en) * 2009-07-30 2011-02-09 Ormazabal Protection & Automation, S.L.U. Management, automation and communications cabinet for an electric power distribution installation
CN102098486A (en) * 2009-12-10 2011-06-15 上海威乾视频技术有限公司 Video monitoring management platform and defense deploying method thereof
CN102509198A (en) * 2011-12-26 2012-06-20 余姚市供电局 Method and system for monitoring low-voltage power grid equipment
CN102710769A (en) * 2012-05-31 2012-10-03 深圳市远行科技有限公司 Web Service client and bulk data transmission method thereof
CN105068983A (en) * 2015-09-24 2015-11-18 武汉英思工程科技股份有限公司 Rapid input method suitable for batch data acquisition on construction site and control
CN105677676A (en) * 2014-11-20 2016-06-15 广东中星电子有限公司 Management method and device for front-end equipment
CN107194562A (en) * 2017-05-16 2017-09-22 国网山东省电力公司临清市供电公司 Electric company's platform area outage analysis system
CN107798401A (en) * 2017-12-01 2018-03-13 南京智行信息科技有限公司 A kind of pipe gallery wisdom management method based on Internet of Things
CN109784508A (en) * 2019-01-07 2019-05-21 北京云基数技术有限公司 A kind of power grid panorama monitoring operation management method and system based on cloud platform

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2282384A1 (en) * 2009-07-30 2011-02-09 Ormazabal Protection & Automation, S.L.U. Management, automation and communications cabinet for an electric power distribution installation
CN102098486A (en) * 2009-12-10 2011-06-15 上海威乾视频技术有限公司 Video monitoring management platform and defense deploying method thereof
CN102509198A (en) * 2011-12-26 2012-06-20 余姚市供电局 Method and system for monitoring low-voltage power grid equipment
CN102710769A (en) * 2012-05-31 2012-10-03 深圳市远行科技有限公司 Web Service client and bulk data transmission method thereof
CN105677676A (en) * 2014-11-20 2016-06-15 广东中星电子有限公司 Management method and device for front-end equipment
CN105068983A (en) * 2015-09-24 2015-11-18 武汉英思工程科技股份有限公司 Rapid input method suitable for batch data acquisition on construction site and control
CN107194562A (en) * 2017-05-16 2017-09-22 国网山东省电力公司临清市供电公司 Electric company's platform area outage analysis system
CN107798401A (en) * 2017-12-01 2018-03-13 南京智行信息科技有限公司 A kind of pipe gallery wisdom management method based on Internet of Things
CN109784508A (en) * 2019-01-07 2019-05-21 北京云基数技术有限公司 A kind of power grid panorama monitoring operation management method and system based on cloud platform

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
和佩佩: "开源ESB分析及其在铁路局综合信息管理系统上的应用", 《中国优秀硕士学位论文全文数据库•信息科技辑》 *

Similar Documents

Publication Publication Date Title
CN101826987B (en) System and method for supporting mixed service based on integrated open network
Mercurio et al. Open-source implementation of monitoring and controlling services for EMS/SCADA systems by means of web services—IEC 61850 and IEC 61970 standards
KR101509269B1 (en) Middleware device for ubiquitous system using distributed computing scheme
CN103067388A (en) Cloud computing foundation framework resource automatization method and system
Fleuren et al. BPEL workflows combining standard OGC web services and grid-enabled OGC web services
Mackiewicz The benefits of standardized Web services based on the IEC 61970 generic interface definition for electric utility control center application integration
CN110855476A (en) Batch editing method for low-voltage equipment
Varga et al. Engineering web service invocations from agent systems
Zhang et al. A SOA-BPM-based architecture for intelligent power dispatching system
CN103023740B (en) A kind of information interactive bus system and electric data transmission method
Berry Standards for energy management system application program interfaces
KR101757259B1 (en) Integrated management system for cim based real-time data exchange
Kuntschke et al. Message-oriented machine-to-machine communication in smart grids
Sheng et al. User-centric services provisioning in wireless environments
CN103269327A (en) Method for realizing general file data service based on agent mechanism
Karande et al. Working of web services using BPEL workflow in SOA
Banerjee et al. OPC UA and Dynamic Web Services: A generic flexible Industrial Communication Approach
Anbalagan et al. An enhanced distributed model for reliability evaluation of power distribution systems
Alaerjan A hybrid communication platform for supporting the interoperability in smart grids
Martin-Flatin et al. Web services for integrated management: A case study
Jaloudi et al. Employment of programmable controllers, control systems and service oriented architecture for the integration of distributed generators in the grid
TW200419383A (en) System and method for defining interface of manufacture execution system
Li et al. A software architecture for integrative utility management system
Kostic et al. Modelling and using IEC 61850-7-2 (ACSI) as an API
Andreozzi et al. Towards GLUE 2: evolution of the computing element information model

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200228

RJ01 Rejection of invention patent application after publication