登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 计算机类 > 计算机科学与技术 > 正文

矿山双重预防机制管理平台---安全风险分级管控子系统设计与实现毕业论文

 2021-04-05 04:04  

摘 要

矿山开采是一个高风险行业,存在许多不安全因素,容易发生事故,职业危害严重。 随着矿山生产水平的不断提高,生产条件越来越复杂,安全管理的难度越来越大。应用现代科学技术可以有效地保证矿山的安全生产,实现安全文明生产综合管理。

矿山安全管理和风险预警是确保矿山安全生产和预防事故的关键。根据矿业公司安全生产的特点,本系统围绕实际需要展开,完成安全信息的收集、统计、分析、处理和传递,实现安全文明生产的全方位管理。

本文实现了安全风险分级管控子系统的设计,基于B/S结构,前端使用HTML、CSS、JavaScript、Vue.js等进行开发,服务器端采用SSM框架并利用SQL Server数据库完成数据库表的设计和数据的填充。结合实际需求,安全风险分级管控子系统分为风险评价单元划分模块、危险有害因素辨识模块、安全风险分级评估模块、区域风险评估与统计模块、风险管控信息管理模块和重大风险告知信息模块、风险管理模块,完成的任务如下:

1、在风险评价单元划分模块中,将矿山工作单位划分成风险评价单元,级别分为主单元、分单元、子单元、岗位单元、作业活动/设备设施。

2、在危险有害因素辨识模块中,对岗位单元进行危险有害因素辨识,作业活动有危险有害因素管理,设备设施有故障模式管理。

3、在安全风险分级评估模块中,使用风险矩阵评估法、LEC风险评估法和FMEA风险评估法对危险有害因素辨识清单进行评估。

4、在区域风险评估与统计模块中,以图表的形式对企业的各局部区域的风险进行统计和分析。

5、在风险管控信息管理模块中,展示企业各类风险管控信息,并对企业相关的风险管控信息进行管理。

6、在重大风险告知信息模块中,展示企业各类风险告知信息,并对重大风险告知信息和岗位风险告知信息进行管理。

7、在风险管理模块中,展示了风险等级划分信息,对风险矩阵评估法、LEC风险评估法和FMEA风险评估法的评估要素和评估准则进行管理。

关键词:矿山安全;风险评估;Vue.js;SQL Server

Abstract

Mining is a high-risk industry, there are many unsafe factors, prone to accidents, serious occupational hazards. With the continuous improvement of mine production level, production conditions are becoming more and more complex, and safety management is becoming more and more difficult. The application of modern science and technology can effectively ensure the safe production of mines and realize the comprehensive management of safe and civilized production.

Mine safety management and risk early warning are the key to ensure mine safety production and prevent accidents. According to the characteristics of safety production in mining companies, this system completes the collection, statistics, analysis, processing and transmission of safety information around the actual needs, and achieves the all-round management of safe and civilized production.

Based on B/S structure, the front-end uses HTML, CSS, JavaScript and Vue.js to develop. The server-side uses SSM framework and uses SQL Server database to complete database table design and data filling. According to the actual needs, the sub-system is divided into risk assessment unit division module, hazard and harmful factor identification module, safety risk classification and evaluation module, regional risk rating and statistics module, risk management and control information management module, major risk informing information module and risk management module. The tasks are as follows:

1. In the risk assessment unit division module, the mine work unit is divided into risk assessment unit, and the level is divided into main unit, subclause, subelement, post unit, operation activity/equipment facilities.

2. In the hazard and harmful factors identification module, hazard and harmful factors are identified for the post unit, hazard and harmful factors are managed for operation activities, and failure mode management for equipment and facilities is carried out.

3. In the safety risk classification and evaluation module, risk matrix assessment method, LEC risk assessment method and FMEA risk assessment method are used to evaluate the list of risk and harmful factors identification.

4. In the regional risk assessment and statistics module, the risk of each local area of the enterprise is analyzed in the form of charts.

