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

当前位置:毕业论文网 -> 论文范文 -> 电子机电类 -> 单片机控制步进电机资料设计文档
自动化论文范文| 电子机电论文| 测控技术论文| 通信专业论文| 电气工程论文| 通信工程论文| 电子信息工程论文| 免费自动化论文| 免费电子论文| 免费电气论文| 免费通信论文

单片机控制步进电机资料设计文档

本文ID:LW790 字数:15837,页数:41 价格:¥68.00 → 信用说明

扫一扫 扫一扫
单片机控制步进电机资料设计文档

文档编号:JD064   字数:15837,页数:41

摘要
单片机对步进电机的控制有串行控制和并行控制两种方式。本设计采用的是串行控制方式,此方式下单片机控制系统与步进电机驱动器之间只有两条控制线。一条发出时钟脉冲信号来控制步进电机的转速;另一条发出转向信号控制步进电机的转向。这两个信号都是送入步进电机驱动器的输入端,驱动器中含有环行分配器,对步进电机励磁方式的控制和控制脉冲的分配都是由环行分配器来完成的。由于单片机控制系统与驱动器之间只有两条控制线,从而使系统结构大为简化。控制系统按速度控制的要求从时钟脉冲控制线发出相应的控制脉冲即可对步进电机的转速进行控制。当需要恒速运行时,就发出恒定频率的控制脉冲;当需要加速运行时,就发出频率递增的控制脉冲;当需要减速运行时,就发出频率递减的控制脉冲;当需要锁定状态时,只需要停止发脉冲并通入直流电就可以了。因此,可以方便地对电动机的转速进行控制。转向控制线可实现对步进电机转向的控制,当输出高电平“1”时,环行分配器按正方向进行脉冲分配,步进电机正向旋转;当输出低电平“0”时,环行分配器按反方向进行脉冲分配,步进电机反方向旋转。

关键词:单片机系统;控制;步进电机;环行分配器

 

Abstract
Series control and parallel control are two modes of controlling step motors by single chip microcomputer. The design adopts serial control mode, in this case there are only two controlling lines between the single chip microcomputer system and the driver of the step motor .One is used to give out clock pulse to control the velocity, another is used to give out directional signal to control the direction. The two signals are all sent to the input of the driver of the step motor, which includes the ring dividing driver .Because of this, the system has a very simple structure. According to the demand of  controlling speed, the system give out corresponding clock pulse to control the speed of the motor through the clock pulse. when constant speed is needed, constant clock pulse is gave out; when adding speed is needed, adding clock pulse is gave out; when reducing speed is needed, reducing clock pulse is gave out; When the lock-in state is needed, direct current is needed instead of the pulse. so the speed control of the step motor is very easy. The direction control line is used to control the direction of the step motor. when the voltage is “1”, the ring dividing driver shares the pulses according to the right direction, the step motor runs in the right direction. When the voltage is “0”, the ring dividing driver shares the pulses according to the revert direction, the step motor runs in revert direction. 
Keywords: Single chip microcomputer system; Control; Step motor; Ring distributing driver


目录
1 绪论 ...................................................................- 4 -
1.1  提出问题并确定设计方案 ..............................................- 4 -
1.1.1问题的提出 ..........................................................- 4 -
1.1.2明确课题任务.........................................................- 4 -
1.1.3 确定设计方案....................................................... - 5 -
1.2  研究内容和方法.......................................................- 6 -
1.2.1研究内容 ............................................................- 6 -
1.2.2研究方法............................................................ - 6 -
1.3  本课题研究的意义.....................................................- 7 -
2  控制系统硬件电路的设计 ................................................- 8 -
2.1  单片机最小应用系统设计.............................................. - 8 -
2.1.1 8051单片机简介..................................................... - 9 -
2.1.2时钟电路设计 ........................................................- 10 -
2.1.3复位电路设计.........................................................- 11 -
2.2  键盘和显示部分设计 ..................................................- 12 -
2.2.1 8255A简介 ..........................................................- 13 -
2.2.2显示电路简介 ........................................................- 15 -
2.2.3 74LS138和74LS373简介............................................... - 16 -
2.2.4键盘显示接口电路设计................................................ - 17 -
2.3  步进电机控制系统设计 ................................................- 18 -
2.3.1脉冲分配器PMM8713简介 ...............................................- 19 -
2.4 光电耦合部分设计 .....................................................- 21 -
2.5  步进电动机概述...................................................... - 22 -
2.5.1步进电机的结构和原理................................................ - 22 -
2.5.2步进电机控制方法 ....................................................- 24 -
2.5.3 步进电机的矩频特性 .................................................- 25 -
2.5.4 步进电机的启动 .....................................................- 25 -
2.6  电源电路设计........................................................ - 26 -
2.7  单片机对步进电机的控制原理 ..........................................- 28 -
3  控制系统软件设计...................................................... - 29 -
3.1  程序流程图 ..........................................................- 29 -
3.1.1正反转程序流程图.................................................... - 29 -
3.1.2加减速控制程序流程图 ................................................- 30 -
3.1.3 键输程序流程图 .....................................................- 31 -
3.2  程序设计 ............................................................- 32 -
3.2.1主程序设计 ..........................................................- 33 -
3.2.2步进电机驱动子程序设计 ..............................................- 33 -
4  控制系统可靠性设计.................................................... - 36 -
4.1  抗干扰措施设计 ......................................................- 37 -
4.1.1硬件抗干扰措施 ......................................................- 37 -
4.1.2软件抗干扰措施 ......................................................- 38 -
5  结论 ..................................................................- 39 -
致谢..................................................................... - 41 -
参考文献................................................................. - 42 -

单片机控制步进电机资料设计文档由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:函数信号发生器设计文档 下一篇:基于单片机的数字电压表
推荐论文 本专业最新论文
Tags:单片机 控制步进 电机 资料设计文档 2009-06-09 12:50:00【返回顶部】
发表论文

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


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

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

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