CN115086290A - Method for alarming by linkage of multiple screens - Google Patents

Method for alarming by linkage of multiple screens Download PDF

Info

Publication number
CN115086290A
CN115086290A CN202210660595.8A CN202210660595A CN115086290A CN 115086290 A CN115086290 A CN 115086290A CN 202210660595 A CN202210660595 A CN 202210660595A CN 115086290 A CN115086290 A CN 115086290A
Authority
CN
China
Prior art keywords
alarm
screen
real
page
time
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.)
Granted
Application number
CN202210660595.8A
Other languages
Chinese (zh)
Other versions
CN115086290B (en
Inventor
张莉强
阮云峰
秦钢
花京武
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hangzhou Diji Intelligent Technology Co ltd
Original Assignee
Hangzhou Diji Intelligent 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 Hangzhou Diji Intelligent Technology Co ltd filed Critical Hangzhou Diji Intelligent Technology Co ltd
Priority to CN202210660595.8A priority Critical patent/CN115086290B/en
Publication of CN115086290A publication Critical patent/CN115086290A/en
Application granted granted Critical
Publication of CN115086290B publication Critical patent/CN115086290B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N7/00Television systems
    • H04N7/18Closed-circuit television [CCTV] systems, i.e. systems in which the video signal is not broadcast
    • H04N7/181Closed-circuit television [CCTV] systems, i.e. systems in which the video signal is not broadcast for receiving images from a plurality of remote sources

Landscapes

  • Engineering & Computer Science (AREA)
  • Signal Processing (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Multimedia (AREA)
  • Alarm Systems (AREA)

Abstract

The invention discloses a method for alarming by linkage of a plurality of screens, which comprises the following steps: judging a current split screen mode, and determining whether the current split screen mode is a one-screen mode, a two-screen mode or a three-screen mode; and step two, monitoring whether the current state is in an alarm state or not, and displaying according to the split screen mode determined in the step one. According to the method for alarming by linkage of the multiple screens, the screen splitting mode can be effectively determined by setting the first step and the second step, and then corresponding alarming linkage display is carried out according to the screen splitting mode.

Description

Multi-screen linkage alarm method
Technical Field
The invention relates to an alarm method, in particular to a method for alarming by linkage of multiple screens.
Background
In the scene of the internet of things, the accessed devices are various, and in the traditional one-screen mode, if a device triggers real-time alarm, the spatial position information of the alarm device, the alarm state of an alarm center and a real-time alarm video cannot be displayed at the same time. If the corresponding function needs to be opened when the corresponding information data or the alarm video needs to be viewed, namely more operations are needed to view the data and the video related to the alarm equipment, linkage among the equipment space information, the alarm center data and the alarm video is lacked.
The existing one-screen mode has the following disadvantages: limited by one screen space, the displayable related data volume is limited, more data can be displayed only in the form of a popup layer, the experience is one-way notification, no two-way interaction exists, the linkage among equipment space information, alarm center data and alarm video is lacked, and when other menus or function pages are operated to jump away, the alarm center data and the video recording cannot be synchronously watched.
Disclosure of Invention
Aiming at the defects in the prior art, the invention aims to provide a method for alarming by linkage of a plurality of screens, which integrates the split screen linkage function into a whole body in linkage with each other by combining software and hardware.
In order to achieve the purpose, the invention provides the following technical scheme: a method for alarming by linkage of a plurality of screens comprises the following steps:
judging a current split screen mode, and determining whether the current split screen mode is a one-screen mode, a two-screen mode or a three-screen mode;
step two, monitoring whether the mobile terminal is in an alarm state or not, displaying according to the split screen mode determined in the step one, when the mode is determined to be the one-screen mode and the current state is normal, the screen page displays the main operation page, or when the alarm is in the current alarm state, the screen page jumps to an alarm center, namely a real-time alarm page, meanwhile, the bullet layer displays alarm information and processing operation, a plane view of the current alarm equipment and a real-time alarm video of the equipment, when the two-screen mode is determined and is currently in a normal state, the main screen displays the main operation page, the second screen displays the real-time video page, or when the mobile terminal is in the alarm state, the main screen page jumps to an alarm center, namely a real-time alarm page, meanwhile, the bullet layer displays alarm information and processing operation, and a plane view of the current alarm equipment, and the real-time video page of the second screen sequentially displays real-time alarm videos of the alarm equipment; when the three-screen mode is determined and the current state is normal, the main screen displays a main operation page, the second screen displays a real-time video page, the third screen displays a warning center-real-time warning page, or when the current state is in a warning state, the main screen page jumps to a plane view page where the current warning equipment is located, the second screen real-time video page displays real-time warning videos of the warning equipment in sequence, the third screen displays the warning center-real-time warning page, and a warning processing operation box pops up.
As a further improvement of the present invention, the specific steps of monitoring whether the current state is in the alarm state in the step two are as follows:
step two, firstly, a screen enters a project page, after the screen enters the project page, a main page registers Websocket and monitors a message event to receive alarm data pushed by the Websocket in real time, and meanwhile, a storage event is registered in other screen pages;
step two, when equipment triggers real-time alarm, the back end pushes relevant data of current alarm equipment through Websocket, the data is cached in storage after being processed, and if the real-time alarm is not triggered, the back end returns to continue monitoring the message event;
and step two, if the field related to the real-time alarm in the storage cache is updated, immediately executing a registered event processing function, linking other screens in real time, and if the field related to the real-time alarm is not updated, returning to monitor the storage event.
As a further improvement of the present invention, the specific steps of monitoring the message event in the first step are as follows:
step two, the front end initiates a ws connection to the back end;
step two, the rear end directly pushes the existing alarm record to the front end;
and step two, step three, the front end sends out timing ping to the back end, and the back end sends out response ping to the front end at the same time.
As a further improvement of the present invention, in the second step, the specific steps of receiving the alarm data pushed by the Websocket in real time are as follows:
step two, when an alarm is generated outside, the rear end pushes equipment data generating the alarm to the front end, and the alarm is pushed to the front end after the alarm is processed or recovered;
and step two, step five, the front end and the rear end mutually return to operate and mark alarm records through an interface.
The method has the advantages that the current screen splitting mode can be effectively judged firstly through the arrangement of the first step and the second step, and then targeted linkage display is carried out according to the selected screen splitting mode, so that bidirectional interaction is effectively increased, and linkage among equipment space information, alarm center data and alarm videos is increased.
Drawings
FIG. 1 is a flow chart of a method of multiple screen alarm linking of the present invention;
FIG. 2 is a flow chart of alarm state monitoring;
FIG. 3 is a flow chart of data push;
FIG. 4 is a schematic illustration of a home screen effect in an example;
FIG. 5 is a schematic illustration of a second screen effect in an example;
fig. 6 is a diagram illustrating a third screen effect in an example.
Detailed Description
The present invention will be further described in detail with reference to the embodiments shown in the drawings, wherein in the process of using the method of the present embodiment, hardware needs to be configured first, and the specific configuration flow is as follows: the three screens are connected with a host, and a home page, a real-time video playing page and an alarm center page are played in the three screens; software communication of the three pages is realized by using a front-end local cache, and hardware communication is realized by using a 1-to-3 display card.
Referring to fig. 1, the method for alarming by linkage of multiple screens of the embodiment includes the following steps:
judging a current split screen mode, and determining whether the current split screen mode is a one-screen mode, a two-screen mode or a three-screen mode;
step two, monitoring whether the mobile terminal is in an alarm state or not, displaying according to the split screen mode determined in the step one, when the mode is determined to be the one-screen mode and the current state is normal, the screen page displays the main operation page, or when the alarm is in the current alarm state, the screen page jumps to an alarm center, namely a real-time alarm page, meanwhile, the bullet layer displays alarm information and processing operation, a plane view of the current alarm equipment and a real-time alarm video of the equipment, when the two-screen mode is determined and the current state is normal, the main screen displays the main operation page, the second screen displays the real-time video page, or when the mobile terminal is in the alarm state, the main screen page jumps to an alarm center, namely a real-time alarm page, meanwhile, the bullet layer displays alarm information and processing operation, and a plane view of the current alarm equipment, and the real-time video page of the second screen sequentially displays real-time alarm videos of the alarm equipment; when the three-screen mode is determined and the current state is normal, the main screen displays a main operation page, the second screen displays a real-time video page, the third screen displays an alarm center-real-time alarm page, or when the current state is in an alarm state, the main screen page jumps to a plane view page where the current alarm device is located, the second screen real-time video page displays real-time alarm videos of the alarm device in sequence, and the third screen displays the alarm center-real-time alarm page and pops up an alarm processing operation frame, so that the linkage of the two screens or the three screens is effectively realized, and the information of the alarm center and the real-time video page can be checked while the main screen operates different functions. When the alarm device alarms, different data information of the alarm device can be displayed in the three screens respectively, meanwhile, the operation frequency of a user can be reduced, and the efficiency of problem handling is improved.
As an improved specific implementation manner, as shown in fig. 2, the specific step of monitoring whether the current state is in the alarm state in the second step is as follows:
step two, firstly, a screen enters a project page, after the screen enters the project page, a main page registers Websocket and monitors a message event to receive alarm data pushed by the Websocket in real time, and meanwhile, a storage event is registered in other screen pages;
step two, when equipment triggers real-time alarm, the back end pushes relevant data of current alarm equipment through Websocket, the data is cached in storage after being processed, and if the real-time alarm is not triggered, the back end returns to continue monitoring the message event;
and step two, if the field related to real-time alarm in the storage cache is updated, immediately executing a registered event processing function, linking other screens in real time, and if the field related to real-time alarm is not updated, returning to monitor the storage event.
As an improved specific implementation, the specific steps of monitoring the message event in the first step are as follows:
step two, the front end initiates a ws connection to the back end;
step two, the rear end directly pushes the existing alarm record to the front end;
and step two, the front end sends a timing ping to the rear end, and the rear end simultaneously sends a response ping to the front end.
As an improved specific implementation manner, as shown in fig. 3, in the step two, the specific step of receiving the alarm data pushed by the Websocket in real time in the step one is as follows:
step two, when an alarm is generated outside, the rear end pushes equipment data generating the alarm to the front end, and the alarm is pushed to the front end after the alarm is processed or the alarm is recovered;
and step two, step five, the mutual return operation between the front end and the rear end marks the alarm record through the interface, and through the setting of the steps, the rear end can push the alarm condition to the front end in real time and push the equipment data generating the alarm, so that the staff at the front end can better know the alarm condition.
The present embodiment mainly adopts a three-screen display, and specific example situations are shown in fig. 4, fig. 5, and fig. 6.
In summary, in the method of the embodiment, the split-screen mode is determined first, and then the display is performed according to the split-screen mode, so that on one hand, the problem of one-screen display in the prior art can be solved by effectively using multiple screens, and on the other hand, one-screen display can be performed under the condition that the hardware of the device is insufficient, thereby effectively increasing the applicability.
The above description is only a preferred embodiment of the present invention, and the protection scope of the present invention is not limited to the above embodiments, and all technical solutions belonging to the idea of the present invention belong to the protection scope of the present invention. It should be noted that modifications and embellishments within the scope of the invention may occur to those skilled in the art without departing from the principle of the invention, and are considered to be within the scope of the invention.

Claims (4)

1. A method for alarming by linkage of a plurality of screens is characterized in that: the method comprises the following steps:
judging a current split screen mode, and determining whether the current split screen mode is a one-screen mode, a two-screen mode or a three-screen mode;
step two, monitoring whether the mobile terminal is in an alarm state at present, displaying according to the split screen mode determined in the step one, when the mode is determined to be the one-screen mode and the current state is normal, the screen page displays the main operation page, or when the alarm is in the current alarm state, the screen page jumps to an alarm center, namely a real-time alarm page, meanwhile, the bullet layer displays alarm information and processing operation, a plane view of the current alarm equipment and a real-time alarm video of the equipment, when the two-screen mode is determined and the current state is normal, the main screen displays the main operation page, the second screen displays the real-time video page, or when the mobile terminal is in the alarm state, the main screen page jumps to an alarm center, namely a real-time alarm page, meanwhile, the bullet layer displays alarm information and processing operation, and a plane view of the current alarm equipment, and the real-time video page of the second screen sequentially displays real-time alarm videos of the alarm equipment; when the three-screen mode is determined and the current state is normal, the main screen displays a main operation page, the second screen displays a real-time video page, the third screen displays a warning center-real-time warning page, or when the current state is in a warning state, the main screen page jumps to a plane view page where the current warning equipment is located, the second screen real-time video page displays real-time warning videos of the warning equipment in sequence, the third screen displays the warning center-real-time warning page, and a warning processing operation box pops up.
2. The method for multiple-screen linked alarm according to claim 1, wherein: the specific steps of monitoring whether the current state is in the alarm state in the second step are as follows:
step two, firstly, a screen enters a project page, after the screen enters the project page, a main page registers Websocket and monitors a message event to receive alarm data pushed by the Websocket in real time, and meanwhile, a storage event is registered in other screen pages;
step two, when equipment triggers real-time alarm, the back end pushes relevant data of current alarm equipment through Websocket, the data is cached in storage after being processed, and if the real-time alarm is not triggered, the back end returns to continue monitoring the message event;
and step two, if the field related to the real-time alarm in the storage cache is updated, immediately executing a registered event processing function, linking other screens in real time, and if the field related to the real-time alarm is not updated, returning to monitor the storage event.
3. The method for multiple-screen linked alarm according to claim 2, wherein: the specific steps of monitoring the message event in the first step are as follows:
step two, the front end initiates a ws connection to the back end;
step two, the rear end directly pushes the existing alarm record to the front end;
and step two, the front end sends a timing ping to the rear end, and the rear end simultaneously sends a response ping to the front end.
4. The method of linked multiple screens of claim 3, wherein: the specific steps of receiving the alarm data pushed by the Websocket in real time in the first step are as follows:
step two, when an alarm is generated outside, the rear end pushes equipment data generating the alarm to the front end, and the alarm is pushed to the front end after the alarm is processed or the alarm is recovered;
and step two, step five, the front end and the rear end mutually return to operate and mark alarm records through an interface.
CN202210660595.8A 2022-06-13 2022-06-13 Method for linkage alarm of multiple screens Active CN115086290B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210660595.8A CN115086290B (en) 2022-06-13 2022-06-13 Method for linkage alarm of multiple screens

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210660595.8A CN115086290B (en) 2022-06-13 2022-06-13 Method for linkage alarm of multiple screens

Publications (2)

Publication Number Publication Date
CN115086290A true CN115086290A (en) 2022-09-20
CN115086290B CN115086290B (en) 2023-06-20

Family

ID=83251025

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210660595.8A Active CN115086290B (en) 2022-06-13 2022-06-13 Method for linkage alarm of multiple screens

Country Status (1)

Country Link
CN (1) CN115086290B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120086680A1 (en) * 2010-10-08 2012-04-12 Seiko Epson Corporation Display device, method of controlling display device, and computer program product
US20130113700A1 (en) * 2011-11-09 2013-05-09 Yokogawa Electric Corporation Operating and monitoring screen displaying apparatus and method
CN104954884A (en) * 2015-06-15 2015-09-30 北京博威康技术有限公司 Method and system for showing real-time warning information and historical warning information in same screen
CN105338293A (en) * 2014-08-04 2016-02-17 杭州海康威视数字技术股份有限公司 Output display method and device for alarm event
CN114283565A (en) * 2021-12-10 2022-04-05 西安万像电子科技有限公司 Multi-screen seat machine early warning method and device, electronic equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120086680A1 (en) * 2010-10-08 2012-04-12 Seiko Epson Corporation Display device, method of controlling display device, and computer program product
US20130113700A1 (en) * 2011-11-09 2013-05-09 Yokogawa Electric Corporation Operating and monitoring screen displaying apparatus and method
CN105338293A (en) * 2014-08-04 2016-02-17 杭州海康威视数字技术股份有限公司 Output display method and device for alarm event
CN104954884A (en) * 2015-06-15 2015-09-30 北京博威康技术有限公司 Method and system for showing real-time warning information and historical warning information in same screen
CN114283565A (en) * 2021-12-10 2022-04-05 西安万像电子科技有限公司 Multi-screen seat machine early warning method and device, electronic equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
黄俊: "城市报警与监控系统软件设计", 《中国优秀硕士学位论文全文数据库(电子期刊)》 *

Also Published As

Publication number Publication date
CN115086290B (en) 2023-06-20

Similar Documents

Publication Publication Date Title
WO2017211206A1 (en) Video marking method and device, and video monitoring method and system
US11233977B2 (en) System and method for mapping of text events from multiple sources with camera outputs
WO2018145594A1 (en) Live video broadcast method and apparatus, and live streaming server
CN105227930B (en) Video inspection method and device in a kind of video monitoring system
CN108012161A (en) Net cast method, system and terminal device
US10043079B2 (en) Method and apparatus for providing multi-video summary
CN103514220B (en) Video pictures search method based on multi-screen interaction scene, apparatus and system
KR20160097870A (en) System and method for browsing summary image
CN105429905A (en) Method, device and system for monitoring advertisement putting terminal
CN111428164A (en) Page display method and device, mobile terminal, electronic equipment and storage medium
CN105338293B (en) The output display method and device of alert event
US11645338B2 (en) Method, apparatus and device, and storage medium for controlling display of comments
CN113891105A (en) Picture display method and device, storage medium and electronic equipment
CN106101613A (en) The interlocked display method of multiple monitoring screens and system
JP2002152721A (en) Video display method and device for video recording and reproducing device
CN115086290B (en) Method for linkage alarm of multiple screens
KR20110023634A (en) Apparatus for generating thumbnail image and method for displaying thumbnail image
CN108389283A (en) A kind of 4K automobile data recorders
CN114254183A (en) Content recommendation method, device, terminal, server and storage medium
CN108882004B (en) Video recording method, device, equipment and storage medium
GB2557597A (en) A surveillance apparatus and a surveillance method for indicating the detection of motion
CN114095791A (en) Live broadcast playback method and device, electronic equipment and storage medium
US7380259B1 (en) System and method for integrating weather data into television broadcasts
JP2007189558A (en) Video display system and video storage distribution apparatus
US20170142366A1 (en) Video Playing 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
GR01 Patent grant
GR01 Patent grant