




免費(fèi)預(yù)覽已結(jié)束,剩余22頁(yè)可下載查看
下載本文檔
版權(quán)說(shuō)明:本文檔由用戶(hù)提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
ProgrammableLogicControllers PLC byLily LiuQingping UEENEED007B Introduction Threepoints WhatisPLC HistoryanddevelopmentofPLCPLCStructure Learningoutcome UnderstandroughlyaboutPLCtechnologyincludingapplications historyanddevelopment hardwareandsoftware Candesignasimpleladderdiagramtocontrolthemotortostartandstop 1 WhatisPLC APLC ProgrammableLogicController isadevicethatcanreplacethenecessarysequentialrelaycircuitsforcontrolsystem itisadigitalcomputer sometimesitcanbecalledProgrammableController PC ThePLCworksbylookingatitsinputsanddependingupontheirstate turningon offitsoutputs WhereneedtousethePLC ThePLChavebeenwidelyusedinindustry suchasautomaticproductionline robothand machinerymanufacturing transportationsystems chemicalprocessfacilities andmanyothers TheautomotiveindustryisoneofthelargestusersofPLC Intheseapplications thePLCreplacedthehardwiredlogicwithrelayladderlogic aprogramminglanguagevisuallyresemblingthehardwiredlogicreducedthetimefordesigningacontrolsystemfrom6monthsdownto6days intelligentelectricmeterswithPLC ThePLChavebeenwidelyusedInthepowersystem suchasintelligentelectricmeterwithPLC Inourlife thePLChavebeenwidelyused washingmachine trafficlight musicfountain aircondition Althoughcomputercontroltechnologyhasusedwidelyinindustriesorinourlife PLCcontrolhavemoreadvantagesthancomputercontrolbecauseithashigherperformance lowerprice andsuperiorreliabilityinharshenvironments 2 Historyanddevelopment BeforethePLC theautomationcontrolsystemwasmainlycomposedoftimerelays contactors positionswitches currentrelays voltagerelays middlerelays speedingrelays controlbuttons airswitchandsoon Thesecontrolsystemarecomposedbyhardware Thatis Thesecontrolsystemsarehard wiredrelaysystems Whentheproductionrequirementshavechanged wemustchangethecontrolsystem thisbecomesveryexpensiveandtimeconsumingwhenthechangeisfrequent Andit sdifficulttorewiretherelays Sincerelaysaremechanicaldevicestheyalsohavealimitedlifetime Troubleshootingwasalsoquitetediouswhensomanyrelaysareinvolved Forexample primarycircuit controlcircuit Airswitch button motor Thermalrelay fuse contactor NeedanothersimplecontrolmethodwithsoftwareDigitalcomputers beinggeneral purposeprogrammabledevices weresoonappliedtocontrolofindustrialprocesses Earlycomputersrequiredspecialistprogrammers andstringentoperatingenvironmentalcontrolfortemperature cleanliness andpowerquality Usingageneral purposecomputerforprocesscontrolrequiredprotectingthecomputer Sotherearesomelimitationstousethecomputerinindustry Anditneedakindofcontrollerfordigitaloperationwhichisdesignedforindustrialapplicationspecially GeneralMotorsCompany GM isoneoftheworld slargestautomakers itwasfoundin1908 GMmanufacturescarsandtrucksin35countries TheglobalheadquartersisinAmerican andthereisabranchcompanyinShanghai Itproductscarssuchas Chevrolet Cadillac Buickandsoon In1968 GeneralMotorsCorporation GM issuedarequestforproposalsforanelectronicreplacementforhard wiredrelaysystems BecausetheefficiencyformakingcarsislowandthecostishighinGM In1969 theDEC DigitalEquipmentCorporation accordingtotherequirementsofGMhasresearchedanddevelopedtheworld sfirstPLC andthisPLCwasusedsuccessfullyintheproductionlineofGM SincetheyhasusedthePLCintheirproductionline theefficiencyisgreatlyincreasedandthecostisgreatlyreduced TheautomotiveindustryisstilloneofthelargestusersofPLC ProgrammingiseasytolearnForexample ifyouusethePLCtocontrolthemotor howtodesignthePLCprogram primarycircuit controlcircuit 3 PLCstructure1 Softwareprogram Positive reversecontrolcircuitofmotor Hard wiredcontrolsystem TheprogramofPLCissimilartothecontrolcircuitWecanonlyreplacethecomplexcontrolcircuitbyPLCcontrolsystem TheprogramofPLCissimple andit seasytochangetheprogramoncomputer StatementList STL LadderDiagram LAD SequentialFunctionChart SFC LAD STL SFC Thetypeofsoftwareprogram Usually weusetheladderdiagram LAD todesignaprogramforacontrolsystem Note TheProgramlanguagesfordifferentPLCisnotsame 2 Hardwarestructure ThepowersupplysectionTheCPUmoduleThememorysectionTheI Osection Inputmodule CPU Powersupply Memory outputmodule 1 CPUmodule Controller Processor Memorysection Processorsection The CPU iscalledthe controller or processor bydifferentmanufacturers buttheyhavethesamefunctions TheCPUmodulecanbedividedintotwosections theprocessorsectionandthememorysection TheCPUsectionmakesthedecisionsneededbythePLCsothatitcanoperateandcommunicatewithothermodules Steppeddown Rectified Filtered Regulated VoltageandCurrentprotected Statusindicator LowDCvoltage 2 Thepowersupply ItprovidestheoperatingDC DirectCurrent powertothePLCandI Omodules italsoincludesbatterybackup Thepowersupply PS sectiongetsitsinputpowerfromanexternal220VoltAC AlternatingCurrent source thePLChasan24VDCsource TheoutputofthePSprovideslowDCvoltagetothePLC svariousmodulesaswellastoitsbattery whichisusedforthememorybackup Theprograms LAD forthecontrolsystemhavebeenstoredinthismemorysection ThesememorylocationsarescannedbytheCPU Thememorywillreceive write mode digitalinformationorhavedigitalinformationaccessed read mode bytheCPU 3 Thememorysection 4 InputSection Receivestheexternalsignalandstatus Theexternalsignalhavetwoforms digitalsignalandanalogsignal Thissectionwilltransformanalogsignalintodigitalsignal 5 OutputSectionTheoutputmoduletransmitssignalstoactivatevariousdevicesanddisplaysthestatus throughtheuseofLED oftheconnectedoutputpoints Conclusion AProgrammableLogicControllerisadevicethatcanus
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶(hù)所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶(hù)上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶(hù)上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶(hù)因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 九年級(jí)數(shù)學(xué)上學(xué)期學(xué)生學(xué)習(xí)興趣計(jì)劃
- 北師大版二年級(jí)上冊(cè)數(shù)學(xué)能力發(fā)展計(jì)劃
- 高二年級(jí)部心理疏導(dǎo)及援助計(jì)劃
- 2025年教科版四年級(jí)科學(xué)實(shí)踐活動(dòng)計(jì)劃
- 智能制造項(xiàng)目進(jìn)度計(jì)劃與保證措施
- 綠色學(xué)校師生環(huán)境保護(hù)計(jì)劃
- 學(xué)前教育專(zhuān)業(yè)課程改革研究畢業(yè)論文范文
- 2025年公務(wù)員考試時(shí)事政治每日一練試卷含答案詳解【a卷】
- 成品油市場(chǎng)拓展及區(qū)域代理合作協(xié)議
- 三峽旅游職業(yè)技術(shù)學(xué)院《文化產(chǎn)業(yè)經(jīng)典案例研究》2023-2024學(xué)年第一學(xué)期期末試卷
- 山東濟(jì)南天橋區(qū)2024-2025 學(xué)年第二學(xué)期七年級(jí)地理期末考試試題含答案
- 2025安全生產(chǎn)月活動(dòng)總結(jié)模板十(19P)
- 腎上腺疾病講課件
- 四年級(jí)語(yǔ)文下冊(cè)閱讀專(zhuān)項(xiàng)歸類(lèi)復(fù)習(xí)(有答案)
- 頸椎腫瘤的護(hù)理
- 2025至2030中國(guó)不銹鋼精密帶材行業(yè)前景預(yù)測(cè)及發(fā)展趨勢(shì)預(yù)判報(bào)告
- 無(wú)人機(jī)駕駛員雇傭合同協(xié)議
- 小孩辦身份證的委托書(shū)范本
- 半條被子(紅軍長(zhǎng)征時(shí)期故事) PPT
- 常用標(biāo)準(zhǔn)波導(dǎo)和法蘭尺寸
- GB∕T 12810-2021 實(shí)驗(yàn)室玻璃儀器 玻璃量器的容量校準(zhǔn)和使用方法
評(píng)論
0/150
提交評(píng)論