论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 电气自动化论文

基于三菱PLC控制的全自动洗衣机

 本文ID:LWGSW3379 价格:128元
扫一扫 扫一扫

电气自动化论文编号:ZD043         字数:13834.页数:33 

目   录

Abstract ..................................................................2
第一章   三菱FX 系列PLC简介 ...............................................6
1.1 PLC的定义............................................................. 6
1.2 PLC的特点 .............................................................7
1.3 PLC的结构和工作原理 ...................................................7
1.4 PLC与其他工业控制的比较............................................... 8
1.5 FX 系列PLC的特点.......................................................9
第二章   全自动洗衣机PLC控制 .............................................12
2.1  任务介绍............................................................ 12
2.1.1.课题名称.......................................................... 12
2.1.2.工艺要求及动作流程 ................................................12
2.2  控制要求.............................................................13
第三章   全自动洗衣机控制方案.............................................14
3.1设计方案比较 ..........................................................14
3.2 PLC I/O模块的选择步骤与原则...........................................15
3.2.1 开关量I/O模块的选择................................................15
3.2.2 模拟量I/O模块的选择 ...............................................17
3.3 I/O口及定时器/计数器说明 .............................................17
3.4 I/O口分配表.......................................................... 18
3.5  硬件接线图.......................................................... 19
3.5.1主电机接线电路图 ....................................................19
3.5.2  PLC硬件连接线路图..................................................19
3.5.3设计功能顺序.........................................................20
3.6  洗衣机PLC控制梯形图 .................................................21
3.7  指令表 ..............................................................23
第四章  全自动洗衣机控制简介 .............................................16
4.1功能简介 ..............................................................16
4.2 PLC程序控制步骤 ......................................................18
4.3 控制实验仿真 .........................................................19
第五章  设计总结 .........................................................21
致    谢 .................................................................22
参考文献 .................................................................23
附录1:总接线图 ..........................................................24
附录2  洗衣机总程序 ..................................................... 25

摘  要
PLC可编程序控制器:PLC英文全称Programmable Logic Controller ,中文全称为可编程逻辑控制器,定义是:一种数字运算操作的电子系统,专为在工业环境应用而设计的。它采用一类可编程的存储器,用于其内部存储程序,执行逻辑运算,顺序控制,定时,计数与算术操作等面向用户的指令,并通过数字或模拟式输入/输出控制各种类型的机械或生产过程.
PLC是基于电子计算机,且适用于工业现场工作的电控制器。它源于继电控制装置,但它不像继电装置那样,通过电路的物理过程实现控制,而主要靠运行存储于PLC内存中的程序,进行入出信息变换实现控制。    入出信息变换、可靠物理实现,可以说是PLC实现控制的两个基本要点。    入出信息变换靠运行存储于PLC内存中的程序实现。PLC程序既有生产厂家的系统程序(不可更改),又有用户自行开发的应用(用户)程序。系统程序提供运行平台,同时,还为PLC程序可靠运行及信号与信息转换进行必要的公共处理。用户程序由用户按控制要求设计。什么样的控制要求,就应有什么样的用户程序。    可靠物理实现主要靠输人(INPUT)及输出(OUTPUT)电路。PLC的I/O电路,都是专门设计的。输入电路要对输入信号进行滤波,以去掉高频干扰。而且与内部计算机电路在电上是隔离的,靠光耦元件建立联系。输出电路内外也是电隔离的,靠光耦元件或输出继电器建立联系。输出电路还要进行功率放大,以足以带动一般的工业控制元器件,如电磁阀、接触器等等。     I/O电路是很多的,每一输入点或输出点都要有一个I或O电路。PLC有多I/O用点,一般也就有多少个I/O用电路。但由于它们都是由高度集成化的电路组成的,所以,所占体积并不大。输入电路时刻监视着输入状况,并将其暂存于输入暂存器中。每一输入点都有一个对应的存储其信息的暂存器。     输出电路要把输出锁存器的信息传送给输出点。输出锁存器与输出点也是一一对应的。    这里的输入暂存器及输出锁存器实际就是PLC处理器I/O口的寄存器。它们与计算机内存交换信息通过计算机总线,并主要由运行系统程序实现。把输人暂存器的信息读到PLC的内存中,称输入刷新。PLC内存有专门开辟的存放输入信息的映射区。这个区的每一对应位(bit)称之为输入继电器,或称软接点。这些位置成1,表示接点通,置成0为接点断。由于它的状态是由输入刷新得到的,所以,它反映的就是输入状态。

关键词: 可编程序的逻辑控制器(PLC); 洗衣机; 控制

