版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
WhatisthedifferenceandcommonbetweenDCSandPLC(DCS与PLC的区别和共通)
DCSisadistributedcontrolsystem,isasystem,ratherthanaspecificdevice,communicationbetweendevicesisoneoftheirownmaking,usingtheadvantagesoflargeinternationalcompaniestodeveloptheirownOEMproducts,isclosed,tobereplaced,onlytofindthemtobeextended.Therehasbeennoclimatethathasbeensupersededbyfieldbus.
PLCreferstoacontroldevice,
ThedifferencesandsimilaritiesbetweenDCSandPLC[585]
Controlproductsarenumerousandvarious.ThecommonlyusedcontrolproductsincludeDCS,PLC,andtwomajorcategories.WeextendedtheconceptofDCStoFCS.
DCS(DistributedContorlSystem),distributedcontrolsystem,alsocalleddistributedcontrolsystem.
PLC(Program,Logic,Control)programmablelogiccontroller.
FCS(FieldBus,Contorl,Syestem)fieldbuscontrolsystem
Untilnow,thereisnostrictboundarybetweenDCSandPLC.Formostpeople,thebigsystemisDCS,andthesmallsystemiscalledPLC.Ofcourse,itisnotimpossibletosayso,butitisnotright.Nowlet'sre-establishthisidea.
Well,firstofall,what'sthedifferencebetweenDCSandPLC?
1,intermsofdevelopment:
DCSevolvedfromthetraditionaldashboardmonitoringsystem.Therefore,controlofDCSfromcongenitalitlaysmoreemphasisontheinstrument,suchastheYOKOGAWACS3000DCSsystemweuseornolimittothenumberofPID(PID,PIDalgorithmisthecontrolvalve,numberofstandardalgorithm,thePIDinverterclosed-loopcontrolusuallydeterminesthenumberofadjustablevalve).
PLCevolvedfromtraditionalrelayloops,andtheinitialPLCdidnotevenhavetheanalogprocessingcapability,soPLCstartedbyemphasizinglogicalcomputingcapabilities.
2,fromtheaspectsofsystemscalabilityandcompatibility:
Marketcontrolproductsarenumerous,regardlessofDCSorPLC,therearemanymanufacturersintheproductionandsale.ForPLCsystems,thereisgenerallynoorverylittleneedforextensions,becausePLCsystemsaregenerallyusedfordevices.Generallyspeaking,PLChasveryfewcompatibilityrequirements.Forexample,twoormoresystemsrequireresourcesharing,whichisdifficultforPLC.Moreover,PLCusuallyusesadedicatednetworkstructure,suchasSIEMENS'sMPItotallinearnetwork,andevenanoperatorstationisnoteasyorexpensive.
DCSintheprocessofdevelopmentisthemanufacturersownsystem,butmostoftheDCSsystem,suchasHengheYOKOGAWA,HoneWeil,ABBandsoon,althoughtheinternalsystem(process)communicationprotocolisnotthesame,buttheoperationallevelnetworkplatforminvariablychosetheEthernetnetwork,usingstandardordeformationoftheTCP/IPprotocol.Thisprovidesaveryconvenientscalability.Inthisnetwork,thecontrollerandthecomputerallexistasanode.Aslongasthenetworkarrives,thenumberofnodesandthelocationofnodescanbechangedatwill.Inaddition,basedonwindows,OPC,DDEandotheropenprotocols,thesystemcanalsobeveryconvenientcommunication,inordertoachieveresourcesharing.
3,fromthedatabase:
DCSgenerallyprovidesaunifieddatabase.Inotherwords,inaDCSsystem,onceadataispresentinthedatabase,itcanbereferencedinanycase,suchasinconfigurationsoftware,inmonitoringsoftware,inatrenddiagram,inareport......ThedatabaseofPLCsystemisusuallynotunified,configurationsoftwareandmonitoringsoftware,andevenarchivingsoftware,havetheirowndatabase.WhydoyouoftensaythatSIEMENS'sS7400tomorethan414beforeitiscalledDCS?BecauseSIEMENS'sPCS7systemusesaunifieddatabase,thePCS7requirescontrollerstobeatleastS7414-3ormore.
4,fromthetimescheduling:
PLCprogramsgenerallydonotruninapredeterminedcycle.ThePLCprogramisexecutedfromstarttofinishandthenfromscratch.(nowsomeofthenewPLChasimproved,buttherearelimitstothenumberoftaskscycles),andtheDCScansetthetaskcycle.Forexample,quicktasks,etc..Thesameisthesensorsampling,thepressuresensorchangetimeisveryshort,wecanusethe200mstaskcyclesampling,andthetemperaturesensorlagtimeisverybig,wemayusethe2Sdutycycletosample.Inthisway,DCScanreasonablycontrolthecontroller'sresources.
5,fromthenetworkstructureforbaking:
Generallyspeaking,DCSusedtwolayernetworkstructure,alayerfortheprocesslevelnetwork,mostoftheDCSbusprotocolusingtheirown,suchasHenghe'sModbus,SIEMENSandABBProfibus,ABBCANbus,theseprotocolsarebasedonthestandardserialRS232protocolorRS485protocol.TheIOmodule,especiallythesampleddataanalog(machinecode,213/scancycle)isverylarge,thesceneatthesametimemanyinterferingfactors,thereforeshouldbeusedinhighthroughputandstronganti-interferenceabilityofthenetworkstandard.ThebusstructurebasedonRS485serialasynchronouscommunicationmodemeetstherequirementsoffieldcommunication.
ThesampleddataofIOisconvertedintoplasticdataorsoliddataafterCPUconversion,anditistransmittedontheoperationlevelnetwork(secondlayernetwork).Therefore,theoperationlevelnetworkcanadoptthenetworkstandardwithmoderatedatathroughput,fasttransmissionspeedandconvenientconnection.Atthesametime,becausetheoperationlevelnetworkisgenerallyarrangedinthecontrolroom,therequirementofanti-jammingisrelativelylow.Therefore,adoptingstandardEthernetisthebestchoice.TCP/IPprotocolisastandardEthernetprotocol,generallyweuse100Mbit/scommunicationspeed.
ThetaskofPLCsystemisrelativelysimple,sotheamountofdatatobetransmittedwillnotbetoolarge,sothecommonPLCsystemisanetworkstructure.Theprocesslevelnetworkandtheoperationlevelnetworkaremergedtogether,ortheprocesslevelnetworksimplifiestheinternalconnectionbetweenmodules.PLCwillnotorrarelyuseethernet.
6,fromthesizeoftheapplicationobject:
PLCisgenerallyusedinsmallautomaticcontrolareas,suchasequipmentcontrolorasmallamountofanalogcontrolandinterlocking,whilelarge-scaleapplicationsaregenerallyDCS.Ofcourse,thisconceptisnotaccurate,butveryintuitive,andweusedtocallthesystemlargerthan600pointsDCS,smallerthanthisscalecalledPLC.OurheatpumpandQCS,horizontalproductssupportingthecontrolsystemisgenerallyreferredtoasPLC.
Thedifference,saidsomanyPLCandDCS,butweshouldbeawarethatthePLCandDCSdevelopmenttoday,infactinthemovetowardeachother,strictlyspeaking,PLCandDCSnowhasnotaknifecut,alotofthetimebetweenconceptshavebeenblurred.Now,let'stalkaboutthesimilarities.
1,fromthefunction:
PLCalreadyhasanalogcontrolcapabilities,andsomePLCsystemsareevenpowerfulanalogprocessingcapabilities,suchasHenghe,FA-MA3,SIEMENS'sS7400,ABB'sControl,Logix,andSchneider'sQuantumsystem.AndDCSalsohasprettystronglogicprocessingcapabilities,suchastheimplementationofalltheprocessinterlockinganddevicelinkagewecanuseonCS3000.
2,fromthesystemstructure:
ThebasicstructureofPLCandDCSisthesame.PLCdevelopmenttotoday,hasbeenfullytransplantedtothecomputersystemcontrol,thetraditionalprogrammerhaslongbeeneliminated.SmallapplicationsPLCgenerallyusetouch-screen,large-scaleapplicationsofPLC,thefulluseofcomputersystems.SameasDCS,
IOcontrollerandfieldbusstation(usuallybusRS485orRS232asynchronousserialcommunicationprotocolbasedon),ifthereisnoextensionbetweenthecontrollerandcomputerrequirements,aswellastheuseofacomputercase,willalsousethebuscommunication.Butifmorethanonecomputerisused,thesystemstructurewillbethesameasDCS,andtheuppercomputerplatformusestheEthernetarchitecture.Thisisoneofthereasonswhytheconceptoflarge-scalePLCandDCSisblurred.
3,thedevelopmentdirectionofPLCandDCS:
TheminiaturizationofPLCwillbedevelopedtomorespecializedapplications,suchasmoretargetedfeatures,moretargetedapplicationsenvironment,andsoon.TheboundariesoflargePLCandDCSaregraduallydiluteduntilfullyintegrated.
DCSwillcontinuetodevelopinthedirectionofFCS.ThecoreoftheFCSisespeciallyimportantinadditiontothedecentralizedcontrolsystem.TheapplicationofFCSinforeigncountrieshasdevelopedtoinstrumentlevel.Thecontrolsystemwithonlysignalacquisitionandprovidetheman-machineinterfaceandcontrollogic,theanalogcontrolinthefieldofinstrument,withoutthetraditionalcableconnectionbetweentheinstrumentandcontrolsystem,fieldbusisusedtoconnectthewholeinstrumentsystem.(atpresent,HenghehasusedFCSintheCNOOCShellpetrochemicalproject,andtheinstrumentleveladoptsintelligentinstruments,suchasEJXandsoon.Ithastheworld'smostadvancedcontrollevel).
HowdoyoutreatPLCandDCScorrectly?
Personally,IneverstressedthedifferencebetweenPLCandDCS,andIusedthemasanewterm,"controlproducts."".Weprovideuserswiththemostsuitableusercontrolsystem.MostusersdonotwanttouseDCSbecausetheywanttouseaDCS,andcontrolproductsmustbepositionedonthebasisofmeetingtheuser'sprocessrequirements.Infact,userswhouseDCSorPLCmostlyhavenevercomeintocontactwithautomaticcontrolproductsorhavesomespecialneeds.Puttingtoomuchemphasisonthisstuffwillonlyleadtoarguments.
FromthedifferenceandcommongroundbetweenPLCandDCS,weunderstandthegeneralsituationofcontrolproducts.Notethatasprofessionals,wedonotfortheproductunderthedefinitionofPLCorDCS,andtheirownpsychologicalproductscannotbetreateddifferently.
Conceptually,PLCandDCSarenotoriginallyalogicallayerofconcepts,andtheycanbeseenfromnames:PLCisnamedafterfunction,andDCSisnamedafterarchitecture.PLCcanmakeupDCS!Ofcourse,performancedifferencesstillexist,butlookattheproductsandneeds.Fromtheapplicationpointofview,simplytoPLC,DCStodistinguishbetween,oftenintothemisunderstanding.
ThedifferencebetweenDCScontrolsystemandPLCcontrol
1.DCSisadecentralizedcontrolsystem,andPLCisjustaprogrammablecontrollerthatcontrolsthe"device",whichisthedifferencebetween"system"and"device".Thesystemcanrealizethefunctionandcoordinationofanydevice,andthePLCdeviceonlyimplementsthefunctionofthisunit
2.inthenetwork,theDCSnetworkisthecentralnervoussystem,theMACSsystemofHollysyscorporationsysteminthenetworkusingtheindustrialEthernetisthedualredundant100Mbps,usingtheinternationalstandardprotocolTCP/IP.Itisasafeandreliablehigh-speedcommunicationnetworkredundancy,systemdevelopmentandopenness.AndbetterPLCbecausebasicallyforindividualwork,itscommunicationswithotherPLCorPC,thebasicformofthenetworkisasinglenetworkstructure,networkprotocolsareofteninconsistentwithinternationalstandards.Innetworksecurity,PLCdoesnothaveverygoodprotectionmeasures.Weusepower,CPU,andnetworkdualredundancy
Thewholeschemeconsidered3.DCS,withengineerstationoperatorstation,betweenthestationandthestationintherunningprogramafterdownloadingisatightjointrelationship,anystation,anyfunction,anycontrolleddeviceareinterlockedcontrol,coordinatedcontrol;andsinglePLCcomposedofinterconnectedsystem,
Theconnectionbetweenthestationandthestation(PLCandPLC)isalooseconnection,anditcannotdothefunctionofcoordinatedcontrol.
4.DCSinthewholedesignonalotofthescalabilityoftheinterface,theexternalsystemortheextensionofthesystemisveryconvenient,completethewholesystemPLCthelap,toarbitrarilyincreaseordecreasetheoperatorstationisdifficulttoachieve.
5.:toensurethesafetyofDCSDCScontrolequipmentissafeandreliable,DCSusesadualredundantcontrolunit,asanimportantcontrolunitwhenafaultoccurs,therewillberedundanttotherelevantunitofreal-timeswitchwithoutdisturbancetotheunitofwork,toensurethesafetyandreliabilityofthewholesystem.ThereisnoredundancyconceptinPLClappingsystem,letaloneredundantcontrolstrategy.EspeciallywhenaPLCunitfails,ithastostopthewholesystembeforereplacing,maintaining,andreprogramming.SotheDCSsystemisonelevelaboveitssecurityandreliability.
6.systemsoftware,toupdatethecontrolschemeofvarioustechnologyisabasicfunctionoftheDCS,whenaprogramchanges,engineersonlyneedtoengineerstationadmiralchangedprogramcompiled,executedunderthecommandofit,thedownloadingprocessisfinishedautomaticallybythesystem,doesnotaffecttheoriginalcontrolschemeoperation.Variouscontrolsoftwareandalgorithmofthesystemcanimprovethecontrolprecisionofprocesscontrolobject.AsfortheformofthePLCsystem,theworkloadisextremelylarge,firstneedtodeterminetheeditandupdateofwhatPLCis,andthenusethecorrespondingcompilercompiler,thenadedicatedmachine(Reader)specialoneoftheprocedureswillbetransmittedtothePLC,inthesystemcommissioningperiod,alargenumberofincreasethetimeandcostofdebugginganddebugging,veryconducivetomaintenanceafter.Thereisagreatdifferenceincontrolaccuracy.Thisdetermineswhythelargeandmedium-sizedcontrolprojects(morethan500points),basicallydonotuseallconnectedbythePLCsystem.
7.modules:DCSsystem,allI/OmodulesareCPU,youcanachievetheacquisitionandoutputsignalqualityjudgmentandscalarconversion,fault,liveplugandplay,randomreplacement.ThePLCmoduleisonlyasimpleelectricalconversionunit,thereisnosmartchip,afterthefailureofthecorrespond
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 施工图施工工艺交底方案
- 2026广东广州市中山大学肿瘤防治中心招聘事业单位工作人员65人(第一批)考试备考题库及答案解析
- 河道生态流量保障方案
- 2026重庆市万盛经开区医疗保障事务中心公益性岗位招聘1人考试备考题库及答案解析
- 2026上汽销售春季校园招聘笔试模拟试题及答案解析
- 建筑工程变更管理与控制方法
- 一根羽毛也不能动
- 2025年企业负责人岗前培训试题及答案(完整版)
- 2025年国家公务员录用考试行测言语理解与表达选词填空专用题库及答案
- 2025年社区工作人员考试综合练习附完整答案详解(全国)
- 电力线路巡检报告模板
- 劳务合同2026年合同协议
- 高中数学资优生导师培养模式与教学资源整合研究教学研究课题报告
- 商业综合体弱电系统施工方案
- 2025年选拔乡镇副科级干部面试真题附答案
- 鼾症科普宣传课件
- 有趣的汉字小故事
- 中国特发性颅内压增高诊断与治疗专家共识(新版)课件
- 2025华夏银行郑州分行社会招聘备考题库及完整答案详解1套
- 《玄女经》白话文译注与原文对照
- 伤口负压治疗新进展
评论
0/150
提交评论