毕业设计论文 外文文献翻译 基于多数据融合传感器的分布式温度控制系统 中英文对照_第1页
毕业设计论文 外文文献翻译 基于多数据融合传感器的分布式温度控制系统 中英文对照_第2页
毕业设计论文 外文文献翻译 基于多数据融合传感器的分布式温度控制系统 中英文对照_第3页
毕业设计论文 外文文献翻译 基于多数据融合传感器的分布式温度控制系统 中英文对照_第4页
毕业设计论文 外文文献翻译 基于多数据融合传感器的分布式温度控制系统 中英文对照_第5页
已阅读5页,还剩4页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、 黄河科技学院毕业设计(文献翻译) 第 9 页distributed temperature control system based on multi-sensor data fusionabstract: temperature control system has been widely used over the past decades. in this paper, a general architecture of distributed temperature control system is put forward based on multi-sensor data fu

2、sion and can bus. a new method of multi-sensor data fusion based on parameter estimation is proposed for the distributed temperature control system. the major feature of the system is its generality, which is suitable for many fields of large scale temperature control. experiment shows that this sys

3、tem possesses higher accuracy, reliability, good realtime characteristic and wide application prospectkeywords: distributed control system; can bus; intelligent can node; multi-sensor data fusion.1. introduction distributed temperature control system has been widely used in our daily life and produc

4、tion, including intelligent building, greenhouse, constant temperature workshop, large and medium granary, depot, and so on1. this kind of system should ensure that the environment temperature can be kept between two predefined limits. in the conventional temperature measurement systems we build a n

5、etwork through rs-485 bus using a single-chip metering system based on temperature sensors. with the aid of the network, we can carry out centralized monitoring and controlling. however, when the monitoring area is much more widespread and transmission distance becomes farther, the disadvantages of

6、rs-485 bus become more obvious. in this situation, the transmission and response speed becomes lower, the anti-interference ability becomes worse. therefore, we should seek out a new communication method to solve the problems produced by rs-485 bus.during all the communication manners, the industria

7、l control-oriented field bus technology can ensure that we can break through the limitation of traditional point to point communication mode and build up a real distributed control and centralized management system. as a serial communication protocol supporting distributed real-time control, can bus

8、 has much more merits than rs-485 bus, such as better error correction ability, better real-time ability, lower cost and so on. presently, it has been extensively used in the implementation of distributed measurement and control domains. with the development of sensory technology, more and more syst

9、ems begin to adopt multi-sensor data fusion technology to improve their performances. multi-sensor data fusion is a kind of paradigm for integrating the data from multiple sources to synthesize the new information so that the whole is greater than the sum of its parts 345. and it is a critical task

10、both in the contemporary and future systems which have distributed networks of low-cost, resource-constrained sensors2. distributed architecture of the temperature control system the distributed architecture of the temperature control system is depicted in the figure 1. as can be seen, the system co

11、nsists of two modulesseveral intelligent can nodes and a main controller. they are interconnected with each other through can bus. each module performs its part into the distributed architecture. the following is a brief description of each module in the architecture. 3.1 main controlleras the syste

12、ms main controller, the host pc can communicate with the intelligent can nodes. it is devoted to supervise and control the whole system, such as system configuration, displaying running condition, parameter initialization and harmonizing the relationships between each part. whats more, we can print

13、or store the systems history temperature data, which is very useful for the analysis of the system performance3.2. intelligent can node each intelligent can node of the temperature control system includes five units: mcua single chip, a/d conversion unit, temperature monitoring unitsensor group, dig

14、ital display unit and actuatorsa cooling unit and a heating unit. the operating principle of the intelligent can node is described as follows. in the practical application, we divide the region of the control objective into many cells, and lay the intelligent can nodes in some of the typical cells.

15、in each node, mcu collects temperature data from the temperature measurement sensor groups with the aid of the a/d conversion unit. simultaneously, it performs basic data fusion algorithms to obtain a fusion value which is more close to the real one. and the digital display unit displays the fusing

16、result of the node timely, so we can understand the environment temperature in every control cell separately. by comparing the fusion value with the set one by the main controller, the intelligent can node can implement the degenerative feedback control of each cell through enabling the correspondin

