Web Base Home Monitoring System

Size: px
Start display at page:

Download "Web Base Home Monitoring System"

Transcription

1 Web Base Home Monitoring System Group B: Jon Carver Jason Heintz Dennis Seda Sean Willis Term: Fall 2010

2 Agenda Goals and Objectives Specifications Implementation and Design Test Plan Successes Design Difficulties Budget Immediate Plans

3 Project Goals Developing a real time home monitoring system Prevent Burglary and Theft Give the home owner complete control over the system Make the home more energy efficient Prevent home water damage

4 System Design Diagram User Interface Server FPGA Board Window Sensors Door Lock

5 Significant Component & Design Decisions FPGA vs. Microcontroller LFXP2-8E-6 FT256 C USB vs. Ethernet Connect to computer vs. router Programming Language C# vs. JAVA

6 Project - Objectives System shall regulate the temperature inside the home by automatically operating the window System shall monitor humidity outside to prevent water invasion through an open window System shall provide the ability to view the current status of the home remotely System shall provide the ability to open and close the window remotely System shall provide the ability to unlock and lock the door remotely

7 Door Lock Reqs. & Objectives The door lock shall be able to be opened and closed via the web interface. The door lock shall have two solenoids; one to unlock the door and one to lock the door. The door lock shall receive all power from the CCA. The door lock shall open or close within 10ms upon receiving a signal The door lock shall not require more than 12 volts for operation.

8 Temperature Sensor Reqs. & Objectives Temperature shall be measured inside and outside of the home. The window shall open if both are true: Inside temp 75 F Outside temp (Inside temp - 5 F) The window shall close if any of the following are true: Inside temp 60 F Inside temp 80 F Outside temp Inside temp Temperature shall be taken at intervals of 30 sec. Temperature readings shall be within 2 F accuracy.

9 Humidity Sensor Reqs. & Objectives Humidity shall be measured outside of the home. The window shall close if the humidity level is greater than 80%. Humidity readings shall be within 2% accuracy.

10 Window Reqs. & Objectives The window shall be able to be opened or closed via the web interface. The window shall open or close in less than 15 seconds. Window Motor Specifications < 2 inches in diameter Requires no more than 12 volts High torque with a low rate of speed

11 Website Objectives Web UI shall require a unique username and password Web UI shall display the temperature inside and outside of the home Web UI shall display the humidity outside of the home Web UI shall provide the ability to open and close the window Web UI shall provide the ability to open and lock the door

12 CCA Reqs. & Objectives Circuit Card Assembly (CCA) will be a two layer board Bottom layer will be a ground layer CCA will use 1 oz copper for traces CCA will use 10 oz copper for ground plane CCA will have a DB-9 for communication to the sensors CCA will have a DB-15 for power and communication to the window

13 Power Reqs. & Objectives System shall require one power input. System shall receive power from standard 120V wall power System shall regulate necessary voltages internally

14 Project Design Approach

15 Door Lock - Implementation Door Lock will be driven locked or unlocked by two different solenoids Door Wall Door Wall Fully Locked Solenoid Solenoid Door Wall Wall Door Fully Unocked Solenoid Solenoid

16 Window Motor - Implementation

17 Temperature Sensor- Implementation DS1822 Digital Thermometer 8 pin integrated circuit chip 9-12 bit temperature measurement ± 2 C Accuracy Parasitic Power 64 bit ROM Serial Code # Output Bits Temperature Resolution ( C)

18 Humidity Sensor - Implementation SENSIRION SHT11 - Humidity Sensor 2 Wire silicon chip ± 3% RH Accuracy 8-12 bit output Non-linearity Compensation RH linear = c 1 + (c 2 * SO RH ) + (c 3 * SO RH2 ) (%RH) SO RH C1 C2 C3 12 bit E-6 8 bit E-4

19 Window Sensor - Implementation ASSEMTECH - PSA240/30 Reed proximity switch 2 components Switch Magnet Operating distance in Contact Form Switching Current Operating Distance Normally Open 0.5 A 8 mm (0.315 in)

20 Web Server - Implementation Initial Implementation Apache Tomcat Java Servlets Java Server Pages SSL User Accounts Current Implementation Internet Information Services (ISS) HTML ASP.NET SSL User Accounts

21 Web UI - Design Window Status: Open Inside Temp: 80 F Outside Temp: 70 F Open Close Door Door Status: Closed Lock Status: Unlocked Unlock Lock

22 Web UI - Implementation Classes Methods Instance Fields Private/Public Home Check Temperature Private Check Humidity Private Check Door Status Check Door Lock Status Check Window Status Highlight Windows Highlight Doors Door Click Window Click Send Information to circuit Receive information from circuit Private Private Private Private Private Private Private Private Private Humidity: Double Doors[ ]: Door Array Windows[ ]: Window Array Private Private Private Door Door Public Lock Door Unlock Door Closed: Boolean Locked: Boolean Public Public Public Public Window Window Public Close Window Public Open Window Closed: Boolean Public Public Temp: Double Public Temperature Temperature Public Inside: Double Outside: Double Public Public

23 Power Implementation Major component Power Requirements Component Voltage Current FPGA 3.3V 27.4mA FPGA 1.2V 76.8mA ADC (x2) 5V 50mA (x2 = 100mA) USB Interface 3.3V 50mA Level Translator 3.3V 25mA Level Translator 12V 50mA

