Fire Detection with Image Processing and PIR Sensor

Size: px
Start display at page:

Download "Fire Detection with Image Processing and PIR Sensor"

Transcription

1 Interntionl Journl of Siene n Engineering Investigtions vol. 1, issue 4, My 2012 ISSN: Fire Detetion with Imge Proessing n PIR Sensor Amj Chmnkr 1, Ssn Mohmmi 2, Mohmm Jmshiin 3 1,2 Islmi Az University South Tehrn Brnh 3 Shhroo University of Tehnology ( 1 st hmnkr@z..ir, 2 s_mohmmi@z..ir, 3 pmel_or@yhoo.om) Astrt- The present pper is ime t "fire etetion" with imge proessing for eteting the fire n use PIR sensor to etet the temperture to e sure it. All times environment proess n every signs of fire survey just with orinry mer with minimum two meg pixel resolution like seurity mer or even moile mer n with knowing its position, fire extinguisher on there. Also with proess the olor of the flme n know fire mteril. With ollting these two wys (imge proessing n PIR sensor using) we n reue errors in fire eteting proess with less ost n more ury. Keywors- Fire; fire etetion; flme; PIR sensor. I. INTRODUCTION Nowys we n see fire lrm systems everywhere. The min ie of most of them is sensing smoke or temperture or proess the environment with IR mers [1], [6]. Although the smoke sensor provies rpi response time, it hs high flselrm rtes. In ontrst, the temperture sensor provies more relile responses ut with slow response times [6]. So in [6] smoke n temperture sensor n in [7], [9] multi sensor propose. In orer to ope with these prolems, reserh on vieo-se fire etetion (VFD) hs Strte in the eginning of this entury [11]. The metho in [3], [10], [12] is imge proessing. Although it hs een shown tht orinry vieo promises goo fire etetion n nlysis results, vision-se etetors still suffer from signifint mount of misse etetions n flse lrms [11]. Reently, to voi the isvntges of visul sensors, the use of time-of-flight (TOF) imging is strte to e explore. TOF mers re reltively new innovtion ple of proviing three-imensionl t from single sensor [11]. TOF or IR mers re expensive n they re not in esy ess everywhere. So we eie to use the olltion of two wys, etet flmes in vieo y proessing the t generte y n orinry mer monitoring sene n to ignore errors use PIR sensor. At first we stuy on proess of flme n its motions. Fire hs olor n movement n these re goo to fin it with mer n lso flme hs high temperture n it's goo for e sure it. Metho in [4] is using olor nlysis n in [3] In ition to orinry motion n olor lues, flme n fire fliker is etete y nlyzing the vieo in wvelet omin. At first we get piture from the mer n proess it to fin the sign of flme, if it oserve so hek the temperture with PIR sensor. It is shown in Fig1. For ontent this sujet we test it in ifferent ples with ifferent onitions tht we h goo results n we etet it t the strt of the fire. You n stuy our result in this pper. In ft we etet fire t the first of its flme. Figure 1: System working lok igrm Cmer: one orinry mer with minimum two meg pixel resolution. This projet teste with moile mer n seurity mer. Imge proessing: Proessor for proess imge n vieo, tht with onnet the mer to it, it proess the flme signs. It n e omputer or ARM9 or upper proessor. In this projet we use omputer. Miro Controller: proessor for onneting imge proessing system to PIR sensor n sen signl to lrm system in hi temperture. 24

2 II. IMAGE PROCESSING For etet the fire with imge proessing there re some methos. In this pper we use olor n movement of the flme to etet the fire. After tht tke photo from mer, get the fire olor filter n smooth filter on the imge to fin sign of flme. In this step we test ifferent fire olor to hve the est result n with this olors we n now wht mteril is fire. If the flme oserve, we test the movement of the flme. 2.1 In imge proessing t first tke photo: CvCreteCmerCpture 2.2 hnge it to piture mtrix: CvQueryFrme Seprting ll pixels to their RGB olors. 2.3 Get opy from piture for severl proesses. 2.4 Orgnizing the olor of the flme to etet mteril of the fire. 2.5 Filter the imge olor: Constnt Fireolor (RFC,GFC,BFC) ; V offset; // offset For All pixel in Imge DO { } If (R pixel - V offset <RFC< R pixel + V offset && G pixel - V offset <GFC< G pixel + V offset && B pixel - V offset <BFC< B pixel + V offset) Set pixel =white; Else set pixel = lk; Get filter in ll of the pixels n with this filter ll pixels tht re in the fire olor rnge will e white n other pixels will e lk. Also with regulting the olor rnges it is possile to fin mteril of the fire. In this projet we on t hve this lignment. 2.6 Do smooth filter to hve etter resolution: CvSmooth Strengthen white pixels with 'Gussin smoothing' or 'Gussin lur'. A Gussin lur (lso known s Gussin smoothing) is the result of lurring n imge y Gussin funtion. It is wiely use effet in grphis softwre, typilly to reue imge noise n reue etil. The Gussin istriution in 1-D hs the form: Figure 2. 1-D Gussin istriution with men 0 n σ =1 In 2-D, n isotropi (i.e. irulrly symmetri) Gussin hs the form: This istriution is shown in Figure 3. Figure 3. 2-D Gussin istriution with men (0, 0) n σ =1 The ie of Gussin smoothing is to use this 2-D istriution s `point-spre' funtion, n this is hieve y onvolution. Sine the imge is store s olletion of isrete pixels we nee to proue isrete pproximtion to the Gussin funtion efore we n perform the onvolution. In theory, the Gussin istriution is non-zero everywhere, whih woul require n infinitely lrge onvolution kernel, ut in prtie it is effetively zero more thn out three stnr evitions from the men, n so we n trunte the kernel t this point. 2.7 Do "Contour Fining" or "Component Leling" to etet the flme. It's etter to use Contour Fining. Interntionl Journl of Siene n Engineering Investigtions, Volume 1, Issue 4, My

3 2.8 If with these filtering fire etete we testing fire movement: DrwOptFlowMp previmg =preview imge, nextimg =next imge previmg(x;y) nextimg(flow(x;y)[0];flow(x;y)[1]) lso in figure 5 tht we i testing t night, with olor () n smooth () filtering, flme n e oserve n movement testing () show the flme. In other wor: Divie imge to segments[n]; For (ll of segments of imge/*from 0 - n */) Vetor[i]=prevImg.segment[i]-nextImg.segment[i]; Fin Mximum (vetor [i])//hve movement in segment[i]; 2.9 If flme in't hs movement go to first. First we teste the system in the open ple with norml wether with moile mer with two meg pixel resolution. There re smples of imge proessing to fin the flme tht one of them is t y n the other one is t night: In figure 4 shown tht t y t outoor with mximum sunshine fter olor filtering in () pixels of flme re white n with smooth filtering in () we hve goo sign of flme n in () movement testing show the flme simper. Figure 5. Smple of imge proessing to fin the flme t night in outoor.. fire piture. olor filter. smooth filter. movement test. If it h movement go to mesure temperture with PIR sensor. Figure 4. Smple of imge proessing to fin the flme t y in outoor.. fire piture. olor filter. smooth filter. movement test. III. PIR SENSOR A regulr mer or typil IR flme sensors hve fire etetion rnge of 30 meters. The etetion rnge of PIR sensor se system is 5 meters ut this is enough to over most rooms with high eilings. Therefore, PIR se systems provie ost-effetive solution to the fire etetion prolem in reltively lrge rooms s the unit ost of mer se system or regulr IR sensor se system is in the orer of one thousn ollrs.[1] In this pper the PIR sensor t is use to istinguish the flme fliker from the motion of humn eing like running or wlking. Typilly the PIR signl frequeny of osilltion for flikering flme is higher thn tht of PIR signls use y moving hot oy [1]. We use "MLX90614" smll size n low ost infrre thermometer for non-ontt temperture mesurements. Its rnge is -70 to 380 C for ojet temperture [13]. The orresponing iruit for pturing n nlog signl output is shown in Fig 6. Interntionl Journl of Siene n Engineering Investigtions, Volume 1, Issue 4, My