17、g heating or cooling devices. if the fusion result is bigger than the set value in the special intelligent can node, the cooling unit will begin to work. on the contrary, if the fusion result is less than the set value in the node the heating unit will begin to work. by this means we can not only mo

18、nitor the environment temperature, but also can make the corresponding actuator work so as to regulate the temperature automatically. at the same time every can node is able to send data frame to the can bus which will notify the main controller the temperature value in the cell so that controller c

19、an conveniently make decisions to modify the parameter or not. since the can nodes can regulate the temperature of the cell where they are, the temperature in the whole room will be kept homogeneous. whats more, we can also control the intelligent node by modifying the temperatures setting value on

20、the host pc.generally, the processors on the spot are not good at complex data processing and data fusing, so it becomes very critical how to choose a suitable data fusion algorithm for the system. in the posterior section, we will introduce a data fusion method which is suitable for the intelligent

21、 can nodes。4. multi-sensor data fusion the aim to use data fusion in the distributed temperature control system is to eliminate the uncertainty, gain a more precise and reliable value than the arithmetical mean of the measured data from finite sensors. furthermore, when some of the sensors become in

22、valid in the temperature sensor groups, the intelligent can node can still obtain the accurate temperature value by fusing the information from the other valid sensors. 4.1. consistency verification of the measured data during the process of temperature measurement in our designed distributed temper

23、ature control system, measurement error comes into being inevitably because of the influence of the paroxysmal disturb or the equipment fault. so we should eliminate the careless mistake before data fusion. we can eliminate the measurement errors by using scatter diagram method in the system equippe

24、d with little amount of sensors. parameters to represent the data distribution structure include mediantm, upper quartile numberfv, lower quartile numberfl and quartile dispersiondf. it is supposed that each sensor in the temperature control system proceeds temperature measurement independently. in

25、the system, there are eight sensors in each temperature sensor group of the intelligent can node. so we can obtain eight temperature values in each can node at the same time. we arrange the collected temperature data in a sequence from small to large: t1, t2, , t8 in the sequence, t1 is the limit in

26、ferior and t8 is the limit superior. we define the mediantm as: (1) the upper quartilefv is the median of the interval tm, t8.the lower quartile numberfl is the median of the interval t1, tm.the dispersion of the quartile is: (2)we suppose that the data is an aberration one if the distance from the

27、median is greater than adf, that is, the estimation interval of invalid data is: (3) in the formula, a is a constant, which is dependent on the system measurement error, commonly its value is to be 0.5, 1.0, 2.0 and so on. the rest values in the measurement column are considered as to be the valid o

28、nes with consistency. and the single-chip in the intelligent can node will fuse the consistent measurement value to obtain a fusion result5. temperature measurement data fusion experiment by applying the distributed temperature control system to a greenhouse, we obtain an array of eight temperature

29、values from eight sensors as followsthe mean value of the eight measurement temperature result is comparing the mean value (8)t with the true temperature value in the cell of the greenhouse, we can know that the measurement error is +0.5. after we eliminate the careless error from the fifth sensor u

30、sing the method introduced before, we can obtain the mean value of the rest seven data (7)t=29.6, the measurement error is -0.4. the seven rest consistent sensor can be divided into two groups with sensor s1, s3, s7 in the first group and sensor s2, s4, s6, s8 in the second one. the arithmetical mea

31、n of the two groups of measured data and the standard deviation are as follows respectively: according to formula (13), we can educe the temperature fusion value with the seven measured temperature value. the error of the fusion temperature result is -0.3. it is obvious that the measurement result f

32、rom data fusion is more close to the true value than that from arithmetical mean. in the practical application, the measured temperature value may be very dispersive as the monitoring area becomes bigger, data fusion will improve the measuring precision much more obviously.6. conclusions the distrib

33、uted temperature control system based on multi-sensor data fusion is constructed through can bus. it takes full advantage of the characteristics of field bus control system-fdcs. data acquisition, data fusion and system controlling is carried out in the intelligent can node, and system management is

34、 implemented in the main controller (host pc). by using can bus and data fusion technology the reliability and real-time ability of the system is greatly improved. we are sure that it will be widely used in the future.references 1 waltz e. liinas j, multi-sensor data fusion, artech house, new york,

