PIC16C57 Based Code Hopping Security System PINOUT. Learn

Size: px
Start display at page:

Download "PIC16C57 Based Code Hopping Security System PINOUT. Learn"

Transcription

1 PI657 Based ode Hopping Security System Author: OVERVIEW This document describes a PI657 based code hopping automotive security system. The security system implements all the basic features found on security systems and can be changed to modify or add features as required. The code can also be moved to a higher functionality PImicro microcontroller for more I/O or code space. FEATURES Kobus Marneweck Microchip Technology Inc. PIUT T0KI VDD N VSS N DIO LK S RFIN IMMO SIREN PLIGHT N LOK U PI MLR OS OS N4 N N OVR LEARN DOOR TRIG IGN TRUNK UNLOK ode hopping alarm system System can handle up to six transmitters ing of new transmitters Arm/Disarm Trunk release ar finder Panic Locking/unlocking of doors Door and shock sensor trigger inputs REOMMENDED READING If the reader is unfamiliar with KEELOQ ode Hopping it would be helpful to read Introduction to KEELOQ (DS900). This and other KEELOQ literature can be found on Microchip s Web site or from a Microchip field application engineer. The software described in this application note is available on a diskette from Microchip by ordering DS4049. A complete list of KEELOQ literature can be found at the end of the application note. BLOK DIAGRAM Power Supply Switch Inputs Ignition Doors Trigger RF Receiver PI657 Outputs Parking Lights Lock Unlock Trunk Immob Siren KEELOQ is a registered trademark of Microchip Technology, Inc. PIMicro is a trademark of Microchip Technology, Inc. Microchip s Secure Data Products are covered by some or all of the following patents: ode hopping encoder patents issued in Europe, U.S.A., and R.S.A. U.S.A.: 5,57,87; Europe: ; R.S.A.: ZA9/476 Secure learning patents issued in the U.S.A. and R.S.A. U.S.A.: 5,686,904; R.S.A.: 95/ Microchip Technology Inc. DS00645B-page

2 MEMORY MAP EEPROM (6 BIT WORDS) Address Address 00h USER0 0h NT0 0h LRN_PTR h NT 0h BSTATUS h SER0 0h SSTATUS h SER 04h TMPNT 4h KEY0 05h USER 5h KEY 06h USER 6h KEY 07h USER 7h KEY 08h USER4 8h NT0 09h USER5 9h NT 0Ah DIS0 Ah SER0 0Bh DIS Bh SER 0h DIS h KEY0 0Dh DIS Dh KEY 0Eh DIS4 Eh KEY 0Fh DIS5 Fh KEY 0h NT00 0h NT40 h NT0 h NT4 h SER00 h SER40 h SER0 h SER4 4h KEY00 4h KEY40 5h KEY0 5h KEY4 6h KEY0 6h KEY4 7h KEY0 7h KEY4 8h NT0 8h NT50 9h NT 9h NT5 Ah SER0 Ah SER50 Bh SER Bh SER5 h KEY0 h KEY50 Dh KEY Dh KEY5 Eh KEY Eh KEY5 Fh KEY Fh KEY5 LRN_PTR SSTATUS BSTATUS TMPNT indicator points to the next available learn position. Stores the system status. Backup copy of system status. Stores the temporary counter for resynchronization. DS00645B-page 998 Microchip Technology Inc.

3 FIGURE : ALARM STATE DIAGRAM State == State ==Immob Reset State == Remote State == 0s Time-out Trigger Remote request Remote Remote Immob 0s & IGN off IGN on request request complete or 0s time-out return to previous 998 Microchip Technology Inc. DS00645B-page

4 OPERATION Reset Reset initializes the I/O ports, variables, and flags. The system status is read from EEPROM and the status is restored. When the system enters armed state, the doors are locked (activate LOK) and the SIREN and PLIGHT are activated for 50 ms. The changes to a slow flash rate. If a trigger is detected (IGN, DOOR or TRIG- GER) the system changes to the alarm state. Actions upon entry:. Flash parking lights for 50 ms.. hirp siren for 50 ms.. Lock doors for 500 ms. 4. Update system status. 5. flash. 6. Disable start. TABLE : STATE HANGE TABLE ondition IGN high TRIG high DOOR high Panic (any button activated for seconds) Remote function Remote function (trunk release) Remote function (car finder) LEARN high Next State state is entered whenever a trigger is detected in armed state. SIREN is activated and PLIGHT is turned on and off at a Hz rate. If a remote is detected in this state, the system changes to drive state. After a 0-second delay, SIREN and PLIGHT will be deactivated and the system returned to armed state. Actions upon entry:. Flash parking lights.. Siren on.. flash. 4. Update system status. 5. Disable start. TABLE : STATE HANGE TABLE ondition Panic (any button activated for seconds) Remote function Remote function (trunk release) 0-second timeout Next state When the system enters drive state, the doors are unlocked (activate UNLOK), and the SIREN and PLIGHT are activated twice for 50 ms.the IMMOB output is activated to enable the starting of the vehicle and is turned off. A remote signal will return the system to armed state. Actions upon entry:. Flash parking lights for 50 ms.. hirp siren for 50 ms.. Unlock doors for 500 ms. 4. Flash parking lights for 50 ms. 5. hirp siren for 50 ms. 6. Update system status. 7. off. 8. Enable start. TABLE : Immob STATE HANGE TABLE ondition Panic (any button activated for seconds) Remote function & IGN low Remote function & IGN high Remote function (trunk release) Remote function (car finder) 0-second timeout & IGN off LEARN high Next State Immob If the IGN is turned off for more than 0 seconds, the system will immobilize. The IMMOB output is turned off, and the is turned on. A remote signal only will change the state to armed, and a remote signal with the IGN on will return to drive state. Actions upon entry:. Update system status.. off.. Disable start. TABLE 4: STATE HANGE TABLE ondition Panic (any button activated for seconds) Remote function & IGN low Remote function & IGN high Remote function (trunk release) Remote function (car finder) LEARN high Next State Immob Immob DS00645B-page Microchip Technology Inc.

5 A LEARN input in any state will put the system in learn mode. After learn is completed or timed out the system returns to the previous state. Actions upon entry:. Update system status set PASS.. on. After first transmission:. Update system status set PASS.. off. After second transmission:. Update system status set RMAL.. on for second.. Return to previous state. TABLE 5: ondition Remote first operation Remote second operation LEARN high for 8 seconds STATE HANGE TABLE Next State Pass Return to previous state Erase all transmitters FUNTIONAL MODULES Reception The reception routine is based on reliable algorithms used in previous implementations of KEELOQ decoders. Automatic baud rate detection is used to compensate for variations in baud rate from different encoders of a specific type as well as the difference in baud rate between different encoders (HS00, HS00, HS0, HS60, HS6, and HS40). The reception routine will be able to handle 56- and 66-bit transmissions. The reception routine will determine the type of transmission by the number of bits in the transmission. This routine will be the same for all implementations. Key Generation and Decryption Decryption is done in software in the implementation. The decryption and key generation algorithms is implemented in software. The manufacturer s code is stored in program memory and code protected to securely store the key. Validation Validation consists of the following steps:. hecking the serial number (4 or 8 bits) against the stored transmitters.. omparing the discrimination value ( bits) against the stored discrimination value.. hecking that the synchronization counter falls within the first synchronization window. 4. hecking if the synchronization counter falls within the second synchronization window. 5. If found to be correct, updating the synchronization counter. Function Interpretation Transmitter Button Function ode System Function 000 Arm/Disarm 000 Trunk release 00 ar finder, or for seconds 00XX Panic The LEARN input is active high. ing is initiated by momentarily pressing the LEARN button. The decoder uses the current learning position as a scratch pad area. This means that an unsuccessful learn will delete the information stored at that learn position. The learn indicator will not be incremented if the learn was unsuccessful. The flow chart (Figure ) shows the learning operation. 998 Microchip Technology Inc. DS00645B-page 5