4 Use this iruit to work with sensor, n when mer etets sign of flme we re t from sensor n ompre its temperture with our si stnr t. In this projet use "AVR tmeg16" to get sensor t n sening lrms. In this iruit we use it with SMus moel n reeive t with i2. Figure 6 Figure 7: Testing system in offie t y with seurity mer (Cmpion CN-749HS) n PIR sensor.. fire piture. olor filter. smooth filter. movement test. IV. EXPERIMENTAL RESULTS 1) System teste in ifferent ples with severl onitions n mterils. System etete the fire less thn 10 seon from eginning it n triggers n lrm when fire is etete with mer n within the viewing rnge of the PIR sensor. Inore n in less istne it etete fster. These results shown in tle 1. 2) In 100 fire test. It etete the fire in 97 times ut in 3 times it h flse lrm in open ple euse of istne n hevy sunshine. Results shown in tle 2. Ple testing Offie Outoor Grge Lirtory TABLE 1. Results of system test in ifferent ples. Time of Time of Fire imge sensor istne etet etet (meter) (seon) (seon) In tle 1 shown the verge of eteting time. Totl time (seon) TABLE 2. Test results in ifferent ples. Fire Test Sequenes Non-Fire Test Sequenes Numer of true lrms 97 Numer of flse lrms 3 0 The system triggers n lrm when fire is etete with mer within the viewing rnge of the PIR sensor. In figure 7 n 8 results of offie test re shown. In pitures, steps of imge proessing re seen n fter eteting the flme, PIR sensor fter mesuring 60º sen the lrm pulse. This is possile to trigger lrm system with nother egree n we hoose this vlue with experiene n it's epening on environment. Figure 8: Testing system in offie t night with seurity mer (Cmpion CN-749HS) n PIR sensor.. fire piture. olor filter. smooth filter. movement test. V. CONCLUSION From the reserh tht hs een one, it is possile to uil fire etetion system se on vieo proessing orinry mer t n PIR sensor with high ury performne. One of the vntge of this projet is, in imge proessing with orinry mer mye person with fire olor ress etet Also using TOF mer is expensive, ut with temperture testing, lrm system on t trigger. Results shown tht omintion this two metho hve no risk for inoor n 97% seure for outoor. This is goo wy with the lest ost. Interntionl Journl of Siene n Engineering Investigtions, Volume 1, Issue 4, My

5 REFERENCES [1] B. U gur T oreyin, E. Birey Soyer, Ony Urflıo glu, n A. Enis C etin " FLAME DETECTION SYSTEM BASED ONWAVELET ANALYSIS OF PIR SENSOR SIGNALS WITH AN HMM DECISION MECHANISM" in 16th Europen Signl Proessing Conferene,2008. [2] B. Ugur T oreyin, Yigithn Deeoglu, A. Enis C etin " FLAME DETECTION IN VIDEO USING HIDDEN MARKOV MODELS" Bilkent University, TR Bilkent, Ankr, Turkey,2005. [3] Yigithn Deeoglu, B. Ugur T oreyin, Ugur G u uky, A. Enis C etin " REAL-TIME FIRE AND FLAME DETECTION IN VIDEO", Bilkent University, TR Bilkent, Ankr, Turkey,2004. [4] Wen-Bing Homg, Jim-Wen Peng, n Chih-Yun Chen " A New Imge- Bse Rel-Time Flme Detetion Metho Using Color Anlysis" 2005, IEEE. [5] B. Ugur Toreyin, E.Birey Soyer, Ony Urjlzoglu, A. Enis C;etin" Flme Detetion Using PIR Sensors" 2008, IEEE. [6] Jimin Cheon, Jeonghwn Lee, Inhee Lee, Youngheol Che, Youngsin Yoo, n Gunhee Hn " A Single-Chip CMOS Smoke n Temperture Sensor for n Intelligent Fire Detetor" in IEEE SENSORS JOURNAL, VOL. 9, NO. 8, AUGUST [7] Hiing Hu Gng Wng Qixing Zhng Jinjun Wng Jun Fng Yongming Zhng " Design Wireless Multi-sensor Fire Detetion n Alrm System Bse on ARM" in The Ninth Interntionl Conferene on Eletroni Mesurement & Instruments, [8] Mgy Knil, My Slm, Smi Rsh " Fire Detetion Using Dynmilly Develope. Neurl Network" 52n Interntionl Symposium ELMAR [9] Chen Xiojun, Bu Leping " Reserh of Fire etetion Metho Bse on Multi-sensor Dt Fusion" 2010,IEEE. [10] Jenifer.P "Effetive Visul Fire Detetion in Vieo Sequenes Using Proilisti Approh" PROCEEDINGS OF ICETECT [11] Steven Verstokt, Pieterjn De Potter, Sofie Vn Hoeke, Peter Lmert, Rik Vn e Wlle "MULTI-SENSOR FIRE DETECTION USING VISUAL AND TIME-OF-FLIGHT IMAGING" 2011, IEEE. [12] Tjokor Agung Bui W., Iping Suprin Suwri "Fire Alrm System Bse-on Vieo Proessing" in Interntionl Conferene on Eletril Engineering n Informtis, [13] MLX90614 fmily tsheet, Melexis Co , Rev 006, Septemer Amj Chmnkr mehtroni & rooti engineering, M.s stuent Islmi Az University South Tehrn Brnh (e-mil: st hmnkr@z..ir). Dr. Ssn Mohmmi,mehtroni & mehnil engineering Engineering fulty, Islmi Az University South Tehrn Brnh, (e-mil: s_mohmmi@z..ir). Mohmm Jmshiin, IT engineering, Shhroo university of tehnology (e-mil: pmel_or@yhoo.om ). Interntionl Journl of Siene n Engineering Investigtions, Volume 1, Issue 4, My

Impact analysis of different chemical pre-treatments on colour of apple discs during drying process

Impact analysis of different chemical pre-treatments on colour of apple discs during drying process Crot. J. Food Si. Tehnol. (29) 1 (1) 31-35 Impt nlysis of different hemil pre-tretments on olour of pple diss during drying proess D. Mgdić *, Jsmin Lukin, Stel Jokić, F. Ččić-Kenjerić, M. Bilić, D. Velić

More information

