论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 电气自动化论文

基于单片机的照明控制系统设计

 本文ID:LWGSW10525 价格:128元
扫一扫 扫一扫
电气自动化论文编号:ZD1114    论文字数:14613,页数:42

目录
摘要 I
ABSTRACT II
第1章  绪论 1
1.1  课题背景与意义 1
1.2  照明控制技术 1
1.3  本论文的主要工作 2
1.4  本章小结 2
第2章  系统组成、原理和功能 3
2.1  系统设计要点 3
2.2  控制系统的组成 3
2.3  系统功能 5
2.4  系统性能指标及技术要求 5
2.5  本章小结 5
第3章  硬件设计 6
3.1  硬件设计及电路原理图 6
3.1.1 节点控制器硬件电路设计 6
3.1.2 主控制器硬件电路设计 15
3.2  电源板焊接调试总结 24
3.2.1 焊接说明 24
3.3  本章小结 25
第4章  软件设计 26
4.1  节点控制器软件设计 26
4.1.1 程序文件及功能说明 26
4.1.2 程序流程框图 26
4.1.3 Modbus协议 27
4.1.4 CRC校验 27
4.2  主控制器软件设计 28
4.2.1 程序文件及功能说明 28
4.2.2 程序流程框图 29
4.2.3 菜单设置 30
4.3  上位机软件设计 31
4.3.1 上位机设计软件VC 6.0 31
4.3.2 上位机软件 32
4.4  本章小结 33
第5章  系统测试 34
第6章  结论 35
致谢 36
参考文献 37

摘要
 随着楼宇智能化的发展与成熟,节能成为一种趋势,照明控制系统的越来越普及。同时随着电子技术的飞速发展,微型计算机作为嵌入式控制系统的主体与核心,代替了传统控制系统的常规电子线路,基于单片机的控制系统已广泛应用于智能楼宇。
 本文阐述了照明控制方式设计原理及其实现。设计过程中,以实现照明控制为主线,分别设计硬件和软件,最终完成照明控制的目标。该照明控制系统的主控制器、节点控制器分别是以MSP430单片机与AT89S52单片机为核心,实现了通信、控制与显示等功能。文中详细地描述了控制电路的设计过程,包括:RS485通信电路、照明灯控制电路和过零检测电路等。对于软件设计主要有上位机、主控制器、节点控制器的通信程序设计以及灯光控制程序设计、CRC校验程序设计等。
 本照明控制系统的特点:上位机程序通过232通信方式给主控制器发送指令,主控制器通过485通信方式控制多个节点控制器调节光照的亮度;通信中采用Modbus协议,并且为了保证传输数据的可靠性,在数据包中加了CRC校验;用户也可以在主控制器上设置,对节点控制器进行控制,进而调节光照亮度;用户可以直接在节点控制器上设置,从而控制光照亮度;用户可以根据节点控制器中的人体检测模块,使系统能做到人在灯亮,人离灯熄;主控制器通过AD采样,获取外界光强,根据外界环境,智能地控制光强;系统通过主控制器定时控制白炽灯。以上各种功能相互配合,最终实现真正的照明节能控制。
 已完成的设计中,各控制器间的通信良好;主控制器可以控制单个或全部节点控制器上白炽灯的亮度;上位机可以通过主控制器控制节点控制器;节点控制器能够自动做到人在灯亮,人离灯熄。但还存在一些不足的地方:主控制器在采样外界光强时,程序会出错;节点控制器上电容易死机。
 
关键词: 485 通信;Modbus;CRC校验;照明控制


