直流斩波调速系统设计

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

直流斩波调速系统设计

摘要:本设计主要完成以89s51单片机为核心的PWM直流电机的调速系统。该系统包括速度给定、速度显示、速度测量和速度控制。论文主要介绍了基于单片机用PWM实现直流电机调速的基本方法,直流电机调速的相关知识,及PWM调整的基本原理和实现方法。重点介绍了基于MCS-51单片机的用软件产生PWM信号的途径,并介绍了一种通过采用软件定时实现PWM信号占空比调节的方法。对于直流电机速度控制系统的实现提供了一种有效的途径。主电路主要采用四个小键盘控制AT89S51单片机,再由AT89S51单片机把数据传送到AT89C2051单片机中产生脉宽调制信号,然后通过电机驱动芯片L298N对小型电机进行控制。

在实验板中,还包括由CS3020霍尔开关,AT89S51单片机,74LS47七段数码管译码芯片及四位LED构成转速检测显示电路。在最后的扩展功能里还加上了红外遥控功能,采用软件进行红外解码。

关键词:脉宽调制,直流电机调速,单片机,转速测量,红外遥控

THE DESIGN OF PWM SPEED

GOVERNING SYSTEM

Abstract:A speed governing system of DC- motor by using AT89S51 microcontroller is introduced .The system includes the setting of speed,the displaying of speed,the measurement of speed and the control of speed. This paper introduces a kind of method Of DC-motor speed modification based on PWM theory by the SCM.

Showing some relative knowledge upon the DC-motor timing,the basic theory and the way to implement. And it emphasizes on the way for carrying out PWM signals based on MCS-51.This paper still provides a method for modifying the speed of DC-motor by way of time by software. It offers a sort of efficient method for the DC-motor Speed-controlling system. The main circuit adopts four keypads to control AT89S51 mainly, convey from AT89S51 data to AT89C2051 produce the signal of Pulse Width Modulation and then, control the DC-motor through the electrical machinery L298. In the experiment board, still include the circuit of rotational speed measuring and showing formed by CS3020 Hall's switch, AT89S51, 74LS47 and four LED. In the last expanded part, it adds the infrared remote control function and adopts the software to decode .

Keyword: PWM, DC-motor speed modification, Microcontroller, Measurement of rotating speed,Infrared remote control

目录

引言 (4)

第一章基本原理的分析 (5)

1.1 直流电机的结构与调速原理 (5)

1.1.1 直流电机的结构 (5)

1.1.2 直流电机的调速原理 (5)

1.2 直流电机PWM控制原理 (7)

1.3 霍尔效应及其原理 (8)

第二章方案比较及选择 (10)

2.1 控制方案的选择 (10)

2.1.1 8031、8051、8751的比较 (10)

2.1.2 AT89C51、AT89S51的比较 (11)

2.2键盘的选择 (12)

2.2.1 独立式键盘 (12)

2.2.2 矩阵式键盘 (13)

2.3 显示方式的选择 (14)

2.4 电动机驱动芯片的选择 (15)

2.5总方案的确定 (16)

第三章器件的介绍 (17)

3.1L298N芯片的介绍 (17)

3.1.2 L298的典型应用 (17)

3.1.3 L298的运行参数 (18)

3.1.4 L298的逻辑控制 (19)

3.2CS3020霍尔元件的介绍 (19)

3.3.1 CS3020的特征及应用 (19)

3.3.2 CS3020的引脚说明 (19)

3.3.3 CS3020的电特性和磁特性 (20)

第四章硬件系统的论述 (21)

4.1电源部分 (21)

4.2PWM波形产生部分 (21)

4.3电机驱动部分 (22)

4.4测速显示部分 (24)

4.4.1 霍尔元件测速 (24)

4.4.2 LED显示的硬件电路 (24)

第五章软件系统的论述 (26)

5.1主程序 (26)

5.2键盘扫描子程序 (27)

5.3PWM信号发生程序 (28)

5.4测速子程序 (29)

5.5显示子程序 (30)

第六章系统功能扩展设想 (32)

6.1 闭环调速 (32)

6.2红外遥控 (33)

6.2.1 HT6221芯片的介绍 (33)

6.2.2 红外解码 (35)

总结 (37)

参考文献 (38)

附录 (39)

致谢 (40)

相关文档
最新文档