{$cfg_webname}
主页 > 电子信息 > 电子 >

基于物联网的港口设备监控与维护系统设计

来源:56doc.com  资料编号:5D25800 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D25800
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

基于物联网的港口设备监控与维护系统设计(任务书,开题报告,论文说明书16000字)
摘 要
我国经济的发展离不开港口的重要作用。科技的进步使港口不断朝着智能化、现代化、规模化的方向发展,港口设备也逐渐转向自动化、大型化、复杂化,吞吐量需求的迅猛增长和对港口功能升级的深层次要求导致港口业务很大程度上依赖大量现代化设备来完成货物中转。例如在港口码头的货物输送、尤其是散货装卸过程中通常依靠皮带输送机快速的将货物输送到指定位置。但是在港口发挥巨大作用的同时,港口设备在运作过程中也存在着许多隐患。据目前数据显示,我国很多港口设备都处于超期服役的状态,正如港口的皮带输送机在使用的过程中经常因为长时间高负荷运转,从而导致皮带输送机很容易出现故障,这严重影响了港口作业的执行效率。由此可见实时掌握港口设备的运行状态对提高港口的作业效率具有重要意义。
本设计便是基于物联网技术,针对港口皮带输送机常见的故障问题,来实现对港口设备皮带输送机实时状态的监测。系统中的各种传感器和保护开关为数据采集点,以STM32单片机为主控制芯片,结合无线WiFi技术,能够实时监测港口设备皮带输送机的运行状态,若设备发生故障,系统将及时报警停车,防止故障进一步扩大,确保设备和人员安全。设计中用到的各种传感器和保护开关由于其不便于仿真,所以用相应的模拟电路进行替代仿真。模拟电路分为开关量检测电路、比较量检测电路和模拟量检测电路。其中通信模块不能进行实时仿真,后面将会对其具体原理进行详细说明。
关键词:物联网 港口设备 WiFi STM32

Abstract
The development of China's economy is inseparable from the important role of the port. The advancement of science and technology has made the port continue to develop in the direction of intelligence, modernization and scale. The port equipment has gradually turned to automation, large-scale and complicated. .The rapid growth in throughput demand and the deep requirements for port function upgrades have led the port business to rely heavily on a large number of modern equipment to complete the cargo transfer. For example, cargo handling at port terminals, especially bulk handling, often relies on belt conveyors to quickly transport goods to designated locations. However, while the port plays a huge role, there are also many hidden dangers in the operation of port equipment. At present, the data shows that many port equipments in China are in an extended service state. Just as the belt conveyors in the port are often used for long periods of high load during operation, the belt conveyors are prone to failure, this seriously affects the efficiency of port operations. It can be seen that real-time control of the operational status of port equipment is of great significance to improve the operational efficiency of the port.
This design is based on the Internet of Things technology, to achieve the real-time status of the port equipment belt conveyor for the common fault problems of the port belt conveyor. The various sensors and protection switches in the system are data collection points. The STM32 MCU is the main control chip. Combined with the wireless WiFi technology, it can monitor the running status of the belt conveyor of the port equipment in real time. If the equipment fails, the system will alarm and stop in time. Prevent further expansion of the fault and ensure the safety of equipment and personnel. The various sensors and protection switches used in the design are not easy to simulate, so the simulation is performed with the corresponding analog circuit. The analog circuit is divided into a switch quantity detection circuit, a comparison quantity detection circuit, and an analog quantity detection circuit. The communication module cannot perform real-time simulation, and the specific principles will be described in detail later.
Keywords: Internet of Things, port equipment, WiFi, STM32
 
目录
摘 要    I
Abstract    II
第1章 绪论    1
1.1 课题的研究背景及意义    1
1.2 国内外研究现状    2
1.3 论文的主要内容    3
第2章 系统总体方案设计及关键问题分析    4
2.1系统总体设计方案    4
2.2 皮带输送机常见故障及其保护措施    6
2.2.1 皮带输送机的跑偏故障及其保护措施    6
2.2.2 皮带输送机的打滑故障及其保护措施    6
2.2.3 皮带输送机的纵向撕裂故障及保护措施    7
2.2.4 皮带输送机的温度故障及其保护措施    7
2.2.5 皮带输送机的烟雾故障及其保护措施    7
2.2.6 皮带输送机的急停保护    7
2.3 系统关键技术    8
2.3.1 传感器技术    8
2.3.2 MCU技术    8
2.3.3 物联网通信技术    10
第3章 系统硬件设计    11
3.1 主控芯片最小系统设计    11
3.2 开关量检测电路    13
3.3 比较量检测电路    13
3.3 模拟量检测电路    14
3.4 测速传感器模拟电路    15
3.5 电源模块    15
3.6 无线通信模块    16
第4章 系统软件设计    20
4.1 软件开发环境简介    20
4.2 数据采集模块的软件设计    20
4.2.1 主函数程序设计    20
4.2.2 开关量检测函数程序设计    21
4.2.3 比较器输出端检测程序设计    23
4.2.3 ADC采集显示程序设计    24
4.2.4 LCD12864相关程序设计    26
4.3 通信部分软件设计    27
4.3.1 发送端WiFi模块软件设计思路    28
4.3.2 接收端WiFi模块软件设计    29
第5章 系统测试结果    31
5.1开关量检测测试结果    31
5.2 比较量检测测试结果    33
5.3 模拟量检测测试结果    35
第6章 总结与展望    38
6.1 总结    38
6.2 展望    38
致谢    39
参考文献    40

推荐资料