基于MSP430单片机的壁挂式空调风门运动控制系统设计
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
基于MSP430单片机的壁挂式空调风门运动控制系统设计
天津工业大学
毕业论文
基于MSP430单片机的壁挂式空调风门运动控制系统设
计
姓名胡健民
学院电气工程与自动化学院
专业电气工程及其自动化
天津工业大学2013届本科生毕业论文指导教师张海华
职称工程师
2013年6月1日
摘要
步进电机是机电数字控制系统中常用的执行元件,由于其精度高,体积小,控制方便灵活,因此在智能仪表和位置控制中得到了广泛的应用。
本系统的主要工作是应用低功耗MSP430单片机控制步进电机的旋转方向和启停,以实现壁挂式空调风门出风风向的控制。通过分析步进电机的工作原理:电脉冲数决定电机的转动圈数;电脉冲的频率决定电机转动的速度。利用MSP430单片机的四个普通I/O口对步进电机的通电顺序及通电时间进行编程控制,以实现电机的转速和转向调整。本系统由硬件电路设计和软件编程两部分组成。
此项设计看似简单,但有机的将步进电机和430单片机的相关知识结合了起来,同时将微机原理和电机学等课程从理论学习上升为实践,因此具有很强的现实意义。此项设计研究将应用于壁挂式空调风门运动的调整,合理地调整将方便于人们的生活,满足人们的各种需求。
关键词:msp430单片机;步进电机;空调
Abstract
Stepper motor is a mechanical and electrical actuators, is commonly used in digital control system because of its high precision, small volume, convenient control and flexible, so the intelligent instruments and has been widely used in position control.
The main work of this system is the application of low power consumption MSP430 single chip microcomputer to control stepping motor direction of rotation and rev. Stop, so as to realize the control of wall-mounted air-conditioner air door out of the wind direction. By analyzing the working principle of stepper motor, electrical impulses to the motor rotation laps; The frequency of the electrical motor rotational speed. Using MSP430 single chip microcomputer of four common I/O port for the electricity order of stepper motor and the polarization time programming control, in order to realize the speed of the motor and steering adjustments. This system consists of two parts, hardware circuit design and software programming.
The design looks be like simple, but organic will step motor and 430 single chip microcomputer is a combination of relevant knowledge, at the same time, the microcomputer principle and motor learning course from theoretical study to practice, thus has a strong practical significance. Will apply to the design study wall-mounted air-conditioner air door movement adjustment, reasonable adjustment will be convenient to the life of people, meet people's various needs.
Key words: MSP430MicroChip ;Stepper motor;air-conditioner
目录
第一章绪论 (1)
1.1课题研究的目的和意义 (1)
1.2国内外发展状况 (2)
1.3本课题设计的主要任务 (3)
第二章步进电机及其工作原理的介绍 (4)
2.1步进电机概述 (4)
2.2步进电机的工作原理 (5)
2.3步进电机的基本参数及其指数标语 (7)
2.4步进电机的特点和特性 (9)
2.5步进电机驱动系统介绍 (10)
第三章MSP430G2553芯片及其引脚功能介绍 (12)
3.1 单片机原理概述 (12)
3.2 MSP430G2553型单片机概述 (12)
3.3 Msp430G2553型单片机的各个功能模块 (14)
3.4 MSP430G2553微控制器的特点和特性 (15)
3.5 MSP430G2553开发板硬件资源概述 (16)
第四章系统硬件设计 (18)
4.1 系统总体框架图 (18)
4.2键盘控制电路 (19)
4.3基于ULN2003步进电机的驱动电路设计 (21)
第五章软件设计 (25)
5.1 软件设计平台 (25)
5.2程序分析 (26)
5.3程序流程图 (31)
5.4程序设计过程中出现的问题及其处理方法 (32)
第六章总结与展望 (34)
参考文献 (35)
附录一英文原文 (36)
附录二中文翻译 (40)
附录三程序清单 (43)
谢辞 (47)