CN112379613A - Method and system for realizing industrial system alarm service - Google Patents

Method and system for realizing industrial system alarm service Download PDF

Info

Publication number
CN112379613A
CN112379613A CN202011072265.4A CN202011072265A CN112379613A CN 112379613 A CN112379613 A CN 112379613A CN 202011072265 A CN202011072265 A CN 202011072265A CN 112379613 A CN112379613 A CN 112379613A
Authority
CN
China
Prior art keywords
historical alarm
alarm
historical
time
alarm data
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
CN202011072265.4A
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.)
Aipu Fujian Technology Co ltd
Original Assignee
Aipu Fujian 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 Aipu Fujian Technology Co ltd filed Critical Aipu Fujian Technology Co ltd
Priority to CN202011072265.4A priority Critical patent/CN112379613A/en
Publication of CN112379613A publication Critical patent/CN112379613A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/04Programme control other than numerical control, i.e. in sequence controllers or logic controllers
    • G05B19/042Programme control other than numerical control, i.e. in sequence controllers or logic controllers using digital processors
    • G05B19/0428Safety, monitoring
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/20Pc systems
    • G05B2219/24Pc safety
    • G05B2219/24024Safety, surveillance

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Alarm Systems (AREA)

Abstract

The invention provides a method and a system for realizing industrial system alarm service, wherein the method comprises the following steps: the real-time alarm data processing flow comprises the following steps: the client sends a request for acquiring real-time alarm data, and the server acquires the real-time alarm data of the IO point in the industrial control system from the database and returns the real-time alarm data to the called client; historical alarm data processing flow: the client provides a historical alarm condition setting interface to receive current query condition information set by a user, and sends the information to a historical alarm list after condition validity judgment is passed, the historical alarm list clears current historical alarm cache data, and requests a historical alarm record under the current query condition from a server; and the server side acquires historical alarm data of IO points in the industrial control system and returns the historical alarm data to the historical alarm list of the called client side. Therefore, the technical problems that an industrial control system is easy to attack, difficult to alarm and service and the like are solved.

Description

