Using the HT46R48 in a Gas Water Heater Application

Size: px
Start display at page:

Download "Using the HT46R48 in a Gas Water Heater Application"

Transcription

1 Using the HT46R48 in a Gas Water Heater Application D/: HA0134E Introduction This forced exhaust gas water heater uses a Holtek HT46R48 MCU as the controlling device. It includes many safety features during fault conditions, such as flame extinguishing and shutting of the gas supply. The characteristics are listed below: Temperature measurement error within ±1 degree Output high voltage 12KV Igniter frequency 8~18 times per second Flame sense time 1S Flame detection sensitivity 3.3M Gas valve intake close voltage 3V, Gas valve holding 3.5V±0.3V HT46R48 Characteristics Operating Voltage: f SS = 4MHz at 2.2V~5.5V; f SS = 8MHz at 3.3V~5.5V Up to 15 bi-directional I/O pins External Interrupt pin shared with I/O pin 8-bit programmable Timer/Event Counter with overflow and 7-stage prescaler Internal crystal and RC oscillator circuit Watchdog timer 2048x14 capacity Program Memory 64x8 capacity Data Memory PFD function can generate audio frequencies HALT and wake-up instruction to reduce power consumption 8 MHz system clock at 5V operating voltage 0.5us instruction cycle 6-level stack 4-channel 9-bit resolution A/D converter Single channel 8-bit PWM output pin shared with I/O pin 1

2 Bit manipulation instruction Look up table instruction 14 bit long table data 63 instructions Instructions executed within 1 or 2 cycles Low voltage reset function 20-pin DIP/SOP package Water Heater Functional Description Power-cut protection When power is applied the controller first checks for water flow and the heater will not be activated Fan Pressure Switch Protection Fan pressure switch Off/On Circuit Protection: if the fan does not operate or if the fan controller circuit has malfunctioned and the fan cannot rotate normally or if the smoke exhaust channel is blocked which will cause the fan pressure switch to not close correctly, then the heater will not operate. Fan pressure switch short circuit protection: If the fan fails to rotate after the machine starts (open the tap), and if the switch has been detected to already be closed (except for fan inertia), then the heater will not operate. Flame circuit fault protection Valve leakage protection: Ignition before valve opening is detected by a flame signal, in which case the heater will stop operation. The fan will operate until the flame signal ceases. Ignition and gas circuit fault protection: if ignition does not occur or if a fault occurs in extinguishing, the water heater will turn off Temperature Sensor Fault Protection Temperature Sensor Fault Protection (open circuit or short circuit) then operation will stop Over Temperature Protection When the water temperature is detected to be over 85 degrees the controller will switch off the magnetic valve and the water heater will stop operation Over-temperature Protection Controls the temperature interface, if the temperature is too high then the temperature controller will switch off and the controller will switch off the gas valve. Fixed machine on time Switches the machine on for 20 minutes, after the machine is switched off an En is displayed Displays actual water temperature and working status Here the water temperature means the present post-heater water temperature, the working status indicates various error conditions. 2

3 Pre-cleaning Before the controller activates ignition, the fan motor is run for a period of time to clear out any smoke residues from the ventilation channel Post-cleaning After the heater has switch off, the fan motor will be run for a period of time to clear out any smoke residues and to cool down the machine Hardware Block Diagram HT46R48 20 minute off control PB4 PB5 PA4~PA7 Display Flame detect PB2 PA2 Igniter control Water pressure switch manitoring PB3 PA0/PA1 Gas value control Fan switch monitoring PB1 PA3 Buzzer driver Temperature monitoring PB0 PD0 Fan control 3

4 Hardware Circuit Description Using the HT46R48 in a Gas Water Heater Application Igniter Control Gas value control Buzzer Temperature protection switch Water value switch Fan switch 20 minute Times switch Temperature checking circuit Flame detect circuit Oscillator Spark voltage circuit Display interface Fan control connection Reset Circuit Figure 1 Main Board Circuit Diagram 4

5 Figure 2 Power Supply and Fan Motor Control Circuit Circuit Description The igniter circuit uses PA2 and Q2 for its control. T1 and C4 form an oscillator, T2 is a high voltage output for the flame ignition. Flame detecting circuit: when there is a flame, the detection pin will generate an ionizing current which will pull PB2 low, the A/D is used to detect if there is a flame signal Magnetic valve activation circuit: PA0 and PA1 and the two transistors Q3 and Q4 control the magnetic valve. After being on for 0.5 the gas valve will close and it and the valve will enter a hold on situation where it will use less power. Switch detection circuit and temperature detection circuit: S1: temperature control switch, will automatically switch off if temperature is too high, and will close the magnetic valve S2: Water Pressure Switch, when the water valve is opened, this switch will close, and PB3 is used to check if the water valve is opened. S3: Fan Pressure Switch, when the fan motor is activated it will close, and PB1 is sued to determine if it is closed S4: Timer switch: PB4 is used to determine if the 20-minute motor off function has been selected. PB0 is the A/D converter input; this port is used to check for temperature changes. 5

6 Software Design Flowchart and Description START TO=0? Reset? Initialise RAM and I/O, Setup flags 55H/AAH Initialise I/O Display E0, Power protect SET F_FAILURE Water Control Switch closed or not? Setup flags 55H/AAH are correct? POLLIG_EVET Call Temperature Display Routine Display Temperature Water Control Switch closed? Turn on water? MOV A,R_PROGRAMC AD A,0FH ADDM A,PCL (jump to related subroutine) PROC0 PROC1 PROC2 PROC3 PROC4 PROC5 PROC6 PROC7 PROC8 PROC9 PROC10 PROC11 6

7 PROC0 Fan Pressure switch closed? IC R_PROGRAMC R_TEMP[2]=A7 R_PROGRAMC=0 F_FAILURE=1 Display Error E7 POLLIG_EVET PROC1 SET P_CSB_PD0 Start Fan R_TIMER_COUTER4 =4 IC R_PROGRAMC R_TIMER_COUTER3=00H R_TIMER_COUTER4 =00H POLLIG_EVET 7

8 PROC2 Fan Pressure switch closed?? R_TIMER_COUTER4 =12 IC R_PROGRAMC R_TIMER_COUTER3=00H R_TIMER_COUTER4 =00H R_TEMP[2]=A6 R_PROGRAMC =0 F_FAILURE=1 Display Error E6 POLLIG_EVET PROC3 Flame Signal Present? R_TEMP[2]=A1 R_PROGRAMC=0 F_FAILURE=1 Display Error E1 IC R_PROGRAMC R_TIMER_COUTER3=00H R_TIMER_COUTER4 =00H POLLIG_EVET 8