Expro is a key provider of reliable downhole video technology to the oil and gas industry, providing our clients with clear answers in the toughest

Expro is a key provider of reliable downhole video technology to the oil and gas industry, providing our clients with clear answers in the toughest DOWNHOLE VIDEO (DHV) exprogroup.om Expro is key provider of relible downhole video tehnology to the oil nd gs industry, providing our lients with ler nswers in the toughest environments. With the pbility

More information

EFFECT OF DIFFERENT CONCENTRATIONS OF IBA AND CUT TYPE ON ROOT INDUCTION AND MORPHOLOGICAL PROPERTIES OF CLOVE (DIANTHUS CARYOPHYLLUS)

EFFECT OF DIFFERENT CONCENTRATIONS OF IBA AND CUT TYPE ON ROOT INDUCTION AND MORPHOLOGICAL PROPERTIES OF CLOVE (DIANTHUS CARYOPHYLLUS) Indin Journl of Fundmentl nd Applied Life Sienes ISSN: 2231 6345 (Online) An Open Aess, Online Interntionl Journl Aville t www.iteh.org/sp.ed/jls/2014/04/jls.htm 2014 Vol. 4 (S4), pp. 2986-2992/Fteme et

More information

The New Era of Rainwater Harvesting

The New Era of Rainwater Harvesting The New Er of Rinwter Hrvesting EVERY DROP COUNTS With rising wter usge osts, growing pressure on infrstruture nd environmentl onerns, it is eoming inresingly importnt to pture nd utilise the free rinwter

More information

DESIGN APPROACH à LIGHT HAZARD:

DESIGN APPROACH à LIGHT HAZARD: GENERL NOTES - FIRE PROTETION 61G15 F OMPLINE NOTES: () ESIGN PPROH à LIGHT HZR: PIPE TO NEW SPRINKLER à à (5) FIRE PROTETION SYSTEM ENGINEERING OUMENTS THE ONSTRUTION OUMENTS OMPRISE THE FIRE PROTETION

More information

Capacitor Voltage Balancing Control for a Modular Matrix Converter

Capacitor Voltage Balancing Control for a Modular Matrix Converter pitor Voltge lning ontrol for Modulr Mtrix onverter S. ngkititrkul nd R. W. Erikson olordo Power Eletronis enter University of olordo oulder, O 80309-0425, US ngkitis@olordo.edu strt This pper desries

More information

COTES ALL-ROUND THE C35 RANGE

COTES ALL-ROUND THE C35 RANGE EPERTS IN HUMIITY MNGEMENT OTES.OM EHUMIIFITION THE WY YOU WNT IT 35 EHUMIIFIER (MOEL SHOWN WITH PL) IEL FOR USE IN > PHRMEUTIL PROUTION FILITIES > FOO INUSTRY PROESSING FILITIES > OL STORES/FREEZER FILITIES

More information

PI: Amy Iezzoni Co-PI (2): Matt Whiting

PI: Amy Iezzoni Co-PI (2): Matt Whiting FINAL PROJECT REPORT Projet Title: MSU herry rootstoks: Pre-ommeriliztion PI: Amy Iezzoni Co-PI (2): Mtt Whiting Orgniztion: Mih. Stte Univ. Orgniztion: Wsh. Stte Univ. Telephone: (17) 33-391 Telephone:

More information

Scale Effect on Runoff from Filed Plots under Natural Rainfall

Scale Effect on Runoff from Filed Plots under Natural Rainfall Amerin-Eursin J. Agri. & Environ. Si., (9): 48-5, 0 ISSN 88-6769 IDOSI Pulitions, 0 DOI: 0.589/iosi.ejes.0..09.68 Sle Effet on Runoff from File Plots uner Nturl Rinfll 3 F. Aszeh, M. Gorji, A. Vezi, R.

More information

PP N NOMINAL DEPTH FILTER ELEMENTS FEATURES & BENEFITS. Process Filtration

PP N NOMINAL DEPTH FILTER ELEMENTS FEATURES & BENEFITS. Process Filtration PP N NOMINAL DEPTH FILTER ELEMENTS Proess Filtrtion Donldson LifeTe PP N filters re nominl rted depth type filters onstruted of 100% polypropylene. They ontin n symmetril polypropylene mirofier filter

More information

Experimental investigation of vertical and horizontal reinforcement geotextiles in forest road pavement

Experimental investigation of vertical and horizontal reinforcement geotextiles in forest road pavement JOURNAL OF FOREST SCIENCE, 64, 2018 (7): 296 302 https://oi.org/17221/154/2017-jfs Experimentl investigtion of vertil n horizontl reinforement geotextiles in forest ro pvement Mortez DINI 1 *, Mehr NIKOOY

More information

Performance evaluation of displacement ventilation system combined with a novel evaporative cooled ceiling for a typical office in the city of Beirut

Performance evaluation of displacement ventilation system combined with a novel evaporative cooled ceiling for a typical office in the city of Beirut Avilble online t www.sciencedirect.com ScienceDirect Energy Procedi 75 (2015 ) 1728 1733 The 7 th Interntionl Conference on Applied Energy ICAE2015 Performnce evlution of displcement ventiltion system

More information

Control of Rhizoctonia and Pythium on soybeans (Glycine max) using Trichoderma and silicon

Control of Rhizoctonia and Pythium on soybeans (Glycine max) using Trichoderma and silicon Control of Rhizotoni n Pythium on soyens (Glyine mx) using Trihoerm n silion R. Bosse, P.M. Clwell *, S. Yoo n M.D. Ling Shool of Agriulturl Sienes n Agriusiness, Disipline of Plnt Pthology, University

More information

INSTRUCTIONS FOR INSTALLATION AND USE

INSTRUCTIONS FOR INSTALLATION AND USE INSTRUCTIONS FOR INSTALLATION AND USE SAUNA HEATER 7-0-780 7-45-780 7-60-780 7-80-780 7-90-780 We wish you mny hours of relxtion nd plesure in your sun. Plese red the instructions eneth very crefully in

More information

Improvement on Rooting Quality of Jatropha curcas Using Indole Butyric Acid (IBA)

Improvement on Rooting Quality of Jatropha curcas Using Indole Butyric Acid (IBA) Reserh Journl of Agriulture n Biologil Sienes, 5(4): 338-343, 2009 2009, INSInet Pulition Improvement on Rooting Qulity of Jtroph urs Using Inole Butyri Ai (IBA) Noor Cmelli, N.A.,Thohirh, L.A., N.A.P

More information

Operation manual. Daikin room air conditioner FTXF20A2V1B FTXF25A2V1B FTXF35A2V1B FTXF50A2V1B FTXF60A2V1B FTXF71A2V1B

Operation manual. Daikin room air conditioner FTXF20A2V1B FTXF25A2V1B FTXF35A2V1B FTXF50A2V1B FTXF60A2V1B FTXF71A2V1B Opertion mnul Dikin room ir onditioner FTXF20A2V1B FTXF25A2V1B FTXF35A2V1B FTXF50A2V1B FTXF60A2V1B FTXF71A2V1B Opertion mnul Dikin room ir onditioner English Tle of ontents Tle of ontents 1 Aout the doumenttion

More information

