plc外文文獻(xiàn)譯文_第1頁
plc外文文獻(xiàn)譯文_第2頁
plc外文文獻(xiàn)譯文_第3頁
plc外文文獻(xiàn)譯文_第4頁
plc外文文獻(xiàn)譯文_第5頁
已閱讀5頁,還剩3頁未讀 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡介

1、【精品文檔】如有侵權(quán),請聯(lián)系網(wǎng)站刪除,僅供學(xué)習(xí)與交流plc外文文獻(xiàn)譯文.精品文檔.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、編程序控制器是用于機(jī)電過程自動化的數(shù)字計(jì)算機(jī),例如控制機(jī)械廠生產(chǎn)線、游樂設(shè)施或照明的裝置??删幊炭刂破骺稍谠S多工業(yè)和機(jī)器中使用。1.歷史 PLC發(fā)明是針對于美國汽車制造行業(yè)的需要。可編程邏輯控制器最初通過了在軟件版本更換硬連線的控制板生產(chǎn)模式更改時的汽車工業(yè)。在PLC之前,控制、程序化和安全聯(lián)鎖邏輯制造汽車是使用上百或上千的繼電器、凸輪計(jì)時器、鼓定序儀和專用的閉環(huán)控制器來完成的。在1968年 GM Hydramatic發(fā)布通用汽車公司的提議,電子替代布線中繼系統(tǒng)。第一個PLC選定084,因?yàn)樗秦惖酶5猛碌牡诎耸膫€項(xiàng)目。貝得福得同事建立了一家新的公司致力開發(fā)、生產(chǎn)、銷售,和服務(wù)這一新產(chǎn)品:

31、Modicon,代表模塊化數(shù)字控制器。1977年古爾德電子公司當(dāng)前所有者收購法國施耐德電氣公司同德國公司AEG并售予該品牌為Modicon。這是專門為通用汽車服務(wù)的,并且經(jīng)過了近二十多年的不間斷服務(wù)。直至984出現(xiàn),Modicon使用的84名字才在其產(chǎn)品范圍中結(jié)束。2.發(fā)展早期的可編程控制器是設(shè)計(jì)來取代繼電器邏輯系統(tǒng)。這些可編程控制器的“階梯邏輯”是與繼電器邏輯示意圖非常類似的。其他早期的可編程控制器使用指令列表編程,基于一個堆棧編程邏輯求解器進(jìn)行求解。 現(xiàn)代可編程控制器在各種各樣的方式可以被編程,從梯形邏輯語言到更加傳統(tǒng)的編程語言例如BASIC和C語言。另一個方法是狀態(tài)邏輯,被設(shè)計(jì)的一種非常

32、高級編程語言根據(jù)狀態(tài)轉(zhuǎn)換圖的可編程控制器編程。3.功能PLC的功能包括連續(xù)的繼電器控制,運(yùn)動控制,過程控制,分布式控制系統(tǒng)和網(wǎng)絡(luò)。在重工業(yè)中PLC被認(rèn)為沒有這些桌面計(jì)算機(jī)為主的邏輯控制器的實(shí)際性強(qiáng),因?yàn)镻LC在臺式計(jì)算機(jī)系統(tǒng)中運(yùn)行不是很穩(wěn)定,并且,因?yàn)榕_式計(jì)算機(jī)硬件沒有被設(shè)計(jì)成耐溫度、濕氣、振動和耐用作為可編程控制器的處理器。在近些年,小產(chǎn)品稱為PLR(可編程邏輯繼電器)已經(jīng)應(yīng)用于輕工業(yè),它只有少部分的輸入/輸出(例如一些真實(shí)的輸入輸出信號)參與,低成本,很理想。俗名包括PICO控制器、納米PLC和其他的小控制器。PLR通常是模塊化,大大擴(kuò)展,控制器通常不會取模塊化并且不是可擴(kuò)展的,但是他們提

33、供穩(wěn)健設(shè)計(jì)的確定性和執(zhí)行邏輯的價值比PLC少。4.PLC相比其它控制系統(tǒng)可編程控制器是可適應(yīng)一系列自動化任務(wù)。這些都是自動化的在制造中通常工業(yè)過程開發(fā)和維護(hù)自動化系統(tǒng)的成本在哪里高,相對于總成本和其壽命期間預(yù)計(jì)將對系統(tǒng)更改??删幊炭刂破靼斎牒洼敵鲈O(shè)備兼容工業(yè)試驗(yàn)設(shè)備和管制,小電氣的設(shè)計(jì)問題對預(yù)期操作是必要的。PLC應(yīng)用程序通常是高度定制系統(tǒng),因此成本包裝可編程序控制器(PLC)的費(fèi)用比一個具體定制設(shè)計(jì)的小控制器要高。另外一方面在批量生產(chǎn)貨物的情況下自定義的控制系統(tǒng)是組成、成本較低的最佳選擇,而不是一個非反復(fù)出現(xiàn)工程費(fèi)用“普通”的解決方案。 一種基于微控制器的設(shè)計(jì)是需要成百上千個單位(設(shè)計(jì)電源供應(yīng)器,輸入/輸出硬件和必要的檢測和認(rèn)證)和開發(fā)成本可以分散到很多的銷售,最終用戶不需要更改該控件。汽車應(yīng)用程序就是一個例子:數(shù)以百萬計(jì)的內(nèi)置單位每一年需要建造,很少最終用戶更改這些控制器的編程。然而,一些其他車輛如交通公共汽車經(jīng)常定制設(shè)計(jì)的控制,而不是用PLC,因?yàn)閿?shù)量很低,發(fā)展成本會賺不到錢的。 可編程序控制器廣泛用于運(yùn)動控制、定位控制和轉(zhuǎn)矩控制。一些制造商生產(chǎn)運(yùn)動控制單元與PLC集成、G-code(涉及數(shù)控機(jī)床)可以用于指導(dǎo)機(jī)器運(yùn)作。可編程控制

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

最新文檔

評論

0/150

提交評論