24 Power - Implementation To Wall Power 120VAC RTN Neutral Transformer DB9 Female DB9 Male 25.2V 12V DC#1 Regulator Circuit 25.2V Rtn 12V DC#2 Regulator Circuit 12VDC #1 GND To Solenoid Circuitry 5V Regulator Circuit 5VDC GND 3.3V Regulator Circuit 3.3VDC GND 1.2V Regulator Circuit 1.2VDC GND

25 Power Implementation. Power will be provided by buck voltage regulators 12V Regulator 180uF Vin 25.2VDC On/Off 33uH 15uF 15uF 470nF 180uF Vout 12VDC

26 Solenoid / Window Motor Drive Circuit 12VDC #2 5ohm 20W Drive Unlock To FPGA 12VDC #2 5ohm 20W Drive Lock To Solenoids And Window Motors DB-15 Female DB-15 Male 3.3V to 12V level translator 12VDC #2 464ohm 1W Drive Window Up 20AWG Wire 12VDC #2 Drive Window Down 464ohm 1W

27 Hardware Test Plan Power Correct Voltage and Amps CCA Component communication Door Lock Lock & Unlock Window Motor Open & Closed Sensors Temperature Humidity Window Sensor

28 Software Test Plan Web Server Server and CCA communication Web UI Functionality and ergonomics

29 Project Successes Ordered FPGA Sensors Power Components Lock Started Web UI coding Verilog coding Completed Web Server

30 Project Difficulties and Risks Mechanics of the Window component. Lining up solenoid with door lock Communication link between FPGA and program Programming Language vs. Web Server

31 Project Budget Parts Budgeted Cost Door Lock $20.00 Solenoid $20.00 Temperature Sensor $10.00 Humidity Sensor $10.00 Window Sensor $10.00 Window Motor $50.00 Window Push Button $10.00 Circuit card assembly (FPGA) $25.00 Printed Circuit Board $50.00 ADC $5.00 Oscillator $5.00 Power $20.00 Level Translator $5.00 USB Chip $10.00 Server - Hardware Personal Computer Server - Software Free Open Source Building Materials $50.00 Total $300.00

32 Current Progress Web Server 100% Web UI 15% Temp Sensor 25% Hum. Sensor 25% Window Sensor 25% Door Lock 10% CCA 20%

33 Immediate Plans Finish ordering all necessary parts Integrate components onto CCA Board Finish coding the Website Finish verilog coding Establish communication between website and CCA

Added password for IP setup page : Password must be in IP format!

Added password for IP setup page : Password must be in IP format! NETWORK POWER MONITOR Release : 21 August 2014 Hardware Version : Version 7 Firmware version 1.00 PC Application Software : Version (latest)...2 Added password for IP setup page : Password must be in IP

More information

DC-RMCU1 DC-Powered Remote Monitoring and Control Unit Owners Guide

DC-RMCU1 DC-Powered Remote Monitoring and Control Unit Owners Guide DC-RMCU1 DC-Powered Remote Monitoring and Control Unit Owners Guide (These instructions are intended for use by a technician familiar with electronic products) Remote Monitoring and Control Unit Web Ready

More information