9 PROC4 CLR PA.2 CLR P_CSB_PD0 Activate Igniter, Switch off Fan Flame Signal Present? R_TEMP[2]=A2 R_PROGRAMC =0 F_FAILURE=1 SET PA.2 Display Error E2 IC R_PROGRAMC CLR PA.0 CLR PA.1 Open Gas Valve R_TIMER_COUTER3=00H R_TIMER_COUTER4 =00H POLLIG_EVET PROC5 Flame Signal Present? R_TIMER_COUTER4 =16 R_TEMP[2]=A3 H R_PROGRAMC=0 F_FAILURE=1 SET PA.2 Display Error E3 IC R_PROGRAMC R_TIMER_COUTER3=00H R_TIMER_COUTER4 =00H POLLIG_EVET 9

10 PROC6 R_TIMER_COUTER3 =100 SET PA.0 0.5s Close ValveR_TIMER_COUTER3=0 R_TIMER_COUTER4 =2 SET PA.2 after 1S switch off igniter IC R_PROGRAMC R_TIMER_COUTER3=00H R_TIMER_COUTER4 =00H POLLIG_EVET PROC7 F_WATER_STREAM =1 Flame Signal Present? IC R_PROGRAMC R_TIMER_COUTER3 =200 POLLIG_EVET R_TEMP[2]=A3 H F_FAILURE=1 Display Error E3 PROC11 10

11 PROC8 Fan Pressure Switch closed? IC R_PROGRAMC R_TIMER_COUTER3=00H R_TIMER_COUTER4=00H R_TIMER_COUTER4=4 POLLIG_EVET R_TEMP[2]=A6 H F_FAILURE=1 Display Error E6 PROC11 PROC9 Temperature exceeds 85 C IC R_PROGRAMC R_TIMER_COUTER3=00H R_TIMER_COUTER4 =00H R_TIMER_COUTER4=6 POLLIG_EVET R_TEMP[2]=A5 H F_FAILURE=1 Display Error E5 PROC11 11

12 PROC10 Temperature switch closed? R_PROGRAMC=7 R_TIMER_COUTER3=00H R_TIMER_COUTER4 =00H R_TIMER_COUTER7=20 POLLIG_EVET R_TEMP[2]=AB H F_FAILURE=1 Display E PROC11 PROC11 SET P_CSB_PD0 R_PROGRAMC=0BH SET PA.0 SET PA.1 Start Fan - Close Magnetic Valve R_TIMER_COUTER4=20 CLR F_GASGATEOPE CLR R_PROGRAMCT CLR P_CSB_PD0 POLLIG_EVET 12

13 TIMER Interrrupt Routine PUSH R_TIMER_COUTER1=14H? SET F_5ms SET F_5000us Setup 5ms flag R_TIMER_COUTER2=C8H? Obtain F_500ms (0.5s) flag POP RETI 13

14 Flowchart Description The main program at the start will determine if the reset is a power-on reset or a WDT overflow reset. If it is a power-on reset then the Data Memory and I/O pins will be initialised. Then the water control switch will be examined to see if it is closed. If the switch is closed then an error flag will be set and an EO will be displayed and jump to the main loop program. If the switch is open then directly enter the main loop program. If it is determined that the WDT has overflowed and reset the I/Os, then check if the registers flags R_ORMAL_FLAG1 and R_ORMAL_FLAG2 are equal to 55H and 0AAH, if the flags are normal, then jump to the main loop program, if not then it is a cold start and jump to the reset program. The main loop program subroutine SBR_SHOWPROCEDURE includes temperature detection subroutine and the LED display program uses a 5ms Timer to adjust the display program (scanning frequency = 66.66Hz),if an error flag is set then do not adjust the temperature measuring subroutine, normal or waiting condition is 5ms temperature checking. The temperature checking subroutine uses the A/D converter and obtains the average of 8 values to obtain a value and then a conversion table to obtain the related temperature. SBR_WATERSWICH_CHECK: according to whether there is a water flow signal or not, set this flag to determine if the program should continue running. L_PROCEDURE0: After the water is turned on determine whether the fan pressure switch is closed. If closed then set error flag indicates E7, clear the software counter R_PROGRAMCT, otherwise add 1 to the R_PROGRAMCT and the program continues. L_PROCEDURE1: start the fan motor, extend time by 2S L_PROCEDURE2: check fan pressure switch for 6S to see if it is closed, if closed then add 1 to R_PROGRAMCT and the program continues. If open then set the error flag and display E6 and clear the counter R_PROGRAMCT. L_PROCEDURE3: check for the presence of a flame signal, if present then set error flag and display E1 and clear the counter R_PROGRAMCT, if not present then add 1 to R_PROGRAMCT and the program continues. 14

15 L_PROCEDURE4: Switch off the fan motor and activate the igniter, within 1S look for the presence of a flame signal. If a signal is present then set error flag and display E2 and clear counter R_PROGRAMCT, if no signal is present then add 1 to R_PROGRAMCT and program continues running. L_PROCEDURE5: Open and hold valve, after 0.5S the valve will close, within 8S to check for a flame signal, if one exists then add 1 to R_PROGRAMCT and the program continues running, if not then set the error flag and display E3 and the program jumps to L_PROCEDURE11. L_PROCEDURE6: activate fan and after 1S stop the ignition L_PROCEDURE7: after ignition, determine within 1S if the flame has been extinguished erroneously, if so then set the error flag and display E3 and the program will jump to L_PROCEDURE11, if not then add 1 to R_PROGRAMCT and the program continues. L_PROCEDURE8: Check continuously for 2S if the fan pressure switch is open, if so then set the error flag and display E6 and the program jumps to L_PROCEDURE11, if not then add 1 to R_PROGRAMCT and the program continues running. L_PROCEDURE9: Check continuously for 3S if the temperature is over 85C, if so then set the error flag E5 and the program jumps to L_PROCEDURE11, if not then add 1 to R_PROGRAMCT and the program continues running. L_PROCEDURE10: determines if the fixed time for motor shut off is selected. If so then checks if a time of 20 minutes has elapsed, if so then set the error flag and display E and the program jumps to L_PROCEDURE11. If not then set R_PROGRAMCT=7 and the program starts to cycle from L_PROCEDURE7. L_PROCEDURE11: Start fan, close the gas valve, after extended time of 20S switch off the fan, clear the counter register R_PROGRAMCT. 15

