登录

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

注册

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

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 理工学类 > 自动化 > 正文

电梯系统中灯光及火警检测设计

 2023-01-17 09:01  

论文总字数:18624字

摘 要

随着对产品的质量要求的提高,使对产品控制精度的要求越来越高。目前,运用各种单片机组成的高精度智能化控制系统,已成为控制系统设计的发展潮流。集成传感器,无触点控制方式及电力电子器件的应用,使得控制系统的构成灵活多样。本课题是利用光电传感器、烟雾传感器,结合单片机构成监测系统对电梯进行监测,电梯是安全性要求很高的工业产品,本设计结合实际需求,具有一定的实用价值。

本次设计基础是基于烟雾传感器、sim800短信模块以及单片机技术,经过对这些模块的学习熟练使用,组建系统实现对电梯系统中烟雾的实时监测,当烟雾浓度超过设定值时,GSM将通过短信通知烟雾浓度。本设计选用STM32F103作为控制器件,采用mq-2型烟雾传感器实现烟雾探测。选用PC50-6硅光电池实现对灯光监测的功能。烟雾灯光报警系统不断的采集电梯中的烟雾浓度信号、灯光信号等进行实时的处理判断,一旦高于设置的报警阈值,则启动声光报警进行提醒,发生报警时,GSM将发送短信到用户手机端进去显示。本报警系统是一种功能强大、性能稳定、使用便捷、智能化的报警系统,并且具有一定的实用价值。

关键词:STM32单片机;烟雾浓度;GSM;传感器

Design of lighting and fire detection in elevator system

Abstract

With the improvement of product quality requirements, the requirements of control accuracy are higher and higher. The organic combination of electronic technology, computer technology and control technology provides favorable technical conditions for the development of intelligent instruments. At present, the use of a variety of single-chip microcomputer composed of high-precision intelligent control system has become the development trend of control system design. The application of integrated sensors, contactless control mode and power electronic devices makes the control system flexible. This topic is the use of photoelectric sensors, smoke sensors, combined with single-chip microcomputer monitoring system to monitor the elevator, the elevator is a high safety requirements of industrial products, this design combined with the actual needs, has a certain practical value.

This design is based on smoke sensor, SMS module and MCU technology to realize the detection of lighting and fire alarm in elevator system. STM32F103 is used as the control device in the design, mq-2 smoke sensor is used to detect smoke and pc50-6 silicon photocell is used to detect the light. Smoke light alarm system continuously collects smoke concentration signal and light signal in elevator for real-time processing.When it is higher than the set alarm threshold, it will start sound and light alarm for warning. In case of alarm, GSM will send SMS to the user mobile phone end for display. This alarm system is a powerful, stable performance, convenient to use, intelligent alarm system, and has a certain practical value.

Keywords: STM32single chip microcomputer;Smoke concentration;GSM;The sensor

目 录

摘 要 I

Abstract II

第一章 绪 论 1

1.1 选题背景与意义 1

1.2 主要研究内容 1

第二章 烟雾灯光报警系统总体方案设计 1

2.1 引言 1

2.2 烟雾灯光报警系统硬件总体设计 2

2.3 主要元器件的选取 3

2.3.1 核心控制器的选取 3

2.3.2 显示方案的选择 3

2.3.3 烟雾传感器的选择 3

2.4 本章小结 3

第三章 硬件设计 4

3.1 引言 4

3.2 单片机系统 4

3.3 液晶显示模块 5

3.4 传感器模块 6

3.4.1 烟雾传感器 6

3.4.2 光电传感器 7

3.7 报警模块 7

3.8 SIM800模块 8

3.9 按键控制电路模块 9

第四章 软件设计 9

4.1 总体程序流程图设计 9

4.2 液晶程序设计 16

4.3 模数转换程序设计 20

4.4 GSM程序设计 22

4.5 烟雾传感器程序设计 22

第五章 验 证 23

5.1 烟雾火光报警器组装 25

5.1.1 烟雾火光报警器的硬件构成 25

5.2 烟雾火光报警器硬件调试 25

第六章 结束语 27

致 谢 28

参考文献(References) 29

第一章 绪 论

1.1 选题背景与意义

随着对产品质量的要求提高,使对产品控制精度的要求也越来越高。而电子技术、计算机技术和控制技术的有机结合,为智能仪表发展提供了有利的技术条件。目前,运用各种单片机组成的高精度智能化控制系统,已成为控制系统设计的发展潮流。集成传感器,无触点控制方式及电力电子器件的应用,使得控制系统的构成灵活多样。本课题是利用光电传感器、烟雾传感器,结合单片机构成监测系统对电梯进行监测,电梯是安全性要求很高的工业产品,本设计结合实际需求,具有一定的实用价值。

我们此次的设计将达到对电梯内烟雾的检测,灯是否正常工作,当出现异常状况时,将声光报警警示电梯中的乘客,以及发送短信达到通知其他人的作用,从而保障电梯内乘客的安全。

1.2 主要研究内容

设计主要研究方向是烟雾灯光报警短信系统的合理布局设计以及发现特殊情况后短信通知。基于此概况,设计将在单片机技术的基础上达到各种功能的实现,这之中的模块包括单片机模块,我们将采用STM32F103单片机;传感器模块,我们将采用Mq-2感烟传感器作为烟雾传感器,灯光检测模块采用Pc50-6硅光电池;GSM模块让sim800通过短信报警;液晶显示模块,我们将使用1602液晶显示。这些模块将会在单片机技术支持下,实现对电梯中灯光和烟雾的检测,当判断出现特殊情况时,能及时采取措施。

第二章 烟雾灯光报警系统总体方案设计

2.1 引言

当今社会火灾频发,大多数人对火灾隐患不够重视,所以设计一种智能的火灾报警系统,来保护人们的安全,预防火灾的产生及扩大具有十分重大的现实意义。我们所设计的烟雾灯光短信报警系统就是在分析复杂的电梯环境后,对火灾过程中会产生烟雾的特点,利用对烟雾的检测,分析电梯当前环境。

利用灯光检测,检测灯光是否正常工作,以防电梯在黑暗环境下运行,声光报警告知乘客电梯存在异常。并通过短信通知上述特殊情况。

剩余内容已隐藏,请支付后下载全文,论文总字数:18624字

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

企业微信

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