1 / 28
文档名称:

PLC密码锁论文.doc

格式:doc   大小:540KB   页数:28页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

PLC密码锁论文.doc

上传人:q1188830 2017/6/27 文件大小:540 KB

下载得到文件列表

PLC密码锁论文.doc

文档介绍

文档介绍:机床电器与可编程控制技术
课程设计说明书
设计题目:基于PLC电子密码锁设计
设计者:邹玮
指导教师:吴志东
齐齐哈尔大学机电工程学院机械电子工程专业
机电131班
2016 年6月15日

机床电器与可编程控制技术课程设计任务书
适用专业:机械电子工程
设计题目:基于PLC电子密码锁设计
一、设计前提:掌握本课程所学知识
二、设计内容:
1张
1份
三、课程设计工作计划
第17周,周一、二:绘制零件图
第17周,周三、四、五:撰写课程设计说明书草稿
第18周,周一、二:修订并完善课程设计说明书
第18周,周三、四:制定最终版本
第18周,周五:进行课程设计总结
四、相关教材及参考书目:
1.《机床电器与可编程控制技术》李西兵、郭强主编,电子工业出版社;
2.《PLC原理及应用》李长久主编,机械工业出版社;
3.《机床电气控制技术》,齐占庆主编,机械工业出版社;
4.《电气控制与PLC原理及应用》,常文平编著,西安电子科技大学出版社
基于PLC电子密码锁设计
摘要本设计是采用西门子PLC来设计密码程序的,程序中应用到了近20个计数器。设计的密码锁外观图类似于银行取款机台上的键盘。给人感觉就和那种输入密码的过程一样。其实不然,本设计中采用了计数器控制的特点,每个计数器的次数设定为几次那么所对应的按键就要按几次。本设计分为开锁环节和解锁环节,开锁环节设定六个按键有效,解锁环节设定了七个按键有效,这样一来设定的开锁密码位数就大于等于六位了,解锁密码位数就大于等于七位。要看计数器设定的次数而定。如果密码锁报警的话必须先输入解锁密码,后输入开锁密码方能开锁。
关键词 PLC 电子密码锁梯形图
Based on PLC bination lock design
Abstract The design is used to design the password Siemens PLC program, the program applied to nearly 20 counter. bination lock appearance design similar to a bank on the ATM figure of the keyboard. Give a person feel and that kind of input password as the process. Actually otherwise, the design with the characteristics of the counter control, the number of times each counter set for several times so of the corresponding key to be a few times. This design is divided into the lock and unlock link link, the lock link set six key effective, unlock the link set seven key effective, so the unlock password digits set was bigger than the equal to six, unlock password was bigger than the equal to seven digits. To see the number of counter set and decide. If bination lock alarm words must first input unlock password input unlock password can unlock after.
Keywords: PLC electronic Locks ladder Diagram
目录
摘要 Ⅰ
Abstract Ⅱ
引言 1
第1章电子密码锁的背景及应用 2
2
2
电子密码锁的性能特点 2
电子密码锁的电路组成部分 3
电子密码锁的应用 3
第2章密码锁的硬件设计 4
S7—200PLC的系统组成 4
S7—200 的系统基本构成 4
主机单元 4
控制要求 5
I/O的确定 5
存储容量的选择 6
I/O模块的选择 6
I/O口分配表 6
PLC外部接线图 8
第3