鉴于大家对自动化PLC相关毕业设计十分关注,我们编辑小组在此为大家搜集整理了“名片机总机系统设计”一文,供大家参考学习
论文编号:ZD1047 论文字数:12834,页数:50
摘 要
本名片机系统是基于W77E58单片机的研究和功能开发而成,其控制器主要由主控模块、电机控制与电源模块,串口通信模块,LCD与键盘输入输出模块等组成。各个模块间都通过排线与单片机实现互联,传递数据信息。
在此我们用一单相电容异步电机来带动整机的运动,单片机通过软件比较电机预定转速与接收到的测速发电机的反馈转速,根据其偏差进行PID控制,通过控制光耦来控制触发可控硅,改变触发点的位置,从而改变AC220V正弦波的导通角,达到控制电机转速的目的。
关键词:名片机、W77E58单片机、定子调压调速
Abstract
The card printing system is based on the study of single-chip W77E58, the controller is made up of main Control module, motor control and power module, serial communication module, LCD module and keyboard input and so on. with the cable, the single-chip connect each module in the Internet and transmit data.
Here we use a single-phase capacitor induction motor to drive the machine, Microcontroller software comparing motor speed and received feedback speed, according PID control, SCR trigger by controlling the optical coupler, change the date of trigger point, to change conduction angle of 220V sine wave, then achieve the seted speed
Keywords:Card printing machines, W77E58 microcontroller, Speed regulator
目录
摘 要 I
Abstract II
1 前 言 1
1.1 小型胶印名片机市场需求 1
1.2 未来小型胶印机的发展方向 1
1.3 小型胶印机与数字印刷机 1
2 单片机W77E58 2
2.1 W77E58简介 2
2.2 W77E58的内部结构 2
2.3 W77E58的特点与性能 3
2.3.1 兼容性 3
2.3.2 高速性 3
2.3.3 中断源增加 3
2.3.4 两个增强全双工串口 4
2.3.5 可软件编程的访问外部存储器 5
2.3.6 足够的内存 5
2.4 W77E58的各端口应用 5
2.5 W77E58与PC机的通信接口 6
2.6 W77E58的应用前景 7
3 名片机硬件 8
3.1 主控模块 8
3.1.1 复位电路 8
3.1.2 VCC_OK电路 8
3.1.3 单片机接口扩展电路 9
3.1.4 传感器外部中断输入 10
3.1.5 单片机控制电磁铁输出 11
3.2 电源模块 12
3.3 电机控制模块 13
3.3.1 电机调速方法 13
3.3.2 测速发电机反馈 15
3.3.3 单片机控制交流异步电机原理 15
4 人机界面 16
4.1 键盘输入模块 16
4.1.1 矩阵式按键编程基本思路 16
4.1.2 键盘去抖动的方法 17
4.2 LCD输出显示模块 17
4.2.1 T6963C三个重要组成部分 18
4.2.2 T6963C管理显示缓冲区 19
4.2.3 T6963C的显示功能 19
4.2.4 MGLS.12864T的指令和基本编程 20
5 名片机速度控制软件设计 21
总结 23
致 谢 24
参考文献 25
附录一:键盘扫描程序 26
附录二:LCD 显示输出 36