16 oise Reduction Techniques Using the HT46R48 in a Gas Water Heater Application oise Source The sources of noise in this example are transmitted via the PCB tracks and as radiated noise through space. The main factors which will influence the reliability and safety come both from the internal system and external electrical machinery noise. Internal oise Internally the greatest noise comes from the system s own high voltage pulse spark igniter. When operating, the igniter will generate a voltage pulse in excess of 12kV to overcome the air resistance and create an electrical arc to ignite the gas. This high voltage electrical arc is a major noise source for the MCU and can cause the program to jump to spurious locations. ext is the distributed noise on the PCB, inter component magnetic interference, circuit feedback coupling noise and stray signal noise etc. External oise The main source of external noise is from the A.C power supply. Because the power control system requires direct current supply it is supplied by an A.C power supply via a transformer, rectifier, filter and regulator. Therefore the power network various noise sources will enter the controller system. (The power network system noise main sources are the following types: magnetic coupling, capacitive coupling, radiation coupling, common resistive coupling etc.) ext is the electrical system operating environment noise such as the high frequency radiation and other equipment magnetic noise etc. Measures to combat noise are shown below: Use the IC internal watchdog timer. Activating the IC internal Low Voltage Reset circuit, will reset the device if the power supply voltage falls below a certain value. Software trap: when the program jumps to illegal areas, remaining instructions will have no effect. By using software traps to catch erroneous jumps, the program can be led to specific places from where debug handling can be implemented and the program returned to normal operation. System fault handling, auto reset program: when because of noise interference the MCU system is reset or if power is lost, should implement a fault interrupt and automatically return the system to a normal operating point before the error condition. The software design must therefore mange different types of hardware reset, software reset, watchdog timer error reset and abnormal power on reset etc must be able to check and distinguish them, and for important information and parameters implement a 16

17 backup, (for example system operating condition, entry values, previous input and output values etc) to make the MCU automatically return to the original operating condition when noise conditions occur. PCB Layout Main Controller PCB Diagram 17

18 Power Supply PCB Diagram Igniter Control Board Description Main Control Board and Display Board Power plug Display Fan switch Flame sensor Temperature Plug Magnetic value connection Buzzer connection 12kV Igniter Water control switch 18

S3F8S28. Smoke Detector. Revision 0.00 February Samsung Electronics Co., Ltd. All rights reserved.

S3F8S28. Smoke Detector. Revision 0.00 February Samsung Electronics Co., Ltd. All rights reserved. S3F8S28 Smoke Detector Revision 0.00 February 2011 Application Note 2011 Samsung Electronics Co., Ltd. All rights reserved. Important Notice The information in this publication has been carefully checked

More information

The design of the human body infrared thermometer

The design of the human body infrared thermometer The design of the human body infrared thermometer Chenjie Zhang Changchun University of Science and Technology, Changchun 130022, China Abstract In order to overcome the main shortcoming of the traditional

More information

DS1286 Watchdog Timekeeper

DS1286 Watchdog Timekeeper www.dalsemi.com FEATURES Keeps track of hundredths of seconds, seconds, minutes, hours, days, date of the month, months, and years; valid leap year compensation up to 2100 Watchdog timer restarts an out-of-control

More information

Instruction manual MTL process alarm equipment. October 2016 CSM 725B rev 2 MTL RTK 725B. Configuration Software Manual

Instruction manual MTL process alarm equipment. October 2016 CSM 725B rev 2 MTL RTK 725B. Configuration Software Manual Instruction manual MTL process alarm equipment October 2016 CSM 725B rev 2 MTL RTK 725B Configuration Software Manual SECTION 1 - INTRODUCTION... 5 Basic Requirements... 5 SECTION 2 - SOFTWARE INSTALLATION...

More information

F 2 MC-8FX FAMILY MB95200 SERIES SMOKE DETECTOR DEMO REFERENCE SOLUTION 8-BITMICROCONTROLLER APPLICATION NOTE

F 2 MC-8FX FAMILY MB95200 SERIES SMOKE DETECTOR DEMO REFERENCE SOLUTION 8-BITMICROCONTROLLER APPLICATION NOTE Fujitsu Semiconductor (Shanghai) Co., Ltd. Application Note MCU-AN- 500054-E-10 F 2 MC-8FX FAMILY 8-BITMICROCONTROLLER MB95200 SERIES SMOKE DETECTOR DEMO REFERENCE SOLUTION APPLICATION NOTE Revision History

More information

The Design of Temperature Control System for Vegetable Greenhouse

The Design of Temperature Control System for Vegetable Greenhouse The Design of Temperature Control System for Vegetable Greenhouse Chao Tang Electronics and Information Engineering, Changchun University of science and technology, Jilin Changchun 300, China Abstract

More information

Smoke Detector Demo Reference Solution

Smoke Detector Demo Reference Solution Fujitsu Microelectronics (Shanghai) Co., Ltd. Application Note MCU-AN- 500054-E-10 F 2 MC-8FX FAMILY 8-BITMICROCONTROLLER MB95200 SERIES Smoke Detector Demo Reference Solution APPLICATION NOTE Smoke Detector

More information

INSTALLATION INSTRUCTIONS FOR SERIES 9 INTERMITTENT PILOT IGNITION CONTROL

INSTALLATION INSTRUCTIONS FOR SERIES 9 INTERMITTENT PILOT IGNITION CONTROL INSTALLATION INSTRUCTIONS FOR SERIES 9 INTERMITTENT PILOT IGNITION CONTROL Figure 1 Series 9 Intermittent Pilot Ignition Control Application The Series 9 Intermittent Pilot Ignition Control is a microprocessor

More information

Design of Microwave Anti-theft Alarm Based on Microcontroller

Design of Microwave Anti-theft Alarm Based on Microcontroller Design of Microwave Anti-theft Alarm Based on Microcontroller Hanhong Tan Guangdong University of Science & Technology,Dongguan,523083, China Abstract At present, most households use safety gates and install

More information

901-M / 901-ML. Pulse Oximetry System. Technical Information and Service Manual

901-M / 901-ML. Pulse Oximetry System. Technical Information and Service Manual 901-M / 901-ML Pulse Oximetry System Technical Information and Service Manual CONTENTS 1. PRELIMINARY REMARK...... 4 2. FUNCTION DESCRIPTION......... 5 2.1. INTENDED USE...5 2.2. CONTRAINDICATION...5 2.3.

More information

Dryer Controller M720

Dryer Controller M720 User Manual Dryer Controller M720 Hardware version 2.00 Software version 2.00 Manual M720 Dryer controller Page 1 of 60 Document history Preliminary version: - Created in April, 2009 Hardware Version 2.00,

More information

Alarms Manual. ver.1 rev.06/'07. Enclosures to Service Manuals of: McbNET Digital TM Magnum400 TM MiniMagnum400 TM. 6) Speeder One

Alarms Manual. ver.1 rev.06/'07. Enclosures to Service Manuals of: McbNET Digital TM Magnum400 TM MiniMagnum400 TM. 6) Speeder One 6) Speeder One VIALE STAZIONE 5-36054 MONTEBELLO VIC. - VI - ITALY Phone (+39) 0444 440441 - Fax (+39) 04444 440418 www.axorindustries.com - INFO@AXORINDUSTRIES.COM Alarms Manual Enclosures to Service

More information

Open Vented Condensing Boilers

Open Vented Condensing Boilers Dimplex 18 OV Dimplex 32 OV Open Vented Condensing Boilers User s Operating Instructions These instructions should be left with the user Dimplex Boilers 2008 CONTENTS SECTION DESCRIPTION PAGE 1.0 Using

