- 1、本文档共9页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
摘 要
本系统以单片机为控制核心,运用C语言编写程序,由传感器检测位移角度,完成平板的自由旋转控制、平板跟随自由摆摆角控制、以及自由摆摆动过程中控制平板完成激光笔定点控制,设计和实现基于自由摆的平板运动控制系统。
系统选用8位的AT89C52单片机,所选传感器为 MMA8452三轴数字加速度传感器作为系统角度的检测模块,并通过IIC总线实施与单片机之间的信号传输,利用ULN2003A步进电机驱动器驱动步进电机作为系统的执行机构来推动电机轴上的平板运动。论文设计和实现了能完成功能的控制系统硬件,并通过高效的步进电机自适应控制算法和合适的数字控制滤波程序精确控制电机的转角及转速。
由于只是模拟基于自由摆的过程和虚拟显示结果,所以此设计较实物还存在一定差距,本系统最后实现了由滑动变阻器控制模拟量输入,输入值为0V到5V,单片机控制步进电机转动,LM106L液晶显示步进电机所转的角度,角度变化为-90度到+90度之间。
关键词:AT89C52;MMA8452;自由摆The system takes the SCM as the control core, the use of C language procedures, detected by the sensor displacement angle, complete the flat free rotation control, follow the free swing angle control panel, and a free pendulum swing process control plate laser pen point control, design and Implementation Based on free pendulum plate motion control system.
System selection of8 bit AT89C52microprocessor, system uses MMA8452three axis digital accelerometer as system angle detection module, and through IIC bus is implemented with SCM signal transmission, using stepper motor drive stepper motor as the actuator system to drive the motor shaft plate movement. The design and implementation of can complete the function of the hardware of the control system, and through the efficient stepper motor control algorithm for adaptive and appropriate digital control filtering procedures accurate control of motor rotation and speed.
Because the only virtual demonstration system operation process, so is not up to the real required less strict, simulation of stepping motor the rotation angle and the input control error.
Key words: AT89C52; MMA8452; free pendulum
1 方案选择与论证
总体方案设计
系统主要包含四个功能模块:电源模块、角度信号检测模块、驱动模块及人机接口模块。电源模块负责向系统供电。角度信号检测模块包含两个MMA8452三轴加速度传感器,负责实时检测自由摆摆臂与垂直方向的夹角及平板与水平方向的夹角。驱动模块由电机驱动器及步进电机组成,主要控制平板转动,保证系统功能的实现。人机接口模块包括按键和液晶,通过按键选择菜单功能,液晶显示板上主要显示菜单,实时检测到的数据及系统运行结果。系统总体控制采用飞思卡尔公司的位单片机
本系统需要解决的核心问题是摆臂摆动过程中角度信号的检测以及步进电机控制控制平板作相应转动的算法实现。
系统的总体结构框图如图1所示
图1 系统控制策略的确定
控制思路
算法对于控制系统设计是一个相当重要的环节,因为只有在确定了算法之后才能对系统中步进电机的速度进行准确的控制,达到精确
文档评论(0)