6 FIGURE : LEARN OPERATION LEARN MODE Press Button on solid Button still pressed? First code received? Time greater than.6 sec.? off Time greater than 8.4 sec.? Second code received? Erase memory Time greater than.6 sec.? ode Validated? new transmitter on solid for second on solid for 0. second Exit Turn off END DS00645B-page Microchip Technology Inc.

7 The following checks will be performed on the received codes to determine if the transmitter is valid:. The first code that is received is checked for bit integrity.. The stored serial numbers are searched to check if a transmitter is relearned. If a relearn is taking place, that position is used. Otherwise, the position pointed to by the learn indicator will be used.. The serial number is stored in the current learn position and used to generate a key. 4. The hop code is decrypted and the result stored temporarily. 5. The serial number of the second code that is received will be compared to the first received serial number. 6. The second hop code is decrypted and the discrimination values compared. 7. The synchronization counters of the decrypted codes will be compared to check that they are sequential codes. 8. If all the checks pass the learn were successful, the learn indicator is incremented. Otherwise, the position is erased. Operation. Press and release the LEARN button. Indicator will turn on to indicate learn mode.. Press transmitter button. The will turn off.. Press transmitter a second time. The will turn on for second to indicate that the transmitter was learned successfully. 4. Repeat steps - to learn up to six transmitters. The seventh transmitter will overwrite the first transmitter that was learned. 5. will be terminated if two nonsequential codes were received or if two acceptable codes were not decoded within.6 seconds. A valid learn will be indicated by the turning on solid for second. 6. Erasing all the transmitters is accomplished by pressing and holding the LEARN button for 8.4 seconds. The will turn off at the end of the 8.4 seconds to indicate that the transmitters were erased. The learn indicator will be reset to the first position. 998 Microchip Technology Inc. DS00645B-page 7

8 TABLE 6: DEVIE PIUT PIN PI657 Function Function PIN PI657 Function Function RT APP select 8 MLR RESET VDD +5V supply 7 Osc In R osc (4 MHz) N 6 Osc Out 4 GND Ground 5 Port Bit 7 N 5 N 4 Port Bit 6 N 6 Port A Bit 0 EEPROM DIO(+4) Port Bit 5 N 7 Port A Bit EEPROM LK () Port Bit 4 OVR 8 Port A Bit EEPROM S () Port Bit LEARN 9 Port A Bit RFIN 0 Port Bit DOOR 0 Port B Bit 0 IMMOB 9 Port Bit TRIG Port B Bit SIREN 8 Port Bit 0 IGN Port B Bit PLIGHT 7 Port B Bit 7 Port B Bit N 6 Port B Bit 6 TRUNK 4 Port B Bit 4 LOK 5 Port B Bit 5 UNLOK TABLE 7: TIMING PARAMETERS Parameter Typical Unit flash rate per second Siren time-out second time-out second time-out second All erase 8 second LOK, UNLOK, TRUNK activation 500 ms Siren chirp (arm & disarm) 50 ms Parking light (arm & disarm) 50 ms Parking light flash rate (siren) per second Panic seconds DS00645B-page Microchip Technology Inc.

9 FIGURE : IRUIT DIAGRAM J ON D5 n4004/7 00 µf Receiver RX RR V G ND A NT G ND 7 V 0 G ND V T ES T O UT V 4 5 Telecontrolli RR - 4 U LM7805 VI G ND VO V V 00 µf U VSS DO 4 TEST TEST V 9L46B DI LK S RA k LS D Buzzer 4 00 nf k 5 RB k D U T0ckI VDD N VSS N DIO MLR 8 OS 7 OS 6 N4 5 N 4 N LK S OVR LEARN RFIN DOOR 0 IMMO TRIG 9 SIREN IGN 8 PLIGHT 7 N TRUNK 6 LOK UNLOK 5 R k KLQ_SE D V U V OUT GND Power Supply Supervision 4 RD k 5 RE k D4 D5 6 RF k D6 R 0k 0 pf S SW PB S SW PB RP RP9P8R 0K S SW PB V S SW PB 998 Microchip Technology Inc. DS00645B-page 9

10 LIST OF HANGES Date Version Page Paragraph hange 08/6/96.0 Original 0/0/98.0 EEPROM hanged from 946 to 9L46B, adding a series resistor on DIO DS00645B-page Microchip Technology Inc.

11 TES: 998 Microchip Technology Inc. DS00645B-page

12 Note the following details of the code protection feature on PImicro MUs. The PImicro family meets the specifications contained in the Microchip Data Sheet. Microchip believes that its family of PImicro microcontrollers is one of the most secure products of its kind on the market today, when used in the intended manner and under normal conditions. There are dishonest and possibly illegal methods used to breach the code protection feature. All of these methods, to our knowledge, require using the PImicro microcontroller in a manner outside the operating specifications contained in the data sheet. The person doing so may be engaged in theft of intellectual property. Microchip is willing to work with the customer who is concerned about the integrity of their code. Neither Microchip nor any other semiconductor manufacturer can guarantee the security of their code. ode protection does not mean that we are guaranteeing the product as unbreakable. ode protection is constantly evolving. We at Microchip are committed to continuously improving the code protection features of our product. If you have any further questions about this matter, please contact the local sales office nearest to you. Information contained in this publication regarding device applications and the like is intended through suggestion only and may be superseded by updates. It is your responsibility to ensure that your application meets with your specifications. No representation or warranty is given and no liability is assumed by Microchip Technology Incorporated with respect to the accuracy or use of such information, or infringement of patents or other intellectual property rights arising from such use or otherwise. Use of Microchip s products as critical components in life support systems is not authorized except with express written approval by Microchip. No licenses are conveyed, implicitly or otherwise, under any intellectual property rights. Trademarks The Microchip name and logo, the Microchip logo, FilterLab, KEELOQ, microid, MPLAB, PI, PImicro, PIMASTER, PISTART, PRO MATE, SEEVAL and The Embedded ontrol Solutions ompany are registered trademarks of Microchip Technology Incorporated in the U.S.A. and other countries. dspi, EOMONITOR, FanSense, FlexROM, fuzzylab, In-ircuit Serial Programming, ISP, IEPI, microport, Migratable Memory, MPASM, MPLIB, MPLINK, MPSIM, MXDEV, PI, PIDEM, PIDEM.net, rfpi, Select Mode and Total Endurance are trademarks of Microchip Technology Incorporated in the U.S.A. Serialized Quick Turn Programming (SQTP) is a service mark of Microchip Technology Incorporated in the U.S.A. All other trademarks mentioned herein are property of their respective companies. 00, Microchip Technology Incorporated, Printed in the U.S.A., All Rights Reserved. Printed on recycled paper. Microchip received QS-9000 quality system certification for its worldwide headquarters, design and wafer fabrication facilities in handler and Tempe, Arizona in July 999. The ompany s quality system processes and procedures are QS-9000 compliant for its PImicro 8-bit MUs, KEELOQ code hopping devices, Serial EEPROMs and microperipheral products. In addition, Microchip s quality system for the design and manufacture of development systems is ISO 900 certified. 00 Microchip Technology Inc.