5200 series strike. Installation Instructions. Raising the Standards HES 2005

5200 series strike. Installation Instructions. Raising the Standards HES 2005 Rising the Stndrds 22630 North 17th Avenue Phoenix, Arizon 85027 Tehnil Support: 800.626.7590 support@hesinnovtions.om www.hesinnovtions.om 5200 series strike Instlltion Instrutions HES 2005 4059006.001

More information

Air Hnling Units VERSO units VERSO-S ir supply units VERSO-R ir hnling units equippe with regenertion system VERSO-P ir hnling units equippe with recu

Air Hnling Units VERSO units VERSO-S ir supply units VERSO-R ir hnling units equippe with regenertion system VERSO-P ir hnling units equippe with recu VERSO Air Hnling Units Air Hnling Units VERSO units VERSO-S ir supply units VERSO-R ir hnling units equippe with regenertion system VERSO-P ir hnling units equippe with recupertion system All technicl

More information

Installer reference guide

Installer reference guide Instller referene guie Dikin Altherm Low temperture split + ERLQ004-006-008CA EHVH04SU18CB6W EHVH08SU18CB6W EHVH08SU26CB6W Instller referene guie Dikin Altherm Low temperture split English Tle of ontents

More information

Installer reference guide

Installer reference guide Instller referene guie Dikin Altherm low temperture monolo EBLQ5+7CAV3 EDLQ5+7CAV3 EKCB7CAV3 EKCB7CAV3 EKMBUHCA3V3 EKMBUHCA9W Instller referene guie Dikin Altherm low temperture monolo English Tle of Contents

More information

Installer reference guide

Installer reference guide RZAG35A2V1B RZAG50A2V1B RZAG60A2V1B English Tle of ontents Tle of ontents 1 Generl sfety preutions 3 1.1 Aout the oumenttion... 3 1.1.1 Mening of wrnings n symols... 3 1.2 For the instller... 3 1.2.1 Generl...

More information

Installer reference guide

Installer reference guide Instller referene guie Dikin Altherm low temperture monolo EBLQ05+07CAV3 EDLQ05+07CAV3 EKCB07CAV3 EKCB07CAV3 EKMBUHCA3V3 EKMBUHCA9W Instller referene guie Dikin Altherm low temperture monolo English Tle

More information

Installer reference guide

Installer reference guide Instller referene guie ROTEX HPSU low temperture Bi lo + RRGA04DAV3 RRGA06DAV3 RRGA08DAV3 RHBX04DA6V RHBX04DA9W RHBX08DA6V RHBX08DA9W Instller referene guie ROTEX HPSU low temperture Bi lo Finl English

More information

Installer reference guide

Installer reference guide RXF50B2V1B RXF60B2V1B RXF71A2V1B RXP50L2V1B RXP60L2V1B RXP71L2V1B ARXM50N2V1B RXM42N2V1B RXM50N2V1B RXM60N2V1B RXM71N2V1B RXJ50N2V1B RXA42B2V1B RXA50B2V1B English Tle of ontents Tle of ontents 1 Generl

More information

Intruder Alarm Kit IA-210 IA-220 IA-230

Intruder Alarm Kit IA-210 IA-220 IA-230 Intruder Alrm Kit IA-210 IA-220 IA-230 Quick Strt Guide The smrter wy to protect your home. Thnk you for choosing the Yle Intruder Alrm System. This simple to instll system hs been designed with the user

More information

Fire Detection using Computer Vision Models in Surveillance Videos

Fire Detection using Computer Vision Models in Surveillance Videos M.V.D. Prasad, G. Jaya Sree, K. Gnanendra, P.V.V. Kishore and D. Anil Kumar ISSN : 0974-5572 International Science Press Volume 10 Number 30 2017 Fire Detection using Computer Vision Models in Surveillance

More information

Installer reference guide

Installer reference guide Instller referene guie Dikin Altherm Low temperture split + ERHQ011-014-016BA ERLQ011-014-016CA EHBH/X11+16CB Instller referene guie Dikin Altherm Low temperture split English Tle of ontents Tle of ontents

More information

The wheat response to drought and salinity stresses

The wheat response to drought and salinity stresses Cumhuriyet Üniversitesi Fen Fkültesi Fen Bilimleri Dergisi (CFD), Cilt:36, No: 3 Özel Syı (215) ISSN: 13-1949 Cumhuriyet University Fulty of Siene Siene Journl (CSJ), Vol. 36, No: 3 Speil Issue (215) ISSN:

More information

Sensitive Analysis of Passive Dehumidification System using Solar Heat

Sensitive Analysis of Passive Dehumidification System using Solar Heat Sensitive Anlysis of Pssive Dehumidifiction System using Solr Het Hksung Lee 1, Akihito Ozki 2, Myonghyng Lee 3 1 Grdute student, Kyushu University, Fukuok, Jpn 2 Professor, Kyushu University, Fukuok,

More information

A Comparative Analysis on Different Image Processing Techniques for Forest Fire Detection

A Comparative Analysis on Different Image Processing Techniques for Forest Fire Detection A Comparative Analysis on Different Image Processing Techniques for Forest Fire Detection 110 1 Sam G. Benjamin, 2 Radhakrishnan B 1 PG Student, CSE Department, Baselios Mathews II College of Engineering,

More information

Use. Mechanical design

Use. Mechanical design 7 451 ISO9001 Gs Burner Controls LFL1... Supplementry dt sheet 7712 Gs urner controls for gs, oil or dul-fuel forced drught urners of medium to high cpcity. ultistge or modulting urners in intermittent

More information

Online Detection of Fire in Video

Online Detection of Fire in Video Online Detection of Fire in Video B. Uǧur Töreyin, A. Enis Çetin Bilkent University 06800 Ankara Turkey {ugur,cetin}@ee.bilkent.edu.tr Abstract This paper describes an online learning based method to detect

More information

Original operating instructions

Original operating instructions Originl operting instructions SLS 96 Protective throughem photoelectric sensors Dimensioned drwing en 09-2010/11 602075 65m 39m 10-30 V DC 500 Hz Protective throughem photoelectric sensor with high performnce

More information

S T E E L W O O D S T O V E S

S T E E L W O O D S T O V E S STEEL WOOD STOVES PERFORMNE FROM THE EGINNING In 1990, the U.S. Environmental Protection gency (EP) enacted stringent wood-burning regulations, crippling the more than 500 wood stove manufacturers around

More information

METHYL BROMIDE ALTERNATIVES, FOCUS ON ROOTSTOCKS

METHYL BROMIDE ALTERNATIVES, FOCUS ON ROOTSTOCKS METHYL BROMIDE ALTERNATIVES, FOCUS ON ROOTSTOCKS Mihel MKenry ABSTRACT Tolerne to the rejetion omponent of the replnt prolem is otined y swithing rootstoks. We hve found this true with Vitis, Prunus nd

More information

SHOWN AS: C01 C15 C ± ±0.08 GREEN COLOR (IPX8) 3.20±0.10 REF THIS DRAWING IS A CONTROLLED DOCUMENT.