Method and system for realizing industrial system alarm service
Technical Field
The invention relates to the technical field of industrial automation control, in particular to a method for realizing alarm service of an industrial system.
Background
In recent years, attacks against industrial control networks are common, and the development of control system information security emergencies is in a remarkably increasing trend. Once information safety problems occur in industrial control systems for production and operation of various industries, not only can industrial production be directly lost, but also serious influence on social order can be caused, and even the strategic safety of the state is threatened. However, most domestic and foreign enterprises lack attention to the safety problem of the industrial control system for a long time, the research on the industrial control system only attaches importance to the development of functional safety, the information safety is not brought into the design task, the information safety management system is not sound, the technical protection measures are not in place, and an emergency processing system and a mechanism are also lacked. Therefore, the current research base of related technologies at home and abroad is very weak, and the method faces a severe technical challenge of information security.
Disclosure of Invention
The invention aims to provide a method and a system for realizing alarm service of an industrial system, and solve the technical problems that an industrial control system is easy to attack, the alarm service is difficult and the like.
In a first aspect, the present invention provides a method for implementing an alarm service in an industrial system, including:
the real-time alarm data processing flow comprises the following steps: the client sends a request for acquiring real-time alarm data, and the server acquires the real-time alarm data of the IO point in the industrial control system from the database after receiving the request and returns the real-time alarm data to the called client;
historical alarm data processing flow: the client provides a historical alarm condition setting interface to receive current query condition information set by a user, then condition validity judgment is carried out, after the judgment is passed, a current query condition information object is sent to a historical alarm list in an EventBus Post mode, the historical alarm list clears current historical alarm cache data, and a historical alarm record under the current query condition is requested to a server; and the server side acquires historical alarm data of IO points in the industrial control system from the database according to the received request, returns the historical alarm data to the called client side, and fills the historical alarm data into the historical alarm list by the client side for display.
In a second aspect, the invention provides a system for implementing an industrial system alarm service, which comprises a client and a server;
in the real-time alarm data processing flow, the client sends a request for acquiring real-time alarm data, and the server acquires the real-time alarm data of an IO point in the industrial control system from the database according to the received request and returns the real-time alarm data to the called client;
in the historical alarm data processing flow, after providing a historical alarm condition setting interface by the client, receiving current query condition information set by a user, judging the validity of the condition, after the judgment is passed, sending a current query condition information object to a historical alarm list in an EventBus Post mode, clearing current historical alarm cache data by the historical alarm list, and requesting a historical alarm record under the current query condition from the server; and the server side acquires historical alarm data of IO points in the industrial control system from a database according to the received request, returns the historical alarm data to the called client side, and fills the historical alarm data into the historical alarm list by the client side for display.
The invention has the following advantages: according to the invention, the alarm data of the IO point in the industrial control system is provided to the client by the server, so that remote alarm at the client is realized, the extraction of the alarm information of the IO point in the industrial control system can be supported, and the alarm information can be pushed to the client, so that remote real-time alarm information service is provided for the client, the blank of information safety protection in the industrial control system is filled, and the safety and the real-time performance of the industrial system are improved.
Drawings
The invention will be further described with reference to the following examples with reference to the accompanying drawings.
FIG. 1 is a schematic diagram of a real-time alarm data processing flow according to the present invention.
FIG. 2 is a flow chart illustrating the processing of historical alarm data according to the present invention.
FIG. 3 is a flow chart illustrating default historical alarm data request processing according to the present invention.
FIG. 4 is a schematic view of a page turning operation process according to the present invention.
FIG. 5 is a flow chart illustrating the historical alert query setting process according to the present invention.
FIG. 6 is an architecture diagram of an implementation system for an industrial system alarm service of the present invention.
Detailed Description
The embodiment of the application provides a method and a system for realizing the alarm service of the industrial system, and solves the technical problems that the industrial control system is easy to attack, the alarm service is difficult and the like.
The technical scheme in the embodiment of the application has the following general idea: the alarm data of the IO point in the industrial control system is provided to the client by the server, so that remote alarm at the client is realized, and the safety and the real-time performance of the industrial system are effectively guaranteed; and the request of the alarm data is in a paging request mode, namely when the client requests the alarm data from the server every time, the number of the alarms to be acquired needs to be transmitted and the alarm data of the current page needs to be acquired, but when the server returns the alarm data, only the first page of alarm data is returned, and the rest data is returned according to whether the client turns pages or not, so that the transmission quantity of the returned data every time is reduced, and the smooth transmission is ensured.
Example one
The embodiment provides a method for realizing industrial system alarm service, which comprises the following steps:
as shown in fig. 1, the real-time alarm data processing flow is as follows: the client sends a request for acquiring real-time alarm data, and the server responds to the request after receiving the request, namely acquiring the real-time alarm data of an IO point in the industrial control system from the database according to the input parameters and returning the real-time alarm data to the called client;
as shown in fig. 2, the historical alarm data processing flow is as follows: after a client provides a historical alarm condition setting interface to receive current query condition information set by a user, namely after the current query condition is set by the user, clicking 'determination', submitting the current query condition information to a server, judging the condition validity by the server, sending a current query condition information object to a historical alarm list in an EventBus Post mode after the judgment is passed, clearing current historical alarm cache data by the historical alarm list, and requesting a historical alarm record under the current query condition from the server; and the server side acquires historical alarm data of IO points in the industrial control system from the database according to the received request, returns the historical alarm data to the called client side, and fills the historical alarm data into the historical alarm list by the client side for display.
The data volume of the alarm is possibly larger, so that paging operation needs to be carried out on the alarm information, and the client requests the server for real-time alarm data or historical alarm data every time, and simultaneously transmits the number of alarms to be acquired, paging parameters and the current data of the page to be acquired.
The returned data may be in a fixed format, such as sequentially including: sequence number \ alarm time \ alarm IO point \ alarm parameter.
In the historical alarm data processing flow, when the historical alarm list requests the historical alarm records under the current query condition from the server, only the historical alarm record of the first page is requested; when the historical alarm list of the client is turned, searching whether historical alarm data of the page exists in a cache or not, if so, directly reading and displaying the historical alarm data, and not sending a historical alarm data request to a server; otherwise, requesting the historical alarm data of the page from the server, and caching the historical alarm data of the page after the request is returned. Therefore, the data volume returned by the server side every time can be greatly reduced, and the real-time performance of the data can be ensured.
As shown in fig. 3, when the client enters the history alarm list interface, a history alarm data request is performed by default, the time interval of the request is 1 hour before the current time, similarly, when the server receives the request of the client, the server still returns the history alarm information of the first page in the time interval 1 hour before the current time to the client, and meanwhile, the history alarm list interface automatically checks whether the current page has the alarm information of the time interval, if yes, the history alarm list interface displays the current page, and if not, the history alarm list interface does not display the current page.
As shown in fig. 4, the historical alarm data is turned by using buttons "previous page", "next page", and clicking a page number to input a page number, when the client turns a page, it is first determined whether the historical alarm data of the target page exists, if so, the historical alarm data of the target page is requested from the server, and if not, the process is ended.
As shown in fig. 5, the current query condition information refers to a historical alarm time period, and the condition validity judgment refers to judging whether the historical alarm time period set by the user is appropriate, that is, when the client enters the historical alarm list interface, the client enters the historical alarm condition setting interface, and when the historical alarm time period queried by the user is set, the client judges whether the set time period is appropriate. If the time interval is changed and the changed time interval is proper, the historical alarm data of the first page in the changed time interval acquired by the server are returned to the historical alarm list interface.
Based on the same inventive concept, the application also provides a system corresponding to the method in the first embodiment, which is detailed in the second embodiment.
Example two
As shown in fig. 6, in the present embodiment, a management system for edge layer real-time data is provided, which includes a client and a server;
as shown in fig. 1, in the real-time alarm data processing flow, the client sends a request for obtaining real-time alarm data, and the server obtains real-time alarm data of an IO point in the industrial control system from the database according to the received request, and returns the real-time alarm data to the called client;
as shown in fig. 2, in the historical alarm data processing flow, after providing a historical alarm condition setting interface by the client to receive current query condition information set by a user, the client performs condition validity judgment, and after the judgment is passed, sends a current query condition information object to a historical alarm list in an EventBus Post manner, and clears current historical alarm cache data by the historical alarm list and requests the server for a historical alarm record under the current query condition; and the server side acquires historical alarm data of IO points in the industrial control system from a database according to the received request, returns the historical alarm data to the called client side, and fills the historical alarm data into the historical alarm list by the client side for display.
The data volume of the alarm is possibly larger, so that paging operation needs to be carried out on the alarm information, and the client requests the server for real-time alarm data or historical alarm data every time, and simultaneously transmits the number of alarms to be acquired, paging parameters and the current data of the page to be acquired.
The returned data may be in a fixed format, such as sequentially including: sequence number \ alarm time \ alarm IO point \ alarm parameter.
In the historical alarm data processing flow, when the historical alarm list requests the historical alarm records under the current query condition from the server, only the historical alarm record of the first page is requested; when the historical alarm list of the client is turned, searching whether historical alarm data of the page exists in a cache or not, if so, directly reading and displaying the historical alarm data, and not sending a historical alarm data request to a server; otherwise, requesting the historical alarm data of the page from the server, and caching the historical alarm data of the page after the request is returned. Therefore, the data volume returned by the server side every time can be greatly reduced, and the real-time performance of the data can be ensured.
As shown in fig. 3, when the client enters the history alarm list interface, a history alarm data request is performed by default, the time interval of the request is 1 hour before the current time, similarly, when the server receives the request of the client, the server still returns the history alarm information of the first page in the time interval 1 hour before the current time to the client, and meanwhile, the history alarm list interface automatically checks whether the current page has the alarm information of the time interval, if yes, the history alarm list interface displays the current page, and if not, the history alarm list interface does not display the current page.
As shown in fig. 4, the historical alarm data is turned by using buttons "previous page", "next page", and clicking a page number to input a page number, when the client turns a page, it is first determined whether the historical alarm data of the target page exists, if so, the historical alarm data of the target page is requested from the server, and if not, the process is ended.
As shown in fig. 5, the current query condition information refers to a historical alarm time period, and the condition validity judgment refers to judging whether the historical alarm time period set by the user is appropriate, that is, when the client enters the historical alarm list interface, the client enters the historical alarm condition setting interface, and when the historical alarm time period queried by the user is set, the client judges whether the set time period is appropriate. If the time interval is changed and the changed time interval is proper, the historical alarm data of the first page in the changed time interval acquired by the server are returned to the historical alarm list interface.
Since the system described in the second embodiment of the present invention is a device used for implementing the method of the first embodiment of the present invention, based on the method described in the first embodiment of the present invention, a person skilled in the art can understand the specific structure and the deformation of the device, and thus the detailed description is omitted here. All the devices adopted in the method of the first embodiment of the present invention belong to the protection scope of the present invention.
Although specific embodiments of the invention have been described above, it will be understood by those skilled in the art that the specific embodiments described are illustrative only and are not limiting upon the scope of the invention, and that equivalent modifications and variations can be made by those skilled in the art without departing from the spirit of the invention, which is to be limited only by the appended claims.