Dry Contact Probe DCP (#30008)

Dry Contact Probe DCP (#30008) Dry Contact Probe DCP (#30008) The Networked Robotics DCP probe enables network data collection of the state of any normally open or normally closed switch. This product can sense alarm contact outputs

More information

D3 Wireless temperature alarm & monitoring system family. tek-troniks

D3 Wireless temperature alarm & monitoring system family. tek-troniks D3 Wireless temperature alarm & monitoring system family tek-troniks D3 Wireless temperature alarm & monitoring system family No server or dedicated pc No ongoing cloud costs or licencing fees. Fully web

More information

HRX Technical Manual. Version 1.2

HRX Technical Manual. Version 1.2 HRX 5000 Technical Manual Version 1.2 Contents: Specification...2 Connectors...5 RS-485 Network Connectors (J6 and J7)...5 RS-232 to Printer (J19)...6 RS-232 to PC (J8)...7 TCP/IP...8 Power (J21)...9 Fire

More information

Temperature + Humidity (%RH) Control & Recording System with 8 / 16 Channel Mapping. Touch Panel PPI

Temperature + Humidity (%RH) Control & Recording System with 8 / 16 Channel Mapping. Touch Panel PPI HumiTherm Ultra Temperature + Humidity (%RH) Control & Recording System with 8 / 16 Channel Mapping Mapping Unit Micro PLC Control Unit Touch Panel Touch Operation Panel PPI HumiTherm Ultra GSM Module

More information

Ambient Temperature/ Relative Humidity & Dew Point Temperature Sensors to USB Output. Model LFS108B

Ambient Temperature/ Relative Humidity & Dew Point Temperature Sensors to USB Output. Model LFS108B Ambient Temperature/ Relative Humidity & Dew Point Temperature Sensors to USB Output Model LFS108B Copyright 2018 - LLC. All rights reserved. Table of Contents Quick Start... 3 1- Introduction... 4 2-

More information

PWM. Solar Charge controller with Ethernet. Solar Smart PWM 20Amp. Hardware Description : Release : 19 June 2014

PWM. Solar Charge controller with Ethernet. Solar Smart PWM 20Amp. Hardware Description : Release : 19 June 2014 Solar Charge controller with Ethernet Release : 19 June 2014 Hardware Version : Version 1 Firmware version 1 PC Application Software : Version 1.0.0.0 Hardware Description : The Solar Smart regulator was

More information

Installation Manual COPYRIGHT NOTICE

Installation Manual COPYRIGHT NOTICE Installation Manual COPYRIGHT NOTICE Copyright 2007 by Quest Controls Inc (QUEST). The material discussed in this publication is the proprietary property of QUEST. QUEST retains all rights to reproduction

More information

Datasheet: K-22 LO Sensor

Datasheet: K-22 LO Sensor Datasheet: K-22 LO Sensor The K- 22 LO is a CO2 sensor module designed to be built- in into stationary ventilation equipment, such as window vent or duct exhaust actuators, serving as a linear transmitter

More information

epowerswitch Price list

epowerswitch Price list Price list epowerswitch Full price list of all Neol epowerswitch Master/Satellite/Standalone and VizioGuard products. Includes all available devices, detectors, sensors, modules as well as the accessories

More information

Complete packages with Software and Controller

Complete packages with Software and Controller Thermoguard Basic Complete packages with Software and Controller Thermoguard Basic packages contain the software, one sensorcontroller and one sensor. The functional scope of the Thermoguard Basic software

More information

INSTALLATION INSTRUCTIONS and BASIC SYSTEM CONFIGURATION

INSTALLATION INSTRUCTIONS and BASIC SYSTEM CONFIGURATION INSTALLATION INSTRUCTIONS and BASIC SYSTEM CONFIGURATION 200091-A 2/23 Contents 1. Warnings & Notes... 3 2. Installation of system to electrical cabinet or modular box... 3 3. Powering the system... 7

More information

THX-DL Data Logger USER & INSTALLATION MANUAL V

THX-DL Data Logger USER & INSTALLATION MANUAL V THX-DL Data Logger USER & INSTALLATION MANUAL V1.2012 www.thermomax-refrigeration.com Contents PRESENTATION Summary of Features 2 INSTALLATION Safety Precautions 4 THX Unit 4 Sensors 4 Alarm Relay 4 Power

More information

Knürr RMS Compact II. Knürr RMS Compact II 2.81

Knürr RMS Compact II. Knürr RMS Compact II 2.81 Knürr RMS Compact II Knürr RMS Compact II 2.82 to 2.85 2.81 Knürr RMS Compact II Damage prevention with checks and controls System and network management requirements mean the systems ambient conditions

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

Product Catalogue. Complete Wireless Sensor Solutions SYSTEMS. 100% Peace of Mind! WEB ID WEB ID WEB ID

Product Catalogue. Complete Wireless Sensor Solutions SYSTEMS. 100% Peace of Mind!  WEB ID WEB ID WEB ID Product Catalogue Complete Wireless Sensor Solutions WEB ID WEB ID WEB ID SYSTEMS WEB ID WEB ID INDEX Section 2) - Gateways & Software Section 3) - Coin Cell Temperature Sensors Section 4) - Humidity Sensors

More information

Instruction Manual Model Backup Switch, 1 for 8

Instruction Manual Model Backup Switch, 1 for 8 Instruction Manual Model 2582-282 Backup Switch, 1 for 8 December 2011, Rev. 0 MODEL 2582 SWITCH CROSS TECHNOLOGIES INC. SWITCH ALARM PSA PSB ALARM OFFLINE ONLINE UNIT STATUS 1 2 3 4 5 6 7 8 BU PROT MODE

More information

Solid Core and Split Core 4-20 ma Output Current Sensors CTS-20; CTP-20

Solid Core and Split Core 4-20 ma Output Current Sensors CTS-20; CTP-20 Solid Core and Split Core 4-20 ma Output Current Sensors CTS-20; CTP-20 PRODUCT DATA FEATURES Solid or split core loop-powered current transmitters Fast response time Integral DIN rail mounting flange

More information

Dew point set DS 400

Dew point set DS 400 set DS 400 Dew point set DS 400 for stationary dew point monitoring of refrigeration or adsorption dryers. The touch screen graphic display enables an intuitive operation and shows the progress of the

More information

Dryer Master DM510 Commissioning Guide

Dryer Master DM510 Commissioning Guide COMMISSIONING GUIDE Dryer Master DM510 Dryer Moisture Systems Inc. 640 Superior Drive Waterloo, Ontario Phone 519.725.4700 Fax 519.885.4300 USA & Canada Toll Free 1-888-318-0009 E-mail: info@dryermaster.com

More information

ATSTORM v2. The sensor with FCES technology is connected to the interface with a communication cable.

ATSTORM v2. The sensor with FCES technology is connected to the interface with a communication cable. ATSTORM v2 ATSTORM v2 is a storm detector that measures the environmental electric field. It is fully automatic, without mobile parts, robust and highly reliable The storm detector ATSTORM v2 basic configuration

More information

Bacnet Room Setpoint & Temp Display. Descriptions. Specifications

Bacnet Room Setpoint & Temp Display. Descriptions. Specifications Descriptions Bacnet Room Setpoint & Temp Display is designed for environment monitoring and controlling in industrial, commercial and other buildings. These transmitters can be used to monitor air temperature

More information

HUM-M2 Humidity Sensor Module Description

HUM-M2 Humidity Sensor Module Description HUM-M2 Humidity Sensor Module Description Humidity Sensor Modules are designed for environment monitoring and controlling in industrial, commercial and other buildings. These transmitters can be used for

More information

Dew point. Special features: Dew point monitoring DS 400. Technical data DS 400. Technical data FA 510