SHOWN AS: C01 C15 C ± ±0.08 GREEN COLOR (IPX8) 3.20±0.10 REF THIS DRAWING IS A CONTROLLED DOCUMENT. 4 2 1 THIS RWING IS UNPULISHE. OPYRIGHT Y 01 9.50±0. 2.00 REF FOR PIKING RE RELESE FOR PULITION LL RIGHTS RESERVE. TE OE RE SHOWN S:50182 P LTR ESRIPTION TE WN PV MIN SHELL IMPROVE FLNGE,UPTE P ON P 28E1

More information

Salisylic Acid Foliar and Soil Application Effect on Chickpea Resistance to Chilling Stress

Salisylic Acid Foliar and Soil Application Effect on Chickpea Resistance to Chilling Stress 11 Interntionl Conferene on Biology, Environment nd Chemistry IPCBEE vol. (11) (11)IACSIT Press, Singpoore Slisyli Aid Folir nd Soil Applition Effet on Chikpe Resistne to Chilling Stress Simk Immi 1, Soleimn

More information

Please send your completed Application Form and supporting documentation to:

Please send your completed Application Form and supporting documentation to: PPLITION FORM This application will allow you to tap into rebates to help make your existing building more energy efficient. There are incentives for energy-efficiency upgrades and energy audits. These

More information

Biochar as a Substitute for Vermiculite in Potting Mix for Hybrid Poplar

Biochar as a Substitute for Vermiculite in Potting Mix for Hybrid Poplar Bioenerg. Res. (1) 7:1 131 DOI 1.17/s1155-13-9355-y Biohr s Sustitute for Vermiulite in Potting Mix for Hyrid Poplr Willim L. Hedlee & Ctherine E. Brewer & Rihrd B. Hll Pulished online: 16 July 13 # Springer

More information

Operation manual. Daikin Altherma Low temperature split EABH16DA6V EABH16DA9W EABX16DA6V EABX16DA9W

Operation manual. Daikin Altherma Low temperature split EABH16DA6V EABH16DA9W EABX16DA6V EABX16DA9W EABH16DA6V EABH16DA9W EABX16DA6V EABX16DA9W EAVH16S18DA6V(G) EAVH16S23DA6V(G) EAVH16S18DA9W(G) EAVH16S23DA9W(G) EAVX16S18DA6V(G) EAVX16S23DA6V(G) EAVX16S18DA9W(G) EAVX16S23DA9W(G) English Tle of ontents

More information

COTES ALL-ROUND THE C35 RANGE

COTES ALL-ROUND THE C35 RANGE EPERTS IN HUMIITY MNGEMENT OTES.OM IEL FOR USE IN 3 Pharmaceutical production facilities Food industry processing facilities old stores/freezer facilities Waterworks General humidity management in all

More information

W7100G Discharge Water Temperature Control

W7100G Discharge Water Temperature Control W700G Discharge Water Temperature ontrol FETURES PRODUT DT PPLITION Up to six stages of cooling provided. Expandable system up to 0 cooling stages using a W70. dvanced proportional plus integral microprocessor

More information

Thermal Video Analysis for Fire Detection Using Shape Regularity and Intensity Saturation Features

Thermal Video Analysis for Fire Detection Using Shape Regularity and Intensity Saturation Features Thermal Video Analysis for Fire Detection Using Shape Regularity and Intensity Saturation Features Mario I. Chacon-Murguia and Francisco J. Perez-Vargas Visual Perception Applications on Robotic Lab, Chihuahua

More information

Use of LS 213 During Rooting of Vegetative Ornamental Cuttings: Experiment 1

Use of LS 213 During Rooting of Vegetative Ornamental Cuttings: Experiment 1 NC STATE UNIVERSITY Floriculture Reserch Deprtment of Horticulturl Science Horticulturl Reserch Series No. 15 My 1 Use of LS 1 During Rooting of Vegettive Ornmentl Cuttings: Experiment 1 Brin E. Whipker,

More information

Before using this product, read these instructions thoroughly and keep this manual for future reference.

Before using this product, read these instructions thoroughly and keep this manual for future reference. AIR CONDITIONER Wll Mounte Type Before using this prouct, re these instructions thoroughly n keep this mnul for future reference. Sfety Precutions To prevent personl injury, injury to others, or property

More information

DISEASE CONTROL WITH QUALITY COMPOST IN POT AND FIELD TRIALS.

DISEASE CONTROL WITH QUALITY COMPOST IN POT AND FIELD TRIALS. I Interntionl Conferene Septemer 15th 17th 24, León - Spin DISEASE CONTROL WITH QUALITY COMPOST IN POT AND FIELD TRIALS. Jques G. FUCHS, Mohmed LARBI FiBL, Reserh Institute of Orgni Agriulture, CH-Frik

More information

Effect of organic fertilizers on quality and quantity of tobacco transplanting in various nursery media

Effect of organic fertilizers on quality and quantity of tobacco transplanting in various nursery media Life Siene Journl 2012;9(4) Effet of orgni fertilizers on qulity nd quntity of too trplnting in vrious nursery medi Li Mord-eigi 1, Rez Amirni 2, Mehdi Tjkhsh 3 nd RminTgvi 4 1 Agriulture grdute student

More information

Installer and user reference guide

Installer and user reference guide Instller nd user referene guide - + BRC1H51W BRC1H51K BRC1H51S English Tle of ontents Tle of ontents 1 Generl sfety preutions 2 1.1 For the user... 2 1.2 For the instller... 3 2 Aout this doument 3 For

More information

.185 DIM W.500 TAIL LENGTH #.010 TYP PLC

.185 DIM W.500 TAIL LENGTH #.010 TYP PLC THIS RWING IS UNPULISHE. OPYRIGHT Y TYO ELETRONIS ORPORTION. RELESE FOR PULITION LL RIGHTS RESERVE. LO IST P LTR ESRIPTION TE WN PV G1 E NEW SH NUMER 10. 2E10 IL SZ H REV PER ER11001293 19JN11 IL SZ H1

More information

Building Technologies Division

Building Technologies Division 7 451 Burner Controls LFL1... Burner controls For gs, oil or dul-fuel forced drft urners of medium to high cpcity For multistge or modulting urners in intermittent opertion With checked ir dmper control

More information

Fire Detection Using Image Processing

Fire Detection Using Image Processing Fire Detection Using Image Processing Ku. R.A.Agrawal ME Student Department of CSE Babasaheb Naik college of Engineering Pusad, India rachanaagrawal90@gmail.com Prof. S.T.Khandare Associate professor Department

More information

ECO N DATE DESCRIPTION OF CHANGE CHG

ECO N DATE DESCRIPTION OF CHANGE CHG DESRIPTION: This product is a multi-criteria sensor incorporating 3 separate sensing elements. n IR photo diode for measuring ambient IR light levels (welding probability as well as signatures from flame),

More information

FIRE DETECTION USING COMPUTER VISION MODELS IN SURVEILLANCE VIDEOS

FIRE DETECTION USING COMPUTER VISION MODELS IN SURVEILLANCE VIDEOS FIRE DETECTION USING COMPUTER VISION MODELS IN SURVEILLANCE VIDEOS M. V. D. Prasad, G. Jaya Sree, K. Gnanendra, P. V. V. Kishore and D. Anil Kumar Department of Electronics and Communications Engineering,

