CN107088272A - A kind of real-time automated intelligent generation system of emergency evacuation scheme - Google Patents

A kind of real-time automated intelligent generation system of emergency evacuation scheme Download PDF

Info

Publication number
CN107088272A
CN107088272A CN201610091127.8A CN201610091127A CN107088272A CN 107088272 A CN107088272 A CN 107088272A CN 201610091127 A CN201610091127 A CN 201610091127A CN 107088272 A CN107088272 A CN 107088272A
Authority
CN
China
Prior art keywords
evacuation
emergency
path
node
fire
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
CN201610091127.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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to CN201610091127.8A priority Critical patent/CN107088272A/en
Publication of CN107088272A publication Critical patent/CN107088272A/en
Pending legal-status Critical Current

Links

Classifications

    • AHUMAN NECESSITIES
    • A62LIFE-SAVING; FIRE-FIGHTING
    • A62BDEVICES, APPARATUS OR METHODS FOR LIFE-SAVING
    • A62B3/00Devices or single parts for facilitating escape from buildings or the like, e.g. protection shields, protection screens; Portable devices for preventing smoke penetrating into distinct parts of buildings
    • GPHYSICS
    • G08SIGNALLING
    • G08BSIGNALLING OR CALLING SYSTEMS; ORDER TELEGRAPHS; ALARM SYSTEMS
    • G08B7/00Signalling systems according to more than one of groups G08B3/00 - G08B6/00; Personal calling systems according to more than one of groups G08B3/00 - G08B6/00
    • G08B7/06Signalling systems according to more than one of groups G08B3/00 - G08B6/00; Personal calling systems according to more than one of groups G08B3/00 - G08B6/00 using electric transmission, e.g. involving audible and visible signalling through the use of sound and light sources
    • G08B7/066Signalling systems according to more than one of groups G08B3/00 - G08B6/00; Personal calling systems according to more than one of groups G08B3/00 - G08B6/00 using electric transmission, e.g. involving audible and visible signalling through the use of sound and light sources guiding along a path, e.g. evacuation path lighting strip

Abstract

The invention belongs to exit signs technical field, system is generated more specifically to a kind of real-time automated intelligent of emergency evacuation scheme.Setting alarm detector, indicating lamp for emergency and virtual crossing node are used for path node, by initializing all through paths, form routing database, in this, as according to keeping fire away, the principle of outlet evacuation nearby calculates and generates the reference data instrument of most short best-effort path, using graphical node connection mode, What You See Is What You Get, direct construction, the basic routing database of generation.The present invention realize multiple spot simultaneously or timesharing alarm when dispersal plan immediately automatically generate, improve under complicated fire hazard environment system evacuation disposal ability;Fire/smog spreading trend analysis and evacuation countermeasure are solved, fire development is improved and judges command ability;The workload that system is installed, generates, tested is significantly reduced, operating efficiency is substantially increased.

Description