Dew point. Special features: Dew point monitoring DS 400. Technical data DS 400. Technical data FA 510 Dew point monitoring DS 400 for stationary dew point monitoring of refrigeration or desiccant driers. The touch screen graphic display enables an intuitive operation and shows the progress of the measured

More information

Static differential pressure measuring instruments. Pascal-ST/Z. for low measurement ranges Pa oder Pa

Static differential pressure measuring instruments. Pascal-ST/Z. for low measurement ranges Pa oder Pa Static differential pressure measuring instruments Pascal-ST/Z for low measurement ranges 0... +50 Pa oder 0... +200 Pa NOVASINA 2008 Agenda AGENDA Pascal-ST/Z series Measurement principle Highlights Technical

More information

DATAssure. Laboratory wireless alarm & monitoring system

DATAssure. Laboratory wireless alarm & monitoring system DATAssure Laboratory wireless alarm & monitoring system Wireless alarm & monitoring system A new monitoring generation The DATAssure wireless monitoring system is used across a broad range of market sectors

More information

Product Manual. TZ Analog Sensors. TZ Sensors 8115CF 8116CF 8117CF 8118CF. Date: January 2015 Document Number: _B

Product Manual. TZ Analog Sensors. TZ Sensors 8115CF 8116CF 8117CF 8118CF. Date: January 2015 Document Number: _B Product Manual Date: January 2015 Document Number: 112409-01_B About TZ Telezygology, Inc. (TZ) is a wholly owned subsidiary of publicly listed intellectual property and technology development company

More information

MS4525DO SPECIFICATIONS FEATURES APPLICATIONS

MS4525DO SPECIFICATIONS FEATURES APPLICATIONS FEATURES PSI Pressure Ranges PCB Mountable Digital Output Barbed Pressure Ports APPLICATIONS Blocked Filter Detection Altitude and Airspeed Measurements Medical Instruments Fire Suppression System Panel

More information

BAC-4000 Series AppStat

BAC-4000 Series AppStat BAC-4000 Series AppStat Description The KMC AppStat combines the power of a space mounted equipment controller with the convenience of built-in temperature, humidity and motion sensors. The controllers

More information

SAFETY PRE-ALARM MONITOR SYSTEM BASED ON GSM AND ARM

SAFETY PRE-ALARM MONITOR SYSTEM BASED ON GSM AND ARM Int. J. Elec&Electr.Eng&Telecoms. 2015 J M Bhagyalakshmi, 2015 Research Paper ISSN 2319 2518 www.ijeetc.com Vol. 4, No. 1, January 2015 2015 IJEETC. All Rights Reserved SAFETY PRE-ALARM MONITOR SYSTEM

More information

56W Vapor Proof LED Fixture V Dimmable - DALI Network lms - IP67 - Outdoor Applications

56W Vapor Proof LED Fixture V Dimmable - DALI Network lms - IP67 - Outdoor Applications 56W Vapor Proof LED Fixture - 0-10V Dimmable - DALI Network - 7000 lms - IP67 - Outdoor Applications Part #: GVP-ADC-48-2L-LED-D-V2 Page: 1 The Larson Electronics GVP-ADC-48-2L-LED-D-V2 Dimmable LED Light

More information

THA2 TEMPERATURE/ HUMIDITY/ DEWPOINT ALARM WITH LOGGING CAPABILITY. 99 Washington Street Melrose, MA Phone Toll Free

THA2 TEMPERATURE/ HUMIDITY/ DEWPOINT ALARM WITH LOGGING CAPABILITY. 99 Washington Street Melrose, MA Phone Toll Free 99 Washington Street Melrose, MA 02176 Phone 781-665-1400 Toll Free 1-800-517-8431 Visit us at www.testequipmentdepot.com THA2 TEMPERATURE/ HUMIDITY/ DEWPOINT ALARM WITH LOGGING CAPABILITY Introduction.

More information

ROYCE SUSPENDED SOLIDS SYSTEM MODEL 7011A AND SENSORS MODELS 72A, 72P, 73B, 74A, 75A & 76A

ROYCE SUSPENDED SOLIDS SYSTEM MODEL 7011A AND SENSORS MODELS 72A, 72P, 73B, 74A, 75A & 76A SPECIFICATIONS (Revised 1/12/2006) ROYCE SUSPENDED SOLIDS SYSTEM MODEL 7011A AND SENSORS MODELS 72A, 72P, 73B, 74A, 75A & 76A The system shall operate on the principle of light absorption. It shall consist

More information

ND4000 Manual Marine Hydraulics

ND4000 Manual Marine Hydraulics ND4000 Manual Marine Hydraulics Version 1.0 May 2012 Page 1 Contents Line Counter Components... 3 Proximity Sensors... 3 Connecting the Proximity Sensors to the SSCD... 3 Fuse... 3 USB... 4 Computer Display...

More information

Security designed for your lifestyle

Security designed for your lifestyle Security designed for your lifestyle The Paradox Insight : The Big Picture A single CAT5 or higher cable can be used to wire a single HD77 camera. Camera Detector Module HD 720p camera Quad PIR with auto

More information

Home center 2.7 Windows client Installation guide

Home center 2.7 Windows client Installation guide Home center 2.7 Windows client Installation guide September 22 th 2014 Table of Contents 1. What is this guide for?...2 2. About Home center...2 3. Home center requirements...3 4. Installing Home center

More information

CV-350 TCP/IP Access Control System. System Overview