Claims (10)

1. A method for realizing industrial system alarm service is characterized in that: the method comprises the following steps:
the real-time alarm data processing flow comprises the following steps: the client sends a request for acquiring real-time alarm data, and the server acquires the real-time alarm data of the IO point in the industrial control system from the database after receiving the request and returns the real-time alarm data to the called client;
historical alarm data processing flow: the client provides a historical alarm condition setting interface to receive current query condition information set by a user, then condition validity judgment is carried out, after the judgment is passed, a current query condition information object is sent to a historical alarm list in an EventBus Post mode, the historical alarm list clears current historical alarm cache data, and a historical alarm record under the current query condition is requested to a server; and the server side acquires historical alarm data of IO points in the industrial control system from the database according to the received request, returns the historical alarm data to the called client side, and fills the historical alarm data into the historical alarm list by the client side for display.
2. The method for implementing an industrial system alarm service according to claim 1, wherein: the client requests real-time alarm data or historical alarm data from the server every time, and simultaneously transmits the number of alarm pieces to be acquired, paging parameters and data of the current page to be acquired.
3. The method for implementing an industrial system alarm service according to claim 2, wherein: in the historical alarm data processing flow, when the historical alarm list requests the historical alarm records under the current query condition from the server, only the historical alarm record of the first page is requested; when the historical alarm list of the client is turned, searching whether historical alarm data of the page exists in a cache or not, if so, directly reading and displaying the historical alarm data, and not sending a historical alarm data request to a server; otherwise, requesting the historical alarm data of the page from the server, and caching the historical alarm data of the page after the request is returned.
4. The method for implementing an industrial system alarm service according to claim 1, wherein: when a client enters a historical alarm list interface, a historical alarm data request is carried out by default, the requested time interval is 1 hour before the current time, and meanwhile, the historical alarm list interface can self-check whether the current page has alarm information in the time interval, if yes, the current page is displayed, and if not, the current page is not displayed.
5. The method for implementing an industrial system alarm service according to claim 1, wherein: the current query condition information refers to a historical alarm time period, the condition validity judgment refers to judging whether the historical alarm time period set by a user is proper or not, if so, namely the starting time of the historical alarm time period is smaller than the ending time, historical alarm data corresponding to the set time period acquired by the server side are returned to the historical alarm list interface, then whether a time interval is changed or not and whether the changed time period is proper or not are continuously judged, if so, namely the starting time of the changed time period is smaller than the ending time, and the historical alarm data of the first page in the changed time period acquired by the server side are returned to the historical alarm list interface.
6. An implementation system of industrial system alarm service is characterized in that: the system comprises a client and a server;
in the real-time alarm data processing flow, the client sends a request for acquiring real-time alarm data, and the server acquires the real-time alarm data of an IO point in the industrial control system from the database according to the received request and returns the real-time alarm data to the called client;
in the historical alarm data processing flow, after providing a historical alarm condition setting interface by the client, receiving current query condition information set by a user, judging the validity of the condition, after the judgment is passed, sending a current query condition information object to a historical alarm list in an EventBus Post mode, clearing current historical alarm cache data by the historical alarm list, and requesting a historical alarm record under the current query condition from the server; and the server side acquires historical alarm data of IO points in the industrial control system from a database according to the received request, returns the historical alarm data to the called client side, and fills the historical alarm data into the historical alarm list by the client side for display.
7. The method for implementing an industrial system alarm service according to claim 6, wherein: the client requests real-time alarm data or historical alarm data from the server every time, and simultaneously transmits the number of alarm pieces to be acquired, paging parameters and data of the current page to be acquired.
8. The method for implementing an industrial system alarm service according to claim 7, wherein: in the historical alarm data processing flow, when the historical alarm list requests the historical alarm records under the current query condition from the server, only the historical alarm record of the first page is requested; when the historical alarm list of the client is turned, searching whether historical alarm data of the page exists in a cache or not, if so, directly reading and displaying the historical alarm data, and not sending a historical alarm data request to a server; otherwise, requesting the historical alarm data of the page from the server, and caching the historical alarm data of the page after the request is returned.
9. The method for implementing an industrial system alarm service according to claim 6, wherein: when a client enters a historical alarm list interface, a historical alarm data request is carried out by default, the requested time interval is 1 hour before the current time, and meanwhile, the historical alarm list interface can self-check whether the current page has alarm information in the time interval, if yes, the current page is displayed, and if not, the current page is not displayed.
10. The method for implementing an industrial system alarm service according to claim 6, wherein: the current query condition information refers to a historical alarm time period, the condition validity judgment refers to judging whether the historical alarm time period set by a user is proper or not, if so, namely the starting time of the historical alarm time period is smaller than the ending time, historical alarm data corresponding to the set time period acquired by the server side are returned to the historical alarm list interface, then whether a time interval is changed or not and whether the changed time period is proper or not are continuously judged, if so, namely the starting time of the changed time period is smaller than the ending time, and the historical alarm data of the first page in the changed time period acquired by the server side are returned to the historical alarm list interface.
CN202011072265.4A 2020-10-09 2020-10-09 Method and system for realizing industrial system alarm service Pending CN112379613A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011072265.4A CN112379613A (en) 2020-10-09 2020-10-09 Method and system for realizing industrial system alarm service

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011072265.4A CN112379613A (en) 2020-10-09 2020-10-09 Method and system for realizing industrial system alarm service

