版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
1、<p><b> 附錄</b></p><p><b> 附錄A 英文文獻</b></p><p> Programmable logic controller</p><p> Cynthia Cooper</p><p> From Wikipedia, the free e
2、ncyclopedia</p><p> A programmable logic controller or simply programmable controller is a digital computer used for automation of industrial processes, such as control of machinery on factory assembly line
3、s. Unlike general-purpose computers, the PLC is designed for multiple inputs and output arrangements, extended temperature ranges, immunity to electrical noise, and resistance to vibration and impact. Programs to control
4、 machine operation are typically stored in battery-backed or non-volatile memory. A PLC is an </p><p><b> Features</b></p><p> Control panel with PLC (grey elements in the center).
5、 The unit consists of separate elements, from left to right; power supply, controller, relay units for input and output.</p><p> The main difference from other computers is that PLCs are armored for severe
6、condition (dust, moisture, heat, cold, etc) and have the facility for extensive input/output (I/O) arrangements. These connect the PLC to sensors and actuators. PLCs read limit switches, analog process variables (such as
7、 temperature and pressure), and the positions of complex positioning systems. Some even use machine vision. On the actuator side, PLCs operate electric motors, pneumatic or hydraulic cylinders, magnetic </p><p
8、> PLCs were invented as replacements for automated systems that would use hundreds or thousands of relays, cam timers, and drum sequencers. Often, a single PLC can be programmed to replace thousands of relays. Progra
9、mmable controllers were initially adopted by the automotive manufacturing industry, where software revision replaced the re-wiring of hard-wired control panels when production models changed.</p><p> Many o
10、f the earliest PLCs expressed all decision making logic in simple ladder logic which appeared similar to electrical schematic diagrams. The electricians were quite able to trace out circuit problems with schematic diagra
11、ms using ladder logic. This program notation was chosen to reduce training demands for the existing technicians. Other early PLCs used a form of instruction list programming, based on a stack-based logic solver.</p>
12、;<p> The functionality of the PLC has evolved over the years to include sequential relay control, motion control, process control, distributed control systems and networking. The data handling, storage, processi
13、ng power and communication capabilities of some modern PLCs are approximately equivalent to desktop computers. PLC-like programming combined with remote I/O hardware, allow a general-purpose desktop computer to overlap s
14、ome PLCs in certain applications.</p><p> Under the IEC 61131-3 standard, PLCs can be programmed using standards-based programming languages. A graphical programming notation called Sequential Function Char
15、ts is available on certain programmable controllers.</p><p> PLC compared with other control systems</p><p> PLCs are well-adapted to a range of automation tasks. These are typically industria
16、l processes in manufacturing where the cost of developing and maintaining the automation system is high relative to the total cost of the automation.PLCs contain input and output devices compatible with industrial pilot
17、devices and controls.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 ha</p><p>
18、For high volume or very simple fixed automation tasks, different techniques are used. For example, a consumer dishwasher would be controlled by an electromechanical cam timer costing only a few dollars in production quan
19、tities.</p><p> A microcontroller-based design would be appropriate where hundreds or thousands of units will be produced and so the development cost (design of power supplies and input/output hardware) can
20、 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 programming of these
21、 controllers. However, some specialty vehicles such as transit busses economically use PLC</p><p> Very complex process control, such as used in the chemical industry, may require algorithms and performance
22、 beyond the capability of even high-performance PLCs. Very high-speed or precision controls may also require customized solutions; for example, aircraft flight controls.</p><p> PLCs may include logic for s
23、ingle-variable feedback analog control loop, a "proportional, integral, derivative" or "PID controller." A PID loop could be used to control the temperature of a manufacturing process, for example. Hi
24、storically 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 instead be used. However, as PLCs have becom
25、e more powerful, the boundary between DCS and PLC ap</p><p> Digital and analog signals</p><p> Digital or discrete signals behave as binary switches, yielding simply an On or Off signal (1 or
26、 0, True or False, respectively). Push buttons, limit switches, and photoelectric sensors are examples of devices providing a discrete signal. Discrete signals are sent using either voltage or current, where a specific r
27、ange is designated as On and another as Off. For example, a PLC might use 24 V DC I/O, with values above 22 V DC representing On, values below 2VDC representing Off, and intermediate v</p><p> Analog signal
28、s are like volume controls, with a range of values between zero and full-scale. These are typically interpreted as integer values (counts) by the PLC, with various ranges of accuracy depending on the device and the numbe
29、r of bits available to store the data. As PLCs typically use 16-bit signed binary processors, the integer values are limited between -32,768 and +32,767. Pressure, temperature, flow, and weight are often represented by a
30、nalog signals. Analog signals can use voltage o</p><p><b> Example</b></p><p> As an example, say a facility needs to store water in a tank. The water is drawn from the tank by ano
31、ther system, as needed, and our example system must manage the water level in the tank.</p><p> Using only digital signals, the PLC has two digital inputs from float switches (tank empty and tank full). The
32、 PLC uses a digital output to open and close the inlet valve into the tank.</p><p> When the water level drops enough so that the tank empty float switch is off (down), the PLC will open the valve to let mo
33、re water in. Once the water level raises enough so that the tank full switch is on (up), the PLC will shut the inlet to stop the water from overflowing.</p><p> An analog system might use a water pressure s
34、ensor or a load cell, and an adjustable (throttling)dripping out of the tank, the valve adjusts to slowly drip water back into the tank.</p><p> In this system, to avoid 'flutter' adjustments that c
35、an wear out the valve, many PLCs incorporate "hysteresis" which essentially creates a "deadband" of activity. A technician adjusts this deadband so the valve moves only for a significant change in rat
36、e. This will in turn minimize the motion of the valve, and reduce its wear.</p><p> A real system might combine both approaches, using float switches and simple valves to prevent spills, and a rate sensor a
37、nd rate valve to optimize refill rates and prevent water hammer. Backup and maintenance methods can make a real system very complicated.</p><p> System scale</p><p> A small PLC will have a fi
38、xed number of connections built in for inputs and outputs. Typically, expansions are available if the base model does not have enough I/O.</p><p> PLCs used in larger I/O systems may have peer-to-peer (P2P)
39、 communication 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 o
40、ften used for HMI (Human-Machine Interface) devices such as keypads or PC-type workstations. Some of today's PLCs can communicate over a wide range of media including RS-485, Coaxial, and even Ethernet for I/O contro
41、l at </p><p> Programming</p><p> Early PLCs, up to the mid-1980s, were programmed using proprietary programming panels or special-purpose programming terminals. they were designed to replace
42、relay logic systems. These PLCs were programmed in "ladder logic", which strongly resembles a schematic diagram of relay logic. Modern PLCs can be programmed in a variety of ways, from ladder logic to more trad
43、itional programming languages such as BASIC and C. Another method is State Logic, a Very High Level Programming Language designed to</p><p> Recently, the International standard IEC 61131-3 has become popul
44、ar. IEC 61131-3 currently defines five programming languages for programmable control systems: FBD (Function block diagram), LD (Ladder diagram), ST (Structured text, similar to the Pascal programming language), IL (Inst
45、ruction list, similar to assembly language) and SFC (Sequential function chart). These techniques emphasize logical organization of operations.</p><p> While the fundamental concepts of PLC programming are
46、common to all manufacturers, differences in I/O addressing, memory organization and instruction sets mean that PLC programs are never perfectly interchangeable between different makers. Even within the same product line
47、of a single manufacturer, different models may not be directly compatible.</p><p> User interface</p><p> PLCs may need to interact with people for the purpose of configuration, alarm reportin
48、g or everyday control. A Human-Machine Interface (HMI) is employed for this purpose. HMI's are also referred to as MMI's (Man Machine Interface) and GUI (Graphical User Interface).</p><p> A simple
49、system may use buttons and lights to interact with the user. Text displays are available as well as graphical touch screens. Most modern PLCs can communicate over a network to some other system, such as a computer runnin
50、g a SCADA (Supervisory Control And Data Acquisition) system or web browser.</p><p> Communications</p><p> PLCs usually have built in communications ports usually 9-Pin RS232, and optionally f
51、or RS485 and Ethernet. Modbus or DF1 is usually included as one of the communications protocols. Others' options include various fieldbuses such as DeviceNet or Profibus. </p><p><b> History</b
52、></p><p> The PLC was invented in response to the needs of the American automotive industry. Before the PLC, control, sequencing, and safety interlock logic for manufacturing automobiles was accomplished
53、 using relays, timers and dedicated closed-loop controllers. The process for updating such facilities for the yearly model change-over was very time consuming and expensive, as the relay systems needed to be rewired by s
54、killed electricians. In 1968 GM Hydramatic (the automatic transmission division of Gene</p><p> The winning proposal came from Bedford Associates of Bedford, Massachusetts. The first PLC, designated the 084
55、 because it was Bedford Associates' eighty-fourth project, was the result. Bedford Associates started a new company dedicated to developing, manufacturing, selling, and servicing this new product: Modicon, which stoo
56、d for MOdular DIgital CONtroller. One of the people who worked on that project was Dick Morley, who is considered to be the "father" of the PLC. The Modicon brand was sold in</p><p> The automotiv
57、e industry is still one of the largest users of PLCs, and Modicon still numbers some of its controller models. PLCs are used in many different industries and machines such as packaging and semiconductor machines. Well kn
58、own PLC brands are Toshiba, Siemens, Allen-Bradley, ABB, Mitsubishi, Omron, and General Electric.</p><p><b> 附錄B 中文翻譯</b></p><p><b> 可編程邏輯控制器</b></p><p>&l
59、t;b> 辛西婭.庫珀</b></p><p><b> 維基自由百科全書</b></p><p> 可編程邏輯控制器或者簡易可編程控制器是一種數字化的計算機,它應用于工業(yè)自動化的生產過程中,比如工廠裝配生產線中機械的控制。不同于普通用途的計算機,可編程邏輯控制器是專為安排多輸入和多輸出而設計的,它拓展了工作溫度范圍,可抑制電氣噪聲,抗振動和干
60、擾。Programs to control machine operation are typically stored in battery-backed or non-volatile memory.程序控制機器操作指令通常存儲在備用電池或非易失性存儲器中。A PLC is an example of a real time system since output results must be produced in respon
61、se to input conditions within a bounded time, otherwise unintended operation will resulPLC要求實時系統的輸出結果在一個時間范圍內必須對輸入條件做出響應,否則會導致意想不到的結果。</p><p><b> 特征</b></p><p> PLC的 Control panel
62、with PLC (grey elements in the center).控制面板(灰色元素的中心),它的每個The unit consists of separate elements, from left to right; power supply , controller, relay units for in- and output單位都是由單獨的元素組成的,由左向右分別是:電源供應器,控制器,繼電器單元的輸入輸出。<
63、;/p><p> PLC和其他計算機的The main difference from other computers is that PLCs are armored for severe condition (dust, moisture, heat, cold, etc) and have the facility for extensive input/output (I/O) arrangements.主
64、要區(qū)別是它適用于各種惡劣環(huán)境條件下(如灰塵,潮濕,高溫,低溫等),并配備了適合于各種輸入/輸出端口的設備。 These connect the PLC to sensors and actuators .這些設備將PLC連接到相應的傳感器和信號發(fā)生器上。PLCs read limit switches , analog process variables (such as temperature and pressure), and t
65、he positions of complex positioning sPLC可以定義各種開關量,模擬量(如溫度和壓力等)用來配置各種復雜系統的各種變量,一些</p><p> PLC的出現改變了過去使用成百上千的繼電器,凸輪定時器,鼓音序器來構建一個自動化系統的時代。Often, a single PLC can be programmed to replace thousands of relays .通
66、常,一個簡單可編程控制器通過編程,以取代成千上萬的繼電器。 Programmable controllers were initially adopted by the automotive manufacturing industry, where software revision replaced the re-wiring of hard-wired control panels when production models c
67、hanged.可編程控制器最初應用于汽車制造業(yè)中,軟件修改取代了硬連線控制面板的重新布線,這標志著生產模式發(fā)生了徹底的改變。</p><p> 許多早期的PLC設計表明,在簡單的梯形邏輯的決策中,已經出現了類似梯形圖的電氣原理圖。The electricians were quite able to trace out circuit problems with schematic diagrams using
68、 ladder logic.電工們通過使用梯形邏輯能夠很方便的查找出電路示意圖的問題。This program notation was chosen to reduce training demands for the existing technicians.這項計劃符號的選擇使用可以降低培訓其現有的技術人員的要求。而Other early PLCs used a form of instruction list programmi
69、ng, based on a stack-based logic solver.其他早期的PLC則使用一種基于堆棧的邏輯解決方法——指令表編程的方式。 </p><p> PLC的功能經過多年的發(fā)展,已經包括順序控制,運動控制,過程控制,分布式控制系統和網絡控制系統等多個方面。一些現代的PLC的The data handling, storage, processing power and communicat
70、ion capabilities of some modern PLCs are approximately equivalent to desktop computers .數據處理,儲存,整理能力和通信能力,已大約相當于臺式電腦了。PLC-like programming combined with remote I/O hardware, allow a general-purpose desktop computer to ov
71、erlap some PLCs in certain application可編程控制器的編程結合遠程I/O硬件,允許通用臺式電腦進行一些PLC方面的特定應用。</p><p> 根據國際電工委員會61131-3標準,PLC的編程可以使用基于標準的編程語言。所謂順序功能圖的圖形符號編程適用于某些特定的可編程控制器。</p><p> 可編程控制器與其他控制系統</p>&
72、lt;p> PLC可以很好的適應各種自動化任務。這些都是典型的工業(yè)機械生產,在這些部門自動控制系統的高額費用是與其昂貴的的制造維護費用分不開的。PLC能控制輸入輸出設備并兼容工業(yè)試驗裝置和控制。通常PLC應用于高度定制的系統,以便使組裝PLC的成本低于設計控制器的成本。另外,在大規(guī)模生產產品方面,自定義的控制系統是經濟的,由于他的組成部分成本較低。這是代替通用解決方案的最佳選擇。</p><p> 為大
73、批量或者簡單的固定自動化任務,不同的技術被采用。例如:消費者洗碗機被成本只有幾美元的機電凸輪計時器控制。</p><p> 微處理器的設計要考慮成百上千的組成單元,以便開發(fā)成本(電源供應器和輸入輸出硬件的設計)能遍布到很多銷售領域,并且最終用戶不需要改變控制。汽車應用是一個例子,每年有數以百萬輛汽車被制造,只有極少數最終用戶改變控制程序。然而,一些特殊車輛,如使用PLC系統代替定制設計控制的過境巴士因為使用量少
74、所以開發(fā)費用不夠經濟。</p><p> 復雜的過程控制,如用于化學工業(yè)的過程控制要求的算法和性能甚至超過了高性能的PLC控制。高速度和精度的控制也可能需要量身定制的解決方案,如飛機的飛行控制。</p><p> PLC系統包括邏輯單變量反饋模擬控制回路,一個“比例、積分、導數”或“控制器”。PID回路可用于控制制造過程的溫度,例如歷史上的PLC通常只用于少數模擬控制回路這個過程需要成
75、百上千的循環(huán)、分布式控制系統(DCS)將代替使用。然而,由于PLC的功能越來越強大,DCS與PLC的界定越發(fā)的不明確。</p><p><b> 數字和模擬信號</b></p><p> 數字或離散信號表現為二進制開關信號,收益率只是一個閉合或關斷信號。按鈕、限位開關、光電傳感器能提供了一個離散信號。離散信號以電壓或電流的形式傳送,它在一個特定的范圍內被設置成開和
76、關。例如:PLC必須使用24伏直流電壓的I/O口,高于22伏直流電壓代表開,低于2伏直流電壓代表關,中間值不確定。最初,PLC只有離散的I/O接口。</p><p> 模擬信號和音量控制一樣,在零和滿量程之間有一系列的值。這些常常被定義為PLC中的整數,它的范圍取決于設備中可用來存儲比特數據的存儲單元的數量。由于PLC通常使用16位有符號二進制處理器,整數值被限定在-32768—+32767之間。壓力、溫度、流
77、量、重量往往代表的模擬信號。模擬型號可以使用與原信號成正比的電壓或電流信號。例如:一個4-20mA的電流信號或者0-10V的電壓信號將被轉化成一個0-32767之間的整型值。</p><p><b> 事例</b></p><p> 水箱可以作為一個例子。一個設備用于向水箱中注水,另一個設備用于從水箱中取水,根據需要,我們必須建立一個系統去控制水箱的水位。<
78、/p><p> 若只用數字信號,PLC有兩個數字輸入開關量(水箱空和水箱滿)。PLC有一個數字輸出量去控制水箱閥門的開關。</p><p> 當水位下降使得水箱空箱開關關閉時,PLC將會打開閥門使更多的水進入。一旦水位升高到一定高度使得滿箱開關閉合,PLC將會臨時關閉進水閥門防止水的溢出。</p><p> 一個模擬系統可能會使用水位的壓力傳感器、可調(節(jié)流)出水
79、閥和調節(jié)閥來逐漸提高水箱水位。</p><p> 在這一系統中,為了避免損壞閥的擾動調節(jié)器,很多的PLC加入“滯后”環(huán)節(jié),基本上實現了“死區(qū)”的活動。 A technician adjusts this deadband so the valve moves only for a significant change in rate.技術員通過調整死區(qū),使閥只在有一個顯著變化率的時刻動作。This will i
80、n turn minimize the motion of the valve, and reduce its wear.這將依次把閥門的動作減到最少,從而減少其磨損。</p><p> 一個真正的系統可能把這兩種做法結合起來,使用浮動開關和簡單閥門來防止泄漏,使用速率傳感器和速度閥來優(yōu)化水位上升速率并防止水錐的發(fā)生??紤]到Backup and maintenance methods can make a re
81、al system very complicated.支持性的維護方法,一個實際的系統將會非常復雜。</p><p><b> 系統規(guī)模</b></p><p> A small PLC will have a fixed number of connections built in for inputs and outputs.一個小型PLC將有固定數量的I/O
82、接口。Typically, expansions are available if the base model does not have enough I/O.通常情況下,如果相應的模型并沒有足夠的I/O接口,則需要擴展I/O口。</p><p> 在較大的I/O系統中,PLC可能使用點對點(P2P)的處理器通信。This allows separate parts of a complex process
83、 to have individual control while allowing the subsystems to co-ordinate over the communication link.這使得一個復雜過程的單獨部分有各自的控制,同時又允許各子系統同級之間進行通信聯系。These communication links are also often used for HMI (Human-Machine Interface
84、) devices such as keypads or PC -type workstations.這些通訊聯系常常被用于HMI(人機界面)設備,如鍵盤或PC型工作站。當今Some of today's PLCs can communicate over a wide range of media including RS-485, Coaxial, and even Ethernet for </p><
85、p><b> 編程</b></p><p> 早期的PLC(直至20世紀80年代中期)使用專有的編程渠道或特殊用途的編程終端進行編程。它們是用來取代繼電器邏輯系統的。These PLCs were programmed in " ladder logic ", which strongly resembles a schematic diagram of rel
86、ay logic.這些PLC用梯形圖編程,其非常類似于繼電器邏輯示意圖。Modern PLCs can be programmed in a variety of ways, from ladder logic to more traditional programming languages such as BASIC and C. Another method is State Logic , a Very High Level P
87、rogramming Language designed to program PLCs based on State Transition Diagrams .現代的PLC可以以各種方式編程,從梯形圖到更傳統的編程語言,如BASIC和C,另</p><p> Recently, the International standard IEC 61131-3 has become popular.最近,國際標準I
88、EC61131-3已經流行。IEC 61131-3 currently defines five programming languages for programmable control systems: FBD ( Function block diagram ), LD ( Ladder diagram ), ST ( Structured text , similar to the Pascal programming lan
89、guage ), IL ( Instruction list , similar to assembly language ) and SFC ( Sequential function chart ).目前的IEC61131-3為可編程控制系統定義了5編程語言:FBD(功能框圖),LD(梯形圖),ST(結構化文本),IL(指示表)和SFC(順序功能圖)。These techniques emphasiz</p><
90、p> While the fundamental concepts of PLC programming are common to all manufacturers, differences in I/O addressing, memory organization and instruction sets mean that PLC programs are never perfectly interchangeable
91、 between different makers.所有制造商PLC編程的基本概念是共同的,分歧在于I/O的選擇,存儲組織的安排和指令集,所以不同生產商之間的PLC程序從來都不可以完全的互換。Even within the same product line of a single manufacturer, different models may not be directly compatible.即使是同一制造商同一產品線,不同
92、的模式也可能無法兼容。</p><p><b> 用戶界面</b></p><p> PLC為了配置,報警或日??刂频哪康目赡苄枰藱C互動交流。HMI(人機界面)因此而產生。人機界面包括MMI(人機接口)和GUI(圖形用戶界面)。</p><p> A simple system may use buttons and lights to
93、 interact with the user.一個簡單的系統可以使用按鈕和燈來與用戶互動。Text displays are available as well as graphical touch screens.文字顯示以及圖形化的觸摸屏也可能用到。Most modern PLCs can communicate over a network to some other system, such as a computer run
94、ning a SCADA (Supervisory Control And Data Acquisition) system or web browser.最現代的PLC可以通過網絡連接到其他的系統,如運行SCADA(監(jiān)控和數據采集系統)的計算機系統或網絡瀏覽器。</p><p><b> 通信</b></p><p> PLC的內置通信端口通常使用9針的RS23
95、2串口 ,并選擇性使用RS485的和以太網。Modbus協議或DF1是常用的一種通信協議。Others' options include various fieldbuses such as DeviceNet or Profibus .其他通信協議包括各種現場總線,如DeviceNet現場總線或Profibus現場總線等。</p><p><b> 歷史</b></p>
96、;<p> PLC是應The PLC was invented in response to the needs of the American automotive industry.PLCPLCPLCPLCPLC是應美國汽車業(yè)發(fā)展的需要而產生的。在Before the PLC, control, sequencing, and safety interlock logic for manufacturing auto
97、mobiles was accomplished using relays, timers and dedicated closed-loop controllers.PLC產生之前,汽車使用繼電器進行順序控制和安全聯鎖邏輯,制造定時器和專用閉環(huán)控制器。每年模型轉換是非常耗時和昂貴的The process for updating such facilities for the yearly model change-over was
98、very time consuming and expensive, as the relay systems needed to be rewir</p><p> 中標投標書來自貝德福德,馬薩諸塞州的貝德福德聯營公司。The winning proposal came from Bedford Associates of Bedford, Massachusetts .The first PLC, desi
99、gnated the 084 because it was Bedford Associates' eighty-fourth project, was the result.第一個PLC,被命名為084 ,因為它是貝德福德的第八十四個項目的結果。Bedford Associates started a new company dedicated to developing, manufacturing, selling, an
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
- 5. 眾賞文庫僅提供信息存儲空間,僅對用戶上傳內容的表現方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 可編程邏輯控制器 外文翻譯
- 外文翻譯--可編程邏輯控制器
- 外文翻譯--可編程邏輯控制器
- 可編程邏輯控制器外文翻譯
- 外文翻譯----可編程邏輯控制器
- 外文翻譯---可編程邏輯控制器 (2)
- 可編程邏輯控制器(plc)外文翻譯
- 外文翻譯--可編程邏輯控制器.doc
- 外文翻譯-----可編程邏輯控制器(plc)
- 外文翻譯--可編程邏輯控制器.doc
- 外文翻譯--可編程邏輯控制器(plc)
- 可編程邏輯控制器-畢業(yè)設計外文翻譯
- 外文翻譯--可編程邏輯控制器及其控制系統
- 可編程邏輯控制器plc
- 外文翻譯----嵌入于可編程邏輯控制器的先進算法
- 外文翻譯----嵌入于可編程邏輯控制器的先進算法
- 外文翻譯--可編程控制器
- 外文翻譯----嵌入于可編程邏輯控制器的先進算法
- 外文翻譯--可編程控制器
- 外文翻譯譯文控制系統使用可編程序的邏輯控制器
評論
0/150
提交評論