CV-350 TCP/IP Access Control System. System Overview CV-350 TCP/IP Access Control System System Overview July 2015 Open Product Access Camden delivers the power of advanced IP access control differently than our competitors! - All product sales exclusively

More information

IRtech. E instruments. IRtech Radiamatic IR20 LS series. Infrared Technology

IRtech. E instruments. IRtech Radiamatic IR20 LS series.  Infrared Technology E instruments IRtech Temperature range up to 2200 C Optical resolution up to 300:1 Close focus 0,5mm 8-14µm, 1.6µm, 1µm, 2.3µm, 3.9µm, 4.2µm, 4.6µm, 5.1µm and 7.9µm Spectral response Dual laser true target

More information

TYPE CM-2201 NELSON SINGLE POINT CIRCUIT MANAGEMENT SYSTEM

TYPE CM-2201 NELSON SINGLE POINT CIRCUIT MANAGEMENT SYSTEM 2 Line, 16 Characters/row LCD Display Temperature Input Range -50 C to +500 C -58 F to + 932 F Enclosure NEMA Type 4X Current Rating 30A max (resistive load only) Ambient Temperature -40 C to + 40 C -40

More information

Defrost Board. Hardware Design and Test Document

Defrost Board. Hardware Design and Test Document Defrost Board Hardware Design and Test Document Revision History Date Revision Author Comment December, 00 New Fred Keske Initial Release May 0, 00 A Fred Keske Modified Figure June 8, 00 B Fred Keske

More information

HOBO U30 Remote Monitoring Systems

HOBO U30 Remote Monitoring Systems onset HOBO U30 Remote Monitoring Systems Web-based environmental monitoring All electronics housed within a research-grade, tamperproof enclosure Setup is quick and easy with plug-and-play sensors GSM

More information

MSD Cabinets. Modular Dry Cabinet. Outstanding performance

MSD Cabinets. Modular Dry Cabinet. Outstanding performance Modular Dry Cabinet Outstanding performance A cabinet that grows with your demand, the MSD series is the first modular dry cabinet that can be expanded as your storage and drying needs increase. Incorporating

More information

Cimco Series 21. Series 21 - Specifications INDEX. Description. Operational Specification 2

Cimco Series 21. Series 21 - Specifications INDEX. Description. Operational Specification 2 Series 21 - Specifications INDEX Description Page Operational Specification 2 Analog Operational Specification - Communications Options 3 Digital Operational Specification - Communications Options 4 Hardware

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

C-Bus Four Channel General Input Unit Installation Instructions

C-Bus Four Channel General Input Unit Installation Instructions C-Bus Four Channel General Input Unit Installation Instructions 5504GI Series REGISTERED DESIGN REGISTERED PATENT Table of Contents Section...Page 1.0 Product Range... 3 2.0 Description... 3 3.0 Capabilities...

More information

Introduction. OM-THA2

Introduction. OM-THA2 Introduction. The OM-THA2 is a multi-function product that monitors Temperature, Humidity and Dew Point, provides alarms for out of range conditions, and continuously logs data. It consists of a base unit

More information

AquaLynx 200 ADX. Monitoring and Control System. Background. Operation

AquaLynx 200 ADX. Monitoring and Control System. Background. Operation AquaLynx 200 ADX Monitoring and Control System The RODI Systems AquaLynx 200 ADX is a unique monitoring system for water treatment applications. The AquaLynx 200 ADX offers a dependable yet affordable

More information

Installation Instructions for the Honeywell Force Sensors FSA Series Compensated/Amplified

Installation Instructions for the Honeywell Force Sensors FSA Series Compensated/Amplified Installation Instructions for the Table. Operating Specifications Analog Digital Characteristic Unit Min. Typ. Max. Min. Typ. Max., 2, 3 Supply voltage (V supply ): 3.3 Vdc 5.0 Vdc 3.0 4.75 3.3 5.0 3.6

More information

RLP-2048BBSCLVD-MU Internet Ready Heavy Duty AC to DC Power Supply With Built-in Remote Monitoring and Control. Owners Guide