5. In the information management module of risk management and control, it shows all kinds of risk management and control information of enterprises, and manages related risk management and control information of enterprises.

6. In the important risk informing information module, display all kinds of risk informing information of enterprises, and manage the major risk informing information and post risk informing information.

7. In the risk management module, the risk classification information is displayed, and the evaluation elements and criteria of risk matrix assessment, LEC risk assessment and FMEA risk assessment are managed.

Key Words:mine safety;risk assessment;Vue.js;SQL Server

目 录

第1章 绪论 1

1.1 研究背景与意义 1

1.2 国内外研究现状 1

1.2.1 国内研究现状 1

1.2.2 国外研究现状 1

1.3 设计内容 2

1.4 论文章节安排 2

第2章 系统分析 4

2.1 系统概述 4

2.2功能性需求 4

2.3用户用例图 5

2.4非功能性需求 6

2.5可行性分析 6

2.5.1 技术可行性 6

2.5.2 经济可行性 6

2.5.3 操作可行性 6

第3章 系统总体设计 7

3.1 系统结构设计 7

3.2 系统功能设计 7

3.2.1 风险评价单元划分模块 7

3.2.2 危险有害因素辨识模块 7

3.2.3 安全风险分级评估模块 8

3.2.4 区域风险评估与统计模块 8

3.2.5 风险管控信息管理模块 8

3.2.6 重大风险告知信息模块 9

3.2.7 风险管理模块 9

第4章 系统详细设计 10

4.1 系统界面设计 10

4.1.1 风险评价单元划分界面设计 10

4.1.2 危险有害因素辨识界面设计 10

4.1.3 安全风险分级评估界面设计 11

4.1.4 区域风险评估与统计界面设计 13

4.1.5 风险管控信息管理界设计 14

4.1.6 重大风险告知信息界面设计 14

4.1.7 风险管理界面设计 15

4.2 数据库设计 18

4.3功能模块设计 30

4.3.1 风险评价单元划分模块设计 30

4.3.2 危险有害因素辨识模块设计 31

4.3. 3 安全风险分级评估模块设计 32

4.3. 4 区域风险评估与统计模块设计 33

4.3. 5 风险管控信息管理模块设计 33

4.3. 6 重大风险告知信息模块设计 34

4.3.7 风险管理模块设计 35

第5章 关键问题与系统实现 36

5.1 开发工具 36

5.2 关键问题及处理方法 36

5.3 功能实现 37

5.3.1风险评价单元划分实现 38

5.3.2危险有害因素辨识实现 39

5.3.3安全风险分级评估实现 40

5.3.4区域风险评估与统计实现 41

5.3.5风险管控信息管理实现 42

5.3.6重大风险告知信息实现 43

5.3.7风险管理实现 44

第6章 系统测试和运行结果 46

6.1 系统测试 46

6.1.1风险评价单元划分模块测试 46

6.1.2危险有害因素辨识模块测试 47

6.1.3安全风险分级评估模块测试 49

6.1.4区域风险评估与统计模块测试 51

6.2 运行结果截图 51

第7 章 总结与展望 60

7.1 研究总结 60

7.2 研究展望 60

参考文献 61

致 谢 62

第1章 绪论

1.1 研究背景与意义

矿山开采属于高危行业,不安全因素众多。在矿山生产中,安全问题始终都是需要放在首位的问题[1]。矿山安全管理是矿山企业管理的重要组成部分,它对促进矿业企业的顺利运营、提高矿业企业的生产效率起着重要作用。随着矿山生产水平的不断发展,生产条件越来越复杂,安全管理难度随之增大,将现代化的科学技术应用于矿山的安全管理,能有效地保证矿山的安全生产。

安全风险分级管控机制是遏制重大事故的重要手段,是安全生产工作中的一项富有创新性的工作,能从根本上解决安全生产突出问题[2]

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图