More information

Human body motion using pir sensor

Human body motion using pir sensor Human body motion using pir sensor P.ANNAMALAI, C.ARUNACHALAM E.SANGEETHA DEVI Student, Department of ECE, Asisstant Professor,Dept of ECE, Periyar Maniammai University, Periyar Maniammai University, Vallam,

More information

Q - Series Boiler. Troubleshooting Manual

Q - Series Boiler. Troubleshooting Manual Q - Series Boiler Troubleshooting Manual WARNING There are a number of live tests that are required when fault finding this product. Extreme care should be used at all times to avoid contact with energized

More information

T3/E3 Fiber Optic Line Drivers

T3/E3 Fiber Optic Line Drivers MT618A-ST-R3 January 2004 MT619A-ST-R2 MT620AE-R2 T3/E3 Fiber Optic Line Drivers CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S.: Call 877-877-BBOX (outside U.S. call 724-746-5500) FREE technical

More information

Break-in Detector and Alarm System

Break-in Detector and Alarm System EE 318, Electronic Design Lab report, EE Dept, March 2007 Break-in Detector and Alarm System Group No. : B3 Abhijit Gupta(04007004) Chirag Singla(04007005)

More information

User Manual FLOWMAX-90. for model. Condensing water heater 85,000 BTU. Installation, operating, commissioning and maintenance instructions.

User Manual FLOWMAX-90. for model. Condensing water heater 85,000 BTU. Installation, operating, commissioning and maintenance instructions. User Manual for model FLOWMAX-90 Condensing water heater 85,000 BTU WARNING If the information in these instructions is not followed exactly, a fire or explosion may result, causing property damage, personal

More information

ZITON RADIO LOOP MODULE

ZITON RADIO LOOP MODULE ZITON RADIO LOOP MODULE PROGRAMMING MANUAL Table of Contents Section Page No 1.0 INTRODUCTION...3 1.1 System Design...3 1.2 Handling Precautions...3 1.3 Packaging:...3 2.0 MENU STRUCTURE...4 2.1 Menu Structure

More information

ICS Regent. Fire Detector Input Modules PD-6032 (T3419)

ICS Regent. Fire Detector Input Modules PD-6032 (T3419) ICS Regent Fire Detector Input Modules (T3419) Issue 1, March, 06 Fire detector input modules provide interfaces for 16 fire detector inputs such as smoke detectors, flame detectors, temperature detectors,

More information

KIT 53. CODEPAD/ALARM USING 68HC705P9

KIT 53. CODEPAD/ALARM USING 68HC705P9 This project started out to use the K1 micro-controller (as used in some of our other Kits) for a codepad - entering a four digit code would operate a relay. The most common use of such a codepad is to

More information

Fire Extinguishing Control Panel INSTRUCTION MANUAL. Revision 8/ Instruction Manual Page 1 Revision 8/01.17 of 63

Fire Extinguishing Control Panel INSTRUCTION MANUAL. Revision 8/ Instruction Manual Page 1 Revision 8/01.17 of 63 Fire Extinguishing Control Panel FS5200Е INSTRUCTION MANUAL Revision 8/01.17 Instruction Manual Page 1 1. 2. 3. 4. 4.1. 4.2. 4.2.1. 4.2.2. 4.2.3. 4.2.4. 4.2.5. 4.2.6. 4.2.7. 4.2.8. 4.2.9. 4.2.10. 4.2.11.

More information

Zilog s ZMOTION Detection and Control Family. Featuring PIR Technology

Zilog s ZMOTION Detection and Control Family. Featuring PIR Technology S MOTION CONTROL AND LIGHTING SOLUTIONS Zilog s ZMOTION Detection and Control Family PB022504-0112 ZMOTION DETECTION & CONTROL FAMILY ADVANTAGES MCU, PIR SENSOR, AND LENS SOLUTION MOTION DETECTION ALGORITHMS

More information

User Operation Manual

User Operation Manual APPROVED BY: JBJ PRESCIENT III FIRE ALARM & GAS EXTINGUISHING CONTROL PANEL User Operation Manual PAGE 1 of 6 1 CONTENTS 1. FIRE - GENERAL... 3 2. FIRE - ZONES 1 OR 2 - AUTOMATIC MODE... 3 3. FIRE - ZONES

More information

Automate the Home. Home Security System APPLICATION OPERATION: Ontario, Canada

Automate the Home. Home Security System APPLICATION OPERATION: Ontario, Canada Home Security System Automate the Home Author: Jim Nagy Ontario, Canada email: nagy@wwdc.com APPLICATION OPERATION: The small size, and low cost of PIC12C508 controllers make them very suitable for use

More information

Advanced Autoclave Controller with Recording + 4 Channel Mapping + Pressure Indication with PC Software & Printer Module

Advanced Autoclave Controller with Recording + 4 Channel Mapping + Pressure Indication with PC Software & Printer Module Clavex Plus Advanced Autoclave Controller with Recording + 4 Channel Mapping + Pressure Indication with PC Software & Printer Module PC Software Controller with Graphic Display Printer Module Features

More information

200i/KN2, KN4 Firmware Revision Sheet

200i/KN2, KN4 Firmware Revision Sheet 200i/KN2, KN4 Firmware Revision Sheet Revision 2.9 Special Release 1- November 2013 1. Added an external boiler Failsafe feature. The J6 Analog Output can be used to enable a SSR which can be used to enable

More information

ECO N DATE DESCRIPTION OF CHANGE CHG

ECO N DATE DESCRIPTION OF CHANGE CHG Model Number: M21E-24-DIN Description: The product is a loop powered device which controls an unsupervised dual pole output channel suitable to manage 24VAC loads. The M21E-24-DIN is micro-controller operated,

More information

Turn the power off, then back on. Reduce the number of registered blocks to 32. Check the cable connection.

Turn the power off, then back on. Reduce the number of registered blocks to 32. Check the cable connection. Program or Setting Alarms (PS alarms) No LED Display Description Countermeasure 000 A parameter that requires power-down has been specified Turn the power off, then back on. 011 The specified feedrate

More information

Model 6495 Freezing Rain Sensor. User's Manual. All Weather Inc National Drive Sacramento, CA USA

Model 6495 Freezing Rain Sensor. User's Manual. All Weather Inc National Drive Sacramento, CA USA Model 6495 Freezing Rain Sensor User's Manual All Weather Inc. 1165 National Drive Sacramento, CA 95834 USA 800.824.5873 www.allweatherinc.com Contents Technical Specifications...1 Theory of Operation...2

More information

Smoke/Temperature Controlled Fan

Smoke/Temperature Controlled Fan Smoke/Temperature Controlled Fan 16 October 2006 Application Note DKAN0006A Features Interface smoke detector with ATTiny12 Interface temperature sensor with ATTiny12 A way to drive AC fans using ATTiny12

