关于PLC控制系统设计的外文翻译.pdf
《关于PLC控制系统设计的外文翻译.pdf》由会员分享,可在线阅读,更多相关《关于PLC控制系统设计的外文翻译.pdf(13页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、关于 PLC 控制系统设计的外文翻译 本科毕业设计(论文)外文翻译(2018 届)题 目:关于 xxx 的 PLC 控制系统设计 分 院:电气工程与自动化学院 专 业:电气工程及其自动化 班 级:姓 名:学 号:指导老师:完成日期:2019 年 12 月 1 原文:Introductions to PLC and Intelligent Control Katsuhiko Ogata A PLC(i.e.Programmable Logic Controller)is a device that was invented to replace the necessary sequential
2、relay circuits for machine control.The PLC works by looking at its inputs and depending upon their state,turning on/off its outputs.The user enters a program,usually via software or programmer,that gives the desired results.PLCs are used in many“real world”applications.If there is industry present,c
3、hances are good that there is a PLC present.If you are involved in machining,packaging,material handling,automated assembly or countless other industries,you are probably already using them.If you are not,you are wasting money and time.Almost any application that needs some type of electrical contro
4、l has a need for a PLC.For example,lets assume that when a switch turns on we want to turn a solenoid on for 5 seconds and then turn it off regardless of how long the switch is on for.We can do this with a simple external timer.But what if the process included 10 switches and solenoids?We would need
5、 10 external timers.What if the process also needed to count how many times the switch individually turned on?We need a lot of external counters.As you can see,the bigger the process the more of a need we have for a PLC.We can simply program the PLC to count its inputs and turn the solenoids on for
6、the specified time.We will take a look at what is considered to be the“top 20”PLC instructions.It can be safely estimated that with a firm understanding of these instructions one can solve more than 80%of the applications in existence.Thats right,more than 80%!Of course well learn more than just the
7、se instructions to help you solve almost ALL your potential PLC applications.The PLC mainly consists of a CPU,memory areas,and appropriate circuits to receive input/output data,as shown in Fig.1.We can actually consider the PLC to be a box full of hundreds or thousands of separate relays,counters,ti
8、mers and data storage locations.Do these counters,timers,etc.really exist?No,they dont“physically”exist but rather they are simulated and can be considered software counters,timers,etc.These internal relays are simulated through bit locations in registers.2 Fig.1 The structure of PLC What does each
9、part do?INPUT RELAYS-(contacts)These are connected to the outside world.They physically exist and receive signals from switches,sensors,etc.Typically they are not relays but rather they are transistors.INTERNAL UTILITY RELAYS-(contacts)These do not receive signals from the outside world nor do they
10、physically exist.They are simulated relays and are what enables a PLC to eliminate external relays.There are also some special relays that are dedicated to performing only one task.Some are always on while some are always off.Some are on only once during power-on and are typically used for initializ
11、ing data that was stored.COUNTERS-These again do not physically exist.They are simulated counters and they can be programmed to count pulses.Typically these counters can count up,down or both up and down.Since they are simulated,they are limited in their counting speed.Some manufacturers also includ
12、e high-speed counters that are hardware based.We can think of these as physically existing.Most times these counters can count up,down or up and down.TIMERS-These also do not physically exist.They come in many varieties and increments.The most common type is an on-delay type.Others include off-delay
13、 and both retentive and non-retentive types.Increments vary from 1ms through 1s.OUTPUT RELAYS-(coils)These are connected to the outside world.They physically exist and send on/off signals to solenoids,lights,etc.They can be transistors,relays,or triacs depending upon the model chosen.DATA STORAGE-Ty
14、pically there are registers assigned to simply store data.They are usually used as temporary storage for math or data manipulation.They can also typically be used to store data when power is removed from the PLC.Upon power-up they will still have the same contents as before power was removed.Very co
15、nvenient and necessary!A PLC works by continually scanning a program.We can think of this scan cycle as consisting of 3 important steps,as shown in Fig.2.There are typically more than 3 but we can focus on the important parts and 3 not worry about the others.Typically the others are checking the sys
16、tem and updating the current internal counter and timer values.Fig.2 The work process of PLC Step 1-CHECK INPUT STATUS-First the PLC takes a look at each input to determine if it is on or off.In other words,is the sensor connected to the first input on?How about the second input?How about the third
17、It records this data into its memory to be used during the next step.Step 2-EXECUTE PROGRAM-Next the PLC executes your program one instruction at a time.Maybe your program said that if the first input was on then it should turn on the first output.Since it already knows which inputs are on/off from
18、the previous step,it will be able to decide whether the first output should be turned on based on the state of the first input.3 It will store the execution results for use later during the next step.Step 3-UPDATE OUTPUT STATUS-Finally the PLC updates the status of the outputs.It updates the outputs
19、 based on which inputs were on during the first step and the results of executing your program during the second step.Based on the example in step 2 it would now turn on the first output because the first input was on and your program said to turn on the first output when this condition is true.Afte
20、r the third step the PLC goes back to step one and repeats the steps continuously.One scan time is defined as the time it takes to execute the 3 steps listed above.Thus a practical system is controlled to perform specified operations as desired.Intelligence and intelligent systems can be characteriz
21、ed in a number of ways and along a number of dimensions.There are certain attributes of intelligent systems,common in many definitions,which are of particular interest to the control community.In the following,several alternative definitions and certain essential characteristics of intelligent syste
22、ms are first discussed.A brief working definition of intelligent systems that captures their common characteristics is then presented.In more detail,we start with a rather general definition of intelligent systems,we discuss 4 levels of intelligence,and we explain the role of control in intelligent
23、systems and outline several alternative definitions.We then discuss adaptation and learning,autonomy and the necessity for efficient computational structures in intelligent systems,to deal with complexity.We conclude with a brief working characterization of intelligent(control)systems.We start with
24、a general characterization of intelligent systems:An intelligent system has the ability to act appropriately in an uncertain environment,where an appropriate action is that which increases the probability of success,and success is the achievement of behavioral subgoals that support the systems ultim
25、ate goal.In order for a man-made intelligent system to act appropriately,it may emulate functions of living creatures and ultimately human mental faculties.An intelligent system can be characterized along a number of dimensions.There are degrees or levels of intelligence that can be measured along t
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 关于 PLC 控制系统 设计 外文 翻译
限制150内