亚洲免费av电影一区二区三区,日韩爱爱视频,51精品视频一区二区三区,91视频爱爱,日韩欧美在线播放视频,中文字幕少妇AV,亚洲电影中文字幕,久久久久亚洲av成人网址,久久综合视频网站,国产在线不卡免费播放

        ?

        Design of ultra-low power wireless sensor network for temperature measurement of coke oven

        2015-12-19 08:48:06ZhiqinWANGDepartmentofInformationEngineeringTangshanCollegeTangshan063000China
        機床與液壓 2015年12期
        關(guān)鍵詞:焦?fàn)t信息工程唐山

        Zhi-qin WANG(Department of Information Engineering,Tangshan College,Tangshan 063000,China)

        Design of ultra-low power wireless sensor network for temperature measurement of coke oven

        Zhi-qin WANG*
        (Department of Information Engineering,Tangshan College,Tangshan 063000,China)

        Since it is difficult to set up the network in existing coke oven to measure the temperature and the cost is relatively high,the ultra-low power wireless sensor network for temperature measurement of coke oven is designed in this paper.Self-organizing network with a MESH structure for field environments are constituted of the protocols of a physical layer,data link layer,network layer,application layer,location-based routing protocol and the ultra-low power operation mode.The system has some advantages such as flexible,accurate,low cost and long survival.

        Wireless sensor network,Temperature measurement,MESH structure,Ultra-low power,Self-organization

        Hydromechatronics Engineering

        http://jdy.qks.cqut.edu.cn

        E-mail:jdygcyw@126.com

        1 Introduction

        The wireless sensor network(WSN),highly integrated with the Short-range wireless communication technology,sensortechnology,embeddedsystem technology and network technology,has become an important research area of broad interest,and is increasingly used in a variety of area[1-3].The ultralow power wireless sensor network for temperature measurement of coke oven replaces the traditional wire measurement with wireless sensor network.Hardware and software architectures are designed according to the topology of the industrial field environments.Ultra-low power operation of the system is achieved by using ultra-low power microcontroller,ultra-low power wireless communication ASIC,the power management module and the low-power mode.Self-organizing network with a MESH structure of the design is constitu-ted of physical layer protocol,data link layer protocol,network layer protocol,application layer protocol and location-based routing protocol for field environments.

        2 System structures

        2.1 Feature of the coke oven temperature measurement Coke oven is a kind of industrial oven which uses coal to produce coke.In order to ensure the quality of coke production,cake temperature of coke is measured by a thermocouple.The measurement results can be used as one of the input parameters for the automatic control system of coke oven.The traditional coke oven temperature measurement is wire communication,less measurement nodes and high cost of complex wiring.The wired system generally uses only 2-3 measurement points.The temperature of the cake inside the center of each coke oven hole is generally estimated without accuracy.The wireless communication system can increase the number of nodes,reduce costs and wiring difficulty.Depend on the installation environment,the location of the temperature measurement nodes is fixed and gathered relatively;for an example in an oven with 50 holes,each hole could be equipped with a node.It can improve the accuracy of temperature measurement.The coke ovens in factory are generally far from each other with a variety of architectural obstacles in the middle.The wireless communication requirements of the measurement system are the far distance and good penetration.

        Coke oven system is a nonlinear system with a large time lag and inertia,so accurate temperature data have important implications for the accuracy of the control algorithm of automatic control systems.Cake temperature of coke is usually in the 900-1100 degrees Celsius,and temperature measurement error should be controlled within 1 degree Celsius.Real-time requirements are not very strict.One temperature data within every three minutes can meet the design requirements. Wireless measurement system needs long working hours to reduce the installation and commissioning work,usually for more than one year.The environments of the oven temperature measurement system with high temperatures,dust,corrosion,electromagnetic interference and other adverse conditions require protective measures of the equipment.

        2.2 The network structure

        According to the characteristics of the coke oven temperaturemeasurement,self-organizingnetwork with a MESH structure can effectively reduce the complexity of the system configuration.The wireless sensor network nodes of coke oven temperature measurement are divided into two types as temperature nodes and sink nodes.The temperature node can measure coke oven temperature by using the thermocouple circuit;the node has self-organizing capabilities to constitute MESH structure networks reducing the difficulty of configuration and organization.It can work for more than 1 year with a battery using low-power design. The sink node receives the transmission data and sent it to the host computer via RS485.The network structure is shown in Fig.1.

        Fig.1 The network structure

        2.3 The ultra-low power design

        The ultra-low power design of wireless sensor network for temperature measurement of coke oven is achieved via two kinds of ways,the ultra-low power hardware design and software design.Ultra-low power hardware design includes how to reduce micro-processor power consumption by low voltage and sleep mode,using the power management module cutting off the peripheral circuits power supply when the system is sleeping,using the ultra-low power radio frequency circuits effectively reducing power consumption and ensuring communication distance and signal strength. Ultra-low power software design primarily reduce selforganizing routing time of the MESH structure network through software algorithms,and reduce system operating time for data transmission to save energy and balance the energy consumption of each node for extending the overall system surviving time.

        2.4 The hardware structure

        The hardware structure of temperature node includes the microcontroller module,thermocouple module,wireless RF transceiver module and power management module.The microcontroller module reads and stores the temperature data from the thermocouple module,sends data to the wireless RF transceiver module and receives data according to the network conditions.The battery and power management module provide protection for the low power operation of the system.

        Fig.2 The hardware structure of temperature node

        The ultra-low power,16-bit RISC mixed-signal processor MSP430F5418A is used as the microcontroller of the temperature node.It incorporates 128KB of internal FLASH and 16KB RAM to meet the complex procedures.It has an operation voltage range of 1.8-3.6 V,the standby power consumption of 0.5 μA. The processor clock and speed can be set flexibly for battery-powered low-power wireless sensor networks.

        SX1212 which has very low power consumption of the receiver is used for wireless RF transceiver.The receiver current is typically 2.6 mA.It has long transmission distance and high sensitivity.Frequency range of SX1212 is from 300 MHz to 510 MHz.When the working voltage is 2.1-3.6 V,the maximum transmit power is+12.5 dBm[4-5].SX1212 communicates with the microcontroller by SPI interface by using packet processing mode.

        AK-type thermocouple is used to measure the cake temperature in the design,which is installed in an additional armour protection tube.The K-type thermocouple ADC MAX6675 converts the analogy signal into a digital data,which has cold junction temperature compensation.The high resolution,small size and good reliability of MAX6675 could meet the oven temperatureapplications[6-7].Low-noiseLDO TPS78833 is used in the power management module. It can cut off the peripheral circuit power supply by using its control terminal port to ensure ultra-low power consumption when the system is sleeping.

        The hardware structure of the sink node is similar to the temperature node.It includes a microcontroller module,wireless RF transceiver module,power module and RS485 serial communication module.The RS485 serial communication module sent temperature data to the host computer of the control system.The power module provides energy to the system for the long run.

        3 Design of software

        3.1 Network protocols overview

        Complete network protocol architecture is required to design a self-organizing wireless sensor network with a MESH structure.The hierarchical network structure provides the functionality and reliability of the system. According to the OSI reference model,the design uses four-layer structure of network protocol,including the physical layer,data link layer,network layer and application layer[8-10].Network protocols are shown in Fig.3.

        Fig.3 Network protocoIs

        3.2 The physical layer protocol

        Physical layer uses 434 MHz with FSK modulation techniques for the carrier communication frequency.It has better anti-noise and anti-decay properties,long distance,and strong penetration ability.The frequency of RF communication transceiver SX1212 can be adjusted between 300 MHz to 510 MHz in a single communication channel to avoid interference according to their characteristics.The transmission speed is 25 kb/s.RF communication transceiver provides the channel frequency selection,data transmission and reception,activation and deactivation for the radio,the signal strength indication and carrier sense functions. The frame structure of physical layer uses variable length packet mode,shown in Fig.4.

        Fig.4 The frame structure of physicaI Iayer

        3.3 The data link layer protocol

        The data link layer protocol includes the logical link control(LLC)sub layer and media access control(MAC)sub layer.LLC sub layer uses the IEEE802.6 standard definition.The collision avoidance Carrier Sense Multiple Access(CSMA/CA)is used for the MAC sub layer.S-MAC protocol is used as the MAC protocol.S-MAC protocol ensures energy efficiency by using periodically monitors and sleep mechanisms which are competitive MAC protocol for wireless sensor networks.The sleep cycles of the nodes converge by consultation.S-MAC has better expansibility[11-12].

        3.4 The network layer protocol

        The network layer protocol is a key component of self-organizing wireless sensor network with a MESH structure.The network layer protocol of this design is based on the principle of location-based GRID routing protocol and LEACH clustering routing protocol according to the feature of the coke oven temperature measurement based on the location of nodes.Location-based GRID routing protocol separates the covered area with small grids.One node in a grid is selected as the head node in this grid;only the head node can retransmit route packets through the grid by routing method[13-14].The disadvantage of this protocol is that the communication burden and energy consumption of the head node are heavy,so the design selects the head node randomly using LEACH principles within the grid,and re-selects another head node after working for some time[15].When location information of the node based on the GRID algorithm is installed,each node has its own specific grid.It can reduce the complexity of randomly selecting the head node in the mesh.Equal probability of the head node balances the energy consumption.When the grid is set,which sink nodes belong,it can simplify the routing algorithm based on self-organizing GRID routing protocol.The routing protocol is shown in Fig.5.The coordinate(3,2)of the grids is close to the sink node.The disadvantage of location-based network routing protocols for this design is having a long time to build a network and large data traffic in the process of establishing networks.After the head node is re-selected,the mesh routing list should be transferred to the new head node.The depth of routing list is greater.The advantage of the network layer protocol is saving energy and extending the life of the nodes,and maintains a balanced for energy consumption according to the nodes’location.Network layer protocol has MESH structure,self-organizing capabilities,simple and reliable protocol,and better scalability. divided into three grids.The farthest distance of communication is 400 meters.The grid ID and node ID are set for all temperature nodes.It takes approximately 150 seconds to organize the network.Temperature data can be updated at least once within three minutes.Accurate temperature measurement and low loss rate of temperature data packet could meet the design requirements.Temperature node uses 2Ah battery in 1%duty cycle;the working time is up to 1 year. The temperature node keeps more than 1 meter distance from the heat source for the high temperature of the oven.Node protections and shielding measures of the device are set to reduce the effects of electromagnetic interference.Experimental results show that with the increase of network nodes,the packet number will increase,but the average loss rate will not be affected.There is no missing node,and the nodes have low average power consumption.The temperature errors are basically the same no more than 1 degree Celsius.

        TabIe1 ExperimentaI resuIts

        Fig.5 The network Iayer protocoI based on Iocation

        3.5 The application layer protocol

        The application layer protocol is designed according to the simplified application,including the underlying protocol interface,temperature data transmission functions,temperature calibration and data connection timeout functions.Various application interface functions serve the main function of cake oven temperature measurement.

        4 Experiments

        Experiments use 20 temperature nodes,which are

        5 Conclusions

        The ultra-low power wireless sensor network for temperature measurement of coke oven could be established by using the ultra-low power microcontroller,wireless communication ASIC,the power management module and the low-power mode.Physical layer protocol,data link layer protocol,network layer protocol,application layer protocol for field environments and location-based routing protocol make up the self-organizing network with a MESH structure.The system has some advantages such as low cost,flexible,accurate and long survival,therefore it could be extended to other industrial furnace.

        Acknowledgements

        This paper is supported by Tangshan City Science and Technology Support Program(No.12110235b).

        [1]Sohrabi K,Gao J.Protocols for self-organization of a wireless sensor network[J].Personal Communications,IEEE,2000,7(5):16-27.

        [2]Cui Li,Ju Hailing.Overview of wireless sensor networks[J].Journal of Computer Research and Development,2005,42(1):163-174.

        [3]Ma Zuchang,Sun Yining.Survey on wireless sensors network[J].Journal of China Institute of Communications,2004,25(4):114-124.

        [4]Semtech Semiconductor.The design of ultra-low power wireless data transmission module based on SX1212[J].Electronic Design Technology,2010,4:58-60.

        [5]Jia Kejin,Qian Chunyang.Design of wirless sensor node in cold chain transportation monitoring[J].Transactions of the Chinese Society for Agricultural Machinery,2013,44(2):136-141.

        [6]Li Ping,Li Ya-rong.Temperature controller design based on MAX6675[J].Instrument Technique and Sensor,2004,7:29-30.

        [7]Han Yujie,Jiang Yunfei.Research and design of MAX6675 based temperature tracer for oven[J].Process Automation Instrumentation,27(5):59-61.

        [8]Tang Yong,Zhou Mingtian,Zhang Xin.Overview of Routing Protocols in Wireless Sensor Networks[J].Journal of Software,2006,17(3):410-421.

        [9]Zhu Hongsong,Sun Limin.Development status of wireless sensor network[J].ZTE Communications,2009,15(5):1-5.

        [10]Peng Mugen,Wang Yuexin.Network coding technology in the wireless self-organized network[J].ZTE Communications,2007,13(4):56-60.

        [11]Wei Y,Heidemann J,Estrin D,Medium access control with coordinated adaptive sleeping for wireless sensor networks[C]//IEEE Transactions on Neural Networks,2004,12(3):493-507.

        [12]Kulkarni S S,Iyer A,Rosenberg C.An Address-light,Integrated MAC and Routing Protocol for Wireless Sensor Networks[J].ACM Transactions on Networking,IEEE,2006,14(4):793-806.

        [13]Liaow H,Tseng Y C,Sheu J P.Grid:a fully location-aware routing protocol for mobile Ad hoc networks[C]//Proceedings of IEEE HICSS,2001,18(1-3):31-60.

        [14]Zhang Hengyang,Li Yingying.Resarch of position-based routing for wireless sensor networks[J].Application Research of Computers,2008,25(1):18-22.

        [15]Wu Zhen,Jin Xinyu.Improved LEACH algorithm for wireless sensor networks[J].Sensing Technology Journal,2006,19(1):34-36.

        超低功耗焦?fàn)t溫度測量無線傳感器網(wǎng)絡(luò)設(shè)計

        王志秦*
        唐山學(xué)院信息工程系,河北唐山 063000

        針對現(xiàn)有焦?fàn)t溫度有線測量方式成本高、接線復(fù)雜的問題,超低功耗的焦?fàn)t溫度測量無線傳感器網(wǎng)絡(luò)將無線傳感器網(wǎng)絡(luò)技術(shù)應(yīng)用于焦?fàn)t的溫度測量,采用適合現(xiàn)場環(huán)境的物理層、數(shù)據(jù)鏈路層、網(wǎng)絡(luò)層、應(yīng)用層協(xié)議和基于地理位置的路由協(xié)議構(gòu)成MESH結(jié)構(gòu)自組織網(wǎng)絡(luò),并采用超低功耗運行方式。該系統(tǒng)具有成本低、使用靈活、溫度數(shù)據(jù)測量準(zhǔn)確、使用壽命長等優(yōu)點,具有廣闊的應(yīng)用前景。

        無線傳感器網(wǎng)絡(luò);溫度測量;MESH結(jié)構(gòu);超低功耗;自組織

        10.3969/j.issn.1001-3881.2015.12.023Document code:A

        TN919.2

        1 November 2014;revised 16 February 2015;accepted 1 March 2015

        *Corresponding author:Zhi-qin WANG,Lecturer.

        E-mail:157152621@qq.com

        book=135,ebook=138

        猜你喜歡
        焦?fàn)t信息工程唐山
        SWDJ673型搗固焦?fàn)t技術(shù)特點及應(yīng)用
        山東冶金(2022年3期)2022-07-19 03:26:50
        中國農(nóng)業(yè)發(fā)展銀行唐山分行
        江蘇高速公路信息工程有限公司
        唐山香酥饹馇圈
        信息工程技術(shù)的應(yīng)用與發(fā)展
        計算機網(wǎng)絡(luò)在電子信息工程中的應(yīng)用
        電子測試(2018年1期)2018-04-18 11:53:48
        王大根
        把唐山打造成為國家級節(jié)能環(huán)保產(chǎn)業(yè)基地
        焦?fàn)t煙道氣治理的難點分析
        淺談冬季140t/h干熄焦?fàn)t年修注意事項
        新疆鋼鐵(2016年3期)2016-02-28 19:18:55
        精品国产av无码一道| 国产日产韩国av在线| 欧美疯狂性受xxxxx喷水| 少妇被粗大的猛烈进出免费视频| 久久精品国产亚洲av不卡国产| 国产suv精品一区二区四| 国产精品第一国产精品| 天天做天天爱天天综合网| 无码三级国产三级在线电影| 日本少妇又色又紧又爽又刺激| av素人中文字幕在线观看| 丰满少妇高潮惨叫久久久一| 亚洲精品午夜无码专区| 精品熟女少妇av免费观看| 亚洲蜜芽在线精品一区| 亚洲精品国产av成拍| 丰满少妇人妻无码| 四虎影视免费永久在线观看| 欧美a级在线现免费观看| 99精品国产成人一区二区在线| 精品中文字幕日本久久久 | 久久久久久久99精品国产片| 成人免费丝袜美腿视频| 国产熟女自拍av网站| 国产av天堂亚洲国产av天堂| 精品国产sm捆绑最大网免费站| 在线无码国产精品亚洲а∨| 亚洲av永久青草无码精品| 激情一区二区三区视频| 大香蕉国产av一区二区三区| 免费国产a国产片高清网站| 成人看片黄a免费看那个网址| 国产亚洲精品hd网站| 国产一区二区三区在线爱咪咪| 亚洲av片无码久久五月| 天码人妻一区二区三区| 亚洲午夜久久久久中文字幕| 久久精品国产亚洲av网在| 精品国产亚洲亚洲国产| 一边吃奶一边摸做爽视频| 国产成人8x视频网站入口|