More information

DS1486/DS1486P RAMified Watchdog Timekeeper

DS1486/DS1486P RAMified Watchdog Timekeeper RAMified Watchdog Timekeeper www.dalsemi.com FEATURES 128 kbytes of user NV RAM Integrated NV SRAM, real time clock, crystal, power-fail control circuit and lithium energy source Totally nonvolatile with

More information

REPEATER FS5200R INSTRUCTION MANUAL

REPEATER FS5200R INSTRUCTION MANUAL REPEATER FS5200R INSTRUCTION MANUAL Instruction Manual Page1 CONTENTS 1. Introduction... 3 2. Function... 3 3. Technical data... 3 4. Contents of delivery... 4 5. General information... 5 6. Duty Mode...

More information

3.4 SPINDLE AMPLIFIER MODULE

3.4 SPINDLE AMPLIFIER MODULE 3. TROUBLESHOOTING AND 3. ACTION TO BE TAKEN TROUBLESHOOTING B 65165E/01 3.4 SPINDLE AMPLIFIER MODULE If an alarm occurs in the spindle amplifier module, the ALM LED lights red in the STATUS display, and

More information

FlameGard 5 UV/IR HART

FlameGard 5 UV/IR HART FlameGard 5 UV/IR HART HART Communication Manual The information and technical data disclosed in this document may be used and disseminated only for the purposes and to the extent specifically authorized

More information

LMV52 Control. Specifications. Document No. LV February 3, Product Description. Sample Specification

LMV52 Control. Specifications. Document No. LV February 3, Product Description. Sample Specification LMV52 Control Product Description February 3, 2017 The LMV52 is a microprocessor-based burner management system with matching system components for the control and supervision of forced draft burners.

More information

M41T50 Serial Access Digital Input Real-Time Clock with Alarms

M41T50 Serial Access Digital Input Real-Time Clock with Alarms Serial Access Digital Input Real-Time Clock with Alarms PRELIMINARY DATA FEATURES SUMMARY TIMEKEEPING DOWN TO 1.3V 1.7V TO 3.6V I 2 C BUS OPERATING VOLTAGE OPERATES FROM 50Hz OR 60Hz DIGITAL CLOCK SIGNAL

More information

XP95/Series 90 Test Set

XP95/Series 90 Test Set PP1072/2003/Issue 5 XP95/Series 90 Test Set XP95/SERIES 90 TEST SET BIT 0 BIT 1 BIT 2 NEW TEST MIN/MAX DOWN * UP # LOOP POWER OFF ON OUTPUT HEALTHY LOOP + - User Manual 1 Apollo XP95/Series 90 Test Set

More information

CONTROL PANEL INTERFACE ACTIVATE THE GENERATOR DISPLAY INTERFACE MENUS. Control Panel USING THE AUTO/OFF/MANUAL SWITCH

CONTROL PANEL INTERFACE ACTIVATE THE GENERATOR DISPLAY INTERFACE MENUS. Control Panel USING THE AUTO/OFF/MANUAL SWITCH CONTROL PANEL INTERFACE USING THE AUTO/OFF/MANUAL SWITCH With the switch set to AUTO, the engine may crank and start at any time without warning. Such automatic starting occurs when utility power source

More information

BASIC-Tiger Application Note No. 029 Rev Waking up sleeping tigers. Gunther Zielosko. 1. Basics Real Time Clock

BASIC-Tiger Application Note No. 029 Rev Waking up sleeping tigers. Gunther Zielosko. 1. Basics Real Time Clock Waking up sleeping tigers Gunther Zielosko 1. Basics 1.1. Real Time Clock BASIC- or TINY-Tiger with built-in Real Time Clock (RTC) have a few advantages over those without RTC. This CMOS clock with its

More information

E1000 Portable gas detector

E1000 Portable gas detector E1000 Portable gas detector Operation manual Ver:HWWM161229CG Read this manual carefully before using the device Table of Contents SAFETY INFORMATION... - 1-1. BRIEF INTRODUCTION... - 3-2. MAIN FUNCTION

More information

OVEN INDUSTRIES, INC.

OVEN INDUSTRIES, INC. OVEN INDUSTRIES, INC. OPERATING MANUAL Model 5C7-252 TEMPERATURE CONTROLLER With PLC Inputs Introduction Thank you for purchasing our controller. The Model 5C7-252 is an exceptionally versatile unit and

More information

The EGT-1 is a single channel fully programmable digital EGT (Exhaust Gas Temperature) gauge.

The EGT-1 is a single channel fully programmable digital EGT (Exhaust Gas Temperature) gauge. EGT-1 EGT (Exhaust Gas Temperature) Gauge Operating Manual English 1.02 Introduction The EGT-1 is a single channel fully programmable digital EGT (Exhaust Gas Temperature) gauge. The EGT-1 s high accuracy

More information

DS1486/DS1486P RAMified Watchdog Timekeepers

DS1486/DS1486P RAMified Watchdog Timekeepers RAMified Watchdog Timekeepers www.maxim-ic.com FEATURES 128 kbytes of User NV RAM Integrated NV SRAM, Real-Time Clock, Crystal, Power-Fail Control Circuit and Lithium Energy Source Totally Nonvolatile

More information

Part 3 Troubleshooting

Part 3 Troubleshooting Part Troubleshooting What is in this part? This part contains the following chapters: Chapter See page Troubleshooting 2 Error Codes: Hydro-box 7 Error Codes: Outdoor Units Error Codes: System Malfunctions

More information

Entero Voice Alarm system.

Entero Voice Alarm system. Entero Voice Alarm system. Entero ESC installation menu guide Rev. 1.0 The manufacturer reserves specification privileges. Information in this manual is subject to change without prior notice or obligation.

More information

User manual. ABB i-bus EIB. Zone Terminal MT/S Intelligent Installation System ABB STOTZ-KONTAKT

User manual. ABB i-bus EIB. Zone Terminal MT/S Intelligent Installation System ABB STOTZ-KONTAKT User manual ABB i-bus EIB Zone Terminal MT/S 4.12.1 Intelligent Installation System ABB STOTZ-KONTAKT 2 Contents Page 1 Device configuration..................................... 4 1.1 Introduction..........................................

More information

AXS Strikemaster Engineering Manual

AXS Strikemaster Engineering Manual AXS Strikemaster AXS Strikemaster Programming and Operation Manual Jan 2014 Page 1 of 23 Table of Contents Important Note... 3 Features and Benefits... 3 Ordering Details... 4 Dimensions... 5 Installation...

More information

ST325. Thermostat. The ST325TX can be used with any of these receivers RXBC605 RXST625 RXRT505 RXVBC605 RXWBC MHz

