- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
超市存包柜电脑控制器的设计
超市存包柜电脑控制器的设计
摘要:本文介绍了以AT89C51单片机为核心,自动控制柜门打开,同时可以管理很多个存包柜。柜门锁用电磁阀控制,当存包时,系统提供空箱,用户自行设置密码,单片机就接到一脉冲信号,并且通过系统I/O口发出相应信号,控制锁柜门的电磁阀就将指定的空箱打开。当取包时,输入箱号及密码,则单片机将接收相应的高低电平信号,系统比较密码一致后,就发出开箱信号到电磁阀将柜门打开,即可取包。当用户操作不当,导致箱体锁定,可实行管理员操作,管理员可打开任意一指定箱子。本系统将实现的功能,自动控制柜门打开,通过压力传感器检测显示无物的箱体号,用光敏传感器检测是否关门,并报警。
关键词:AT89C51 扩展 存包柜
Abstract
This paper introduces the AT89C51 microcontroller as the core,Automatic control the cabinet door open,At the same time can manage multiple lockers,Solenoid valve control the cabinet door lock,when Save the package,the microcontroller receives a pulse signal, and the system I/O port to issue the appropriate signal, control lock door of the solenoid valve will be an empty box is opened, the customer can deposit bags, and cabinet door. When the customer needs to take when the package is to simply Input number and password,bar code readers bar code information collected by the high-low output signals to the appropriate microcontroller, the password system is relatively consistent, the issue out of the box signal to the solenoid valve is the door open, the customer can remove the package. When user operation wrong,the manager can carry out the operation.The manager can open any specified box.This system will realize the function,Automatic control cabinet door open,Through the pressure sensor to detect the display box number,use Photosensor detect whether the door closed,And alarm.
Keywords:AT89C51 Extension Locker
目录
一、绪论 1
1、题目来源及课题意义 1
2、存包柜发展状况综述 1
3、本设计目标及论文结构 2
二、系统总体设计方案 2
1、系统工作原理 2
2、设计任务 2
3、实现目标 3
(1)系统总体框图 3
(2)键盘操作功能 3
(3)用户界面 3
(4)管理员界面 3
4、设计要求 3
5、系统总体设计 4
三、硬件设计部分 6
1、单片机的选择 6
2、电源模块电路 8
3、静态数据存储模块的扩展介绍 9
4、总线扩展I/O口模块 10
4、输入电路设计 11
(1)光敏传感器设计 11
(2)压力传感器设计 11
(3)输入键盘设计 12
6、输出电路设计 13
(1)显示电路设计 13
(2)驱动模块电路设计 14
(3)报警电路设计 14
四、软件设计部分 15
1、主程序流程图 15
2、存物模块流程图 15
3、取物模块流程图 17
4、管理员操作流程图 18
5、检测箱内有无物体程序流程图 20
6、外部中断流程图 20
7、显示器流程图 20
8、群控操作流程图 20
五、系统调试 20
1、硬件调试 20
2、软件调试 21
3、软件调试心得 21
4、Proteus仿真 22
六、 总结 22
七、致谢 22
八、参考
文档评论(0)