More information

User reference guide. Daikin room air conditioner CTXA15A2V1BW FTXA20A2V1BW FTXA25A2V1BW FTXA35A2V1BW FTXA42A2V1BW FTXA50A2V1BW

User reference guide. Daikin room air conditioner CTXA15A2V1BW FTXA20A2V1BW FTXA25A2V1BW FTXA35A2V1BW FTXA42A2V1BW FTXA50A2V1BW CTXA15A2V1BW FTXA20A2V1BW FTXA25A2V1BW FTXA35A2V1BW FTXA42A2V1BW FTXA50A2V1BW CTXA15A2V1BS FTXA20A2V1BS FTXA25A2V1BS FTXA35A2V1BS FTXA42A2V1BS FTXA50A2V1BS CTXA15A2V1BT FTXA20A2V1BT FTXA25A2V1BT FTXA35A2V1BT

More information

ALLMATIC basic SIMPLE AND RELIABLE!

ALLMATIC basic SIMPLE AND RELIABLE! 11 ALLMATIC si SIMPLE AND RELIABLE! si menil Tis motto fits te ALLMATIC si to perfetion. Beuse our "smll" moel offers ig vntges. 12 si menil ALLMATIC si MECHANICAL MECHANICAL Sope of pplition: Conventionl

More information

Workholding Systems. VarioLine /2015

Workholding Systems. VarioLine /2015 Workholding Systems VrioLine 12/2015 2.3170 VrioLine For vertil use Pressure guge s n option for ext lmping fore disply nd monitoring. A unique HILMA dvntge. or horizontl use Your enefits t glne: Adpttion

More information

Design of Novel Fire Rescue System Based on Wireless Sensor Network

Design of Novel Fire Rescue System Based on Wireless Sensor Network Sensors & Trnsducers 2013 by IFSA http://www.sensorsportl.com Design of ovel Fire Rescue System Bsed on Wireless Sensor etwork Qinghui Wng, e Jin, Lifeng Wei, Ansong Feng School of Informtion Engineering,

More information

Building Technologies HVAC Products

Building Technologies HVAC Products 7 451 Burner Controls LFL1... Burner controls For gs, oil or dul-fuel forced drft urners of medium to high cpcity For multistge or modulting urners in intermittent opertion With checked ir dmper control

More information

Understanding the three and four-leg inverter Space Vector

Understanding the three and four-leg inverter Space Vector Understndin the three nd four-le inverter Spe Vetor LLONCH-MASACHS Mr Understndin the three nd four-le inverter Spe Vetor Llonh-Mshs M., Heredero-Peris D., Montesinos-Mirle D., Rull-Durn J. Centre d Innovió

More information

Before using this product, read these instructions thoroughly and keep this manual for future reference.

Before using this product, read these instructions thoroughly and keep this manual for future reference. AIR CONDITIONER Wll Mounted Type Contents Sfety Precutions...En- Indoor Unit Overview nd Opertions...En- Remote Controller Overview nd Opertions...En- Timer Opertion...En- Humn Sensor (Energy Sving)...En-

More information

Smoke control dampers

Smoke control dampers X X testregistrierung Smoke control dmpers Type with BLE- ctutor CE complint ccording to Europen regultions For mechnicl smoke extrct systems nd s n dditionl supply ir inlet Rectngulr smoke control dmpers

More information

CHILLERS REVERSIBLE HEAT PUMPS CONDENSING UNITS EXTERNAL UNITS HIGH EFFICIENCY HOT WATER PRODUCTION UP TO 50 C ECL ECL-H

CHILLERS REVERSIBLE HEAT PUMPS CONDENSING UNITS EXTERNAL UNITS HIGH EFFICIENCY HOT WATER PRODUCTION UP TO 50 C ECL ECL-H HILLERS REVERSILE HET PUMPS ONENSING UNITS EXTERNL UNITS HIGH EFFIIENY HOT WTER PROUTION UP TO 50 EL EL-H 020-202 Ecohill EL 020-202 -L/-E hillers ONTENTS 1. General instructions for the installer...6

More information

Synthesis and investigation of optical properties of ZnS nanostructures

Synthesis and investigation of optical properties of ZnS nanostructures Bull. Mter. Si., Vol. 34, No. 2, April 2011, pp. 287 292. Indin Ademy of Sienes. Synthesis nd investigtion of optil properties of ZnS nnostrutures NESLIHAN ÜZAR nd M ÇETIN ARIKAN Physis Deprtment, Siene

More information

Fire Detection System using Matlab

Fire Detection System using Matlab Fire Detection System using Matlab Chandrakant Shrimantrao 1, Mahesh S K 2, Vivekanand M Bonal 3 1 Fourth Sem M.Tech, 2 Asst. Professor, Appa Institute of Engineering and Technology Karnataka, 3 Head,

More information

Y-Y ES 00 VER RECEP ASSEMBLY SHROT GUIDES, PRESS FIT MULTI-BEAM XLE

Y-Y ES 00 VER RECEP ASSEMBLY SHROT GUIDES, PRESS FIT MULTI-BEAM XLE 3 THIS RWING IS UNPULISHE. OPYRIGHT Y RELESE FOR PULITION LL RIGHTS RESERVE. LO IST P LTR ESRIPTION TE WN PV 3 REV PER ER1101288 1JUN11 Y SZ E NEW SH NUMER 9 0SEP12 Z SZ E NEW SH NUMER 11 19PR13 Z SZ IM.09

More information

HT/O Outside Humidity and Temperature Sensor

HT/O Outside Humidity and Temperature Sensor Instlltion Instructions Outside Humidity nd Temperture Sensor Importnt: Retin these instructions Contents 1 Unpcking...1 2 Instlltion...1 3 Fult Finding...4 4 Mintennce...5 5 Disposl...8 1 Unpcking Instlltion

More information

YOUR VACUUM DRYING SPECIALIST

YOUR VACUUM DRYING SPECIALIST YOUR VACUUM DRYING SPECIALIST Innovtive by trdition Founded in 1939, in one of the most highly industrilized re of its dy, Itlvcuum hs lwys mnufctured vcuum pumps nd vcuum dryers for the min production

More information

The Effect of a green roof on thermal comfort and learning performance in a naturally ventilated classroom in a hot and humid climate

The Effect of a green roof on thermal comfort and learning performance in a naturally ventilated classroom in a hot and humid climate The Effect of green roof on therml comfort nd lerning performnce in nturlly ventilted clssroom in hot nd humid climte Spekers: Hung, Wen-Pin 1 ; Ruey-Lung, Hwng 2 ; Kuo-Tsng Hung 3 1 Feng Chi University,

More information

Video Smoke Detection using Deep Domain Adaptation Enhanced with Synthetic Smoke Images

Video Smoke Detection using Deep Domain Adaptation Enhanced with Synthetic Smoke Images Video Smoke Detection using Deep Domain Adaptation Enhanced with Synthetic Smoke Images Gao Xu, Qixing Zhang, Gaohua Lin, Jinjun Wang, Yongming Zhang State Key Laboratory of Fire Science, University of

More information

