《可编程序控制器外文翻译2》由会员分享,可在线阅读,更多相关《可编程序控制器外文翻译2(14页珍藏版)》请在毕设资料网上搜索。
1、外文原文 Programmable Logic Controllers versus Personal Computers for Process Control Industrial Engineering Department University of Puerto Rico P.O. Box 5000 Mayaguez, Puerto Rico 00681 ABSTRACT It is proposed that Personal Computers (PCs) can be used effectively for the same industrial applications a
2、s Programmable Logic Controllers (PLCs). The basic concepts related to the operation of a PLC to emulate the behavior of a relay panel are explained. This is used to build a simple model for using standard PCs in the same applications as PLCs. This is demonstrated using a simple example of an automa
3、ted process, Sample code in a standard high level language is presented that can be used as a template for future developments. Finally, the potential advantages and enhancements that can result in using PCs for process control are presented. Keywords: Programmable Logic Controller, Personal Compute
4、r, Automation, Ladder Logic, Relay Panels INTRODUCTION Personal Computers (PCs) can be used effectively for the same applications as Programmable Logic Controllers (PLCs). A modem PLC is a computer-based device designed to control a process. It relates information coming from sensors that monitor th
5、e state of a process, with the status of some actuators that are capable of changing it. This relationship is established in most cases in Boolean logic. Typical sensors used in industrial applications include limit switches, proximity sensors, and other binary sensors. Actuators may include solenoi
6、ds, motor starters, and other similar devices. Figure 1shows a simplified model of an industrial application where a PLC might be used. Fig. 1: Model of Simple Process RELAY PANELS PLCs wore designed to replace relay panels. These are custom made controllers dedicated to a particular application. Th
7、ey can be expensive for complex systems, cannot be easily reconfigured, are difficult to troubleshoot, consume lots of energy, have a relatively moderate speed of operation, and have low reliability. Relay panels are not the most suitable alternative for a moderate to complex industrial application
8、where flexibility, ease of maintenance and troubleshooting are very important. On the other hand, they are relatively low-tech and are easy to understand by electricians and non-engineering personnel. The electrical control circuits of relay panels are generally drawn using so-called electric ladder
9、 diagrams. They differ slightly from conventional wiring diagrams in that they do not show the physical arrangement of the components, but emphasize the function of each circuit. They are a set of parallel circuits that in essence represent a hardwired program that controls the sequence of operations in a given process. Being electrical circuits in parallel gives the advantage of solving all the control logic simultaneously and practically instantaneously. Figure 2 represents an electric ladder diagram for a relay panel that can be used to control the process presented in fig. 1.