ST325. Thermostat. The ST325TX can be used with any of these receivers RXBC605 RXST625 RXRT505 RXVBC605 RXWBC MHz ST325TX Manual Version 008_Layout 1 16/05/2013 09:02 Page 1 ST32 ST S T325 32 25 5TX TX ST3 T3 325T 32 25TX ST T3 325 25TX ST S T32 25T TX TX ST325TX Digital Room ST325 T3 5 5TX T X Thermostat RXBC605

More information

USER MANUAL FOR OPERATING SYSTEM

USER MANUAL FOR OPERATING SYSTEM P2262 ALARM PANEL USER MANUAL FOR OPERATING SYSTEM 21765-07 September 1999 Associated Controls (Aust) PTY. LTD. 29 Smith Street, Hillsdale, NSW, 2036. PH (02) 9311 3255, FAX (02) 9311 3779 Page 1 of 177

More information

P2267 NETWORK INTERFACE

P2267 NETWORK INTERFACE P2267 NETWORK INTERFACE USER MANUAL FOR OPERATING SYSTEMS: 22031-03 23636-01 October 2009 Associated Controls (Australia) Pty. Limited 2-4 Norfolk Road Greenacre, NSW, 2190. PH +61 2 9642 4922, FAX +61

More information

Refrigeration Controller Operator s Manual (HRC) PO Box 6183 Kennewick, WA

Refrigeration Controller Operator s Manual (HRC) PO Box 6183 Kennewick, WA Refrigeration Controller Operator s Manual (HRC) PO Box 6183 Kennewick, WA 99336 www.jmcvr.com 1-509-586-9893 Table of Contents TABLE OF FIGURES...1 OVERVIEW OF THE HRC CAPABILITIES...2 INSTALLATION AND

More information

DISCONTINUED PRODUCT. For reference only SMOKE DETECTOR WITH INTERCONNECT FEATURES. ABSOLUTE MAXIMUM RATINGS (Voltages are referenced to V SS

DISCONTINUED PRODUCT. For reference only SMOKE DETECTOR WITH INTERCONNECT FEATURES. ABSOLUTE MAXIMUM RATINGS (Voltages are referenced to V SS WITH INTERCONNECT Data Sheet 60.6 NO CONNECT. I / O LOW-V SET NO CONNECT. LED + SUPPLY TIMING RES. FEEDBACK 3 4 5 6 7 NC NC LOGIC OSC. & TIMING DRIVER 0 6 5 4 3 8 V SS GUARD DETECT. IN GUARD SENSITIVITY

More information

Functional Safety Experience on Railway Signalling in Japan. Yuji Hirao Nagaoka University of Technology (Japan)

Functional Safety Experience on Railway Signalling in Japan. Yuji Hirao Nagaoka University of Technology (Japan) Functional Safety Experience on Railway Signalling in Japan Yuji Hirao Nagaoka University of Technology (Japan) Functional Safety Experience on Railway Signalling in Japan 1. Application of computers to

More information

M41T81S. Serial Access Real-Time Clock with Alarms

M41T81S. Serial Access Real-Time Clock with Alarms Serial Access Real-Time Clock with Alarms FEATURES SUMMARY COUNTERS FOR TENTHS/HUNDREDTHS OF SECONDS, SECONDS, MINUTES, HOURS, DAY, DATE, MONTH, YEAR, AND CENTURY 32KHz CRYSTAL OSCILLATOR WITH INTEGRATED

More information

PACSystems* RX3i. Thermocouple Input Module, 12 Channels, IC695ALG412. GFK-2578B October 2011

PACSystems* RX3i. Thermocouple Input Module, 12 Channels, IC695ALG412. GFK-2578B October 2011 October 2011 PACSystems* RX3i Thermocouple Input Module, 12 Channels, IC695ALG412 The PACSystems * Thermocouple Input module IC695ALG412 provides twelve isolated differential thermocouple input channels.

More information

NR-20DU. Keep this manual near this remote controller for future reference whenever maintenance or service is required.

NR-20DU. Keep this manual near this remote controller for future reference whenever maintenance or service is required. NR-20DU Keep this manual near this remote controller for future reference whenever maintenance or service is required. Contents Safety Instructions 3 Included Items 4 Connecting the Extension Cable 5 Attaching

More information

InBio X60 Series Access Control Panel User Manual

InBio X60 Series Access Control Panel User Manual InBio X60 Series Access Control Panel User Manual Version: 1.4 Date: Nov., 2015 About This Manual This manual introduces the installation connection and user manual of the InBio X60 Series Access Control

More information

RS485 MODBUS Module 8AI

RS485 MODBUS Module 8AI Version 1.4 15/04/2013 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the device. The information contained in this manual have

More information

E Programmble Smoke Detector Controller. Figure 1. Programmable Smoke Detector Kit

E Programmble Smoke Detector Controller. Figure 1. Programmable Smoke Detector Kit E520.32 Programmble Smoke Detector Controller 1 What you get 1. Smoke Detector 2. USB Power and LIN converter with cable to connect the smoke detector 3. CD with software and driver 2 What you need in

More information

ProCon Boiler Controller Commissioning Quick Reference Guide

ProCon Boiler Controller Commissioning Quick Reference Guide ProCon Boiler Controller Commissioning Quick Reference Guide This sheet is intended as a quick reference guide and should be read in conjunction with the operating and maintenance manual for the boiler

More information

Replaced by A5367CA. DISCONTINUED PRODUCT SMOKE DETECTOR WITH INTERCONNECT AND TIMER FEATURES

Replaced by A5367CA. DISCONTINUED PRODUCT SMOKE DETECTOR WITH INTERCONNECT AND TIMER FEATURES Data Sheet 260.8 TIMER START I / O LOW-V SET TIMER OUT + SUPPLY TIMING RES. FEEDBACK 2 3 4 5 6 7 V DD LOGIC OSC. & TIMING DRIVER 8 V SS 9 ABSOLUTE MAXIMUM RATINGS (Voltages are referenced to V SS ) Supply

More information

Meridian wiredhart. HART Field Device Specification Goldmine Rd. Monroe, NC USA

Meridian wiredhart. HART Field Device Specification Goldmine Rd. Monroe, NC USA HART Field Device Specification Meridian wiredhart 4320 Goldmine Rd. Monroe, NC 28110 USA HART is a registered trademark of the HART Communication Foundation TABLE OF CONTENTS 1. Introduction...5 1.1 Scope...5

More information

Aritech. Fault Finding Guide. Addressable Fire. FFG2000 Revision 1.6, March

Aritech. Fault Finding Guide. Addressable Fire. FFG2000 Revision 1.6, March Aritech Addressable Fire Fault Finding Guide FFG2000 Revision 1.6, March 2001 www.ukpanels.com Aritech is a trademark of Interlogix B.V. COPYRIGHT Interlogix B.V. 1999. All rights reserved. Interlogix

More information

User Manual. Dryer Controller M720

User Manual. Dryer Controller M720 User Manual Dryer Controller M720 Hardware version 1.00 Software version 1.00 Preliminary version Manual M720 Dryer controller Page 1 of 42 Document history Preliminary version: - Created in April, 2009

More information

Power Flame Incorporated

Power Flame Incorporated Power Flame Incorporated SUGGESTED SPECIFICATION FOR MODEL NVC ULTRA LOW NOx GAS BURNERS SUB 9 PPM NOx THE POWER TO MANAGE ENERGY 2001 South 21st Street, Parsons, Kansas 67357 Telephone: 620-421-0480,

More information

IMR EX610. Portable Gas Detector. Operation Manual

IMR EX610. Portable Gas Detector. Operation Manual IMR EX610 Portable Gas Detector Operation Manual IMR Environmental Equipment, Inc. 3634 Central Ave. St. Petersburg, FL 33711 Phone: 727-328-2818 email: info@imrusa.com Read this manual carefully before

More information

Design of an Electrical Fire Monitoring and Warning System Based on Transducers

Design of an Electrical Fire Monitoring and Warning System Based on Transducers Design of an Electrical Fire Monitoring and Warning System Based on Transducers HE GuiXiong *1, PAN Deng 2, JIANG Li Min 1,MENG Jun Xia 1, CHEN Xiao Shuang 2 1 China Electric Power Research Institute,

More information

10. Circuit Descriptions

10. Circuit Descriptions 10. Circuit Descriptions 10-1) Source Power Circuit 38 10-2) Oscillator Circuit 38 10-3) Reset Circuit 38 10-4) Door S/W Sensing Circuit 39 10-5) Temperature Sensing Circuit 39 10-6) Key Scan and Display

