


全文預(yù)覽已結(jié)束
下載本文檔
版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
PLC OverviewPLC概述Programmable logic controllers,or programmable controllers,or PLCs for short,are specialized industrial devices for interfacing to and controlling analog and digital devicesThey are also special computer devices used for automation of real-world processes,such as control of machinery on factory assembly linesThe PLC usually uses a microprocessorThe program can often be used to control complex sequencing and is often written by engineersThe program is stored in battery-backed memory or EEPROMs可編程邏輯控制器,或可編程控制器,簡稱PLC,是工業(yè)專用裝置,用于連接和控制模擬和數(shù)字設(shè)備。PLC也是一種特殊的計算機裝置,應(yīng)用于實際過程的自動化,比如控制工廠裝配流水線上的機械等??删幊踢壿嬁刂破饕话闶褂梦⑻幚砥?。程序通??捎脕磉M行復(fù)雜的序列過程控制,并由工程師編寫。程序存儲在有備用電池的隨機存儲器或者電可擦除可編程只讀存儲器(EEPROM)中。PLCs come in many shapes and sizesThey can be so small as to fit in your shirt pocket,while more involved control systems require large PLC racksSmaller PLCs are typically designed with fixed I/O points.PLC的形狀和大小各異。它們可以小到裝入襯衣口袋里,而比較復(fù)雜的控制系統(tǒng)則需要大型的PLC機柜。較小的PLC通常設(shè)計有固定的I/O接口。All PLCs have the basic structureshown in Fig9-1(所有)PLC的基本結(jié)構(gòu)如圖9.1所示。From Fig9-1,the PLC has five main units:the central processing unit (CPU),the programme memory,the data memory,the output devices and the input devices由圖91可見,PLC有5個主要部件:中央處理器(CPU)、程序存儲器、數(shù)據(jù)存儲器、輸出設(shè)備和輸入設(shè)備。The CPU is dedicated to run one program that monitors a series of different inputs and logically manipulates the outputs for the desired controlThey are meant to be very flexible in how they can be programmed while also providing the advantages of high reliability (no program crashes or mechanical failures),compact and economical over traditional control systemsThe programme memory is used for storing the instructions for the logical control sequenceThe status of switches,interlocks,past values of data and other working data is stored in the data memoryCPU會運行一個程序,監(jiān)測一系列不同輸入,并對輸出進行邏輯操作以實現(xiàn)所預(yù)期的控制。它們要有靈活的編程方式,還具有比傳統(tǒng)控制系統(tǒng)更可靠(沒有程序崩潰或機械故障)、更緊湊、更經(jīng)濟的優(yōu)點。程序存儲器是用于存儲邏輯控制序列指令的。開關(guān)狀態(tài)、聯(lián)鎖狀態(tài)、以前的數(shù)據(jù)值和其他的工作數(shù)據(jù)都存儲在數(shù)據(jù)存儲器中。The main differences from other computers are the special input/output arrangementsThese connect the PLC to sensors and actuatorsPLCs can read limit switches,temperature indicators and the positions of complex positioning systemsSome even use machine visionOn the actuator side,PLCs drive any kind of electronic motors,pneumatic or hydraulic cylinders,diaphragms,magnetic relays or solenoidsThe input/output arrangements may be built into a simple PLC,or the PLC may have external I/O modules attached to a proprietary computer network that plugs into the PLCPLCs were invented as less expensive replacements for older automated systems that would use hundreds or thousands of relays and cam timersOften,a single PLC can be programmed to replace thousands of relaysProgrammable controllers were initially adopted by the automotive manufacturing industry,where software revision replaced the rewiring of hard-wired control panels與其他計算機比較,最主要的區(qū)別是PLC有專門的輸入輸出裝置。它們將PLC與傳感器和執(zhí)行機構(gòu)相連接。PLC能讀取限位開關(guān)、溫度指示器和復(fù)雜定位系統(tǒng)的位置信息。有些甚至使用機器視覺。在執(zhí)行機構(gòu)方面,PLC能驅(qū)動任何一種電機、氣壓或液壓缸、光圈、磁性繼電器或螺線管。在簡單的PLC中,輸入輸出裝置可以內(nèi)置,或者PLC中含有與專用的計算機網(wǎng)絡(luò)相連的外置IO模塊并插入其中。老式自動化系統(tǒng)要使用幾百或幾千個繼電器和凸輪定時器,于是人們發(fā)明了PLC是要用做較便宜的替代品。通常,通過對一臺PLC編程可替代數(shù)千個繼電器。最初可編程控制器用在汽車制造業(yè)中,這樣可以通過對程序的修改取代硬連線控制面板的重新連線。The functionality of the PLC has evolved over the years to include typical relay control,sophisticated motion control,process control,distributed control systems and complex networkingPLC經(jīng)過多年的發(fā)展,其功能已經(jīng)包括典型的繼電器控制、復(fù)雜的運動控制、過程控制、分布控制系統(tǒng)和復(fù)雜的網(wǎng)絡(luò)連接。The earliest PLCs expressed all decisions making logic in simple ladder logic inspired from the electrical connection diagramsThe electricians were quite able to trace out circuit problems with schematic diagrams using ladder logicThis was chosen mainly to reduce the apprehension of the existing technicians最早的PLC采用簡單的梯形邏輯圖來描述形成邏輯電路的方案,梯形圖源自于電氣連線圖。使用梯形圖,電氣技師們很容易找出電路原理圖的問題。選擇梯形圖主要是為了降低現(xiàn)有技術(shù)人員的理解難度。Today,the PLCs have been proven very reliable,but the programmable computer still has a long way to goWith the IEC6 1131-3 standard,it is now possible to program these devices using structured programming languages,and logic elementary operations如今,已經(jīng)證明PLC非??煽浚强删幊逃嬎銠C仍然有很長的路要走。依照國際電工委員會的611313標準,現(xiàn)在PLC可以使用結(jié)構(gòu)化的程序設(shè)計語言和邏輯基本運算來進行編程控制設(shè)備已經(jīng)具有可行性了。A graphical programming notation called sequential function charts is available on certain programmable controllers某些可編程控制器可使用一種圖形編程符號,稱為順序功能流程圖表。However,it should be noted that PLCs no longer have a very high cost(often thousands of dollars),typical of a“generic”solutionModem PLCs with full capabilities are available for a few hundred USDThere are other ways for automating machines,such as a custom microcontroller-based design,but there are differences among both:PLCs contain everything needed to handle high power loads right out of the box,while a microcontroller would need an electronics engineer to design power supplies,I/O modules,etcAlso a microcontroller based design would not have the flexibility of in-field programmability of
溫馨提示
- 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)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025荊門職業(yè)學院輔導(dǎo)員考試試題及答案
- 正畸治療中的口呼吸問題綜合解析
- 幼兒園健康課件《注意飲食衛(wèi)生》
- 健康體檢科護士課件
- 江蘇南通市如皋市科創(chuàng)投集團招聘筆試題庫2025
- 四川涼山州鹽源縣縣屬國有企業(yè)招聘筆試題庫2025
- 海洋靈感首飾設(shè)計
- 2025年中級財務(wù)會計考試試題及答案
- 消防工程師考試題及答案2025年
- 2025年運動康復(fù)與訓(xùn)練方法課程學習考試試卷及答案
- 陜西省煙草專賣局(公司)筆試試題2024
- 老年患者護理中的并發(fā)癥預(yù)防及處理措施
- 《智慧房產(chǎn)營銷策略》課件
- 海關(guān)退運協(xié)議書
- 2025屆廣西邕衡教育名校聯(lián)盟高三下學期新高考5月全真模擬聯(lián)合測試地理試題及答案
- 2O25中國商業(yè)航天創(chuàng)新生態(tài)報告
- 醫(yī)院總值班培訓(xùn)課件
- (二模)2025年深圳市高三年級第二次調(diào)研考試物理試卷(含標準答案)
- 贛州城投招聘試題及答案
- 湖北省武漢市2025屆高中畢業(yè)生四月調(diào)研考試物理試題及答案(武漢四調(diào))
- 人教版七年級地理下冊 第十章、第十一章 評估測試卷(含解析)
評論
0/150
提交評論