网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 论文资料|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 论文下载 -> 理工科论文 -> 自动浇花设备研发
机械模具数控资料设计| 土木工程论文范文| 化学工程与工艺论文| 采矿专业设计| 工业工程论文| 热能与动力工程| 材料科学工程| 轻化工程| 焊工钳工技师论文| 给水排水工程|
食品科学生物技术论文| 服装设计论文资料| 理工科资料设计论文| 包装工程论文| 印刷工程论文| 化工与材料论文| 生物工程论文| 制药工程| 机械模具免费论文| 交通工程论文|

自动浇花设备研发

本文ID:LW18693 字数:13128.页数:54 价格:¥118.00 → 信用说明

以下为论文简介,扫一扫付款马上可获取全文,付款金额见标题右下角。付款后请把付款结果截图及本篇论文的网址或者论文ID发给客服,客服核实后,马上将论文发到您的邮箱或者在线传送给您。客服QQ:17304545 点击这里给我发消息   微信:17304545 扫一扫 扫一扫
本站会员可自行下载:下载地址 自动浇花设备研发 (收费:11800 积分)  如何获取积分?
自动浇花设备研发

机械设计制造及其自动化文档,文档编号:JX1215  文档字数:13128.页数:54

摘    要
 单片机,是指在一块芯片上集成了中央处理器CPU ,随机存储器RAM ,程序存储器ROM或EEPROM ,定时/计数器、中断控制器及串行口,并行I/O接口等部件,构成一个完整的微型计算机系统。由于单片机具有体积小、重量轻、价格便宜、功耗低、控制功能强及运算速度快等特点,所以无论是在国民建设还是在军用领域等都得到了广泛的应用。     本课题是通过AT89C51单片机来对浇花设备进行控制,采用汇编语言进行编程,设备主要可以实现以下一些功能:浇花间隔时间的设定、浇水持续时间的设定、单片机对电磁阀的自动控制。本次设计的自动浇花设备主要由LED显示电路,放大电路,按键电路,指示灯电路,电磁阀电路五部分组成。51单片机通过软件编程,在LED液晶屏上实现小时,分,秒的显示;并利用单片机来实现计时,定时功能;同时通过7个按键开关和3个指示灯来实现参数设置和调节功能;根据用户设定的时间顺利的完成浇花任务。    本文详细介绍了AT89C51单片机的基本原理,分析了AT89C51各个管脚的功能及它在设计电路中的作用。本文论述了LED显示屏,电磁阀的工作原理及其软件设计过程。
关键词:单片机 控制 显示 电磁阀

Abstract
 SCM refers to a system that integrated CPU, Random Access Memory (RAM), Read-Only Memory (ROM), timer/counter , interrupt controller with its port, paralleled I/O interfaces and other components. All these parts make up a complete mini-computer system. As its feature with small, light, weight, cheap, low power consumption, powerful and fast. SCM is used widely both in the national construction and in the military construction.
 The subject is how the watering device works with AT89C51. I will use assembly language to program and the equipment can achieve the following main functions: setting the interval between the last and next time you water, setting the duration of each time you water, controlling the electromagnetic valve. The device consists of five main parts including the circuit of the display of LED, the clock conditioning circuit, the button controlling circuit, the indicator light controlling circuit and the electromagnetic valve controlling circuit. With programming, AT89C51 can do very well in displaying time including seconds minutes and hours. And we could also use the seven button and three indicator lights to adjust the time we want. The device will do it very well automatically as we want.
 This article describes the basic principles of SCM AT89C51 including the functions of its each pin. This article also specifies the theory of the LED display and the electromagnetic valve. At the same time, it includes the program we need.

Keywords: SCM; Control; Display; Electromagnetic-valve

目  录
摘    要 I
Abstract II
目  录 III
第一章   绪 论 1
 1.1  引言 1
 1.2  设备工作原理简介 2
 1.3  系统模块 2
 1.4  系统操作界面及其操作过程 3
 1.4.2  系统操作界面说明 3
 1.4.3  系统操作过程 4
第二章  部件的选择 5
 2.1  芯片的选择 5
 2.2  显示器的选择 5
 2.2.1  LED简介 5
 2.2.2  LED显示器 7
 2.3  继电器的选择 7
 2.4  阀门的选择 7
 2.4.1  电磁阀简介 7
 2.4.2  电磁阀的选择 8
第三章  部件的介绍 10
 3.1  AT89C51简介 10
 3.1.1  AT89C51性能 10
 3.1.2  AT89C51结构 10
 3.1.3  AT89C51引脚 11
 3.1.4  AT89C51振荡器特性 12
 3.2  YCSM31系列电磁阀简介 13
 3.3  JZC-36F继电器简介 14
第四章  硬件设计 15
 4.1  设备的结构 15
 4.1.1  中央处理单元 15
 4.1.2  LED显示部分 15
 4.1.3  电磁阀部分 15
 4.1.4  按键部分 15
 4.1.5  指示灯部分 16
 4.2  总电路设计图 16
 4.2.1  元器件符号的具体指代 16
 4.2.2  元器件清单 17
 4.3  AT89C51单片机电路 18
 4.4  晶振电路 19
 4.5  复位电路 20
 4.6  按键电路 21
 4.7  放大电路 22
 4.8  指示灯电路 23
 4.9  LED显示电路 23
 4.10  电磁阀电路 25
第五章  软件设计 27
 5.1  简要说明 27
 5.2  消抖流程及程序 28
 5.3  总流程及程序 29
 5.4  按键处理总流程及程序 31
 5.5  按键5(6)流程及程序 32
 5.6  按键3流程及程序 34
 5.7  按键4流程及程序 36
 5.8  按键2流程及程序 37
 5.9  工作中的处理流程 39
第七章  结 论 40
致 谢 41
参考文献 42
附录一: 

自动浇花设备研发由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:小高层井架控制系统硬件设计 下一篇:粘性调速离合器主动部分设计
推荐论文 本专业最新论文
Tags:自动 设备 研发 2011-04-11 16:24:50【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 毕业论文网 版权所有