More information

Color Mark Sensor. Sensing gdsa distance Spot diameter e. Possible to switch between vertical or horizontal connection using the M12 rotary connector.

Color Mark Sensor. Sensing gdsa distance Spot diameter e. Possible to switch between vertical or horizontal connection using the M12 rotary connector. Color Mark Sensor Detects laminated or light-dispersing objects in stable operation without being influenced by mirror reflection. Double indication of the detection level and threshold level allows easy

More information

Module Features are-configurable, no module jumpers to set

Module Features are-configurable, no module jumpers to set December 2011 PACSystems* RX3i Isolated Thermocouple Input Module, 6 Channels, IC695ALG306 Isolated Thermocouple Input Module, 12 Channels, IC695ALG312 Isolated Thermocouple Input module IC695ALG306 provides

More information

200 SERIES ADVANCED PHOTO/THERMAL/IR DETECTOR PRODUCT SPECIFICATION

200 SERIES ADVANCED PHOTO/THERMAL/IR DETECTOR PRODUCT SPECIFICATION GENERAL DESCRIPTION This product is the photo/thermal/ir variant of 2 Series Advanced, the redesigned 2 Series all SMD adopting the new chamber and a new style of covers. It works with the 2 Series extended

More information

Installation Guide for inbiox60 Series Access Control Panel

Installation Guide for inbiox60 Series Access Control Panel Installation Guide for inbiox60 Series Access Control Panel Version: 1.0 Date: April, 2011 About This Manual This manual is a guide to installation and connection of the inbiox60 series access control

More information

AUTOMATIC BURNER CONTROL SYSTEM SAFETY INFORMATION CONFORMITY

AUTOMATIC BURNER CONTROL SYSTEM SAFETY INFORMATION CONFORMITY AUTOMATIC BURNER CONTROL SYSTEM The burner control unit Quad400 is suitable for the control of direct ignition burners up to 350 kw, pursuant to EN 746-2. Flame control by means of UV scanner or ionization

More information

ENACTMENT OF SCADA SYSTEM FOR JUDICIOUS DWELLING

ENACTMENT OF SCADA SYSTEM FOR JUDICIOUS DWELLING Int. J. Engg. Res. & Sci. & Tech. 2014 Mohammed Tabrez Ud Doula and G Kalaimagal, 2014 Research Paper ISSN 2319-5991 www.ijerst.com Vol. 3, No. 2, May 2014 2014 IJERST. All Rights Reserved ENACTMENT OF

More information

OPERATOR S MANUAL MR-2100/2200. Fire Alarm Control Unit. Revision 0 Document #: LT-2002

OPERATOR S MANUAL MR-2100/2200. Fire Alarm Control Unit. Revision 0 Document #: LT-2002 MR-2100/2200 Fire Alarm Control Unit OPERATOR S MANUAL Revision 0 Document #: LT-2002 WARNING: This manual contains information on limitations regarding product use and function and information on the

More information

LGA... Gas Burner Controls. Siemens Building Technologies HVAC Products

LGA... Gas Burner Controls. Siemens Building Technologies HVAC Products 7 418 Gas Burner Controls LGA... The LGA... are used for the startup and supervision of atmospheric gas burners of small to medium capacity (without fan) in intermittent operation. The LGA... and this

More information

CONTROL PANEL INSTRUCTIONS RSQ-4

CONTROL PANEL INSTRUCTIONS RSQ-4 CONTROL PANEL INSTRUCTIONS RSQ-4 FOR SIRAC AIR TO WATER HEAT PUMP (SINGLE COMPRESSOR, AIR TO WATER) 1) System Configuration This system is composed of mainboard and wire control panel. 146mm Φ4 4 Mainboard

More information

Service & Trouble Shooting Manual

Service & Trouble Shooting Manual Service & Trouble Shooting Manual Condensing Dual Purpose Water Heater (REV. 241013-03) TABLE OF CONTENTS 1. Installation (authorized personnel only) 3 Installation Of The Dual Purpose Water Heater (DPWH)

More information

TECHNICAL MANUAL RESPIRATORY HUMIDIFIER MODEL MR730 MR720 MR700 MR480

TECHNICAL MANUAL RESPIRATORY HUMIDIFIER MODEL MR730 MR720 MR700 MR480 TECHNICAL MANUAL RESPIRATORY HUMIDIFIER MODEL MR730 MR720 MR700 MR480 Revision E Issued July 1998 Copyright 1991 Fisher & Paykel Healthcare Ltd Auckland, New Zealand ii National Office: Fisher & Paykel

More information

Metasys Integrator Compu-Aire Application

Metasys Integrator Compu-Aire Application Metasys Connectivity Technical Manual 629.5 Metasys Integrator Section Application Note Issue Date 0496 APPLICATION NOTE Metasys Integrator Compu-Aire Application lntroduction Page 3 Application Details

More information

HIGH OUTPUT. Skin design RANGE

HIGH OUTPUT. Skin design RANGE Light drop design HIGH OUTPUT Skin design RANGE Trim design 1 Product Introduction Product Presence Worlwide 2 Product Presentation Bosch Model Commercial Name: GWHC 27 3 Product Presentation Product Design

More information