Publications (1)

Publication Number Publication Date
CN112379613A true CN112379613A (en) 2021-02-19

Family

ID=74581133

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011072265.4A Pending CN112379613A (en) 2020-10-09 2020-10-09 Method and system for realizing industrial system alarm service

Country Status (1)

Country Link
CN (1) CN112379613A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7392100B1 (en) * 2002-08-15 2008-06-24 Rockwell Automation Technologies, Inc. System and methodology that facilitate factory automation services in a distributed industrial automation environment
CN102059256A (en) * 2010-11-26 2011-05-18 首钢总公司 Equipment operating and process quality state monitoring system for high-speed rolling mill
CN203728426U (en) * 2014-03-11 2014-07-23 山东煤机装备集团有限公司 PLC (programmable logic controller) and touch screen-based monorail crane control system
CN103970811A (en) * 2013-12-19 2014-08-06 中国科学院上海应用物理研究所 Alarm system and method based on parameter screening and timing inquiring
CN107463623A (en) * 2017-07-06 2017-12-12 积成电子股份有限公司 A kind of dynamic query method of transformer station's historical events database
CN109669406A (en) * 2018-11-21 2019-04-23 上海资鑫机电设备有限公司 A kind of remote online monitoring system and its workflow of industrial equipment

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7392100B1 (en) * 2002-08-15 2008-06-24 Rockwell Automation Technologies, Inc. System and methodology that facilitate factory automation services in a distributed industrial automation environment
CN102059256A (en) * 2010-11-26 2011-05-18 首钢总公司 Equipment operating and process quality state monitoring system for high-speed rolling mill
CN103970811A (en) * 2013-12-19 2014-08-06 中国科学院上海应用物理研究所 Alarm system and method based on parameter screening and timing inquiring
CN203728426U (en) * 2014-03-11 2014-07-23 山东煤机装备集团有限公司 PLC (programmable logic controller) and touch screen-based monorail crane control system
CN107463623A (en) * 2017-07-06 2017-12-12 积成电子股份有限公司 A kind of dynamic query method of transformer station's historical events database
CN109669406A (en) * 2018-11-21 2019-04-23 上海资鑫机电设备有限公司 A kind of remote online monitoring system and its workflow of industrial equipment

