版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、 智能楼宇自动化系统引言楼宇自动化系统也叫建筑设备自动化系统(BuildingAutomationSystem简称BAS),是智能建筑不可缺少的一部分,其任务是对建筑物内的能源使用、环境、交通及安全设施进行监测、控制等,以提供一个既安全可靠,又节约能源,而且舒适宜人的工作或居住环境。2楼宇自动化系统的组成与基本功能建筑设备自动化系统通常包括暖通空调、给排水、供配电、照明、电梯、消防、安全防范等子系统。根据我国行业标准,BAS又可分为设备运行管理与监控子系统和消防与安全防范子系统,如图所示。一般情况下,这两个子系统宜一同纳入BAS考虑,如将消防与安全防范子系统独立设置,也应与BAS监控中心建立通
2、信联系以便灾情发生时,能够按照约定实现操作权转移,进行一体化的协调控制。建筑设备自动化系统的基本功能可以归纳如下:自动监视并控制各种机电设备的起、停,显示或打印当前运转状态。自动检测、显示、打印各种机电设备的运行参数及其变化趋势或历史数据。(3)根据外界条件、环境因素、负载变化情况自动调节各种设备,使之始终运行于最佳状态。监测并及时处理各种意外、突发事件。实现对大楼内各种机电设备的统一管理、协调控制。能源管理:水、电、气等的计量收费、实现能源管理自动化。设备管理:包括设备档案、设备运行报表和设备维修管理等。3楼宇自动化控制系统的原理楼控系统采用的是基于现代控制理论的集散型计算机控制系统,也称分
3、布式控制系统(Distributedcontrolsystems简称DCS)。它的特征是“集中管理分散控制”,即用分布在现场被控设备处的微型计算机控制装置(DDC)完成被控设备的实时检测和控制任务,克服了计算机集中控制带来的危险性高度集中的不足和常规仪表控制功能单一的局限性。安装于中央控制室的业管理计算机具有CRT显示、打印输出、丰富的软件管理和很强的数字通信功能,能完成集中操作、显示、报警、打印与优化控制等任务,避免了常规仪表控制分散后人机联系困难、无法统一管理的缺点,保证设备在最佳状态下运行。以下介绍与分布控制系统相关的几个概念。3.1直接数字控制系统(DDC)直接数字控制系统(Direc
4、tDigitalControl简称DDC)如图2所示。计算机通过模拟量输入通道(AI)和开关量输入通道(DI)采集实时数据,然后按照一定的规律进行计算,最后发出控制信号,并通过模拟量输出通道(AO)和开关量输出通道(DO)直接控制生产过程。因此DDC系统是一个闭环控制系统,是计算机在工业生产过程中最普遍的一种应用方式。DDC系统中的计算机直接承担控制任务,因而要求实时性好、可靠性高和适应性强。311直接数字控制系统的组成直接数字控制系统主要由过程输入通道、过程控制计算机、过程输出通道三部分组成。过程输入通道由模拟量输入和数字量输入两部分组成。模拟量输入通道由变送器、采样开关、放大器、A/D转换
5、器和接口电路组成。其中变送器的作用是将非电量信号变换成标准电信号,可将温度、压力、流量变换成0-10mA或4-20mA的直流电信号,它是通过A/D转换器来实现的。一数字量输入通道由开关触点、光电耦合器和接口电路组成,反映生产过程的通/断状态的触点信号,经过光电耦合器和接口电路变换成数字信号送给计算机。过程控制计算机直接承担运算和控制任务,首先通过过程输入通道采集被控对象的各种参数信号,再根据预定的控制规律(如PID)进行运算,然后向被控对象发出控制信号,再通过输出通道直接控制调节阀等执行机构。过程输出通道由模拟量输出和数字量输出两部分组成。前者把计算机输出的数字控制信号转换成模拟电压或电流信号
6、,再经过放大器去驱动调节阀等执行器实现对生产过程的控制。这一部分由接口电路、D/A转换器,放大器和执行器组成。后者把计算机输出的开关信号,经放大器去驱动电磁阀和继电器执行器,它由接口电器、光电耦合器、放大器和执行器组成。312直接数字控制系统的基本算法按照偏差的比例(P)、积分(I)和微分(D)进行控制,是连续系统中技术成熟、应用最为广泛的一种基本规律,将PID控制规律离散化并在计算机上实现,可以方便地利用已积累的成熟技术,而且可以在被控对象的数学模型或参数不很清楚的情况下,经过在线整定达到满意的效果。因此,将模拟调节规律离散化的数字PID算法,已被工业过程计算机控制系统普遍采用,成为DDC系
7、统的基本算法。数字PID控制算法,模拟量调节器的理想PID算式为式中e(t)偏差(设定值与实际输出值之差)u(t)控制量Kp比例放大系数Ti一积分时间常数Td微分时间常数写成传递函数形式为了能在计算机上实现,必须将连续形式的微分方程化为离散形式的差分方程。设了为采样周期(与系统时间常数相比,T足够小),k为采样序号(k=0,1,2,),可用矩形法计算而积以差分代替微分式中e(k)第k次采样所得偏差值e(k-1)第(k-1)次采样所得偏差值u(k)第k时刻的控制量上式中的采样周期T越小(与系统时间常数比较而言),则被控过程与连续控制过程越接近,又称为“准连续控制”。32分布式控制系统的体系结构分
8、布式控制系统(DistributedControlSystems简称DCS)20世纪于70年代中期出现并迅速发展起来,它将计算机技术、控制技术、图形显示技术和通信技术汇集于一体,可对分散在现场的设备进行控制,又可方便地集中管理、操作,与以往的控制系统相比,既避免了单台计算机集中控制的不足,又克服了常规仪表人机交互困难的缺点。分布式控制系统的多台微型计算机取代了集中控制系统的单台计算机,从体系结构上分散了危险性,提高了可靠性。其基本结构功能如图3所示,图中现场控制站、数据采集站、工程师站、操作员站、监控计算机和管理计算机通过数据通信网络被有机地结合起来,组成分级分布控制系统。321分布式控制系统
9、的数据通信网络数据通信网络是分布式控制系统的支柱。整个分布式控制系统的结构,实质上是一个网络结构,现场控制站、数据采集站、工程师站、操作员站、监控计算机等都是这个网络上的“节点”,都含有CPU和网络接口,它们都有自己特定的网络地址(节点号),可以通过网络发送和接收数据,网络中的各节点处于平等地位,既能共享资源,又不相互依赖,形成既有统一指挥,又使危险分散的功能结构,网络的架构区具有极大的伸缩性,可扩性很强,可以满足分布式控制系统扩充与升级的需要,十分灵活、方便。控制网络特点分布式控制系统的通信网络不同于通用计算机网络,与一般的通信网络比较,它有如下特殊要求:有高可靠性和安全性,要求传递的信息绝
10、对准确、可靠,为此常采用冗余技术、后备措施和自诊断功能。如:控制站采用双CPU板,双I/O板等。具有良好的实时性。对环境适应性强。网络拓扑结构建筑设备自动化系统常用的有总线网和环网,在两种结构中任意两节点通信可直接通过网络进行,各节点处于平等地位。网络通信协议组成建筑设备自动化系统,必须有一种大家都能接受并且共同遵守的工作语言来实现相互之间的对话,这就是数据通信协议标准。用于建筑自动化控制网络的BACnet协议由物理层、数据链路层、网络层和应用层组成,或相当于开放系统互联参考模型(OSI)的第一、二、三、七层协议其中:ARCnet为令牌总线网,数据传输速率为2.5-20bit/s,有良好的实时
11、性。MS/TP是一种主/从令牌传递数据链路层技术,允许使用EIA-485硬件。BACnet实现了不同生产厂家自控系统之间进行通信的技术,即从一个“岛”到另一个“岛”之间进行相互联系的技术。5结束语楼宇自动化控制技术在我国还是一个新兴的技术领域,随着更多智能建筑的出现,将有更加先进的技术补充到这一领域中,使这一技术更加成熟、完善。 IntelligentBuildingTheoryofBuildingAutomationSystemAbstract:Thispaperdescribesthebuildingautomationsystemcomponents,functions,andprinc
12、iplesofsoftwareandhardwaretechnology,history,andrelatedproductsarebrieflyintroducedthereaderofthissystemhasacomprehensiveunderstandingofrelevantprofessionaldesignersfortheprogramdesignedtoprovideatheoreticalframeofreference.Keywords:buildingautomationsystem,thecoreprincipleofthebasicfunctionsofhardw
13、areandsoftwaretechnologies1IntroductiontoBuildingAutomationSystem,alsoknownasbuildingautomationsystem(BuildingAutomationSystemreferredtoasBAS),isanintegralpartofintelligentbuilding,itstaskisthebuildingsenergyuse,environmental,trafficandsafetymonitoring,control,etc.,toprovideasafeandreliable,butalsos
14、aveenergy,andcomfortableworkorlivingenvironment2.buildingautomationsystemcomponentsandbasicfunctionsofbuildingautomationsystemsoftenincludeairconditioning,watersupplyanddrainage,powersupply,lighting,elevators,firesafetyandpreventionandothersubsystems.Accordingtoourindustrystandards,BAScanbedividedin
15、toequipmentoperationmanagementandmonitoringsubsystemandfirepreventionandsafetysubsystems,asshown.Ingeneral,thesetwosubsystemstogetherintoBASconsidershould,ifthefireandsafetyprecautionsZijiTongindependentsetting,controlcentershouldbeestablishedcommunicationwiththeBAScontactYipiandisasterFasheng,canac
16、hievetheagreedoperatingQuanZhuanYiAnZhao,JinXingYiTihuacoordinationandcontro.Buildingautomationsystemsbasicfunctionscanbesummarizedasfollows:(1)automaticmonitoringandcontrolofvariouselectricalandmechanicalequipment,thestop,displayorprintthecurrentoperatingstate.(2)automaticdetection,display,printava
17、rietyofelectricalandmechanicalequipmentoperatingparametersandchangesintrendsorhistoricaldata.(3)Accordingtoexternalconditions,environmentalfactors,thechangeautomaticallyadjusttheloadofequipment,sothatisalwaysrunningintopcondition.(4)monitoringandtimelyprocessingofallaccidentemergencies(5)toachieveav
18、arietyofelectricalandmechanicalequipmentonbuildingaunifiedmanagement,coordinationandcontrol.(6)Energymanagement:water,electricity,gasmeteringandcharging,etc.,toachieveenergymanagementautomation.(7)EquipmentManagement:includingdevicefiles,equipmentoperationandequipmentmaintenancemanagementreports.3,t
19、heprincipleofbuildingautomationcontrolsystemBuildingcontrolsystemusedisbasedonmoderncontroltheory,distributedcomputercontrolsystem,alsoknownasdistributedcontrolsystem(DistributedcontrolsystemsreferredtoasDCS).Itischaracterizedbyacentralizedmanagementdecentralizedcontrol,thatischargedwithdistribution
20、ofequipmentinthefieldofficeofthemicro-computercontrol(DDC)tocompletedevicechargedwiththetaskofreal-timedetectionandcontrol,centralizedcontrolofcomputertoovercometherisksofhighlackofcentralizedcontrolandconventionalsingleinstrumentlimitations.Installedinthecentralcontrolroomofthecentralmanagementcomp
21、uterwithCRTdisplay,printoutput,extensivesoftwaremanagementandastrongdigitalcommunicationscapabilitiestocompletethecentralizedoperation,display,alarm,taskssuchasprintingandoptimalcontrol,avoidingChangguiinstrumentcontrolisdistributeddifficultiesaftertheman-machinecontact,nounifiedmanagementshortcomin
22、gs,ensurethatequipmentrunningintopform.Herearedistributedcontrolsystemswithseveralconcepts.3.ldirectdigitalcontrolsystem(DDC)directdigitalcontrolsystem(DirectDigitalControlreferredtoasDDC)showninFigure2.Computerthroughtheanaloginputchannels(AI)anddigitalinputchannels(DI)real-timedatacollection,andth
23、encalculatedaccordingtocertainrules,andfinallythecontrolsignals,andthroughtheanalogoutputchannels(AO)andtheswitchoutputchannel(DO)directcontroloftheproductionprocess.SoDDCsystemisaclosedloopcontrolsystem,acomputerintheindustrialproductionofthemostpopularwayofanapplicationDDCsystemcontrolcomputertoun
24、dertaketasks,whichrequiredreal-time,highreliabilityandadaptability.CompositionofdirectdigitalcontrolsystemDirectdigitalcontrolsystemconsistsoftheprocessinputchannel,processcontrolcomputer,theprocessofoutputchannelsofthreeparts.Processinputchannelsfromtheanaloginputanddigitalinputoftwoparts.Analoginp
25、utchannelsfromthetransmitter,thesamplingswitch,amplifier,A/Dconverterandinterfacecircuit.Oneistheroleofthetransmittersignalwillbeconvertedintothestandardnon-powerelectricalsignal,Canbetemperature,pressure,flowtransformedinto0-10mAor4-20mADCsignal,itisthroughtheA/Dconvertertoachieve.-Digitalinputchan
26、nelsfromtheswitchcontacts,photoelectriccouplerandinterfacecircuit,reflectingtheproductionprocesson/offstateofthecontactsignal,throughtheoptocouplerandtheinterfacecircuittransformationintoadigitalsignalsenttothecomputerDirectcommitmenttotheprocesscontrolcomputeroperationsandcontroltasks,firstofallinp
27、utchannelsthroughtheprocessofcollectingtheparametersoftheobjectandsignals,thenthescheduledcontrollaw(suchasPID)foroperation,andthensendcontrolsignalstothecontrolledobject,thentheoutputchanneldirectcontrolofthecontrolvalveactuatorProcessoutputchannelfromtheanalogoutputanddigitaloutputoftwoparts.Thefo
28、rmercontrolofthecomputeroutputofdigitalsignalsintoanalogvoltageorcurrentsignals,throughtheamplifiertodrivetheactuatorcontrolvalvetoachievecontroloftheproductionprocess.Thispartoftheinterfacecircuit,D/Aconverter,amplifierandactuatorcomponent.Whichthecomputeroutputoftheswitchsignalbyamplifiertodriveso
29、lenoidvalveandrelayactuator,whichconsistsofelectricalinterfaces,opticalcoupler,amplifierandactuatorcomponent。DirectDigitalControlSysteminaccordancewiththedeviationoftheratioofthebasicalgorithm(P),integral(I)anddifferential(D)control,acontinuoussystemtechnologyismature,themostwidelyusedasabasiclaw,th
30、ePIDcontrolGuilvdiscreteimplementationofandmakecomputer,caneasilybeaccumulatedtousethisproventechnology,butalsotheallegedtargetofthemathematicalmodelorparameterisnotveryclearunderthecircumstances,JingGuo-linetuningofXiaoguosatisfactory.Therefore,thelawregulatingdiscreteanalogdigitalPIDalgorithm,comp
31、utercontrolofindustrialprocesseshavebeenwidelyadoptedsystem,aDDCsystem,thebasicalgorithmDigitalPIDcontrolalgorithm,analogPIDcontrolleridealformulaforthetypeofe(t)-deviation(setvalueandtheactualoutputvalueoftheerror)u(t)-controltheamountofKp-TiascalingfactorIntegraltimeconstantTd-differentialtimecons
32、tanttransferfunctionwrittenintheformofacomputerinordertoachieve,mustbeacontinuousformofdifferentialequationsintodiscreteformofdifferentialequations.Setforthesamplingperiod(comparedwiththesystemtimeconstant,Tissmallenough),kissamplingnumber(k=0,1,2,),canbecalculatedandrectangularplottoreplacethediffe
33、rentialdifferenceTypeine(k)-k-thsamplefromthedeviatione(k-1)-s(k-1)sub-samplefromthedeviationofu(k)-k-timecontroloftrafficonthetypeofThesmallerthesamplingperiodT(comparisonwiththesystemtimeconstant),waschargedwiththeprocessandthecontinuouscontrolprocessapproached,alsoknownasquasi-continuouscontrolTh
34、earchitectureofdistributedcontrolsystemdistributedcontrolsystem(DistributedControlSystemsreferredtoasDCS)20centuryinthemid70sandquicklydeveloped,itwillcomputertechnology,controltechnology,graphicsandcommunicationtechnologiestogetherinone,canspreadoverthesceneoftheequipmentcontrol,butalsoconvenientto
35、centralizedmanagement,operation,andthepast,thecontrolsystem,bothtoavoidLesinglecentralizedcomputercontroloftheinadequacyofOvercomeconventionalhuman-computerinteractiondifficultiestheshortcomingsinstrument.Distributedcontrolsystemofmultiplemicro-computersystemtoreplacethecentralizedcontrolofasingleco
36、mputer,fromthearchitectureoftheriskofdispersion,improvedreliability,.ThebasicstructureandfunctionshowninFigure3,thefigureTTTscenecontrollers,dataacquisitionstation,engineerstation,operatorstation,monitorandmanagecomputerdatacommunicationthroughcomputernetworksareorganicallycombinedtoformthehierarchi
37、caldistributedcontrolsystem3.2.1AdistributedcontrolsystemdatacommunicationsnetworkDatacommunicationnetworkisapillarofthedistributedcontrolsystem.Thestructureofthedistributedcontrolsystem,whichisanetworkstructure,thecontrolstation,dataTacquisitionstation,engineers,operatorstations,monitoringstationis
38、thecomputeronthenetworknode,containtheCPUandnetworkinterface,theyallhavetheirownspecialnetworkaddress(nodes),cansendandreceivedatathroughthenetwork,thenetworkofeachnodeinequalstatus,canshareresourcesandinterdependent,formaunifiedcommand,andhasthefunctionofthedispersedrisk,networkarchitectureareaisof
39、greatflexibility,scalability,cansatisfythedistributedcontrolsystemwiththeneedtoupgrade,theexpansionisflexibleandconvenient(1)controlnetworkcharacteristicsofdistributedcontrolsystemisdifferentfromthegeneralcomputernetworkcommunicationnetwork,andgeneralcommunicationnetwork,itisasfollows:(1)havespecialrequirements,highreliabilityandsafetyrequirementsofinformationtransmission,thereforeabsolutelyaccurate,reliableandoftenU
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 广东常规跨径公路钢桥典型安装工艺示意
- 2023年啶虫咪投资申请报告
- Python程序设计实践- 习题及答案 ch15 实验11 调试和异常处理
- 类文本阅读-传记-2021年高考语文复习学案
- 专项24-圆周角定理-重难点题型
- 高级硬件工程师工作岗位职责说明(33篇)
- 快递工作总结
- 语法专题八 情态动词【考点精讲精练】-2023年中考语法一点通(学生版)
- 千与千寻观后感15篇
- 横店影视城导游词(31篇)
- 部编道德与法治三年级下册第8课大家的朋友说课课件
- 动物局部解剖学后肢演示文稿
- 【知识解析】五次国际产业转移
- 托福词汇10000电子讲义
- 微观经济学(浙江大学)知到章节答案智慧树2023年
- 建筑学专业知识考试参考题库(300题)
- 高级烟叶制丝操作工理论考试复习题库大全-1单选题汇总
- API520-安全阀计算PART1(中文版)
- 【超星尔雅学习通】大国崛起:中国对外贸易概论网课章节答案
- DB32/T 4465-2023专利侵权纠纷行政裁决庭审规范
- DDI-高绩效辅导培训课件
评论
0/150
提交评论