Special Research Report #532 Production Technology Using Soil Moisture Sensors for Poinsettia Height Control

Special Research Report #532 Production Technology Using Soil Moisture Sensors for Poinsettia Height Control Specil Reserch Report #532 Production Technology Using Soil Moisture Sensors for Poinsetti Height Control Alem Peter 1, Pul Thoms 1, Mrc vn Iersel 1, nd Stephnie Burnett 2 1 Deprtment of Horticulture,

More information

KompaKt. air Handling Units

KompaKt. air Handling Units ir Hndling Units KompKt escription of Komfovent kompkt units 2 KOMPAKT REGO RHP 3 Resons to choose Komfovent kompkt units 4 ontrol System 6 KOMFOVENT KOMPAKT REGO 10 Rotry Het Exchnger 11 Stndrd Sizes

More information

Shoot Growth Characteristics Following Mechanical Hedging and High Limb Pruning in Tulare Walnuts on Two Rootstocks at Two Spacings

Shoot Growth Characteristics Following Mechanical Hedging and High Limb Pruning in Tulare Walnuts on Two Rootstocks at Two Spacings Shoot Growth Chrcteristics Following Mechnicl Hedging nd High Lim Pruning in Tulre Wlnuts on Two Rootstocks t Two Spcings B.D. Lmpinen, S.G. Metclf, V. Gmle, K. Moore nd W. Reil University of Cliforni

More information