RLP-2048BBSCLVD-MU Internet Ready Heavy Duty AC to DC Power Supply With Built-in Remote Monitoring and Control. Owners Guide RLP-2048BBSCLVD-MU Internet Ready Heavy Duty AC to DC Power Supply With Built-in Remote Monitoring and Control. Owners Guide (These instructions are intended for use by a technician familiar with electronic

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

T4000 Security Communicator

T4000 Security Communicator Inner Range T4000 Security Communicator 1 T4000 Security Communicator by Inner Range P/N: 998530 / 998530NZ 998530LT (Lite Version) Installation & Operation Manual. Rev: 1.5 Inner Range Pty. Ltd. www.innerrange.com

More information

User Guide UTI-IQCP. Control panel for setting and monitoring of UTI-INV internal temperature regulator. v EN

User Guide UTI-IQCP. Control panel for setting and monitoring of UTI-INV internal temperature regulator. v EN User Guide UTI-IQCP Control panel for setting and monitoring of UTI-INV internal temperature regulator v. 1.06 EN 1. MAIN DISPLAY SCREEN The main display screen is divided into five basic monitoring windows

More information

Quick Alert Remote (QA216R)

Quick Alert Remote (QA216R) Quick Alert Remote (QA216R) Description The QA 216 Remote is used by AT&T to monitor tower lights and turned down facilities. It is a 16-bit alarm unit used to transport discrete alarms from a remote location

More information

Table of Contents SECTION PAGE SECTION 1 INTRODUCTION Description Features Models... SECTION 2 RS-232 COMMUNICATIONS...

Table of Contents SECTION PAGE SECTION 1 INTRODUCTION Description Features Models... SECTION 2 RS-232 COMMUNICATIONS... SECTION Table of Contents SECTION 1 INTRODUCTION...................... 1.1 Description............................... 1.2 Features................................. 1.3 Models..................................

More information

Important Supplementary Manual to the main Ezeio manual. 5. Section 2a: Introducing the 2400 input and output expansion field stations.

Important Supplementary Manual to the main Ezeio manual. 5. Section 2a: Introducing the 2400 input and output expansion field stations. 1 P age Ezeio v9-120317 Eze Cloud Based Monitoring Systems. Created by Intech Instruments Ltd December 2014 Important Supplementary Manual to the main Ezeio manual. Ezeio Controller and the 2400-A16 input

More information

HOBO U14 Data Logger User Manual

HOBO U14 Data Logger User Manual HOBO U14 Data Logger User Manual The U family of data loggers offers reliability and convenient monitoring for applications that require higher accuracy, better resolution, more memory, or USB connectivity

More information

DGC-1000 DIGITAL GENSET CONTROLLER

DGC-1000 DIGITAL GENSET CONTROLLER DGC-1000 DIGITAL GENSET CONTROLLER Basler Electric s Digital Genset Controller (DGC-1000) offers a low cost microprocessor based integrated alternative for small to medium sized genset control and monitoring.

More information

Model Super TJE. Ultra Precision Pressure Transducer DESCRIPTION FEATURES

Model Super TJE. Ultra Precision Pressure Transducer DESCRIPTION FEATURES Ultra Precision Transducer DESCRIPTION Model Super TJE is one of the most accurate industrial pressure transducers available today. The Super TJE features 0.05 % accuracy and zero temperature error of

More information

ABOUT THIS DOCUMENT AND THE DOCUMENT STRUCTURE WE USE

ABOUT THIS DOCUMENT AND THE DOCUMENT STRUCTURE WE USE ABOUT THIS DOCUMENT AND THE DOCUMENT STRUCTURE WE USE isocket Smart Relay is a complex Smart House system which is installed in the fuse cabinet (electric cabinet) in the house. We therefore assume that

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

MultiSite Manager. Setup Guide

MultiSite Manager. Setup Guide MultiSite Manager Setup Guide Contents 1. Introduction... 2 How MultiSite Manager works... 2 How MultiSite Manager is implemented... 2 2. MultiSite Manager requirements... 3 Operating System requirements...

More information

entri Series HE1U-XX12-BMS-MU Series

entri Series HE1U-XX12-BMS-MU Series entri Series HE1U-XX12-BMS-MU Series High-Efficiency Low Profile 12V Power Supply with Battery Management System Integrated Smart Charger & Low Voltage Battery Disconnect Selectable Input Voltage 110 or

More information

WebAlert WA500 Series Process Monitor Instruction Manual

WebAlert WA500 Series Process Monitor Instruction Manual W A L C H E M IWAKI America Inc. WebAlert WA500 Process Monitor WebAlert WA500 Series Process Monitor Instruction Manual Five Boynton Road Hopping Brook Park Holliston, MA 01746 USA TEL: 508-429-1110 FAX:

More information

Specification for On-Line UPS Battery Monitoring and Data Management System

Specification for On-Line UPS Battery Monitoring and Data Management System 1 Scope This specification defines the minimum requirements for a predictive on-line Battery Monitoring BMDMS with test, analysis, and remote monitoring control capabilities. Unless noted otherwise, the

More information

Sensor Evaluation Kit, SEK001

Sensor Evaluation Kit, SEK001 For Use with TruStability RSC Series and Digital Output Versions of the HSC Series and SSC Series Board Mount Pressure Sensors 32330034 Issue A Datasheet FEATURES The SEK001 has sockets to receive TruStability

More information

Carbon Monoxide Transmitter

Carbon Monoxide Transmitter Introduction The CO Transmitter uses an electrochemical sensor to monitor the carbon monoxide level and outputs a field-selectable 4-20 ma or voltage signal. The voltage signal may also be set to 0-5 or

More information

Analog Input Module IC670ALG630

Analog Input Module IC670ALG630 1 IC670ALG630 The Thermocouple (IC670ALG630) accepts 8 independent thermocouple or millivolt inputs. Module features include: Self calibration Two data acquisition rates based on 50 Hz and 60 Hz line frequencies

More information

AutoBott. Final Presentation. Group 2: David Rooney, C.P.E. Steven Lo, C.P.E. Eric Velazquez, E.E. Antonio Orosa, E.E.

AutoBott. Final Presentation. Group 2: David Rooney, C.P.E. Steven Lo, C.P.E. Eric Velazquez, E.E. Antonio Orosa, E.E. AutoBott Final Presentation Group 2: David Rooney, C.P.E. Steven Lo, C.P.E. Eric Velazquez, E.E. Antonio Orosa, E.E. Motivation A vast majority of crops are grown outside, where they are exposed to dramatic

More information

UDC 700 Universal Digital Controllers and Indicator Specifications

UDC 700 Universal Digital Controllers and Indicator Specifications UDC 700 Universal Digital Controllers and Indicator Specifications 51-52-03-28 August 2002 Overview The UDC 700 is a 1/32 DIN (49 x 25 mm) controller which combines a high degree of technology and quality

More information

Series PD User s Manual

Series PD User s Manual Series PD User s Manual Ethernet-Enabled Temperature/Process Controller 1241 Bundy Boulevard., Winona, Minnesota USA 55987 Phone: +1 (507) 454-5300, Fax: +1 (507) 452-4507 http://www.watlow.com Registered

More information

RACK MONITORING SYSTEM - RAMOS Ultra

RACK MONITORING SYSTEM - RAMOS Ultra CONTEG DATA SHEET version: 9-05-0 COMPLEMENTARY SYSTEMS RACK MONITORING SYSTEM marketing@dafnia.com www.dafnia.com ABU DHABI UAE +97 55575 DUBAI JAFZA +97 4 5995 +97 4 8840 MUSCAT DOHA OMAN +968 4 75005

More information

XSD Dry Cabinet. Outstanding performance. The XSD series has an outstanding performance for drying moisture sensitive components and pcb s.

XSD Dry Cabinet. Outstanding performance. The XSD series has an outstanding performance for drying moisture sensitive components and pcb s. XSD 1402-54 Dry Cabinet Outstanding performance The XSD series has an outstanding performance for drying moisture sensitive components and pcb s. The dynamic drying unit of the 5000 series reaches very

More information

FIS SMART SENSOR U (Draft 1) June 25, 2001

FIS SMART SENSOR U (Draft 1) June 25, 2001 FIS200-0 SPECIFICATIONS (Draft ) MODEL PARTS NAME SPECIFICATION No. DATE OF ISSUE FIS200-0 SMART SENSOR U-004-0 (Draft ) June 25, 200 Distribution Number of copies Date Customer Distributor FIS Signatures

More information

CONsOlIDATOR 4 & 8. MulTI- C h ANNEl CONTROllERs. ConsoliDator 4 Model PD940 ConsoliDator 4 Features. ConsoliDator 8 Features.

CONsOlIDATOR 4 & 8. MulTI- C h ANNEl CONTROllERs. ConsoliDator 4 Model PD940 ConsoliDator 4 Features. ConsoliDator 8 Features. CONsOlIDATOR 4 & 8 MulTI- C h ANNEl CONTROllERs ConsoliDator 4 Model PD940 ConsoliDator 4 Features Four 4-20 Four 4-20 Outputs ConsoliDator 8 Features Eight 4-20 Two 4-20 Outputs Common Features Four Pulse

More information

Barrier. ED /07/09 Release to production R.P. A ECO N DATE DESCRIPTION OF CHANGE CHG By ISSUE TITLE TC842B1007 AE PRODUCT SPECIFICATION

Barrier. ED /07/09 Release to production R.P. A ECO N DATE DESCRIPTION OF CHANGE CHG By ISSUE TITLE TC842B1007 AE PRODUCT SPECIFICATION DESCRIPTION: TC842B1007 AE is a low-profile addressable analog intrinsically safe photoelectronic smoke sensor. TC842B1007 AE is approved by BASEEFA and has an EEx ia IIC T5/T4 Ga (-20 C Ta 40 C/60 C)

More information

portable gas analyser

portable gas analyser www..com portable gas analyser The largest of s analysers equipped with electrochemical cells. It can fit even up to 7 EC cells and up to 3 sensors. GA-60 has a large (320*240), graphical LCD with backlighting.

More information

Patriot Systems Limited

Patriot Systems Limited COPYRIGHT 1997 - The Patriot Systems Ltd. Patriot Alarm Monitoring Automation Package is licensed for use on one computer, by the original person, or company, or organization whose name is registered with

More information

Isolated Thermocouple Module

Isolated Thermocouple Module User Manual for the HE693THM665, HE693THM666, HE693THM667, HE693THM668 Isolated Thermocouple Module Twelfth Edition 19 April 2004 PREFACE 19 APR 2004 PAGE 3 PREFACE This manual explains how to use the

More information

Long Term Storage Cabinet

Long Term Storage Cabinet Long Term Storage Cabinet Outstanding performance The XSDC series has an outstanding performance for long term storage of moisture sensitive components and pcb s. The dynamic drying unit of the 5000 series

More information

SAFETY INFORMATION AND WARNINGS

SAFETY INFORMATION AND WARNINGS This manual refers to the Model SST-3 control panel manufactured since October 31, 2013, which uses a universal (100 277 VAC; 50/60 Hz) power supply. Older units use a voltage-specific power supply and

More information

KT-100 Door Controller

KT-100 Door Controller WARNING: This manual contains information on limitations regarding product use and function and information on the limitations as to liability of the manufacturer. The entire manual should be carefully

More information

Intelligent addressable fire alarm control panel

Intelligent addressable fire alarm control panel Intelligent addressable fire alarm control panel Input current consumption: Panel rating: Batteries: Networking and Interfaces Panel to panel communication: Number of panels: Interface port: System capacity

More information

2017 MacroAir Technologies Toll Free: Fax:

2017 MacroAir Technologies Toll Free: Fax: 2017 MacroAir Technologies Toll Free: 866 668 3247 Fax: 909 890 2313 www.macroairfans.com 1 Table of Contents Caution & Safety... 2 Fan Network Ordering... 3 Controller Dimensions... 4 Controller Components...

More information

Temperature Data Logging

Temperature Data Logging . Temperature Data Logging Making the right choice with a Data Acquisition System There are many ways to make temperature measurements. The simplest method is to insert a temperature probe into a device

More information

ECO PDU PE7214/PE7216/PE7324/PE7328

ECO PDU PE7214/PE7216/PE7324/PE7328 ECO PDU PE7214/PE7216/PE7324/PE7328 As part of its NRGence line, ATEN has developed a new generation of green energy power distribution units (eco PDUs) to effectively increase the efficiency of data center

More information

CERTUS 11 / 12 EVACUATION & REFRIGERANT CHARGING EQUIPMENT FOR FLAMMABLE GASES

CERTUS 11 / 12 EVACUATION & REFRIGERANT CHARGING EQUIPMENT FOR FLAMMABLE GASES CERTUS 11 / 12 EVACUATION & REFRIGERANT CHARGING EQUIPMENT FOR FLAMMABLE GASES GALILEO TP PROCESS EQUIPMENT S.r.l. Via del Pantano 73 50018 Scandicci (Firenze) Italia Tel. (+39) 055 7221358 Fax (+39) 055

More information

Duct and Rough Service Carbon Monoxide Sensor

Duct and Rough Service Carbon Monoxide Sensor Product Identification and Overview Duct and Rough Service Carbon Monoxide Sensor BAPI s Carbon Monoxide Sensor offers enhanced electrochemical sensing with outstanding accuracy at low concentrations.

More information

Scanning Laser Range Finder Smart-URG mini UST-10LN Specification

Scanning Laser Range Finder Smart-URG mini UST-10LN Specification Date: 2016.3.24 Scanning Laser Range Finder Smart-URG mini UST-10LN Specification Symbol Amended Reason Pages Date Corrector Amendment No Approved by Checked by Drawn by Designed by UST-10LN Specification

More information

RACK MONITORING SYSTEM RAMOS Ultra

RACK MONITORING SYSTEM RAMOS Ultra version: 7-05-03 CONTEG DATASHEET COMPLEMENTARY SYSTEMS RACK MONITORING SYSTEM CONTEG, spol. s r.o. Czech Republic Headquarters: Na Vítězné pláni 79/4 40 00 Prague 4 Tel.: +40 6 9 8 Fax: +40 6 9 9 Production

More information

K100A Insertion Probe Thermometer

K100A Insertion Probe Thermometer K100A Insertion Probe Thermometer The Insertion Probe is an easy to use handheld thermometer suitable for measuring the core temperature of products. Technical Specification Key Features for K100A Temperature

More information

Model 4880 Status Output Display Module Manual

Model 4880 Status Output Display Module Manual Model 4880 Status Output Display Module Manual 1-2 150912 Section 1 Introduction The 4880 provides 16 switched outputs, 4 form C relay contacts, and an X10 module interface. See Table 2-1 for electrical

More information

CHEETAH XI INTELLIGENT SUPPRESSION CONTROL SYSTEM

CHEETAH XI INTELLIGENT SUPPRESSION CONTROL SYSTEM CHEETAH XI INTELLIGENT SUPPRESSION CONTROL SYSTEM DESCRIPTION Fike s Cheetah Xi (P/N 10-068) is a state-of-the-art true intelligent digital peer-topeer modular suppression control system. It is ideal for

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

BMS MU Internet Ready Battery Management System Owners Guide

BMS MU Internet Ready Battery Management System Owners Guide BMS-1000-12-MU Internet Ready Battery Management System Owners Guide (These instructions are intended for use by a technician familiar with electronic products) Built-in Active Power Factor Correction

More information

CONTROL PANELS. Tech Data Sheet D01688GB1 10/2012 Fire Detection. Control Panels of the FX 3NET (ALC) Fire Detection System

CONTROL PANELS. Tech Data Sheet D01688GB1 10/2012 Fire Detection. Control Panels of the FX 3NET (ALC) Fire Detection System Tech Data Sheet D01688GB1 10/2012 Fire Detection CONTROL PANELS Control Panels of the FX 3NET (ALC) Fire Detection System The FX 3NET intelligent fire detection and alarm system and panels from Schneider

More information

SLATE. Base Module INSTALLATION INSTRUCTIONS R8001A1001

SLATE. Base Module INSTALLATION INSTRUCTIONS R8001A1001 SLATE Base Module R8001A1001 INSTALLATION INSTRUCTIONS Scan for more information Application SLATE brings configurable safety and programmable logic together into one single platform. The platform can

More information

DGC-500 DIGITAL GENSET CONTROLLER

DGC-500 DIGITAL GENSET CONTROLLER DGC-500 DIGITAL GENSET CONTROLLER Basler Electric s Digital Genset Controller (DGC-500) offers a low cost microprocessor based integrated alternative for the control and monitoring of small to medium sized

More information

Nest Thermostat E Pro Installation & Configuration Guide

Nest Thermostat E Pro Installation & Configuration Guide Nest Thermostat E Pro Installation & Configuration Guide Last updated: December 2017 Version: 1.0 Table of Contents General Information 2 Nest Thermostat Installation Features 2 HVAC System Compatibility

More information

ICC INDUSTRIAL CONTROL COMMUNICATIONS, INC.

ICC INDUSTRIAL CONTROL COMMUNICATIONS, INC. ETH-1000 Chillgard LC Quick Start Guide for BACnet MS/TP This document provides a brief overview of the connections and settings that must be used to connect a preconfigured ETH-1000 gateway to a MSA Chillgard

More information