Construction of Wireless Fire Alarm System Based on ZigBee Technology

Construction of Wireless Fire Alarm System Based on ZigBee Technology Available online at www.sciencedirect.com Procedia Engineering 11 (2011) 308 313 The 5 th Conference on Performance-based Fire and Fire Protection Engineering Construction of Wireless Fire Alarm System

More information

Intelligent monitoring system for automobiles

Intelligent monitoring system for automobiles RESEARCH ARTICLE OPEN ACCESS Intelligent monitoring system for automobiles M.PADMA LALITHA 1, M.MUNI KUMAR 2, K.NAGENDRA BABU 3, K.RAVI TEJA 4 Dept. of Electrical and Electronics Engineering, Annamacharya

More information

Status Date Prepared Reviewed Endorsed Approved

Status Date Prepared Reviewed Endorsed Approved Discipline Engineering Standard - NSW Category Signalling Title Reference Number SPS 08 - (RIC Standard: SC 01 51 00 00 SP) Document Control Status Date Prepared Reviewed Endorsed Approved May 05 Standards

More information

Westken information manuals and technical assistance General Manual for Masterweld 15 Timer control system.

Westken information manuals and technical assistance General Manual for Masterweld 15 Timer control system. Instruction and programming/setup manual for the resistance welding "Masterweld 15" welding control timer systems. ( 08C Seam welding control) (02E Spot / Proj with Highlift welding control). ***Important

More information

FCD-wire Contents. List of Figures

FCD-wire Contents. List of Figures FCD-wire Contents FCD-X21 Configuration 1 Introduction... 1 2 Opening the FCD Application... 1 3 FCD Window... 2 4 FCD LEDs... 3 5 Configuration Operations... 4 FCD Info...4 FCD System Info...5 FCD Interface

More information

725B Configuration Software Manual

725B Configuration Software Manual 725B Configuration Software Manual REV DATED DESCRIPTION AUTHOR APPROVED 0 09-03-10 First Issue P.Cartmell Page 1 of 80 SECTION 1 - SOFTWARE INSTALLATION... 5 725B ConfigurationSoftware Installation...

More information

An FPGA Spectrum Sensing Accelerator for Cognitive Radio

An FPGA Spectrum Sensing Accelerator for Cognitive Radio An FPGA Spectrum Sensing Accelerator for Cognitive Radio George Eichinger Miriam Leeser Kaushik Chowdhury NEWSDR 11 01 October 2011 This work is sponsored by the Department of the Air Force under Air Force

More information

Table of Contents 1. OVERVIEW SYSTEM LAYOUT SPECIFICATIONS FUNCTION... 11

Table of Contents 1. OVERVIEW SYSTEM LAYOUT SPECIFICATIONS FUNCTION... 11 Table of Contents 1. OVERVIEW... 3 2. SYSTEM LAYOUT... 4 3. SPECIFICATIONS... 8 3.1 SYSTEM COMPONENTS...9 3.2 PLC INPUTS AND OUTPUTS...9 3.3 FUNCTION KEYS...10 3.4 DEFAULT SET POINTS AND TIMERS...10 4.

More information

TROUBLESHOOTING TROUBLESHOOTING. Indoor unit EEPROM parameter error. Indoor / outdoor units communication error. Zero-crossing signal detection error

TROUBLESHOOTING TROUBLESHOOTING. Indoor unit EEPROM parameter error. Indoor / outdoor units communication error. Zero-crossing signal detection error www.olmo-comfort.com TROUBLESHOOTING When below list for identification of error code occurs, please turn off air conditioner and disconnect power, and then contact the qualified professionals for service.

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK VEHICLE ACCIDENT DETECTION SYSTEM USING SMS APPLICATION AND GSM PROF. SAGAR P.

More information

DS1386/DS1386P RAMified Watchdog Timekeeper

DS1386/DS1386P RAMified Watchdog Timekeeper DS1386/DS1386P RAMified Watchdog Timekeeper www.maxim-ic.com GENERAL DESCRIPTION The DS1386 is a nonvolatile static RAM with a full-function real-time clock (RTC), alarm, watchdog timer, and interval timer

More information

LGA... Gas Burner Controls. Siemens Building Technologies Landis & Staefa Division

LGA... Gas Burner Controls. Siemens Building Technologies Landis & Staefa Division 7 418 ISO 9001 Gas Burner Controls LGA... The LGA... are used for the startup and supervision of atmospheric gas burners of low to medium capacity, without fan assistance, in intermittent operation. The

More information

Android Operated Intelligent Fire Extinguishing Vehicle

Android Operated Intelligent Fire Extinguishing Vehicle Android Operated Intelligent Fire Extinguishing Vehicle Manish Kumar Jain, Manoj Kumar Ramawat, and Neha Khandelwal Poornima College of Engineering Abstract We design the fire discovery system using four

More information

S INTRUSION&FIRE ALARM AND ACCESS CONTROL PANEL

S INTRUSION&FIRE ALARM AND ACCESS CONTROL PANEL S2000-4 INTRUSION&FIRE ALARM AND ACCESS CONTROL PANEL Installer s and User s manual S2000-4 INTRUSION&FIRE AND ACCEESS CONTROL PANEL ATTENTION! To modify configuration parameters use the program uprog.exe

More information

CR9986. Please read this manual before use. Dual Alarm CD Clock Radio 5/19/2005, 8:28 AM. Sound for Generations ROBERTS. CR9986 Rev 1.

CR9986. Please read this manual before use. Dual Alarm CD Clock Radio 5/19/2005, 8:28 AM. Sound for Generations ROBERTS. CR9986 Rev 1. CR9986 Dual Alarm CD Clock Radio ROBERTS Sound for Generations Please read this manual before use CR9986 Rev.pmd Contents Contents... Controls... - Switching on and setting the time...4 Listening to the

More information

Analog Room Pressure Monitor RPC Series

Analog Room Pressure Monitor RPC Series Description The Room Pressure Monitor is used to measure differential pressure in the range of 0.125 to 1"wc or 30 to 250 Pa. It combines precision high sensitivity silicon sensing capabilities and the

More information

RGR150 USER S MANUAL. Wireless Rain Gauge with Thermometer and Clock

RGR150 USER S MANUAL. Wireless Rain Gauge with Thermometer and Clock RGR150 manual-final-091908:layout 1 9/19/08 8:59 AM Page 1 RGR150 USER S MANUAL Wireless Rain Gauge with Thermometer and Clock INTRODUCTION Thank you for selecting this Wireless Rain Gauge. This device

More information

Ethernet General Purpose

Ethernet General Purpose Ethernet General Purpose Technical Manual Revision 1.03 8 November 2013 Pakton Technologies IO PAE224 Ethernet GPIO Manual.docx Page 1 of 22 Revision 1.03 Last updated 8/11/2013 Table of Contents INTRODUCTION...3

More information