Similar Documents

Publication Publication Date Title
CN112052111B (en) Processing method, device and equipment for server abnormity early warning and storage medium
US8040231B2 (en) Method for processing alarm data to generate security reports
CN101252462B (en) Alarming page furbishing method as well as server and client end
CN105100708A (en) Request processing method and device
US9800488B2 (en) Method for setting heartbeat timer, terminal and server
CN108846295B (en) Sensitive information filtering method and device, computer equipment and storage medium
CN105744071A (en) One-key emergency help system and method based on fingerprint identification
CN104065632A (en) Shared-content processing method, server, client and system
CN111585785B (en) Method and device for shielding alarm information, computer equipment and storage medium
WO2016101753A1 (en) Method and device for uniformly processing request information
CN112184169A (en) Dynamic planning method, device, equipment and storage medium for user backlogs
US20160364976A1 (en) Home automation communications
US7711518B2 (en) Methods, systems and computer program products for providing system operational status information
CN112055061A (en) Distributed message processing method and device
US20110115621A1 (en) Multiple device loss status retrieval without id provision
CN112379613A (en) Method and system for realizing industrial system alarm service
WO2004111892B1 (en) A monitoring system
US8498774B2 (en) Method for transmission of data concerning transport means in transport monitoring systems
CN110275785B (en) Data processing method and device, client and server
CN113965447B (en) Online cloud diagnosis method, device, system, equipment and storage medium
CN102196046B (en) Internet of things system
CN112907008A (en) Processing method and device with viewing request, storage medium and equipment
JP2003346269A (en) Monitoring data collection and distribution method and system
CN117097599B (en) Network service detection method, device, computer equipment and storage medium
CN115514678B (en) Continuity monitoring method for internet financial business

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

Application publication date: 20210219