plc外文文献译文_第1页
plc外文文献译文_第2页
plc外文文献译文_第3页
plc外文文献译文_第4页
plc外文文献译文_第5页
已阅读5页,还剩3页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、【精品文档】如有侵权,请联系网站删除,仅供学习与交流plc外文文献译文.精品文档.Programmable logic controllerA programmable logic controller (PLC) is a digital computer used for automation of electromechanical processes, such as control of machinery on factory assembly lines, amusement rides, or lighting fixtures. PLC is used in many ind

2、ustries and machines. 1.History The PLC was invented in response to the needs of the American automotive manufacturing industry. Before the PLC, control, sequencing, and safety interlock logic for manufacturing automobiles was accomplished using hundreds or thousands of relays, cam timers, and drum

3、sequencers and dedicated closed-loop controllers. In 1968 GM Hydramatic issued a request for proposal for an electronic replacement for hard-wired relay systems.The first PLC, designated the 084 because it was Bedford Associates' eighty-fourth project, was the result. Bedford Associates started

4、a new company dedicated to developing, manufacturing, selling, and servicing this new product: Modicon, which stood for MOdular DIgital CONtroller. The Modicon brand was sold in 1977 to Gould Electronics, and later acquired by German Company AEG and then by French Schneider Electric, the current own

5、er.One of the very first 084 models that was presented to Modicon by GM, when the unit was retired after nearly twenty years of uninterrupted service. Modicon used the 84 moniker at the end of its product range until the 984 made its appearance.2.Development Early PLCs were designed to replace relay

6、 logic systems. These PLCs were programmed in "ladder logic", which strongly resembles a schematic diagram of relay logic. Other early PLCs used a form of instruction list programming, based on a stack-based logic solver. Modern PLCs can be programmed in a variety of ways, from ladder logi

7、c to more traditional programming languages such as BASIC and C. Another method is State Logic, a very high-level programming language designed to program PLCs based on state transition diagrams.3.Functionality The functionality of the PLC have sequential relay control, motion control, process contr

8、ol, distributed control systems and networking.Regarding the practicality of these desktop computer based logic controllers, it is important to note that they have not been generally accepted in heavy industry because the desktop computers run on less stable operating systems than do PLCs, and becau

9、se the desktop computer hardware is typically not designed to the same levels of tolerance to temperature, In more recent years, small products called PLRs (programmable logic relays), are used in light industry where only a few points of I/O (i.e. a few signals coming in from the real world and a f

10、ew going out) are involved, and low cost is desired. Popular names include PICO Controller, NANO PLC, and other names implying very small controllers. the PLRs are usually not modular or expandable, but their price can be two orders of magnitude less than a PLC and they still offer robust design and

11、 deterministic execution of the logic.4.PLC compared with other control systemsPLCs are well-adapted to a range of automation tasks. These are typically industrial processes in manufacturing where the cost of developing and maintaining the automation system is high relative to the total cost of the

12、automation, and where changes to the system would be expected during its operational life. PLCs contain input and output devices compatible with industrial pilot devices and controls; little electrical design is required, and the design problem centers on expressing the desired sequence of operation

13、s. PLC applications are typically highly customized systems so the cost of a packaged PLC is low compared to the cost of a specific custom-built controller design. On the other hand, in the case of mass-produced goods, customized control systems are economic due to the lower cost of the components,

14、which can be optimally chosen instead of a "generic" solution, and where the non-recurring engineering charges are spread over thousands or millions of units. A microcontroller-based design would be appropriate where hundreds or thousands of units will be produced and so the development co

15、st (design of power supplies, input/output hardware and necessary testing and certification) can be spread over many sales, and where the end-user would not need to alter the control. Automotive applications are an example; millions of units are built each year, and very few end-users alter the prog

16、ramming of these controllers. However, some specialty vehicles such as transit busses economically use PLCs instead of custom-designed controls, because the volumes are low and the development cost would be uneconomic.Programmable controllers are widely used in motion control, positioning control an

17、d torque control. Some manufacturers produce motion control units to be integrated with PLC so that G-code (involving a CNC machine) can be used to instruct machine movements.PLCs may include logic for single-variable feedback analog control loop, a "proportional, integral, derivative" or

18、"PID controller". A PID loop could be used to control the temperature of a manufacturing process, for example. Historically PLCs were usually configured with only a few analog control loops; where processes required hundreds or thousands of loops, a distributed control system (DCS) would i

19、nstead be used. As PLCs have become more powerful, the boundary between DCS and PLC applications has become less distinct. PLCs have similar functionality as Remote Terminal Units. An RTU, however, usually does not support control algorithms or control loops. As hardware rapidly becomes more powerfu

20、l and cheaper, RTUs, PLCs and DCSs are increasingly beginning to overlap in responsibilities, and many vendors sell RTUs with PLC-like features and vice versa. The industry has standardized on the IEC 61131-3 functional block language for creating programs to run on RTUs and PLCs, although nearly al

21、l vendors also offer proprietary alternatives and associated development environments.5.The prospects for PLC. 5.1.Features The main difference from other computers is that PLCs are armored for severe conditions (such as dust, moisture, heat, cold) and have the facility for extensive input/output (I

22、/O) arrangements. PLCs read limit switches, analog process variables (such as temperature and pressure), and the positions of complex positioning systems. Some use machine vision. On the actuator side, PLCs operate electric motors, pneumatic or hydraulic cylinders, magnetic relays, solenoids, or ana

