文档介绍:仓库温湿度监测系统
摘要
本文设计和构建了仓库温度湿度检测系统,主要用于实时在线巡回监测仓库中的温度和湿度,并能有效地对仓库的温度和湿度进行自动监测。本文首先从理论上论述了温度和湿度的监测对仓库的重要意义,讨论了仓库温度和湿度变化的主要原因以及仓库中温度和湿度的允许变化范围。探讨了在线测量,计算和检测仓库温度和湿度的原理和方法。由此确定了合理的温度和湿度监测方案。
关键词:单片机;仓库;温湿度
Abstract
This article designed and has constructed the warehouse temperature humidity examination system, mainly used in the real-time online tour monitoring in the warehouse the temperature and the humidity, and could effectively carries on the automatic monitor to the warehouse temperature and the humidity. This article first theoretically elaborated the temperature and the humidity monitor to the warehouse important meaning, discussed the warehouse temperature and in the humidity change primary cause as well as the warehouse the temperature and the humidity permissible variation scope. Has discussed the online survey, calculates and examines the warehouse temperature and the humidity principle and the method. From this has determined the reasonable temperature and the humidity monitor plan.
Key word: Monolithic integrated circuit; Warehouse; Humiture
目录
前言 1
第一章系统总体设计 2
1. 1 选题背景 3
设计过程及工艺要求 3
第二章硬件设计 4
信号采集 4
温度传感器 4
2. 1. 2 湿度传感器 9
多路开关 14
信号分析与处理 16
A/D 转换 16
2. 2. 2 单片机8031 20
2. 2. 3 数据存储器的掉电保护 21
2. 2. 4 系统时钟的设计 21
2. 3 显示与报警的设计 22
2. 3. 1 显示电路 22
2. 3. 2 报警电路 23
第三章软件设计 25
主程序流程图: 26
T0中断流程图: 27
温度采样子程序流程图: 28
键扫描程序流程图: 29
报警子程序流程图: 30
致谢 31
参考文献 32
前言
温湿度的检测是纺织、食品、医药、仓储的重要参量,对温湿度监测具有广泛的应用领域。随着仓库安全工作的要求越来越严格,仓库监测大量涌现, 仓库监测的认知度和自动化体现的越来越先进。为解决仓库管理上的难题,杜绝仓库的违规行为,有效预防安全事故和经济损失。我们根据仓库经营模式的特点和有关政策法规的要求,本着积极、严谨的态度,设计出一套完整的仓库温湿度检测管理系统。该系统功能强大、界面友好、操作简易、并且能够有效的管理仓库。工作人员们工作的情况记录下来,最终进行统计工作。促进了企业管理建设与高新科技的结合,把企业仓库监测等监控管理行业发展成为功能丰富多彩的数字家园。系统由传感器、数模转换器、单片机、LED显示、报警电路组成。本文介绍了利用8031单片机进行温度和湿度的检测的智能化方法。本设计是基于单片机的仓库温湿度监测系统的设计,主要以51系列单片机为核心单元对仓库进行监测。实现温度范围-30℃-+50℃误差± 1℃、湿度范围10%-100%RH 误差± 1%RH。计算机以8031单片机作为该监测系统的核心,能自动完成对温度进行采集、处理、缓冲、转换、并进行报警。工作稳定、性能可靠。
  设计中介绍了硬件部分包括:温湿度传感器、LED显示、报警电路和一些接口电路(A/D转换外部接口)。软