ABSTRACT
Saving energy is becoming a trend with the development of intelligent buildings, and the light controlling system is becoming more and more popular. At the same time, the micro-computer control system as the main and core of control system with the development of electronics , it replaces the traditional electronic circuit , and the control system which based on micro-computer  had used in the field of  intelligent buildings.
This Thesis Describes the design’s principle of the light controlling Method and also describes how the control system runs . In the process of designing , the complying controlling light as the main line , designed the Hardware and the software separately , and finish the goal of controlling light finally . The main controller and slave controller of the control system makes the MSP430 micro-computer and AT89S52 micro-computer as cores . The system can do many jobs, such as communication, controlling and display. The paper describes the designing process of the circuit at length, including: RS485 communication circuit, control circuit of lighting, watchdog circuit, etc. The designing of software mainly includes the several programming, such as PC communication, lamplight controlling, CRC checking.
The functions of the system is: PC program sends commands by 232 communication ,and the host controller controls the brightness of many lights; The control system uses Modbus agreement and adds CRC checking in order to snsuring the accuracy of information ; Users can set commands in the main controller and control the slave controller; Users also can set commands in the slave controller and control the brightness of the light directly. The control system can open the light when there is someone near the light and can close the light when there is nobody near the light automatically by human body detecting module ; The main controller can catch the information of environment outside by AD sampling and controlling the brightness of the light .Based on the function above Mentioned ,the control system can save energy when controlling the brightness of the light .
In the part of finishing project , the Communicating among all kinds of controllers is favorable ; The main controller can control single or all node controllers ; PC can control node controllers through the main controller ; The node controller can open the light when there is someone near the light and can close the light when there is nobody near the light automatically . But the control system also has some deficiency : such as the Program will make mistake when catch the Information about Light intensity of Environment ;The node controller makes mistake easily when given power.

 Keywords:  RS485 communication; Modbus; CRC checking; Control light


本论文在电气自动化论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
最新论文 热门论文
上市公司对外并购的投资风险防控及探究
ERP管理系统下制造业成本控制的探讨
论成本会计在企业管理中的应用
论会计人员的职业道德建设
论“六西格玛”管理方法在现代企业财务管
现金流量表与企业财务状况分析
浅述企业财务会计的岗位职责
浅谈国内上市公司融资现状及趋势
浅谈商业银行会计风险及其控制与防范
我国企业内部会计控制的问题与对策研究-—
我国企业会计制度改革路径探析研究
企业货币资金内部控制的探析
电算化会计毕业论文
浅析企业成本管理
浅谈合并会计报表的编制与作用
对企业所得税核算几个问题的认识
人力资源会计论文
企业内部会计制度的建设研究
实施《小企业会计制度》中存在的问题及改
会计电算化在企业中的应用、现状和前景
浅议我国中小企业融资的困境与对策
上一篇:高压线圈的电晕放电现象与可燃物.. 下一篇:关式霍尔传感器测转速研究
Tags:基于 单片机 照明 控制系统 设计 【收藏】 【返回顶部】
会计论文
电子机电论文
金融论文
电气自动化论文
模具设计
化学工程与工艺
机械设计
电子通信论文
英语论文
行政管理论文
物流论文
电子商务论文
法律论文
国际贸易论文
财务管理论文
人力资源论文
市场营销论文
土木工程论文
工商管理论文
工程管理论文
汉语言文学论文
教育管理论文
测控专业论文
交通工程论文
旅游管理论文
新闻专业论文
艺术设计
教育技术学论文
应用物理学论文
轻化工程论文
德语专业论文
给水排水工程
服装设计与工程
食品生物技术
材料科学与工程
电视制片管理
工业工程论文
文化产业管理
包装工程论文
印刷工程论文
信息管理论文
制药工程论文
生物工程论文
电子信息工程
信息计算科学
电气工程论文
通信工程论文
动物医学毕业论文
生物医学工程
医疗保险实务
水文与水资源工程
书法专业毕业论文
财务会计毕业论文
电子商务毕业论文
现代教育技术
信息管理专业
心理学专业
数学与应用数学
数学教育
护理学毕业论文
其他专业论文
历史学论文
学前教育毕业论文
小学教育毕业论文
教育管理毕业论文
法律专业毕业论文
汉语言文学毕业论文
工商管理毕业论文
人力资源毕业论文
营销专业毕业论文
物流专业毕业论文
计算机论文
精彩推荐
论文格式网为您提供计算机毕业论文范文下载,只需要10元每份点击计算机论文进入查看

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供电气自动化论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号