23、log outputs. The input/output arrangements may be built into a simple PLC, or the PLC may have external I/O modules attached to a computer network that plugs into the PLC.5.2System scale A small PLC will have a fixed number of connections built in for inputs and outputs. Typically, expansions are av

24、ailable if the base model has insufficient I/O.Modular PLCs have a chassis (also called a rack) into which are placed modules with different functions. The processor and selection of I/O modules is customised for the particular application. Several racks can be administered by a single processor, an

25、d may have thousands of inputs and outputs. A special high speed serial I/O link is used so that racks can be distributed away from the processor, reducing the wiring costs for large plants.5.3User interface PLCs may need to interact with people for the purpose of configuration, alarm reporting or e

26、veryday control. A simple system may use buttons and lights to interact with the user. Text displays are available as well as graphical touch screens. More complex systems use a programming and monitoring software installed on a computer, with the PLC connected via a communication interface.5.4Commu

27、nications PLCs have built in communications ports, usually 9-pin RS-232, but optionally EIA-485 or Ethernet. Modbus, BACnet or DF1 is usually included as one of the communications protocols. Other options include various fieldbuses such as DeviceNet or Profibus. Other communications protocols that m

28、ay be used are listed in the List of automation protocols. Most modern PLCs can communicate over a network to some other system, such as a computer running a SCADA (Supervisory Control And Data Acquisition) system or web browser. PLCs used in larger I/O systems may have peer-to-peer (P2P) communicat

29、ion between processors. This allows separate parts of a complex process to have individual control while allowing the subsystems to co-ordinate over the communication link. These communication links are also often used for HMI devices such as keypads or PC-type workstations. 可编程逻辑控制器 可编程逻辑控制器(PLC)或可

30、编程序控制器是用于机电过程自动化的数字计算机,例如控制机械厂生产线、游乐设施或照明的装置。可编程控制器可在许多工业和机器中使用。1.历史 PLC发明是针对于美国汽车制造行业的需要。可编程逻辑控制器最初通过了在软件版本更换硬连线的控制板生产模式更改时的汽车工业。在PLC之前,控制、程序化和安全联锁逻辑制造汽车是使用上百或上千的继电器、凸轮计时器、鼓定序仪和专用的闭环控制器来完成的。在1968年 GM Hydramatic发布通用汽车公司的提议,电子替代布线中继系统。第一个PLC选定084,因为它是贝得福得同事的第八十四个项目。贝得福得同事建立了一家新的公司致力开发、生产、销售,和服务这一新产品:

31、Modicon,代表模块化数字控制器。1977年古尔德电子公司当前所有者收购法国施耐德电气公司同德国公司AEG并售予该品牌为Modicon。这是专门为通用汽车服务的,并且经过了近二十多年的不间断服务。直至984出现,Modicon使用的84名字才在其产品范围中结束。2.发展早期的可编程控制器是设计来取代继电器逻辑系统。这些可编程控制器的“阶梯逻辑”是与继电器逻辑示意图非常类似的。其他早期的可编程控制器使用指令列表编程,基于一个堆栈编程逻辑求解器进行求解。 现代可编程控制器在各种各样的方式可以被编程,从梯形逻辑语言到更加传统的编程语言例如BASIC和C语言。另一个方法是状态逻辑,被设计的一种非常

32、高级编程语言根据状态转换图的可编程控制器编程。3.功能PLC的功能包括连续的继电器控制,运动控制,过程控制,分布式控制系统和网络。在重工业中PLC被认为没有这些桌面计算机为主的逻辑控制器的实际性强,因为PLC在台式计算机系统中运行不是很稳定,并且,因为台式计算机硬件没有被设计成耐温度、湿气、振动和耐用作为可编程控制器的处理器。在近些年,小产品称为PLR(可编程逻辑继电器)已经应用于轻工业,它只有少部分的输入/输出(例如一些真实的输入输出信号)参与,低成本,很理想。俗名包括PICO控制器、纳米PLC和其他的小控制器。PLR通常是模块化,大大扩展,控制器通常不会取模块化并且不是可扩展的,但是他们提

33、供稳健设计的确定性和执行逻辑的价值比PLC少。4.PLC相比其它控制系统可编程控制器是可适应一系列自动化任务。这些都是自动化的在制造中通常工业过程开发和维护自动化系统的成本在哪里高,相对于总成本和其寿命期间预计将对系统更改。可编程控制器包含输入和输出设备兼容工业试验设备和管制,小电气的设计问题对预期操作是必要的。PLC应用程序通常是高度定制系统,因此成本包装可编程序控制器(PLC)的费用比一个具体定制设计的小控制器要高。另外一方面在批量生产货物的情况下自定义的控制系统是组成、成本较低的最佳选择,而不是一个非反复出现工程费用“普通”的解决方案。 一种基于微控制器的设计是需要成百上千个单位(设计电源供应器,输入/输出硬件和必要的检测和认证)和开发成本可以分散到很多的销售,最终用户不需要更改该控件。汽车应用程序就是一个例子:数以百万计的内置单位每一年需要建造,很少最终用户更改这些控制器的编程。然而,一些其他车辆如交通公共汽车经常定制设计的控制,而不是用PLC,因为数量很低,发展成本会赚不到钱的。 可编程序控制器广泛用于运动控制、定位控制和转矩控制。一些制造商生产运动控制单元与PLC集成、G-code(涉及数控机床)可以用于指导机器运作。可编程控制

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论