13 M WORLDWIDE SALES AND SERVIE AMERIAS orporate Office 55 West handler Blvd. handler, AZ Tel: Fax: Technical Support: Web Address: Rocky Mountain 55 West handler Blvd. handler, AZ Tel: Fax: Atlanta 500 Sugar Mill Road, Suite 00B Atlanta, GA 050 Tel: Fax: Boston Lan, Suite 0 Westford, MA 0886 Tel: Fax: hicago Pierce Road, Suite 80 Itasca, IL 604 Tel: Fax: Dallas 4570 Westgrove, Suite 60 Addison, TX 7500 Tel: Fax: Detroit Tri-Atria Office Building 55 Northwestern Highway, Suite 90 Farmington Hills, MI 484 Tel: Fax: Kokomo 767 S. Albright Road Kokomo, Indiana 4690 Tel: Fax: Los Angeles 80 Von Karman, Suite 090 Irvine, A 96 Tel: Fax: New York 50 Motor Parkway, Suite 0 Hauppauge, NY 788 Tel: Fax: San Jose Microchip Technology Inc. 07 North First Street, Suite 590 San Jose, A 95 Tel: Fax: Toronto 685 Northam, Suite 08 Mississauga, Ontario L4V X5, anada Tel: Fax: ASIA/PAIFI Australia Microchip Technology Australia Pty Ltd Suite, 4 Rawson Street Epping, NSW Australia Tel: Fax: hina - Beijing Microchip Technology onsulting (Shanghai) o., Ltd., Beijing Liaison Office Unit 95 Bei Hai Wan Tai Bldg. No. 6 haoyangmen Beidajie Beijing, 0007, No. hina Tel: Fax: hina - hengdu Microchip Technology onsulting (Shanghai) o., Ltd., hengdu Liaison Office Rm. 40, 4th Floor, Ming Xing Financial Tower No. 88 TIDU Street hengdu 6006, hina Tel: Fax: hina - Fuzhou Microchip Technology onsulting (Shanghai) o., Ltd., Fuzhou Liaison Office Unit 8F, World Trade Plaza No. 7 Wusi Road Fuzhou 5000, hina Tel: Fax: hina - Shanghai Microchip Technology onsulting (Shanghai) o., Ltd. Room 70, Bldg. B Far East International Plaza No. 7 Xian Xia Road Shanghai, 0005 Tel: Fax: hina - Shenzhen Microchip Technology onsulting (Shanghai) o., Ltd., Shenzhen Liaison Office Rm. 5, /F, Shenzhen Kerry entre, Renminnan Lu Shenzhen 5800, hina Tel: Fax: Hong Kong Microchip Technology Hongkong Ltd. Unit 90-6, Tower, Metroplaza Hing Fong Road Kwai Fong, N.T., Hong Kong Tel: Fax: India Microchip Technology Inc. India Liaison Office Divyasree hambers Floor, Wing A (A/A4) No., O Shaugnessey Road Bangalore, , India Tel: Fax: Japan Microchip Technology Japan K.K. Benex S- 6F -8-0, Shinyokohama Kohoku-Ku, Yokohama-shi Kanagawa, -00, Japan Tel: Fax: Korea Microchip Technology Korea 68-, Youngbo Bldg. Floor Samsung-Dong, Kangnam-Ku Seoul, Korea 5-88 Tel: Fax: Singapore Microchip Technology Singapore Pte Ltd. 00 Middle Road #07-0 Prime entre Singapore, Tel: Fax: Taiwan Microchip Technology Taiwan F-, No. 07 Tung Hua North Road Taipei, 05, Taiwan Tel: Fax: EUROPE Denmark Microchip Technology Nordic ApS Regus Business entre Lautrup hoj - Ballerup DK-750 Denmark Tel: Fax: France Microchip Technology SARL Parc d Activite du Moulin de Massy 4 Rue du Saule Trapu Batiment A - ler Etage 900 Massy, France Tel: Fax: Germany Microchip Technology GmbH Gustav-Heinemann Ring 5 D-879 Munich, Germany Tel: Fax: Italy Microchip Technology SRL entro Direzionale olleoni Palazzo Taurus V. Le olleoni 004 Agrate Brianza Milan, Italy Tel: Fax: United Kingdom Arizona Microchip Technology Ltd. 505 Eskdale Road Winnersh Triangle Wokingham Berkshire, England RG4 5TU Tel: Fax: /8/0 00 Microchip Technology Inc.

Low Cost Single Trip Point Temperature Sensor

Low Cost Single Trip Point Temperature Sensor Low Cost Single Trip Point Temperature Sensor Features Temperature Set Point Easily Programs with a Single External Resistor Operates with 2.7V Power Supply (TC624) TO-220 Package for Direct Mounting to

More information

TB067. Temperature Sensor Strategies Keep System Thermal Problems in Check OVER-TEMPERATURE SHUTDOWN INTRODUCTION TC622

TB067. Temperature Sensor Strategies Keep System Thermal Problems in Check OVER-TEMPERATURE SHUTDOWN INTRODUCTION TC622 Temperature Sensor Strategies Keep System Thermal Problems in Check Author: INTRODUCTION Microchip Technology Inc. Various concerns must be addressed when dealing with temperature sensing applications,

More information

PICDEM MSC1 Flow Rate Sensor Daughter Board User s Guide

PICDEM MSC1 Flow Rate Sensor Daughter Board User s Guide PICDEM MSC1 Flow Rate Sensor Daughter Board User s Guide 2003 Microchip Technology Inc. DS51332A Note the following details of the code protection feature on Microchip devices: ï Microchip products meet

More information

TB3065. Enabling Intelligent Automation Using the MCP7941X I 2 C RTCC RTCC FEATURES INTRODUCTION. Microchip Technology Inc.

TB3065. Enabling Intelligent Automation Using the MCP7941X I 2 C RTCC RTCC FEATURES INTRODUCTION. Microchip Technology Inc. TB3065 Enabling Intelligent Automation Using the MCP7941X I 2 C RTCC Author: INTRODUCTION This technical brief describes how the Microchip MCP7941X family of I 2 C Real-Time Clock/Calendar (RTCC) devices

More information

G34 AU1B (External Ultrasonic Sensor) Version 3