35、1990. 2 philips semiconductors, (1995b). “p82c150: can serial linked i/o device (slio) with digital and analog port functions”, preliminary data sheet, october 1995. 3 aslam, j., li, q., rus, d., three power-aware routing algorithms for sensor networks, wireless communications and mobile computing,

36、pp.187208, 2003. 4 r.c.luo, m.g.kay, multisensor integration and fusion in intelligent systems, ieee trans. on systems, man, and cybernetics, vol. 19, no. 5, pp.901-931 september/october, 1989. 5 pau lf, sensors data fusion, journal of intelligent and robotic system, pp. 103-106, 1998. 6 thomopoulos

37、 s c., sensor integration and data fusion, journal of robotic systems, pp.337-372, 1990. 7 rao b s y, durrant-whyte h f, sheen j a, a fully decentralized multi-sensor system for tracking and surveillance, the international journal of robotics research, massachusetts institute of technology, vol 12,

38、no. 1, pp. 20-44, feb 1993. 8 tenney r r, jr sandell n r, detection with distributed sensors, aes, vol 17, pp.501-510, 1981 基于多数据融合传感器的分布式温度控制系统摘要: 在过去的几十年,温度控制系统已经被广泛的应用。对于温度控制提出了一种基于多传感器数据融合和can总线控制的一般结构。一种新方法是基于多传感器数据融合估计算法参数分布式温控系统。该系统的重要特点是其共性,其适用于很多具体领域的大型的温度控制。实验结果表明该系统具有较高的准确性、可靠性,良好的实时性和广泛的

39、应用前景。关键词: 分布式控制系统;can总线控制;智能can节点;多数据融合传感器。1介绍 分布式温度控制系统已经被广泛的应用在我们日常生活和生产,包括智能建筑、温室、恒温车间、大中型粮仓、仓库等。这种控制保证环境温度能被保持在两个预先设定的温度间。在传统的温度测量系统中,我们用一个基于温度传感器的单片机系统建立一个rs-485局域网控制器网络。借助网络,我们能实行集中监控和控制.然而,当监测区域分布更广泛和传输距离更远,rs-485总线控制系统的劣势更加突出。在这种情况下,传输和响应速度变得更低,抗干扰能力更差。因此,我们应当寻找新的通信的方法来解决用rs-485总线控制系统而产生的问题。

40、在所有的通讯方式中,适用于工业控制系统的总线控制技术,我们可以突破传统点对点通信方式的限制、建立一个真正的分布式控制与集中管理系统,can总线控制比rs-485总线控制系统更有优势。比如更好的纠错能力、改善实时的能力,低成本等。目前,它正被广泛的应用于实现分布式测量和范围控制。 随着传感器技术的发展,越来越多的系统开始采用多传感器数据融合技术来提高他们的实现效果。多传感器数据融合是一种范式对多种来源整合数据,以综合成新的信息,比其他部分的总和更加强大。无论在当代和未来,系统的低成本,节省资源都是传感器中的一项重要指标。2分布式架构的温度控制系统 分布式架构温度控制系统如图中所示的图1。可以看出

41、,这系统由两个模块两个智能can节点和一个主要的控制器组成。每个模块部分执行进入分布式架构。下面的是简短的描述下各模块。3.1主要控制器 作为系统的主要控制器,这主pc能和智能can节点通信。它致力于监督和控制整个系统,系统配置、显示运行状况、参数初始化和协调各部分间的关系。更重要的是,我们能打印或储存系统的历史温度的数据,这对分析系统性能是非常有用的。3.2智能can节点 每一个温度控制系统的智能can节点有五个部分:mcu一个单片机,a/d转换单元,温度监测单元传感器群,数字显示器,激发器一个冷却单元和供暖单元。接下来介绍智能can节点的工作原理。 在实际操作中,我们划分控制的目标进入一些单元,储存智能can节点在一些典型的单元。在每个节点,单片机借助a / d转换单位从温度测量传感器收集温度数据。同时,它执行基本的数据融合运算获得运算的结果,更接近实际。数字显示器及时显示融合节点的结果,所以我们能及时了解在每个控制单元所处的环境温度。 通过比较融合值用主控制器构建一个,这样智能can节点可以通过相应的加热或冷却装置实现反馈控制各单元。如果在特别的智能can节点融合结果大于设

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论