欢迎来到天天文库
浏览记录
ID:55594401
大小:1.95 MB
页数:50页
时间:2020-05-19
《精品基于串口通信的步进电机调速系统设计-定.doc》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、题目:基于串口通信的步进电机调速系统设计基于串口通信的步进电机调速系统设计摘要本设计方案中采用基于串口通信的AT89C51型单片机内部的定时器改变CP脉冲的频率从而实现对步进电机的转速进行控制,实现电机调速与正反转的功能。在实验室和工业应用中,串口是计算机与外部串行设备之间的数据传输通道,由于串行通信方便易行,所以应用广泛。在VC++6.0的环境下,编写使用C语言,串口通信程序,由单片机控制的步进电动机的转速。当由单片机控制的步进电动机的转速的工作数据由串口传到计算机时,操作人员能够实时监控其工
2、作状态,工作数据,根据情况,并能更改其工作参数。这样,就使得控制步进电机的转速。而电机的转速取决于脉冲信号的频率和脉冲数,而不受负载变化的影响,即给电机加一个脉冲信号,电机则转过一个步距角,所以步进电机每给一个脉冲就转动一个固定的角度,这样就可以通过控制步进电机的一个脉冲到下一个脉冲的时间间隔来改变脉冲的频率,延时的长短来具体控制步进角来改变电机的转速,从而实现步进电机的调速。关键词:步进电机调速;单片机;串口通信;VC++Thesteppermotorspeedcontrolsystembas
3、edonserialcommunicationAbstractThedesignofserialcommunicationbasedonAT89C51single-chipmicrocomputer-basedtimertochangetheinternalpulsefrequencyofCPinordertoachievethespeedofsteppermotorcontrolwiththepositiverealizationofmotorfunction.Inthelaboratorya
4、ndindustryfield,thecomputerserialportandexternalserialdevicedatatransmissionbetweenthechannels,asaresultofuser-friendlyserialcommunicationlines,soawiderangeofapplications.InVC++6.0environment,preparedusingtheClanguage,serialcommunicationproceduresbyt
5、hesingle-chipmicrocomputertocontrolthespeedofthesteppermotor.Whencontrolledbythesingle-chipsteppermotorspeedtheworkoftheserialdatatransmittedbythecomputer,theoperatorcanworkinreal-timemonitoringofitsstatus,theworkofdata,dependingonthecircumstancesand
6、canchangeitsoperatingparameters.Thisallowscontrolofsteppermotorspeed.Dependsonthespeedoftheelectricalpulsefrequencyandpulsenumber,andnotsubjecttotheimpactofchangesinload,thatis,toaddanelectricalpulsesignal,astepmotoristurnedawayfromtheangle,thesteppe
7、rmotorisapulseoneachrotationofafixedpointofviewsothatyoucancontrolthesteppermotorthroughapulsetopulsethenexttimeintervaltochangethepulsefrequency,thelengthofdelaytoaspecificangleinordertochangecontrolofsteppermotorspeed,thesteppermotorinordertoachiev
8、eSpeed.Keywords:Steppermotor;Singlechip;Serialcommunication;VisualC++目录摘要IAbstractII目录III第一章概述11.1开发背景及发展趋势11.2功能要求及功能实现概述2第二章系统结构的实现与步进电机的驱动32.1整体硬件结构32.2系统硬件电路设计32.2.1硬件的基本组成32.2.2电路图32.2.2.1晶振电路42.2.2.2光电隔离器52.2.2.3MAX232的介绍62.2.3PCB板的生成62.3步进电机的结
此文档下载收益归作者所有