G34 AU1B (External Ultrasonic Sensor) Version 3 Car Alarm Series 3 B 4 Buttons G34 AU1B (External Ultrasonic Sensor) Version 3 24 CAR ALARM GENIUS Series 3B 4 Buttons G34 AU1B (External Ultrasonic Sensor) Module controlled using Micro-Processor 2 Transmitters

More information

R&E International A Subsidiary of Microchip Technology Inc.

R&E International A Subsidiary of Microchip Technology Inc. RE46C105 Piezoelectric Horn Driver with oltage Regulator and LED Driver General Description The RE46C105 is a piezoelectric horn driver with a voltage regulator and an open drain NMOS driver suitable for

More information

R&E International A Subsidiary of Microchip Technology Inc. RE46C121 CMOS Ionization Smoke Detector ASIC with Interconnect Product Specification

R&E International A Subsidiary of Microchip Technology Inc. RE46C121 CMOS Ionization Smoke Detector ASIC with Interconnect Product Specification RE46C121 General Description The RE46C121 is low power CMOS ionization type smoke detector IC. With few external components this circuit will provide all the required features for an ionization type smoke

More information

ENFORCER OWNER'S MANUAL. SLI 840 / SLI 840C (315 MHz) SLI / SLI 840C-4 ( MHz) Remote Controlled Keyless Entry System with Alarm

ENFORCER OWNER'S MANUAL. SLI 840 / SLI 840C (315 MHz) SLI / SLI 840C-4 ( MHz) Remote Controlled Keyless Entry System with Alarm OWNER'S MANUAL ENFORCER SLI 840 / SLI 840C (315 MHz) SLI 840-4 / SLI 840C-4 (433.92 MHz) Remote Controlled Keyless Entry System with Alarm SECO-LARM U.S.A., INC. 16842 Millikan Avenue, Irvine, California

More information

Low-Power CMOS ALARM IC with Horn Driver

Low-Power CMOS ALARM IC with Horn Driver Freescale Semiconductor Technical Data Low-Power CMOS ALARM IC with Horn Driver The MC Alarm IC is designed to simplify the process of interfacing an alarm level voltage condition to a piezoelectric horn

More information

1Hz,16Hz, S2 S3 S4 S5 S6 S7 S8 ALARM REGISTER COMPARATOR WEEK SECONDS MINUTES HOURS DAYS MONTHS YEARS /12 1 /24 1 /7 /28-1 /31

1Hz,16Hz, S2 S3 S4 S5 S6 S7 S8 ALARM REGISTER COMPARATOR WEEK SECONDS MINUTES HOURS DAYS MONTHS YEARS /12 1 /24 1 /7 /28-1 /31 REAL-TIME CLOCK WITH INTERNAL RAM RP/RF5C0A NO. EK-086-9804 OUTLINE The RP/RF5C0A are real-time clocks for microcomputers that can be connected directly to buses of microcomputers with such CPUs as the

More information

Using the Alarm Feature on the MCP79410 RTCC to Implement a Delayed Alarm E SCK. C2 = 0.1 µf RA4/T0 CKI RC3/SCK1/SCL1 2K VDD

Using the Alarm Feature on the MCP79410 RTCC to Implement a Delayed Alarm E SCK. C2 = 0.1 µf RA4/T0 CKI RC3/SCK1/SCL1 2K VDD Using the Alarm Feature on the MCP79410 RTCC to Implement a Delayed Alarm Author: INTRODUCTION Alexandru Valeanu Microchip Technology Inc. An increasing number of applications that involve time measurement

More information

HM-4201-RTCM High-Temp Real Time Clock Module

HM-4201-RTCM High-Temp Real Time Clock Module HM-4201-RTCM High-Temp Real Time Clock Module HM-4201-RTCM Product Description & Applications High Temp Real Time Clock/Calendar Module with Build-In 32.768KHz Crystal Oscillator. Timing, Calendar and

More information

For silent arm / disarm use BUTTON 2.

For silent arm / disarm use BUTTON 2. INSTRUCTION MANUAL FOR Code Hopping Remote Control Car Alarm with Two Stage Impact Sensor, Battery Backup Siren & 2 Point Engine Immobilisation A.C.N 001 621 610 SYDNEY / AUSTRALIA Build Date: TO ARM/DISARM

More information

FOR MORE INFORMATION AND PRODUCTS, VISIT: USER MANUAL TO REMAIN IN VEHICLE

FOR MORE INFORMATION AND PRODUCTS, VISIT:  USER MANUAL TO REMAIN IN VEHICLE poplocks.com Pro Controller I CODE LEARNING SEQUENTIAL LOCKING ZONE SECURITY DOOR OPEN WARNING FOR MORE INFORMATION AND PRODUCTS, VISIT: /fleetwood03.html Any questions please Email Support@poplocks.com

More information

TO ARM/DISARM ALARM The alarm is activated by pressing BUTTON 1 on the remote control transmitter once. The blinkers will flash once, and the

TO ARM/DISARM ALARM The alarm is activated by pressing BUTTON 1 on the remote control transmitter once. The blinkers will flash once, and the INSTRUCTION MANUAL FOR Code Hopping Remote Control Car Alarm with Two Stage Impact Sensor, Battery Backup Siren & 2 Point Engine Immobilisation N517 Build SYDNEY Date: / AUSTRALIA Version 2.0 TO ARM/DISARM

More information

640 Series Advanced Remote Vehicle Security System

640 Series Advanced Remote Vehicle Security System 640 Series Advanced Remote Vehicle Security System WWW.ULTRASTARTERS.COM FCC/ID Notice This device complies with Part 15 of the FCC rules. Operation is subject to the following conditions: (1) This device

More information

FOR MORE INFORMATION AND PRODUCTS, VISIT: USER MANUAL TO REMAIN IN VEHICLE

FOR MORE INFORMATION AND PRODUCTS, VISIT:   USER MANUAL TO REMAIN IN VEHICLE SMART KEYLESS CODE LEARNING SEQUENTIAL LOCKING ZONE SECURITY FOR MORE INFORMATION AND PRODUCTS, VISIT: /fleetwood03.html Any questions please Email Support@poplocks.com All enquiries please reference Product

More information

Model 718W Owner's Guide

Model 718W Owner's Guide Model 718W Owner's Guide 1999 Directed Electronics, Inc. Limited One-Year Consumer Warranty Directed Electronics, Inc. ( DEI ) promises to the original purchaser to repair or replace with a comparable

More information

CC408. Quick Reference Guide Solution 880