[Patil* et al., 5(7): July, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116

[Patil* et al., 5(7): July, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY INTELLIGENT LIGHTING SYSTEM WITH ENERGY EFFICIENCY Neha Patil*, Prof.A.C.Wani * P. G.Student, M.E. [Digital Electronics], SSBT

More information

Journal of Agriculture and Life Sciences ISSN (Print), (Online) Vol. 4, No. 1, June 2017

Journal of Agriculture and Life Sciences ISSN (Print), (Online) Vol. 4, No. 1, June 2017 Journl of Agriculture nd Life Sciences ISSN 2375-4214 (Print), 2375-4222 (Online) Vol. 4, No. 1, June 217 Effects of Chemicl Form nd Nitrogen Concentrtion of Fertilizer nd Wter Culture Medium ph on Growth

More information

Fast and Efficient Method for Fire Detection Using Image Processing

Fast and Efficient Method for Fire Detection Using Image Processing Fast and Efficient Method for Fire Detection Using Image Processing Turgay Celik Conventional fire detection systems use physical sensors to detect fire. Chemical properties of particles in the air are

More information

STORAGE OF HARDWOOD PLANTING STOCK: EFFECTS OF VARIOUS STORAGE REGIMES AND PACKAGING METHODS ON ROOT GROWTH AND PHYSIOLOGICAL QUALITY

STORAGE OF HARDWOOD PLANTING STOCK: EFFECTS OF VARIOUS STORAGE REGIMES AND PACKAGING METHODS ON ROOT GROWTH AND PHYSIOLOGICAL QUALITY No. 1 83 SORAGE OF HARDWOOD PANING SOCK: EFFECS OF VARIOUS SORAGE REGIMES AND PACKAGING MEHODS ON ROO GROWH AND PHYSIOOGICA QUAIY D. P. WEBB nd F. W. von AHEN Gret kes Forest Reserch Centre, P.O. Box 49,

More information

Cabbage Transplant Production Using Organic Media, 2008

Cabbage Transplant Production Using Organic Media, 2008 Cge Trnsplnt Production Using Orgnic Medi, 2008 Anu Rngrjn, Cornell University, Deprtment of Horticulture, r47@cornell.edu Betsy Leonrd, Cornell University, Deprtment of Horticulture, i1@cornell.edu Allison

More information

Preliminary Report on the Mineral Composition of Papaya Soil and Plant Tissue in Puna, Hawaii Under Different Land Use Practices

Preliminary Report on the Mineral Composition of Papaya Soil and Plant Tissue in Puna, Hawaii Under Different Land Use Practices Preliminry Report on the Minerl Composition of Ppy Soil nd Plnt Tissue in Pun, Hwii Under Different Lnd Use Prties CHANTAL VOS 1* AND ALYSSA CHO 2 1 University of Hwii t Hilo, College of Agriulture, Forestry

More information

ANALYSIS OF PREDICTED SPRINKLER ACTIVATION TIME IN AUTOMATED CAR PARKINGS

ANALYSIS OF PREDICTED SPRINKLER ACTIVATION TIME IN AUTOMATED CAR PARKINGS Bulletin of the rnsilvni University of Brşov CIBv 2014 Vol. 7 (56) Specil Issue No. 1-2014 ANALYSIS OF PREDICED SPRINKLER ACIVAION IME IN AUOMAED CAR PARKINGS B. BRĂNIȘEANU 1 2 2 D. M. ȘERBAN D. D. SOLOMON

More information

Carbon and nitrogen pools in different aggregates of a Chinese Mollisol as influenced by long-term fertilization

Carbon and nitrogen pools in different aggregates of a Chinese Mollisol as influenced by long-term fertilization DOI 10.1007/s11368-009-0123-8 SOILS, SEC 2 GLOBAL CHANGE, ENVIRON RISK ASSESS, SUSTAINABLE LAND USE RESEARCH ARTICLE Crbon nd nitrogen pools in different ggregtes of Chinese Mollisol s influened by long-term

More information

ANTENNA-TPMS 38M (REF) AB-AB SECTION ANTENNA-TPMS W/ EXT CABLE / SENSOR-WHEEL, TPMS / (6) 9

ANTENNA-TPMS 38M (REF) AB-AB SECTION ANTENNA-TPMS W/ EXT CABLE / SENSOR-WHEEL, TPMS / (6) 9 LE SM (LU) FROM ISOLTE STU IN RER HSSIS REKER PNEL TO LEVEL SYSTEM PUMP PIN HOUSING TO ELETRI STEP LE SM (LK) GENERTOR GROUN FROM GENERTOR GROUN STU TO LEVEL SYSTEM GROUN STU TO PSSENGER SWITHES ETIL F

More information

The Use of Naphthaleneacetic Acid (NAA) to Control Vegetative Vigor in Avocado Trees

The Use of Naphthaleneacetic Acid (NAA) to Control Vegetative Vigor in Avocado Trees Cliforni Avocdo Society 27 Yerook 9: 131-148 Mry Lu Arpi Deprtment of Botny nd Plnt Sciences University of Cliforni, Riverside Muricio Tpi ACW Frm Fllrook, Cliforni Reuen Hofshi vocdosource.com Fllrook,

More information

Installer reference guide

Installer reference guide Instller referene guide Dikin Altherm low temperture monolo EBLQ05+07CAV3 EDLQ05+07CAV3 EKCB07CAV3 EKCB07CAV3 EKMBUHCA3V3 EKMBUHCA9W Instller referene guide Dikin Altherm low temperture monolo English

More information

Conversion Wiring Diagrams for RM7890

Conversion Wiring Diagrams for RM7890 onversion Wiring Diagrams for RM0 The diagrams and instructions contained in this booklet are for converting the following models of primaries and programmers to RM0 microprocessor based integrated burner

More information

Conversion Wiring Diagrams for RM7895

Conversion Wiring Diagrams for RM7895 onversion Wiring Diagrams for RM The diagrams and instructions contained in this booklet are for converting the following models of primaries and programmers to RM microprocessor based integrated burner

More information

RICK HUSBAND AMARILLO INTERNATIONAL AIRPORT

RICK HUSBAND AMARILLO INTERNATIONAL AIRPORT RICK HUSBAND AMARILLO INTERNATIONAL AIRPORT AMARILLO, TEXAS SECTION 08163 SLIDING ALUMINUM-FRAMED GLASS DOORS PART 1 GENERAL 1. RELATED DOCUMENTS Drwings nd generl provisions of the Contrt, inluding Generl

More information

Cover Crop and Mulching Effects on Yield and Fruit Quality in Unsprayed Organic Apple Production

Cover Crop and Mulching Effects on Yield and Fruit Quality in Unsprayed Organic Apple Production Europ.J.Hort.Si., 74 (6). S. 247 253, 2009, ISSN 1611-4426. Verlg Eugen Ulmer KG, Stuttgrt Cover Crop nd Mulhing Effets on Yield nd Fruit Qulity in Upryed Orgni Apple Prodution B.F. Kühn nd H. Lindhrd

More information

Evaluating Kaolin Clay as an Amendment to Container Substrates

Evaluating Kaolin Clay as an Amendment to Container Substrates Evluting Kolin Cly s n Amendment to Continer Sustrtes Jmes T. Midcp nd Theodore E. Bilderck Deprtment of Horticulture - Athens & Rleigh The University of Georgi & North Crolin Stte University Nture of

More information

Fire Safety Journal 53 (2012) Contents lists available at SciVerse ScienceDirect. Fire Safety Journal

Fire Safety Journal 53 (2012) Contents lists available at SciVerse ScienceDirect. Fire Safety Journal Fire Safety Journal 53 (2012) 13 18 Contents lists available at SciVerse ScienceDirect Fire Safety Journal journal homepage: www.elsevier.com/locate/firesaf Wavelet based flickering flame detector using

More information

INSTALLATION INSTRUCTIONS FOR RETROFIT AND COMPLETE VALVE INSTALLATION FOR SLOAN SOLIS, SOLAR POWERED, SINGLE FLUSH WATER CLOSETS AND URINALS

INSTALLATION INSTRUCTIONS FOR RETROFIT AND COMPLETE VALVE INSTALLATION FOR SLOAN SOLIS, SOLAR POWERED, SINGLE FLUSH WATER CLOSETS AND URINALS ode No. 0816805 Rev. 4 (01/12) INSTLLTION INSTRUTIONS FOR RETROFIT ND OMPLETE VLVE INSTLLTION FOR SLON SOLIS, SOLR POWERED, SINGLE FLUSH WTER LOSETS ND URINLS RESS Series Retrofit onversion Kit Models

More information

Before using this product, read these instructions thoroughly and keep this manual for future reference.

Before using this product, read these instructions thoroughly and keep this manual for future reference. AIR CONDITIONER Wll Mounted Type ASTG8KMCA ASTGKMCA ASTGKMCA Before using this product, red these instructions thoroughly nd keep this mnul for future reference. Sfety Precutions R REFRIGERANT This Air

More information

DAILY REFERENCE GUIDE

DAILY REFERENCE GUIDE DAILY REFERCE GUIDE THANK YOU FOR BUYING A WHIRLPOOL PRODUCT. In order to receive more complete ssistnce, plese register your pplince on www.whirlpool.eu/register Before using the pplince crefully red

More information

Yale Smart Home Alarm Manual SR-310 SR-320 SR-330 SR-340

Yale Smart Home Alarm Manual SR-310 SR-320 SR-330 SR-340 Yle Smrt Home Alrm Mnul SR-310 SR-320 SR-330 SR-340 The smrter wy to protect your home smrt Living Control your home security from your smrtphone 2 The smrter wy to protect your home Introduction Contents

More information

Gas Heaters. The power of the new generations. March * 2013* SIZE -20% We create comfort for you. compact

Gas Heaters. The power of the new generations. March * 2013* SIZE -20% We create comfort for you. compact Gas Heaters We create comfort for you March * 2013* OINTR HETERS compact SIZE -20% The power of the new generations Gas Heaters The power of the new generations Range The most prepared INVERTER TEHNOLOGY*

More information

Before using this product, read these instructions thoroughly and keep this manual for future reference.

Before using this product, read these instructions thoroughly and keep this manual for future reference. AIR CONDITIONER Wll Mounted Type Before using this product, red these instructions thoroughly nd keep this mnul for future reference. Sfety Precutions To prevent personl injury, injury to others, or property

More information

#0.05 TYP. PLATING HOLE MIN. -X INSERT MOLDING SIGNAL STANDARD MIDDLE POWER CONTACT POWER CONTACT DESCRIPTION

#0.05 TYP. PLATING HOLE MIN. -X INSERT MOLDING SIGNAL STANDARD MIDDLE POWER CONTACT POWER CONTACT DESCRIPTION 3 THIS RWING IS UNPULISHE. OPYRIGHT RELESE FOR PULITION LL RIGHTS RESERVE. LO IST P LTR ESRIPTION TE WN PV ER1800023 09JN18 TZ SZ NOTES,UNLESS OTHERWISE SPEIFIE:.00 IM #0.30 IM #0.1 FOR 2P 31. 1."TE",PRT

More information

Installer reference guide

Installer reference guide Instller referene guide Dikin Altherm Low temperture split + ERLQ004-006-008CA EHVZ04S18CB EHVZ08S18CB Instller referene guide Dikin Altherm Low temperture split English Tle of Contents Tle of Contents

More information

OPERATING MANUAL. AIR CONDITIONER Wall Mounted Type. Contents. Safety Precautions. Outdoor Unit AOVG09LLCA AOVG12LLCA

OPERATING MANUAL. AIR CONDITIONER Wall Mounted Type. Contents. Safety Precautions. Outdoor Unit AOVG09LLCA AOVG12LLCA Indoor Unit ASVG09LLCA ASVGLLCA Outdoor Unit AOVG09LLCA AOVGLLCA AIR CONDITIONER Wll Mounted Type Contents Sfety Precutions... Indoor Unit Overview nd Opertions... Remote Controller Overview nd Opertions...

More information

Intelligent Video Analysis

Intelligent Video Analysis Intelligent Video Analysis 1. Intelligent Video Analysis... 2 2. Unattended Object Detection... 6 3. Missing Object Detection... 7 4. Smoke and Fire detection... 8 5. Movement Direction Detection... 9

More information

GAS VENT CATALOGUE - CANADA. MODEL RV - Small Diameter Round Vent. MODEL QC - Large Diameter Round Vent

GAS VENT CATALOGUE - CANADA. MODEL RV - Small Diameter Round Vent. MODEL QC - Large Diameter Round Vent GAS VENT CATALOGUE - CANADA MODEL RV - Smll Dimeter Round Vent MODEL QC - Lrge Dimeter Round Vent MODEL DWC - Flexile Doule Wll Connetor 04/02 Type B gs vent pipe tlogue for residentil, ommeril nd industril

More information