A kind of real-time automated intelligent generation system of emergency evacuation scheme
Technical field
The invention belongs to exit signs technical field, more specifically to a kind of real-time automatic intelligence of emergency evacuation scheme System can be generated.
Background technology
With expanding economy, the multi-functional building of complexity is more and more, especially the ultra-specification such as megastore Building, when a fire evacuating personnel escape be particularly important.Increasing place starts with can be according to reality The intelligent evacuation system that border situation changes exit signs direction automatically substitutes the Evacuation Indicatory Sign of single direction, so as to allow personnel Quickly correctly evacuation escape.The building of selection intelligent evacuation have space big and complicated, passage and outlet are more can not one The characteristics of mesh is clear, can usually make escape crowd vast and hazy in alarmed.Current each intelligent evacuation system is prior in prediction scheme mode Establishment evacuation path, but the scale of construction is big because of place building, be possible to prediction scheme impossible to exhaust more than alarm point, typically all only considers single One alarm point, can not more take the evacuation commander of Multiple Dots Alarm Rules or fire spread situation into account, allow the practicality of intelligent evacuation is big to give a discount Button.
Exemplified by having the project of 100 independent alarm points, the evacuation prediction scheme of an alarm point is only considered simultaneously, must design 100 sets of plan, the engineer for having certain experiences can accomplish;The evacuation prediction scheme of any two alarm point is considered simultaneously, according to group Hop algorithm, C (100,2)=4950 must design 4950 sets of plan, and the engineer team for having certain experiences perhaps can accomplish, but will Spend the long period;The evacuation prediction scheme of any three alarm points is considered simultaneously, according to combinational algorithm, C (100,3)=161700, i.e. palpus 161700 sets of plan are designed, then experienced engineer team also is difficult to accomplish, even if they take long to.
The reference frame on the basis of actual alarm point of this program, calculates and generates live dispersal plan, effectively automatically in real time The complicated problem of dispersal plan formulation impossible to exhaust under any Multiple Dots Alarm Rules situation such as fire spread has been cracked, has been had to intelligent evacuation Important application value and social effect.
The content of the invention
It is an object of the invention to provide a kind of real-time automated intelligent generation system of emergency evacuation scheme, complicated fire can be reduced Evacuation Design commander's difficulty at calamity scene, improves and ensures the possibility of all dispersal plans, prevent artificial prediction scheme amount it is big when people The maloperation that may be brought for factor, it is ensured that the correctness in exit signs direction, makes intelligent evacuation more stablize safety.
The present invention can be achieved through the following technical solutions:
Alarm detector and indicating lamp for emergency are set to path node;
All through paths are initialized, routing database is formed;
According to keeping fire away, the principle of outlet evacuation nearby calculates and generates most short best-effort path;
The dispersal plan write into Databasce generated in real time calls for system and drives indicating lamp for emergency is oriented to light or close, simultaneously The alert event and dispersal plan are preserved as daily record supplies ex-post analysis.
Beneficial effects of the present invention:
1)Realize multiple spot simultaneously or timesharing alarm when dispersal plan immediately automatically generate, improve under complicated fire hazard environment System evacuates disposal ability;
2)Fire/smog spreading trend analysis and evacuation countermeasure are solved, fire development is improved and judges command ability;
3)The workload that system is installed, generates, tested is significantly reduced, operating efficiency is substantially increased.
Brief description of the drawings
Fig. 1 present system flow charts
Embodiment
The intelligent evacuation algorithm that the system is used is based on dijkstra's algorithm and finds most reasonable evacuation path.Dijkstra is calculated Method is typical shortest path first, for calculating a node to the shortest path of other nodes.It is mainly characterized by with rise (BFS thought) outwards is extended layer by layer centered on initial point, untill expanding to terminal.
Basic thought:
, it is necessary to specify starting point s (being calculated since the s of summit) when calculating the shortest path in G by Dijkstra.
In addition, introducing two set S and U.S effect be record obtained shortest path summit (and it is corresponding most Short path length), and U is then to record the summit (and the summit to starting point s distance) for not obtaining shortest path also.
When initial, only starting point s in S;Being the summit in addition to s in U, and the path on summit is in U, " starting point s was to should Summit path ".Then, the summit of shortest path is found out from U, and is added it in S;Then, update U in summit and The path of vertex correspondence.Then, the summit of shortest path then from U is found out, and is added it in S;Then, update in U Summit and the path of vertex correspondence.The operation is repeated, until having traveled through all summits.
Algorithm flow:
Alarm detector and indicating lamp for emergency are set to path node;
All through paths are initialized, routing database is formed;
According to keeping fire away, the principle of outlet evacuation nearby calculates and generates most short best-effort path;
The dispersal plan write into Databasce generated in real time calls for system and drives indicating lamp for emergency is oriented to light or close, simultaneously The alert event and dispersal plan are saved in database as daily record and supply ex-post analysis.
Embodiment
(1) when initial, S only includes starting point s;Distances of the U comprising summit in other summits, and U in addition to s is " starting point s To the distance on the summit ", for example, the distance of vertex v is the length of (s, v) in U, then s and v are non-conterminous, then v distance is ∞。
(2) " apart from most short summit k " is selected from U, and summit k is added in S;Meanwhile, summit is removed from U k。
(3) distance of each summit to starting point s in U is updated.The distance on summit in U why is updated, is due to previous step In k is determined is the summit for obtaining shortest path, so as to update the distance on other summits using k;For example, (s, v) Distance is likely larger than (s, k)+(k, v) distance.
(4) repeat step (2) and (3), until having traveled through all summits.