CC408. Quick Reference Guide Solution 880 CC408 EN Quick Reference Guide Solution 880 CC408 Quick Reference Guide Notices EN 2 Copyright Notice Unless otherwise indicated, this publication is the copyright of Bosch Security Systems Pty Ltd ( Bosch

More information

Vehicle Security System

Vehicle Security System Since its inception, Directed has had one purpose, to provide consumers with the finest vehicle security and car stereo products and accessories available. The recipient of nearly 100 patents and Innovations

More information

MODEL APS-15 REMOTE CONTROL AUTO SECURITY SYSTEM DU SYSTÈME DE SÉCURITÉ AUTO À COMMANDE À DISTANCE DE SEGURIDAD DE AUTOMÓVILES A CONTROL REMOTO

MODEL APS-15 REMOTE CONTROL AUTO SECURITY SYSTEM DU SYSTÈME DE SÉCURITÉ AUTO À COMMANDE À DISTANCE DE SEGURIDAD DE AUTOMÓVILES A CONTROL REMOTO MODEL APS-15 Owner's Manual Manuel D'Instructions Manual Del Sistema Active/Passive OperationFonctionnement Du Actif/PasifOperación Del Activa/Pasiva REMOTE CONTROL AUTO SECURITY SYSTEM DU SYSTÈME DE SÉCURITÉ

More information

Corporate Fact Sheet

Corporate Fact Sheet Corporate Fact Sheet Corporate Headquarters Manufacturing Facility Web Site Ship To Address Bill To Address Remit To Address 25 Frontage Road U.S.A. 90,000 sq. ft. Customer Service: Tel: (978) 470-2900

More information

PRO-TEC SYSTEM ONE. Trailer Security Systems Model # PTS-2. Photo includes PTS-2 with optional pager unit

PRO-TEC SYSTEM ONE. Trailer Security Systems Model # PTS-2. Photo includes PTS-2 with optional pager unit PRO-TEC SYSTEM ONE Trailer Security Systems Model # PTS-2 Photo includes PTS-2 with optional pager unit Professional Technology to Pro-Tec Your Investment More helpful install information on our website

More information

E Wired Intruder Detector

E Wired Intruder Detector E93.97 Wired Intruder Detector JAN 3, 05 Description The E93.97 is very suitable for applications in wired intruder detectors. It works with all popular conventional analog PIR detectors. No false alarms

More information

CC488. Quick Reference Guide Solution Ultima 880

CC488. Quick Reference Guide Solution Ultima 880 CC488 EN Quick Reference Guide Solution Ultima 880 CC488 Quick Reference Guide Notices EN 2 Copyright Notice Unless otherwise indicated, this publication is the copyright of Bosch Security Systems Pty

More information

MODEL 4000A & 4001A ACCELEROMETER

MODEL 4000A & 4001A ACCELEROMETER MODEL 4000A & 4001A ACCELEROMETER dimensions 4001A Connector Attachment SPECIFICATIONS Silicone MEMS Accelerometer Signal Conditioned Output Temperature Calibrated Low Cost, Lightweight The Model 4000A

More information

Model 3901T / 3902T / 3903T

Model 3901T / 3902T / 3903T Vehicle Security System Model 3901T / 3902T / 3903T Owner s Guide Limited consumer warranty For a period of one calendar year from the date of purchase of this auto-security device, Directed Electronics,

More information

SPECIFICATION FOR DIGITAL WATCH MODULE- UNIVERSAL RECEPTION

SPECIFICATION FOR DIGITAL WATCH MODULE- UNIVERSAL RECEPTION SPECIFICATION FOR DIGITAL WATCH MODULE- UNIVERSAL RECEPTION Project: Project Description: Customer: CM-04-digital-standard Controller-type: S1C63654 Seiko Epson Controller-code: TBD Spec No. Revision State

More information

This application note describes the introductory procedure of Renesas Peripheral Driver Library for RX families. 1. Overview... 2

This application note describes the introductory procedure of Renesas Peripheral Driver Library for RX families. 1. Overview... 2 APPLICATION NOTE RX210 Group R20AN0318EJ0110 Rev.1.10 Introduction This application note describes the introductory procedure of for RX families. Target Device RX210 Group Contents 1. Overview... 2 2.

More information

MOBILE CALL GSM Alarm System User s Manual

MOBILE CALL GSM Alarm System User s Manual MOBILE CALL GSM Alarm System User s Manual Profile For a better understanding of this product, please read this user manual thoroughly before using it. Contents Function Introduction (3) Alarm Host Diagram

More information

AMX 68 Owner's Manual 12/29/97

AMX 68 Owner's Manual 12/29/97 Standard Features Lifetime Warranty We guarantee the operation of the control unit and remote controls for as long as you own your car (see the enclosed warranty card for details). A Pair of AviGlo 3-Button/6-Channel

More information

A Beginners Guide to Inner Range Systems

A Beginners Guide to Inner Range Systems A Beginners Guide to Inner Range Systems Inner Range manufactures a range of integrated Intrusion Detection and Access Control systems to cover sites of any size, while sharing a common configuration layout.

More information

745i 3 OPERATION MANUAL TABLE OF CONTENTS

745i 3 OPERATION MANUAL TABLE OF CONTENTS TABLE OF CONTENTS OPERATION MANUAL 745i 3 COPYRIGHT 1999: OMEGA RESEARCH & DEVELOPMENT, INC. About Your New Crime Guard System... 3 Using Your Crime Guard System... 4 Remote Arming By Transmitter... 4-5

More information

Power Locking Installation Manual

Power Locking Installation Manual Shop Manual V203 Please Copy Necessary Pages, and Store the Original Power Locking System PLRB-Pro Controller Flex Switch & Key Fobs Numeric Keyless Interface Power lock (Compartments) Power Locking Installation

More information

RE46C162/163. CMOS Ionization Smoke Detector ASIC with Interconnect, Timer Mode and Alarm Memory. Features. Description.

RE46C162/163. CMOS Ionization Smoke Detector ASIC with Interconnect, Timer Mode and Alarm Memory. Features. Description. CMOS Ionization Smoke Detector ASIC with Interconnect, Timer Mode and Alarm Memory Features Pin Selectable Horn Patterns Alarm Memory Sensitivity Control Timer: - 8 minute Timer for RE46C162-1 minute Timer

More information

Secure WANDERING INSTALLATION AND USAGE GUIDE

Secure WANDERING INSTALLATION AND USAGE GUIDE Secure WANDERING system C 4 7 0 5 8 2 E 6 9 3 INSTALLATION AND USAGE GUIDE Contents 2 Installation principle 2 System description 3 Device presentation and installation 3 Secure wandering system 6 Secure

More information

RZ/A1H Group APPLICATION NOTE. Renesas Starter Kit Web Engine Demonstration for e 2 studio. Introduction. Target Device. Development environment

RZ/A1H Group APPLICATION NOTE. Renesas Starter Kit Web Engine Demonstration for e 2 studio. Introduction. Target Device. Development environment RZ/A1H Group Renesas Starter Kit Web Engine Demonstration for e 2 studio Introduction APPLICATION NOTE R01AN2868EG0110 Rev.1.10 Renesas Starter Kits (RSK) are supplied as complete development systems for

More information

HA-263K HA-263D. OWNER'S MANUAL Installation And Operation 8-ZONE ALARM CONTROL PANEL FOR HOME AND OFFICE PROTECTIONS OPEN THE CABINET FOR SERVICE

HA-263K HA-263D. OWNER'S MANUAL Installation And Operation 8-ZONE ALARM CONTROL PANEL FOR HOME AND OFFICE PROTECTIONS OPEN THE CABINET FOR SERVICE D (OPERATION) INITIATE A DYNAMIC BATTERY TEST The system tests the back-up battery once every 24 hours. The owner can initiate a dynamic battery test at any time with the following codes while the system

More information

MW9070B Optical Time Domain Reflectometer

MW9070B Optical Time Domain Reflectometer MW9070B Optical Time Domain Reflectometer Option 02 Monitoring Function Monitors Optical Fibers for Faults and Sends Alarm at Abnormality Automatic Fault Monitoring of Optical Fiber Cables More optical

More information

HM-4201-RTCM High-Temp Real Time Clock Module

HM-4201-RTCM High-Temp Real Time Clock Module HM-4201-RTCM High-Temp Real Time Clock Module HM-4201-RTCM Product Description & Applications High Temp Real Time Clock/Calendar Module with Build-In 32.768KHz Crystal Oscillator. Timing, Calendar and

More information

MSP100 Pressure Transducer

MSP100 Pressure Transducer SPECIFICATIONS Analog and 14-Bit Digital Output Available Small Size Low Cost 316L Stainless Steel or 17-4PH FEATURES Single Piece Construction; No Welds, No Oil 100% Stainless Steel Isolation for Harsh

More information

CA 120 Owners Manual of 10

CA 120 Owners Manual of 10 CA 120 Owners Manual 1 of 10 Your System has many features and available options some of which are selected at time of installation. Consult your installing dealer for options that may have been installed

More information

MTL1000 Series Signal Conditioners. For reliable, high quality process communications

MTL1000 Series Signal Conditioners. For reliable, high quality process communications MTL1000 Series Signal Conditioners For reliable, high quality process communications The new MTL1000 Series of signal conditioning isolators complement our Intrinsic Safety products to provide a complete

More information

Other trade names mentioned in this document may be registered trademarks or trademarks of respective product manufacturers or vendor products.

Other trade names mentioned in this document may be registered trademarks or trademarks of respective product manufacturers or vendor products. Attention! Read this user manual carefully. Representative of the company installing the alarm system will explain which security module SP231 functions needs to be activated to ensure proper security

More information

Profile. For a better understanding of this product, please read this user manual thoroughly before using it.

Profile. For a better understanding of this product, please read this user manual thoroughly before using it. Intelligent GSM Auto-Dial Alarm System User s Manual Profile For a better understanding of this product, please read this user manual thoroughly before using it. Contents Function Introduction (3) Alarm

More information

Long Range Radio Alarm Transmitter

Long Range Radio Alarm Transmitter TM Long Range Radio Alarm Transmitter INSTALLATION MANUAL Version 1.3 This manual is for the LINKS2150 software version 1.3 TABLE OF CONTENTS FEATURES 1 Keypad Programmable... 1 EEPROM Memory... 1 Static/Lightning

More information

Information about the product Lexan FR60, FR63, FR65, FR66

Information about the product Lexan FR60, FR63, FR65, FR66 Information about the product Lexan FR60, FR63, FR65, FR66 Dear Sir / Madam, Information is provided in the Appendix about the product Lexan FR60, FR63, FR65, FR66. For further information and enquiries

More information

9000P Wireless Alarm Owner s Manual

9000P Wireless Alarm Owner s Manual 9000P Wireless Alarm Owner s Manual Table of Contents Introduction... 3 Intended Use... 3 System Functionality... 3 Arming your Alarm... 3 Arm Home...3 Arm Away...4 Alarm Triggering... 4 Disarming your

More information

Model AM1 Owner s Guide

Model AM1 Owner s Guide Model AM1 Owner s Guide limited lifetime consumer warranty Directed Electronics, Inc. promises to the original purchaser to repair or replace with a comparable reconditioned model any Directed Electronics,

More information

+ A B V B NO NC V COM PV PV

+ A B V B NO NC V COM PV PV + - A + B B - V + - NO NC COM + - + - V + - PV PV Ramp Soak 100 70 50 30 3 5 3 8 5 3 Minute Steam Heating Sensor Cooling Water PID Hotplate Specifications Input power supply AC 100 to 240V, 50/60Hz, DC

More information

PROGRAMMING GUIDE SPECTRA CONTROL PANELS V , 1725EX, 1728 AND 1728EX 1755, 1755EX, 1758, AND 1758EX

PROGRAMMING GUIDE SPECTRA CONTROL PANELS V , 1725EX, 1728 AND 1728EX 1755, 1755EX, 1758, AND 1758EX PROGRAMMING GUIDE SPECTRA CONTROL PANELS V1.2 1725, 1725EX, 1728 AND 1728EX 1755, 1755EX, 1758, AND 1758EX TABLE OF CONTENTS HOW DO I PROGRAM THE SYSTEM?... 4 Single Digit Data Entry Method (Hexadecimal

More information

Product Introduction. CMA5000a OTDR

Product Introduction. CMA5000a OTDR Product Introduction CMA5000a OTDR CMA5000a OTDR Product Introduction Anritsu Corporation Slide 1 CMA 5000 OTDR Available Modules Model Number Wavelengths Dynamic Range 5225 1310/1550nm 37/36dB 5235 1310/1550nm

More information

Model: M30. Owner s Operation Manual. For correct operation, please read this manual to familiarise yourself with the features.

Model: M30. Owner s Operation Manual. For correct operation, please read this manual to familiarise yourself with the features. Model: M30 Owner s Operation Manual For correct operation, please read this manual to familiarise yourself with the features. Includes wiring diagram We recommend professional installation of this security

More information

EV Group. Solutions for Metrology

EV Group. Solutions for Metrology EV Group Solutions for Metrology EV Group Solutions for Metrology Introduction Metrology is essential to control, optimize and ensure the highest yield in semiconductor manufacturing processes. Advanced

More information

Microprocessor Intruder Alarm System User Guide

Microprocessor Intruder Alarm System User Guide 9 8 0 0 Microprocessor Intruder larm System User Guide SNTRONI LTD Glossary of Terms ccess ode utomatic Signalling Device ell-walk Test hime (optional) Day State Deferred Set Duress Entry Time Exit Time

More information

Intelligent Wireless GSM Alarm System

Intelligent Wireless GSM Alarm System Intelligent Wireless GSM Alarm System 00M2K User s Manual Profile For a better understanding of this product, please read this user manual thoroughly before using it. Contents [Function Instruction] [Alarm

More information

Sentry 4 Zone Alarm Panel User Manual

Sentry 4 Zone Alarm Panel User Manual TM TM Sentry 4 Zone Alarm Panel User Manual PLEASE NOTE: A 16Vac / 16VA Transformer MUST be used with this product. Contents 1. Introduction. 2. Programming a Remote. 3. Deleting all Remote s. 4. The siren

More information

MTL1000 range of signal conditioners. For reliable, high quality process communications

MTL1000 range of signal conditioners. For reliable, high quality process communications MTL1000 range of signal conditioners For reliable, high quality process communications The new MTL1000 range of signal conditioning isolators complement our intrinsic safety products to provide a complete

More information

Multi-Channel Indoor & Outdoor Thermometer with Cable Free Sensor & Radio Controlled Clock

Multi-Channel Indoor & Outdoor Thermometer with Cable Free Sensor & Radio Controlled Clock Remote Thermometer RMR166 Tested To omply With F Standards FOR HOME OR OFFIE USE -D E Multi-hannel Indoor & Outdoor Thermometer with able Free Sensor & Radio ontrolled lock MODEL: RMR166 USER'S MANUAL

More information

Solution 862 Installation Manual ISSUE 1.30

Solution 862 Installation Manual ISSUE 1.30 Solution 862 Installation Manual ISSUE 1.30 MA406I This page has been included for you to cut out and insert into the spine of the folder Solution 862 Installation Manual ISSUE 1.30 (61-2) 9672 1233 Solution

More information

(12) Patent Application Publication (10) Pub. No.: US 2008/ A1

(12) Patent Application Publication (10) Pub. No.: US 2008/ A1 (19) United States (12) Patent Application Publication (10) Pub. No.: US 2008/0204207 A1 Speers et al. US 20080204207A1 (43) Pub. Date: Aug. 28, 2008 (54) TWO-WAY AUTOMOTIVE REMOTE (76) (21) (22) (51)

More information

reading carefully this guide, operating this system strictly on the standard procedure.

reading carefully this guide, operating this system strictly on the standard procedure. SYSTEM-ZDAS-16CA-8 PROGRAMMING GUIDE Thanks for choosing ZDAS-16CA-8 Multi-Function Alarm Control Panel. We suggest you reading carefully this guide, operating this system strictly on the standard procedure.

More information

Solution 6+6 Wireless - AE Installation Manual ISSUE 1.10

Solution 6+6 Wireless - AE Installation Manual ISSUE 1.10 Solution 6+6 Wireless - AE Installation Manual ISSUE 1.10 MA660I Solution 6+6 This page has been included for you to cut out and insert into the spine of the folder Wireless AE Installation Manual ISSUE

More information

Solution Ultima Series Operators Manual ISSUE 1.00

Solution Ultima Series Operators Manual ISSUE 1.00 Solution Ultima Series Operators Manual ISSUE 1.00 Solution Ultima Series Operators Manual Copyright 1998 by, SYDNEY, AUSTRALIA Document Part Number MA488O DOCUMENT ISSUE 1.00 Printed 16 February 1999

More information

Phoenix 2 Rev. A - Owner's Manual 0399

Phoenix 2 Rev. A - Owner's Manual 0399 Table of Contents Phoenix 2... 2 Lifetime Warranty...2 Remote Controls....2 Electronic Scan Prevention (ESP)... 3 Instant Remote Control Code Deletion... 3 One-Step Remote Control Code Learning... 3 Valet

More information

DOLKPS1KB Programming & Installation Manual

DOLKPS1KB Programming & Installation Manual VANDAL RESISTANT BACK-LIT WEATHERPROOF ACCESS CONTROL KEYPAD WITH WIEGAND OUTPUT & DATA I/O DOLKPS1KB Programming & Installation Manual FOR ELECTRIC LOCK, INTER-LOCK AND SECURITY SYSTEM INSTALLATIONS DOLKPS1KB

More information

CG500SKE SKYEYE GATEWAY USER MANUAL VERSION OCTOBER Disclaimers and Copyright

CG500SKE SKYEYE GATEWAY USER MANUAL VERSION OCTOBER Disclaimers and Copyright CG500SKE SKYEYE GATEWAY USER MANUAL CG500SKE SkyEYE Gateway VERSION 1.2 26 OCTOBER 2014 Disclaimers and Copyright Nothing contained in this publication is to be construed as granting any right, by implication

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

AVS S5 Alarm Anniversary Model

AVS S5 Alarm Anniversary Model www.avscarsecurity.com AVS S5 Alarm Anniversary Model Owner s manual Thank you for choosing an AVS S-Series car security system. The AVS S5 is engineered to the highest specifications providing you with

More information

INSTRUCTION MANUAL FOR. Remote Control Car Alarm with Impact Sensor, Mini-Battery Backup Siren & Engine Immobiliser

INSTRUCTION MANUAL FOR. Remote Control Car Alarm with Impact Sensor, Mini-Battery Backup Siren & Engine Immobiliser INSTRUCTION MANUAL FOR Remote Control Car Alarm with Impact Sensor, Mini-Battery Backup Siren & Engine Immobiliser A.C.N 001 621 610 SYDNEY / AUSTRALIA Build Date: TO ARM/DISARM ALARM The alarm is activated

More information

Model 425 Owner s Guide

Model 425 Owner s Guide Model 425 Owner s Guide G425A 1999 Directed Electronics, Inc. Limited Lifetime Consumer Warranty Directed Electronics, Inc. ("DEI ") promises to the original purchaser to repair or replace with a comparable

More information

FL500 Modbus Communication Operating Manual. Order No.: /00. MSAsafety.com

FL500 Modbus Communication Operating Manual. Order No.: /00. MSAsafety.com FL500 Modbus Communication Operating Manual Order No.: 10193214/00 MSAsafety.com 1000 Cranberry Woods Drive Cranberry Township, PA 16066 A Phone 1-800-MSA-2222 Fax 1-800-967-0398 For your local MSA contacts

More information

All-In-One Wireless Security System V1.0. Model #: MG Reference and Installation Manual

All-In-One Wireless Security System V1.0. Model #: MG Reference and Installation Manual All-In-One Wireless Security System V1.0 Model #: MG-6060 Reference and Installation Manual Table of Contents Introduction... 3 About Magellan and this Manual... 3 Conventions... 3 Specifications... 3

More information

Operator: Save these instructions for future use!

Operator: Save these instructions for future use! 50V64-743 Integrated Furnace Control for Furnaces with Variable Fan Speed INSTALLATION INSTRUCTIONS Operator: Save these instructions for future use FAILURE TO READ AND FOLLOW ALL INSTRUCTIONS CAREFULLY

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

M60 Series WITH BUILT-IN TURBO TIMER. OWNERS OPERATION MANUAL includes programming and wiring information

M60 Series WITH BUILT-IN TURBO TIMER. OWNERS OPERATION MANUAL includes programming and wiring information M60 Series M60i M60B, M60S M60G/GNZ 3 STAR 4 STAR 5 STAR WITH BUILT-IN TURBO TIMER OWNERS OPERATION MANUAL includes programming and wiring information All models certified to AS/NZS4601 amendment 1 2003

More information

Sequence of operation

Sequence of operation Sequence of operation IPS 4000 secondary variable speed control File No: 90.96 Date: february 21, 2013 Supersedes: new Date: new sequence of operation ips 4000 2 list of abbreviations: adj: Field Adjustable

More information

Mobile App User Guide

Mobile App User Guide Mobile App User Guide Copyright Trademarks and patents 2017 UTC Fire & Security Australia Pty Ltd. All rights reserved. The Challenger name and logo are trademarks of UTC Fire & Security Australia Pty

More information

OPERATION MANUAL Model 8011 & mA

OPERATION MANUAL Model 8011 & mA OPERATION MANUAL Model 8011 & 8021 4-20mA TE CONNECTIVITY SENSORS/// MODEL 8011 & 8021 4-20MA 05/2016 Page 1 WARRANTY Measurement Specialties, Inc. accelerometers are warranted during a period of one year

More information

OWNER S MANUAL. Remote Mobile Security System. Models: PL50 PL60

OWNER S MANUAL. Remote Mobile Security System. Models: PL50 PL60 Remote Mobile Security System OWNER S MANUAL Models: PL50 PL60 This device complies with part 15 of the FCC rules. Operation is subject to the following two conditions: (1) This device may not cause harmful

More information

Compact Ultra Low Temperature Chamber

Compact Ultra Low Temperature Chamber Compact Ultra Low Temperature Chamber MC-712R 812R CAT.NO.E14140-Z1804 High performance and reliability come in a compact package, covers wide range of temperature testing needs, from ultra-low temperature

More information

UNC100 Integra Manual

UNC100 Integra Manual UNC100 Integra Manual New Generation Building Security July 30, 2014 V1.2 Copyright Notice Copyright 1995-2014 by All rights reserved Worldwide. Printed in Canada. This publication has been provided pursuant

More information

R&E International A Subsidiary of Microchip Technology Inc.

R&E International A Subsidiary of Microchip Technology Inc. RE46C141 General Description The RE46C141 is low power CMOS photoelectric type smoke detector IC. With minimal external components this circuit will provide all the required features for a photoelectric

More information

AVS A4 alarm Owner s manual

AVS A4 alarm Owner s manual www.avscarsecurity.com AVS A4 alarm Owner s manual Version July 2010 Thank you for choosing an AVS A4 car security system. It has been designed to provide a superior level of security for you and your

More information

89BSD Digital Output

89BSD Digital Output SPECIFICATIONS Stainless Steel with O-Ring Seal Pressure/Temperature Read-Out (24-bit DS ADC) ASIC Calibrated Absolute, Sealed Gage 9mm Diameter The 89BSD is a 9mm diameter small profile, media compatible,

More information

Security GSM Alarm System

Security GSM Alarm System Security GSM Alarm System USER MANUAL 4 wired and 6 wireless defense zones; Can preset and store 6 voice phones and 3 message phones; Remote two-way intercom; Telephone (mobile phone) remote control programming;

More information

Quick Programmer s Manual

Quick Programmer s Manual Version 2.604 (31/03/05) p1 Quick Programmer s Manual 2005. Inner Range Pty. Ltd. Part Number: 630048V2 p2 Version 2.604 (31/03/05) TABLE OF CONTENTS. 1. PROGRAMMING FLOWCHART. The following flowchart

More information

Apex MediTech ALC109 ALARM SYSTEM

Apex MediTech ALC109 ALARM SYSTEM ALC109 ALARM SYSTEM PRIORITY ENCODED ALARM SYSTEM FOR MEDICAL DEVICES Rev. 04 28 November 2013 Product data sheet 1. General description The ALC109 is a hybrid priority encoded audio alarm, available in

More information

Wireless Alarm system s manual

Wireless Alarm system s manual MOUNTVIEW TECH AUSTRALIA PTY LTD Wireless Alarm system s manual ADS ECO GSM320 Series ADS Security 1/11/2011 1. Before You Begin For your safety and the safety of others, and to ensure that you get the

More information

This application note indicates the example of power supply circuit used Simple DC/DC for RZ/A series.

This application note indicates the example of power supply circuit used Simple DC/DC for RZ/A series. Simple DC/DC Power supply circuit for RZ/A Series R02AN0036EJ0100 Rev.1.00 Introduction This application note indicates the example of power supply circuit used Simple DC/DC for RZ/A series. Description

More information

GSM Emergency Alarm. User s Manual. For a better understanding of this porduct,please read this user manual thoroughly before using it.

GSM Emergency Alarm. User s Manual. For a better understanding of this porduct,please read this user manual thoroughly before using it. Version: MS1 GSM Emergency Alarm User s Manual For a better understanding of this porduct,please read this user manual thoroughly before using it. CONTENTS CONTENTS Ⅰ. Introduction Ⅱ. Product Appearance

More information

reading carefully this guide, operating this system strictly on the standard procedure. System 816

reading carefully this guide, operating this system strictly on the standard procedure. System 816 Thanks for choosing System 816 Multi-Function Alarm Control Panel. We suggest you reading carefully this guide, operating this system strictly on the standard procedure. System 816 is suitable for most

More information

Vehicle Security System VSS3 - Vehicle original remote. Setting Guide - English

Vehicle Security System VSS3 - Vehicle original remote. Setting Guide - English Vehicle Security System VSS3 - Vehicle original remote Setting Guide - English Dear Customer, In this guide you will find the information and operations necessary in order to activate and deactivate certain

More information

SOFTWARE VERSION 2.20 CONTROL PANEL RESET:

SOFTWARE VERSION 2.20 CONTROL PANEL RESET: -961112-0002 SOFTWARE VERSI 2.20 CTROL PANEL RESET: Installer lock must be unlocked. ( 255: enter any value other than 147) Power down reset (1) Remove battery and AC to power down the unit. (4) Wait 3

More information

GPS Evaluation Kit EVA1037/1080

GPS Evaluation Kit EVA1037/1080 GPS Evaluation Kit An evaluation system for Tyco Electronics GPS modules A1037-A & A1080-A User s Manual Version 2.0 Hardware Revision 01 This page was intentionally left blank. Revision History Revision

More information

Version 1.03 January-2002 USER S MANUAL

Version 1.03 January-2002 USER S MANUAL Version 1.03 January-2002 1 USER S MANUAL 2 Version 1.03 January-2002 System Details CUSTOMER:...... PHONE:... FAX:... INSTALLED BY:...... PHONE:... FAX:... MAINTENANCE & SERVICE:...... PHONE:... FAX:...

More information

Wolf Guard Touch Keypad GSM Wireless alarm system User s Manual

Wolf Guard Touch Keypad GSM Wireless alarm system User s Manual Wolf Guard Touch Keypad GSM Wireless alarm system User s Manual Page 1 Warning Do not remove the front or back cover of the unit and keep it intact. There are no parts inside this unit that can be repaired

More information

1. Specifications Operation Confirmation Conditions Sample Code Reference Documents... 3

1. Specifications Operation Confirmation Conditions Sample Code Reference Documents... 3 RX Capacitive Touch Evaluation System Sample Code for e 2 studio APPLICATION NOTE Introduction This document covers the sample code for use with the e 2 studio in RX Capacitive Touch Evaluation System.

More information

User Manual (LS-GSM-006)

User Manual (LS-GSM-006) GSM Home/Business Alarm System User Manual (LS-GSM-006) Profile For a better understanding of this product, please read this user manual thoroughly before using it. - 1 - Catalogue: Function Introduction

More information

INDUSTRY APPLICATIONS

INDUSTRY APPLICATIONS INDUSTRY APPLICATIONS Cognex... for every step of the PV Supply Chain Solar Photovoltaic (PV) Cells and Modules Confidence, Every Step of the Way Whether it s using vision for alignment rather than mechanical

More information