CN112270535A - Cron-based electric power internet of things gateway schedule management method - Google Patents

Cron-based electric power internet of things gateway schedule management method Download PDF

Info

Publication number
CN112270535A
CN112270535A CN202011527531.8A CN202011527531A CN112270535A CN 112270535 A CN112270535 A CN 112270535A CN 202011527531 A CN202011527531 A CN 202011527531A CN 112270535 A CN112270535 A CN 112270535A
Authority
CN
China
Prior art keywords
time
configuration file
trigger condition
power internet
cron
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
CN202011527531.8A
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.)
Suzhou Guangge Equipment Co ltd
Original Assignee
Suzhou Guangge Equipment 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 Suzhou Guangge Equipment Co ltd filed Critical Suzhou Guangge Equipment Co ltd
Priority to CN202011527531.8A priority Critical patent/CN112270535A/en
Publication of CN112270535A publication Critical patent/CN112270535A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/109Time management, e.g. calendars, reminders, meetings or time accounting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/20Administration of product repair or maintenance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/06Energy or water supply
    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16YINFORMATION AND COMMUNICATION TECHNOLOGY SPECIALLY ADAPTED FOR THE INTERNET OF THINGS [IoT]
    • G16Y40/00IoT characterised by the purpose of the information processing
    • G16Y40/10Detection; Monitoring

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • Economics (AREA)
  • Tourism & Hospitality (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Marketing (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Computing Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Public Health (AREA)
  • Water Supply & Treatment (AREA)
  • General Health & Medical Sciences (AREA)
  • Primary Health Care (AREA)
  • Remote Monitoring And Control Of Power-Distribution Networks (AREA)

Abstract

The invention discloses a schedule management method of an electric power internet of things based on cron, which comprises the steps of presetting a time trigger condition and an input signal trigger condition and forming a configuration file, starting and loading the schedule configuration file and the signal trigger configuration file stored in a storage part by the electric power internet of things, starting a cycle timer, reading system time by the electric power internet of things at intervals of a preset cycle, and comparing the system time with the trigger time in the time trigger condition in the schedule configuration file; if the time triggering condition is met and the signal triggering condition is met, executing the executing action after the signal triggering condition one by one to complete the whole schedule task, otherwise, giving up; according to the method, a schedule management method which is simple, effective and can be configured dynamically is formed through the matched linkage design of the cron tool and related hardware, and the operation and inspection tasks of the power monitoring system are effectively improved.

Description

Cron-based electric power internet of things gateway schedule management method
Technical Field
The invention belongs to the field of operation and maintenance management of an electric power system, and particularly relates to a method design for schedule management of the electric power system.
Background
The operation and maintenance management of the power system is the key point of operation and inspection work, and in the past, the operation and maintenance of power facilities regularly inspected or operated by operation and inspection personnel can be gradually realized through remote network control due to the popularization of on-line power monitoring equipment. However, due to the complexity and changeability of the operation and inspection tasks, the function of the terminal monitoring equipment is single, and the realization complexity of the monitoring system on the operation and maintenance management is higher and higher, the terminal monitoring equipment and the rear-end monitoring service are forced to be continuously upgraded and modified. Therefore, a simple, effective and dynamically configurable schedule management method is needed to effectively improve the operation and inspection tasks of the power monitoring system.
Disclosure of Invention
In view of the above, there is a need to overcome at least one of the above-mentioned deficiencies in the prior art. The invention provides a cron-based electric power internet of things gateway schedule management method, which comprises the following steps:
presetting a time trigger condition and an input signal trigger condition and forming a configuration file:
forming a plurality of types of time triggering conditions by utilizing a cron expression, displaying through a human-computer interface to form a human-computer configuration interface capable of being operated and edited, and editing the time triggering conditions through the human-computer interface to form a schedule configuration file stored in a storage component;
forming a plurality of signal trigger conditions by combining a plurality of relation conditions, forming an execution task after the signal trigger conditions are met, and then forming a signal trigger configuration file stored in the storage component;
the power internet of things gateway is started and normally operates
When the system is started, the electric power internet of things gateway loads the schedule configuration file and the signal trigger configuration file stored in the storage component, starts a cycle timer, reads system time every other preset cycle, and compares the system time with trigger time in the time trigger condition in the schedule configuration file;
if the time trigger condition is reached, comparing according to the signal trigger condition in the signal trigger configuration file, and if the time trigger condition is not reached, giving up;
and if the time triggering condition is met and the signal triggering condition is met, executing the executing action after the signal triggering condition one by one to complete the whole schedule task, otherwise, giving up.
The technical scheme provides a new design scheme, an electric power internet of things gateway (hereinafter referred to as gateway) is used as a terminal network layer access node of the whole electric power monitoring system, a simple cron planning task can be deployed nearby, certain trigger conditions can be limited according to real-time monitoring data, task management can be performed on the sensor or monitoring equipment, a simple, effective and dynamically configurable schedule management method is formed through the matched linkage design of a cron tool and related hardware, and the operation and inspection tasks of the electric power monitoring system are effectively improved.
In addition, the schedule management method of the electric power internet of things gateway based on cron disclosed by the invention also has the following additional technical characteristics:
further, the time trigger condition includes a year trigger condition, a month trigger condition, a day trigger condition, a time trigger condition, and any one or any combination of the above trigger conditions of a minute trigger condition and a second trigger condition.
According to the particularity of the electric power operation and maintenance system and the hardware resource limitation of the terminal embedded system gateway, preferably, the time trigger condition includes a month trigger condition, a day trigger condition, a time trigger condition and a branch trigger condition.
Still further, the time trigger condition includes triggering every time domain unit, triggering every time within a certain time period of the time domain, triggering every time from a certain time, and specifying a certain time triggering of the time domain.
Further, the time trigger condition forms an operation configuration display interface through a human-computer interface.
The time trigger condition can be displayed through a human-computer interface, and condition editing and designing can be carried out, as shown in fig. 1.
Further, the input signal is calculated through a signal triggering condition and then judged by the electric power internet of things gateway.
Furthermore, the signal trigger condition supports an arithmetic operator, a comparison relation symbol and a logic operator, and forms a plurality of signal trigger conditions by combining the arithmetic operator, the comparison relation symbol and the logic operator, and forms a signal trigger configuration file.
Further, the configuration file is stored in an XML format.
Further, the schedule configuration file and the signal trigger configuration file form the same configuration file, and the configuration file is loaded for condition judgment after the electric power internet of things gateway is started.
Further, the executed action is the action which needs to be executed after the triggering time and the triggering condition are reached, and comprises item alarm and linkage control, wherein the item alarm supports the matching of alarm types and the designation of alarm levels; the linkage control supports the configuration of delay execution time length, switch control and holding time parameters.
Further, the signal triggering condition and the execution task are configured through a human-computer interface.
Additional aspects and advantages of the invention will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the invention.
Drawings
The above and/or additional aspects and advantages of the present invention will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
FIG. 1 is a schematic diagram of a configuration of a time trigger condition of a human-computer interface according to an embodiment of the present invention;
FIG. 2 is a diagram illustrating a configuration of a plurality of relationship combinations for a trigger condition according to an embodiment of the present invention;
FIG. 3 is a diagram illustrating task execution after a time trigger condition and a signal trigger condition are met, according to an embodiment of the invention.
Detailed Description
Reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the drawings are illustrative only and should not be construed as limiting the invention.
The invention has the following conception that a schedule management method which is simple, effective and can be dynamically configured is formed through the matched linkage design of the cron tool and related hardware, and the operation and inspection tasks of the power monitoring system are effectively improved.
The aligning device for the steel sheets according to the present invention will be described with reference to the accompanying drawings, wherein fig. 1 is a schematic operation flow diagram of an embodiment of the present invention.
As shown in fig. 1-3, according to an embodiment of the present invention, the time trigger condition and the input signal trigger condition are preset and form a configuration file:
forming a plurality of types of time triggering conditions by utilizing a cron expression, displaying through a human-computer interface to form a human-computer configuration interface capable of being operated and edited, and editing the time triggering conditions through the human-computer interface to form a schedule configuration file stored in a storage component;
forming a plurality of signal trigger conditions by combining a plurality of relation conditions, forming an execution task after the signal trigger conditions are met, and then forming a signal trigger configuration file stored in the storage component;
the power internet of things gateway is started and normally operates
When the system is started, the electric power internet of things gateway loads the schedule configuration file and the signal trigger configuration file stored in the storage component, starts a cycle timer, reads system time every other preset cycle, and compares the system time with trigger time in the time trigger condition in the schedule configuration file;
if the time trigger condition is reached, comparing according to the signal trigger condition in the signal trigger configuration file, and if the time trigger condition is not reached, giving up;
and if the time triggering condition is met and the signal triggering condition is met, executing the executing action after the signal triggering condition one by one to complete the whole schedule task, otherwise, giving up.
In addition, the schedule management method of the electric power internet of things gateway based on cron disclosed by the invention also has the following additional technical characteristics:
according to an embodiment of the present invention, the time trigger condition includes a year trigger condition, a month trigger condition, a day trigger condition, a time trigger condition, and any one or any combination of the above trigger conditions of a minute trigger condition and a second trigger condition.
According to the particularity of the electric power operation and maintenance system and the hardware resource limitation of the terminal embedded system gateway, preferably, the time trigger condition includes a month trigger condition, a day trigger condition, a time trigger condition and a branch trigger condition, as shown in fig. 1, the time trigger condition is displayed and edited through a human-computer interface, so that a formed time trigger configuration file is stored in the storage component, and the storage component is a flash.
Further, the time trigger condition includes that each time domain unit triggers, each time within a certain time period of the time domain triggers, the time domain triggers from a certain time, each time, and the certain time of the time domain triggers is designated.
The time trigger condition provides a UI configuration interface of a month, a day, a hour, and 4 levels of time domains through a human-computer interface as shown in fig. 1, where each level of time domain can optionally support 4 time definitions, including:
"*": each of the time domain units is triggered;
"-": triggering each time within a certain time period of the time domain;
"/": the time domain is triggered each time from a certain moment;
"number": specifying a time domain trigger at a certain time;
further, the time trigger condition forms an operation configuration display interface through a human-computer interface.
According to the embodiment of the invention, the input signal is calculated through a signal triggering condition and then is judged by the power internet of things gateway.
Further, the signal trigger condition supports an arithmetic operator, a comparison relation symbol and a logic operator, and forms a plurality of signal trigger conditions by combining the arithmetic operator, the comparison relation symbol and the logic operator, and forms a signal trigger configuration file.
According to an embodiment of the invention, the configuration file is saved in XML format.
According to the embodiment of the invention, the schedule configuration file and the signal trigger configuration file form the same configuration file, and the configuration file is loaded for condition judgment after the electric power internet of things gateway is started.
According to the embodiment of the invention, the executed action is the action which needs to be executed after the triggering moment and the triggering condition are reached, and comprises the event alarm and the linkage control, wherein the event alarm supports the matching of the alarm type and the designation of the alarm level; the linkage control supports the configuration of delay execution time length, switch control and holding time parameters.
According to the embodiment of the invention, further, the signal triggering condition and the execution task are configured through a human-computer interface.
Any reference to "one embodiment," "an embodiment," "example embodiment," etc., means that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one embodiment of the invention. This schematic representation in various places throughout this specification does not necessarily refer to the same embodiment. Further, when a particular feature, structure, or characteristic is described in connection with any embodiment, it is submitted that it is within the purview of one skilled in the art to effect such feature, structure, or characteristic in connection with other ones of the embodiments.
While specific embodiments of the invention have been described in detail with reference to a number of illustrative embodiments thereof, it should be understood that numerous other modifications and embodiments can be devised by those skilled in the art that will fall within the spirit and scope of the principles of this invention. In particular, reasonable variations and modifications are possible in the component parts and/or arrangements of the subject combination arrangement within the scope of the foregoing disclosure, the drawings and the appended claims without departing from the spirit of the invention. Except variations and modifications in the component parts and/or arrangements, the scope of which is defined by the appended claims and equivalents thereof.

Claims (10)

1. A cron-based electric power internet of things gateway schedule management method is characterized by comprising
Presetting a time trigger condition and an input signal trigger condition and forming a configuration file:
forming a plurality of types of time triggering conditions by utilizing a cron expression, displaying through a human-computer interface to form a human-computer configuration interface capable of being operated and edited, and editing the time triggering conditions through the human-computer interface to form a schedule configuration file stored in a storage component;
forming a plurality of signal trigger conditions by combining a plurality of relation conditions, forming an execution task after the signal trigger conditions are met, and then forming a signal trigger configuration file stored in the storage component;
the power internet of things gateway is started and normally operates
When the system is started, the electric power internet of things gateway loads the schedule configuration file and the signal trigger configuration file stored in the storage component, starts a cycle timer, reads system time every other preset cycle, and compares the system time with trigger time in the time trigger condition in the schedule configuration file;
if the time trigger condition is reached, comparing according to the signal trigger condition in the signal trigger configuration file, and if the time trigger condition is not reached, giving up;
and if the time triggering condition is met and the signal triggering condition is met, executing the executing action after the signal triggering condition one by one to complete the whole schedule task, otherwise, giving up.
2. The cron-based power internet of things gateway schedule management method as claimed in claim 1, wherein the time trigger condition comprises any one of or any combination of a month trigger condition, a day trigger condition, a time trigger condition and a branch trigger condition.
3. The cron-based power internet of things gateway schedule management method as claimed in claim 2, wherein the time trigger condition comprises triggering every time domain unit, triggering every time within a certain time period of the time domain, triggering every time from a certain time, specifying a certain time triggering of the time domain.
4. The cron-based power internet of things gateway schedule management method as claimed in claim 2, wherein the time trigger condition forms an operation configuration display interface through a human-computer interface.
5. The cron-based schedule management method for the power internet of things gateway as claimed in claim 1, wherein the input signal is calculated by a signal triggering condition and then judged by the power internet of things gateway.
6. The cron-based electric power internet of things gateway schedule management method according to claim 5, wherein the signal trigger condition supports an arithmetic operator, a comparison relation symbol and a logic operator, and the signal trigger condition forms a plurality of signal trigger conditions by combining the arithmetic operator, the comparison relation symbol and the logic operator and forms a signal trigger configuration file.
7. The cron-based power internet of things gateway schedule management method as claimed in claim 1, wherein the configuration file is saved in an XML format.
8. The cron-based schedule management method for the electric power internet of things gateway according to claim 1, wherein the schedule configuration file and the signal trigger configuration file form the same configuration file, and after the electric power internet of things gateway is started, the configuration file is loaded for condition judgment.
9. The cron-based electric power internet of things gateway schedule management method as claimed in claim 1, wherein the executed action is an action to be executed after the triggering time and the triggering condition are reached, and comprises an event alarm and linkage control, wherein the event alarm supports the selection of alarm types and the designation of alarm levels; the linkage control supports the configuration of delay execution time length, switch control and holding time parameters.
10. The cron-based power internet of things gateway schedule management method as claimed in claim 1, wherein the signal triggering condition and the execution task are configured through a human-machine interface.
CN202011527531.8A 2020-12-22 2020-12-22 Cron-based electric power internet of things gateway schedule management method Pending CN112270535A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011527531.8A CN112270535A (en) 2020-12-22 2020-12-22 Cron-based electric power internet of things gateway schedule management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011527531.8A CN112270535A (en) 2020-12-22 2020-12-22 Cron-based electric power internet of things gateway schedule management method

Publications (1)

Publication Number Publication Date
CN112270535A true CN112270535A (en) 2021-01-26

Family

ID=74350157

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011527531.8A Pending CN112270535A (en) 2020-12-22 2020-12-22 Cron-based electric power internet of things gateway schedule management method

Country Status (1)

Country Link
CN (1) CN112270535A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101604242A (en) * 2009-07-17 2009-12-16 深圳市珍爱网信息技术有限公司 Realize the system of timed task in the Java application system
CN104348653A (en) * 2013-08-06 2015-02-11 中国电信股份有限公司 Method and system for realizing user task of cloud management platform as well as trigger
CN107168723A (en) * 2017-03-29 2017-09-15 武汉斗鱼网络科技有限公司 The implementation method and device of plan target

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101604242A (en) * 2009-07-17 2009-12-16 深圳市珍爱网信息技术有限公司 Realize the system of timed task in the Java application system
CN104348653A (en) * 2013-08-06 2015-02-11 中国电信股份有限公司 Method and system for realizing user task of cloud management platform as well as trigger
CN107168723A (en) * 2017-03-29 2017-09-15 武汉斗鱼网络科技有限公司 The implementation method and device of plan target

Similar Documents

Publication Publication Date Title
JP6721627B2 (en) Systems and methods for resource consumption analysis
US20140109047A1 (en) Mobile Phone Based Software Processing Method and Mobile Phone
KR101032819B1 (en) Manufacturing prediction server
CN109684295B (en) Environment-friendly equipment running state analysis method, device and system
JP2006277185A (en) Failure predictive diagnosis support system
CN111038320B (en) Charging pile monitoring method, electronic equipment and storage medium
CN109074528B (en) Formulation auxiliary system and formulation auxiliary method for operation maintenance knowledge information
US20170032254A1 (en) Computer-based extraction of complex building operation rules for products and services
CN111340250A (en) Equipment maintenance device, method and computer readable storage medium
CN114076873A (en) Cable fault analysis and prediction method and device
CN105989137A (en) Structured query language performance optimization method and system
CN102341789A (en) Apparatus and method for monitoring a computer system
CN103903312A (en) Method and device for executing automatic inspection
CN107577527B (en) Task generation and scheduling method and device
CN112270535A (en) Cron-based electric power internet of things gateway schedule management method
CN102023917A (en) Computer system and monitoring device for same
EP2463812A1 (en) Scheduling the maintenance of operational equipment
CN104461741A (en) Graphics device interface based computing device optimizing method and device
CN106201464A (en) A kind of application icon processing method freezing application and mobile terminal
WO2019128373A1 (en) Detection method, device, computer device and storage medium for faulty device
US11062681B2 (en) Monitoring system, data model management device, and method of generating display data
CN115130774A (en) Maintenance method, device and equipment of photovoltaic system and storage medium
US20200073777A1 (en) Method for Automatically Evaluating Alarm Clusters
CN113240140A (en) Fault detection method, device, equipment and storage medium of physical equipment
CN111487934A (en) Industrial equipment management system, industrial equipment management method, and storage medium

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 3C, 3D, Aoyang Shunchang building, 270 Dongping street, Suzhou Industrial Park, Suzhou, Jiangsu Province

Applicant after: Suzhou Guangge Technology Co.,Ltd.

Address before: 3C, 3D, Aoyang Shunchang building, 270 Dongping street, Suzhou Industrial Park, Suzhou, Jiangsu Province

Applicant before: SUZHOU GUANGGE EQUIPMENT Co.,Ltd.

RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210126