Claims (1)

1. a kind of real-time automated intelligent generation system of emergency evacuation scheme, it is characterised in that using setting alarm detector, evacuation Indicator lamp and virtual crossing node are path node, by initializing all through paths, form routing database, in this, as According to keeping fire away, the principle of outlet evacuation nearby calculate and generate the reference data instrument of most short best-effort path, using graphical Node connection mode, What You See Is What You Get, direct construction, the basic routing database of generation comprise the following steps:
Alarm detector and indicating lamp for emergency are set to path node;
All through paths are initialized, routing database is formed;
According to keeping fire away, the principle of outlet evacuation nearby calculates and generates most short best-effort path;
The dispersal plan write into Databasce generated in real time calls for system and drives indicating lamp for emergency is oriented to light or close, simultaneously The alert event and dispersal plan are preserved as daily record supplies ex-post analysis.
CN201610091127.8A 2016-02-17 2016-02-17 A kind of real-time automated intelligent generation system of emergency evacuation scheme Pending CN107088272A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610091127.8A CN107088272A (en) 2016-02-17 2016-02-17 A kind of real-time automated intelligent generation system of emergency evacuation scheme

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610091127.8A CN107088272A (en) 2016-02-17 2016-02-17 A kind of real-time automated intelligent generation system of emergency evacuation scheme

Publications (1)

Publication Number Publication Date
CN107088272A true CN107088272A (en) 2017-08-25

Family

ID=59646026

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610091127.8A Pending CN107088272A (en) 2016-02-17 2016-02-17 A kind of real-time automated intelligent generation system of emergency evacuation scheme

Country Status (1)

Country Link
CN (1) CN107088272A (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105096489A (en) * 2015-07-23 2015-11-25 蚌埠依爱消防电子有限责任公司 Intelligent emergency illumination and evacuation indication system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105096489A (en) * 2015-07-23 2015-11-25 蚌埠依爱消防电子有限责任公司 Intelligent emergency illumination and evacuation indication system

Similar Documents

Publication Publication Date Title
KR101960504B1 (en) Apparatus and method for epidemic spread prediction modeling
Beloglazov et al. Simulation of wildfire evacuation with dynamic factors and model composition
CN106461768B (en) System and method for positioning, mapping and data management using crowd sourcing
CN116796561A (en) BIM-based venue fire evacuation method, system, equipment and medium
US20160314554A1 (en) Evacuation plan design
Cho et al. An automated direction setting algorithm for a smart exit sign
Alemi et al. You can run, you can hide: The epidemiology and statistical mechanics of zombies
Samah et al. Modification of Dijkstra’s algorithm for safest and shortest path during emergency evacuation
CN111430042A (en) Method, apparatus, computer device and storage medium for predicting the spread of an infectious disease
CN106845679A (en) A kind of emergency evacuation automated intelligent generates system
KR20140137068A (en) Evacuation simulation system and providing method thereof
Ball Dynamic population epidemic models
Yu et al. A dynamic evacuation simulation framework based on geometric algebra
Macatulad et al. 3DGIS-based multi-agent geosimulation and visualization of building evacuation using GAMA platform
CN114582522A (en) Infectious disease aerosol propagation modeling simulation method and system based on Gaussian diffusion
US10467888B2 (en) System and method for dynamically adjusting an emergency coordination simulation system
CN104504017B (en) The sending method and device of a kind of message
JPWO2016075933A1 (en) Evacuation prediction system, model generation device, prediction device, evacuation prediction method, and computer-readable recording medium
JP2019109730A (en) Information processing apparatus, hazard map generation method and program
CN107088272A (en) A kind of real-time automated intelligent generation system of emergency evacuation scheme
EP3220325B1 (en) Evacuation prediction system, evacuation prediction method, and computer-readable recording medium
Callejas et al. COVID-19 transmission during a tsunami evacuation in a lockdown city
JP6905888B2 (en) Flow predictors, methods, and programs
Ivanov et al. Evaluation of in-vehicle decision support system for emergency evacuation
Lee et al. Online indoor fire evacuation system

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
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20170825