PLC外文文献翻译Word文档下载推荐.docx

上传人:b****9 文档编号:13070192 上传时间:2022-10-04 格式:DOCX 页数:20 大小:109.70KB
下载 相关 举报
PLC外文文献翻译Word文档下载推荐.docx_第1页
第1页 / 共20页
PLC外文文献翻译Word文档下载推荐.docx_第2页
第2页 / 共20页
PLC外文文献翻译Word文档下载推荐.docx_第3页
第3页 / 共20页
PLC外文文献翻译Word文档下载推荐.docx_第4页
第4页 / 共20页
PLC外文文献翻译Word文档下载推荐.docx_第5页
第5页 / 共20页
点击查看更多>>
下载资源
资源描述

PLC外文文献翻译Word文档下载推荐.docx

《PLC外文文献翻译Word文档下载推荐.docx》由会员分享,可在线阅读,更多相关《PLC外文文献翻译Word文档下载推荐.docx(20页珍藏版)》请在冰豆网上搜索。

PLC外文文献翻译Word文档下载推荐.docx

郭军义

指导教师:

田艳兵

自动化工程 学院电气工程及其自动化专业 082班

2012年6 月12 日

目录

ProgrammableLogicController(PLC) 1

1.AboutProgrammableLogicController(PLC) 1

2.INTRODUCTION 2

3.OPERATIONSEQUENCE 4

3.1TheInputandOutputScans 5

3.2TheLogicScan 5

4PLCSTATUS 6

5.MEMORYTYPES 7

6.SOFTWAREBASEDPLCS 8

7.SUMMARY 8

8.PRACTICEPROBLEMS 8

9.PRACTICEPROBLEMSOLUTIONS 9

中文翻译 11

1.PLC介绍 11

2.指令 12

3.运行顺序 13

3.1输入输出扫描 14

3.2逻辑扫描 14

4.PLC状态显示 15

5.存储器类型 16

6.基于软件的PLC系统 16

7.概要 17

8.实际问题 17

9.实际问题解答 17

ProgrammableLogicController(PLC)

1.AboutProgrammableLogicController(PLC)

PLC(programmablelogiccontrollers)isthecontrolhubsforawidevarietyofautomatedsystemsandprocesses.Theycontainmultipleinputsandoutputsthatusetransistorsandothercircuitrytosimulateswitchesandrelaystocontrolequipment.Theyareprogrammableviasoftwareinterfacedviastandardcomputerinterfacesandproprietarylanguagesandnetworkoptions.

ProgrammablelogiccontrollersI/Ochannelspecificationsincludetotalnumberofpoints,numberofinputsandoutputs,abilitytoexpand,andmaximumnumberofchannels.Numberofpointsisthesumoftheinputsandtheoutputs.PLCmaybespecifiedbyanypossiblecombinationofthesevalues.Expandableunitsmaybestackedorlinkedtogethertoincreasetotalcontrolcapacity.Maximumnumberofchannelsreferstothemaximumtotalnumberofinputandoutputchannelsinanexpandedsystem.PLCsystemspecificationstoconsiderincludescantime,numberofinstructions,datamemory,andprogrammemory.ScantimeisthetimerequiredbythePLCtocheckthestatesofitsinputsandoutputs.Instructionsarestandardoperations(suchasmathfunctions)availabletoPLCsoftware.Datamemoryisthecapacityfordatastorage.Programmemoryisthecapacityforcontrolsoftware.

AvailableinputsforprogrammablelogiccontrollersincludeDC,AC,analog,thermocouple,RTD,frequencyorpulse,transistor,andinterruptinputs.OutputsforPLCincludeDC,AC,relay,analog,frequencyorpulse,transistorandtriac.ProgrammingoptionsforPLCincludefrontpanel,handheldandcomputer.

Programmablelogiccontrollersuseavarietyofsoftwareprogramminglanguagesforcontrol.TheseincludeIEC61131-3,sequentialfunctionchart(SFC),functionblockdiagram(FBD),ladderdiagram(LD),structuredtext(ST),instructionlist(IL),relayladderlogic(RLL),flowchart,C,andBasic.TheIEC61131-3programmingenvironmentprovidessupportforfivelanguagesspecifiedbytheglobalstandard:

SequentialFunctionChart,FunctionBlockDiagram,LadderDiagram,StructuredText,andInstructionList.Thisallowsformulti-vendorcompatibilityandmulti-languageprogramming.SFCisagraphicallanguagethatprovidescoordinationofprogramsequences,supportingalternativesequenceselectionsandparallelsequences.

FBDusesabroadfunctionlibrarytobuildcomplexproceduresinagraphicalformat.Standardmathandlogicfunctionsmaybecoordinatedwithcustomizablecommunicationandinterfacefunctions.LDisagraphiclanguagefordiscretecontrolandinterlockinglogic.ItiscompletelycompatiblewithFBDfordiscretefunctioncontrol.STisatextlanguageusedforcomplexmathematicalproceduresandcalculationslesswellsuitedtographicallanguages.ILisalow-levellanguagesimilartoassemblycode.Itisusedinrelativelysimplelogicinstructions.RelayLadderLogic(RLL),orladderdiagrams,istheprimaryprogramminglanguageforprogrammablelogiccontrollers(PLC).Ladderlogicprogrammingisagraphicalrepresentationoftheprogramdesignedtolooklikerelaylogic.FlowChartisagraphicallanguagethatdescribessequentialoperationsinacontrollersequenceorapplication.Itisusedtobuildmodular,reusablefunctionlibraries.Cisahighlevelprogramminglanguagesuitedtohandlethemostcomplexcomputation,sequential,anddataloggingtasks.ItistypicallydevelopedanddebuggedonaPC.BASICisahighlevellanguageusedtohandlemathematical,sequential,datacapturingandinterfacefunctions.Programmablelogiccontrollerscanalsobespecifiedwithanumberofcomputerinterfaceoptions,networkspecificationsandfeatures.PLCpoweroptions,mountingoptionsandenvironmentaloperatingconditionsareallalsoimportanttoconsider.

2.INTRODUCTION

ForsimpleprogrammingtherelaymodelofthePLCissufficient.AsmorecomplexfunctionsareusedthemorecomplexVonNeumanmodelofthePLCmustbeused.AVonNeumancomputerprocessesoneinstructionatatime.Mostcomputersoperatethisway,althoughtheyappeartobedoingmanythingsatonce.ConsiderthecomputercomponentsshowninFigure1.

Figure1 SimplifiedPersonalComputerArchitecture

Inputisobta

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 成人教育 > 自考

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1