JIMI 发表于 20:50

水位检测与调节系统的设计

论文编号:DZXX217  论文字数:9028,页数:28
摘要
 本课题是水位检测与调节系统的设计,其实是针对水箱的水位。主要目的是应用单片机技术,实现自动控制水箱的水位高低。用protel软件绘制原理图,用C语言作为软件开发工具。
 本课题设计主要以AT89S51单片机为核心控制元件,以电机的转动代表水泵的运转,三根导线放置水箱不同高低点,作为水箱高低接收信号的传导,也可称之为自制的传感器。
 该系统结构简单、性能稳定、使用方便、价格低廉,具有较好的应用前景。
 
关键词:Protel, C语言,AT89S51,传感器
ABSTRACT
 The topic of this design is water level controller,in fact,in allusion to water tank.The main intention is using MCU technology to control the water tank's level with self-motion.Draw the schematic of circuit by the software of protel,use the programming language of C for the tool .
 It contains Single-chip(AT89S51) and electromotor which instead of water pump.Compare to the transducer,three wires is replaced,for it used simply.
 The system has good application prospects,for its simple structure,stable performance,easy to operate and cheap.
 
 Keywords: Protel,C language,AT89S51,Transducer 
 
目录
摘要 I
ABSTRACT II
第1章 引言 1
    1.1 背景 1
    1.2 研究内容及存在的问题 2
第2章 器件的选择 3
    2.1主芯片 3
       2.1.1AT89S51单片机的各管脚功能介绍 3
       2.1.2 AT89S51相对于AT89C51增加的新功能 5
       2.1.3 AT89S51单片的振荡器特性 5
    2.2 稳压器L7805CV 6
    2.3 继电器 6
       2.3.1 电磁继电器的工作原理和特性 6
       2.3.2 继电器的电符号和触电形式 6
    2.4运算放大器 7
       2.4.1运放的概述 7
       2.4.2 LM358概述 7
       2.4.3 LM358特性 7
    2.5 晶振 7
第3章 硬件设计 8
    3.1电源电路 8
    3.2信号接收电路 8
    3.3信号分析控制电路 9
第4章 应用系统的软件设计 11
    4.1 概述 11
    4.2 系统程序流程图 11
    4.3 系统程序设计 11
第5章 系统调试 15
    5.1硬件调试 15
       5.1.1排除逻辑故障 15
       5.1.2 排除元器件失效 15
    5.2软件调试 16
第6章 结束语 17
致谢 18
参考文献 19
附录一 电路原理图 20
附录二 部分程序源代码 21
附录三 实物图 24
页: [1]
查看完整版本: 水位检测与调节系统的设计