Abstract     PLC programmable controller: PLC English full title Programmable Logic Controller, Chinese full title as the programmable logical controller, the definition is: One kind of digital operation operation's electronic system, for designs specially in the industry environment application. It uses a kind of programmable memory, uses in its internally stored program, the actuating logic operation, the sequential control, fixed time, counting and arithmetic operation and so on face user's instruction, and through digital either simulation type input/output control each type machinery or production process. PLC is based on the electronic accounting machine, and is suitable for the industry field work electric controller. It stems from following the electricity control device, but it does not look like following the electricity installs such, realizes the control through electric circuit's physical process, but mainly saves depending on the movement in the PLC memory the procedure, carries on into the information conversion to realize the control. Enters the information conversion, the reliable physics to realize, may say that is PLC realizes the control two essential points. Enters the information conversion to save depending on the movement in the PLC memory the procedure realizes. The PLC procedure both has the Manufacturer system program (not to be possible change), and has the application which the user develops voluntarily (user) the procedure. The system program provides the movement platform, simultaneously, but is also the PLC procedure reliability service and the signal and the information transformation carries on essential public processing. The user program according to controls the request design by the user. What control request, should have what user program.
The reliable physics realizes mainly depending on loses the human (INPUT) and the output (OUTPUT) the electric circuit. The PLC I/O electric circuit, is designs specially. The input circuit must carry on the filter to the input signal, removes the high frequency interference. Moreover is isolates with the internal computer electric circuit on the electricity, depending on light pair part establish contact. Inside and outside the output circuit is also the electricity isolation, depending on light pair part or output relay establish contact. The output circuits must carry on the power amplification, by drives the general industrial control primary device sufficiently, like solenoid valve, contact device and so on. The I/O electric circuit is many, each entrance point either output must have one I or the O electric circuit. PLC has multi-I/O to use the spot, generally also has how many I/O to use the electric circuit. But because they are composed highly by the integrated electric circuit, therefore, accounts for the volume not to be big. The input circuit time monitors is inputting the condition, and its interim in input temporary storage device. Each entrance point has a corresponding memory its information temporary storage device.
The output circuit must output latch's information transmission for the output spot. Outputs the latch and output is also 11 correspondences. Here input temporary storage device and the output latch are actually PLC the processor I/O mouth register. They with the computer memory exchange information through the computer main line, and mainly realize by the run-time system procedure. Loses the person temporary storage device's information to read PLC in the memory, calls input refurbishing. In PLC has specially the opening depositing infed information mapping area. This area's each corresponding position (bit) called it inputs the relay, or calls the soft contact. These positions become 1, indicates the contact to pass, sets 0 breaks for the contact. Because its condition is obtains by input refurbishing, therefore, it reflects is the input state.
Key words: programmable logic controller (PLC); industrial washing machine; Control


本论文在电气自动化论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
最新论文 热门论文
上市公司对外并购的投资风险防控及探究
ERP管理系统下制造业成本控制的探讨
论成本会计在企业管理中的应用
论会计人员的职业道德建设
论“六西格玛”管理方法在现代企业财务管
现金流量表与企业财务状况分析
浅述企业财务会计的岗位职责
浅谈国内上市公司融资现状及趋势
浅谈商业银行会计风险及其控制与防范
我国企业内部会计控制的问题与对策研究-—
我国企业会计制度改革路径探析研究
企业货币资金内部控制的探析
电算化会计毕业论文
浅析企业成本管理
浅谈合并会计报表的编制与作用
对企业所得税核算几个问题的认识
人力资源会计论文
企业内部会计制度的建设研究
实施《小企业会计制度》中存在的问题及改
会计电算化在企业中的应用、现状和前景
浅议我国中小企业融资的困境与对策
上一篇:工业洗衣机的PLC控制 下一篇:基于西门子PLC控制的全自动洗衣机..
Tags:基于 三菱 PLC 控制 全自动 洗衣机 【收藏】 【返回顶部】
会计论文
电子机电论文
金融论文
电气自动化论文
模具设计
化学工程与工艺
机械设计
电子通信论文
英语论文
行政管理论文
物流论文
电子商务论文
法律论文
国际贸易论文
财务管理论文
人力资源论文
市场营销论文
土木工程论文
工商管理论文
工程管理论文
汉语言文学论文
教育管理论文
测控专业论文
交通工程论文
旅游管理论文
新闻专业论文
艺术设计
教育技术学论文
应用物理学论文
轻化工程论文
德语专业论文
给水排水工程
服装设计与工程
食品生物技术
材料科学与工程
电视制片管理
工业工程论文
文化产业管理
包装工程论文
印刷工程论文
信息管理论文
制药工程论文
生物工程论文
电子信息工程
信息计算科学
电气工程论文
通信工程论文
动物医学毕业论文
生物医学工程
医疗保险实务
水文与水资源工程
书法专业毕业论文
财务会计毕业论文
电子商务毕业论文
现代教育技术
信息管理专业
心理学专业
数学与应用数学
数学教育
护理学毕业论文
其他专业论文
历史学论文
学前教育毕业论文
小学教育毕业论文
教育管理毕业论文
法律专业毕业论文
汉语言文学毕业论文
工商管理毕业论文
人力资源毕业论文
营销专业毕业论文
物流专业毕业论文
计算机论文
精彩推荐
论文格式网为您提供计算机毕业论文范文下载,只需要10元每份点击计算机论文进入查看

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供电气自动化论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号