Praktikum: SystemC. SystemC-Labs. Joachim Falk Friedrich-Alexander-Universität Erlangen-Nürnberg Joachim Falk

Size: px
Start display at page:

Download "Praktikum: SystemC. SystemC-Labs. Joachim Falk Friedrich-Alexander-Universität Erlangen-Nürnberg Joachim Falk"

Transcription

1 Praktikum: SystemC SystemC-Labs 1

2 Agenda Running the SystemC Simulation Phases of the SystemC Simulation Power On Reset Add AlarmClock Module to Top Implement BCD to Seven Segment Display the Time of the Alarm Clock Implement the Alarm 2

3 Running the SystemC Simulation Open the Eclipse workspace workspace02 /workspace02 3

4 Running the SystemC Simulation Open the project 02_sysc_lab_alarmclock 02_sysc_ex01-startup 02_sysc_ex02-event 02_sysc_ex03-SC_METHOD 02_sysc_ex04-SC_THREAD 02_sysc_ex05-SC_CTHREAD 02_sysc_ex06-HWSIGNAL 02_sysc_ex07-FIFO 02_sysc_ex08-FIXPOINT 02_sysc_lab_alarmclock Hint: The projects 02_sysc_ex01 02_sysc_ex08 contain example code for various stuff. You might want to use it as a reference. 4

5 Running the SystemC Simulation Compile and Run the program using the eclipse Build menu Run menu 5

6 Phases of the SystemC Simulation Task 1 (Top.hpp/cpp): Phases of the SystemC Simulation Edit the SystemC Module Top in Top.hpp/cpp - Define the SystemC Module - Add a constructor for Top Register driveresetlow as a method process Evaluate SystemC phase callbacks - Overwrite start_of_simulation - Overwrite end_of_simulation - Overwrite before_end_of_elaboration - Overwrite end_of_elaboration Output: top: s called! sc_core::sc_start s top: s called! top: s called! top: s called! top: s called! sc_core::sc_stop ms sc_core::sc_stop ms SystemC: simulation stopped by user. top: ms called! sc_core::sc_start ms 6

7 Power On Reset Task 2 (Top.hpp/cpp): Power On Reset Define the resetonpoweron signal - Should be initialized to one in the constructor - Should be driven to zero by the driveresetlow method at 1 ms Define the driveresetlowevent event - Should be used to activate the driveresetlow method - Should be notified at 1 ms Adjust the sensitivity of driveresetlow - Make sure that driveresetlow is not activated at start of simulation Output: top: s called! sc_core::sc_start s top: s called! top: s called! top: s called! top: ms called! sc_core::sc_stop ms sc_core::sc_stop ms SystemC: simulation stopped by user. top: ms called! sc_core::sc_start ms 7

8 Add AlarmClock Module to Top Task 3 (Top.hpp/cpp): Add AlarmClock Module to Top Instantiate the AlarmClock module as alarmclock Add required SystemC signals to connect the alarmclock module to the fakeio module. Add a clock generator for a 9 khz clock to be used by the alarmclock module Connect the input and output ports of the alarmclock module to the fakeio module. Also handle the previously implemented power on reset! Reset switch 8

9 Implement BCD to Seven Segment Task 4 (AlarmClock.hpp/cpp): Implement BCD to SSD The Seven Segment Display (SSD) is controlled by - The signal ssdigitsel, which determines which of the 4 SSDs are driven - The signal ssdigit, which drives the 7 segments of the SSD Implement the reset in the displaydigit method Register the method display as a clock thread with SystemC Adjust the sensitivity of the displaydigit method Implement the BCD to SSD conversion in displaydigit - The digit to display is given by the digit signal (Driven by display thread) - The SSD to display the digit on is given by the digitactive signal Segment 6 of the SSD 6 SSD SSD0 9

10 Display the Time of the Alarm Clock Task 5 (AlarmClock.hpp/cpp): Alarm Clock Time Display Select the time to display, either msecstime or msecsalarm, depending on the displayalarm signal. Times are stored as msecs counter from midnight. Derive <7H><6H>:<5M><4M>:<3S><2S>:<1MS><0MS> the above eight digits for display from the msecs counter Display derived from msecstime or msecsalarm Decrease digitstart Increase digitstart 8 digits are multiplexed onto 4 SSDs starting with digitstart. 10

11 Implement the Alarm Task 6 (AlarmClock.hpp/cpp): Alarm Implementation Register the method ringalarm as a SC_METHOD process (Trigger the process on each rising edge of the clock signal) Implement a sensible reset behavior for ringalarm Implement the alarm functionality. - The alarm should be triggered when msecsalarm is equal to msecstimeset and the corresponding alarm switch of the alarm clock is enabled. - The alarm should be turned off by disabling the alarm switch. - To signal alarm, the ringled and ringactive outputs must be set to one and the ringtoggle must be toggled with a rate of 4.5 khz. ringled Alarm switch 11

Reconfigurable Computing Lab 02: Seven-Segment Display and Digital Alarm Clock

Reconfigurable Computing Lab 02: Seven-Segment Display and Digital Alarm Clock Informatik Cauerstr. 98 Erlangen Reconfigurable Computing Lab : Seven-Segment Display and Digital Alarm Clock Problem (Seven-segment display) A seven-segment display consists of seven light emitting diodes

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

INSTRUCTION MANUAL and DETAILED PRODUCT SPECIFICATION TRIPLEX PUMP CONTROL SYSTEM MODEL NUMBER CPC-3. M336 Rev F. November 21, 2000.

INSTRUCTION MANUAL and DETAILED PRODUCT SPECIFICATION TRIPLEX PUMP CONTROL SYSTEM MODEL NUMBER CPC-3. M336 Rev F. November 21, 2000. INSTRUCTION MANUAL and DETAILED PRODUCT SPECIFICATION TRIPLEX PUMP CONTROL SYSTEM MODEL NUMBER CPC-3 M336 Rev F November 21, 2000 ÇConsilium Consilium US, Inc. 59 Porter Rd Littleton, MA 01460-1431 USA

More information

Getting Started with Live Exceptions

Getting Started with Live Exceptions Getting Started with Live Exceptions Live Exceptions provides alarm reporting by identifying problems that include delay, errors, failures, security, or configuration changes. The Live Exceptions Browser

More information

COMPUTER ENGINEERING PROGRAM

COMPUTER ENGINEERING PROGRAM Learning Objectives COMPUTER ENGINEERING PROGRAM California Polytechnic State University CPE 169 Experiment 9 A Digital Alarm System 1. Finite State Machine (FSM) To understand how VHDL behavioral modeling

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

Applications and Examples

Applications and Examples Applications and Examples Comat AG Bernstrasse 4 CH-3076 Worb Tel. +41 (0)31 838 55 77 www.comat.ch info@comat.ch Fax +41 (0)31 838 55 99 Contents General remarks to the examples... 3 Applications, Examples

More information

OPTIONAL SLIT TUBING RECOMMENDED (AVAILABLE AT MOST HARDWARE STORES) Violet Grey. +12v Dash Lighting (See Lighting Mode)

OPTIONAL SLIT TUBING RECOMMENDED (AVAILABLE AT MOST HARDWARE STORES) Violet Grey. +12v Dash Lighting (See Lighting Mode) INSTALLATION INSTRUCTIONS DUAL AIR INTAKE 2650-1847-77 USE TEFLON SEALING TAPE OR SEALING COMPOUND ON PIPE THREADS OPTIONAL SLIT TUBING RECOMMENDED (AVAILABLE AT MOST HARDWARE STORES) Pro Control Output

More information

Digital MFC software V1.10

Digital MFC software V1.10 Digital MFC software V1.10 User s Manual MTI Corporation 860 South 19 th Street, Richmond, CA 94804, USA Tel: 510-525-3070 Fax: 510-525-4705 E-mail: info@mtixtl.com Web site: www.mtixtl.com Table of Contents

More information

INSTALLATION AND OPERATION MANUAL ISM-4081 INTEGRATED SHUTDOWN MODULE

INSTALLATION AND OPERATION MANUAL ISM-4081 INTEGRATED SHUTDOWN MODULE INSTALLATION AND OPERATION MANUAL ISM-4081 INTEGRATED SHUTDOWN MODULE SYSTEM CONCEPT When not transferring fuel, the pressure in the underground piping system for gasoline distribution may fall due to

More information

SENTROL ZX400/ZX410. Security System Control. Programming

SENTROL ZX400/ZX410. Security System Control. Programming SENTROL ZX400/ZX410 Security System Control Programming 1 2 TABLE OF CONTENTS Table of Contents Operating the System... 5 Introduction...5 Powering Up With the Control Station...5 Control Stations...6

More information

Comfort Thermostat Function

Comfort Thermostat Function Comfort Thermostat Function Introduction The Thermostat function in Comfort allows Comfort to control up to 8 sets of heating and cooling valves by means of temperature setpoints and temperature readings.

More information

Modeling projects that require very tight space temperature control

Modeling projects that require very tight space temperature control Modeling projects that require very tight space temperature control Whereas space temperature controls for maintaining human thermal comfort typically have a deadband of several degrees between heating

More information

Electro-Sentry. Users Manual

Electro-Sentry. Users Manual Electro-Sentry Users Manual 2. To view an individual point, e.g. Speed just touch that point and it will display a graph showing the 45 min. of activity. Viewing a Leg: 1. Touch the desired leg, e.g. East

More information

FieldServer Driver - Serial FS Notifier NCA

FieldServer Driver - Serial FS Notifier NCA Driver Version: 1.00 Document Revision: 15 Description FieldServer Driver - Serial FS-8700-98 Notifier NCA The NCA (Network Control Annunciator) Serial driver allows the FieldServer to record data from

More information

ArchestrA Direct Connect

ArchestrA Direct Connect Table of Contents ArchestrA Direct Connect... 1 Introduction... 1 ArchestrA Direct Connection... 1 ArchestrA Data Source Definition... 2 Data Source Definition... 2 Importing Alarms from ArchestrA... 6

More information

Protégé EliteSuite Eclipse LED Keypad Installation Manual ELT-KLES

Protégé EliteSuite Eclipse LED Keypad Installation Manual ELT-KLES Protégé EliteSuite Eclipse LED Keypad Installation Manual ELT-KLES The specifications and descriptions of products and services contained in this manual were correct at the time of printing. Integrated

More information

IDS816 User Manual H Issued January 2009

IDS816 User Manual H Issued January 2009 1 Contents Glossary-------------------------------------------------------------------------------------------------------------------6 1. Introduction to the IDS 816---------------------------------------------------------------------------7

More information

Compod. Instruction Manual IM-COMPOD Revision: F, December 2015

Compod. Instruction Manual IM-COMPOD Revision: F, December 2015 Compod Programmable Control Module For 100 Series Digital Mass Flow Meters & Controllers Instruction Manual IM-COMPOD Revision: F, December 2015 CORPORATE HEADQUARTERS 5 Harris Court, Building L, Monterey,

More information

DiaLog Elite. Quick Reference Guide. Remote Monitoring, Control and. Alarm Notification System. # Enter. 1 Prog. 2 Run. 5 SpkrPh. Ack. Arm.

DiaLog Elite. Quick Reference Guide. Remote Monitoring, Control and. Alarm Notification System. # Enter. 1 Prog. 2 Run. 5 SpkrPh. Ack. Arm. DiaLog Elite 1 Prog Remote Monitoring, Control and 2 Run Alarm Notification System 5 SpkrPh 0 Status # Enter Quick Reference Guide Ack Clear Arm Reset Disarm Bksp Home Antx, inc. 2008 RUN Mode Commands

More information

EMERGENCY & SPECIALTY VEHICLES PANELS & PRODUCTS CATALOG

EMERGENCY & SPECIALTY VEHICLES PANELS & PRODUCTS CATALOG EMERGENCY & SPECIALTY VEHICLES PANELS & PRODUCTS CATALOG MARINE SYSTEMS ENGINEERING & INTEGRATION 1 Index Alarm panels 90-9600 Alarm Panel 3 Custom Door Alarm Panels 4 79-10012 Low Voltage Alarm Panel

More information

Compod. Instruction Manual IM-COMPOD Revision: C.1, November 2010

Compod. Instruction Manual IM-COMPOD Revision: C.1, November 2010 Compod Programmable Control Module For 100 Series Digital Mass Flow Meters & Controllers Instruction Manual IM-COMPOD Revision: C.1, November 2010 CORPORATE HEADQUARTERS 5 Harris Court, Building L, Monterey,

More information

DOCUMENTATION IPS640

DOCUMENTATION IPS640 DOCUMENTATION IPS640 TECHNICAL AND APPLICATION DESCRIPTION Authors: Nebojša Božič, Peter Hauner Last modification: 2017-01-25 2001-2017 Apricum d.o.o. Mažuranićeva 4, 21312 Podstrana, Hrvatska Details,

More information

DOCUMENTATION IPS640

DOCUMENTATION IPS640 DOCUMENTATION IPS640 TECHNICAL AND APPLICATION DESCRIPTION Authors: Nebojša Božič, Peter Hauner Last modification: 2018-07-06 2001-2018 Apricum d.o.o. Mažuranićeva 4, 21312 Podstrana, Hrvatska Details,

More information

Programmable Interactive User Manual

Programmable Interactive User Manual 67504B 02/16 (ALA) DH E RT 102/BW Programmable Interactive User Manual www.schluter.com 1. Contents 2. Menu Overview..............3 3. Introduction................ 4 4. General Operation............5 4.1.Navigation

More information

Fire Alarm Control Panels FPD-7024

Fire Alarm Control Panels FPD-7024 Fire Alarm Control Panels FPD-7024 en Release Notes Fire Alarm Control Panels Table of contents en 3 Table of contents 1 Short description 4 2 Release notes for v1.06.01 5 2.1 New Features 5 2.2 Issues

More information

Instruction Sheet THERMOCOUPLE DATA LOGGER WITH LCD DISPLAY AND USB INTERFACE

Instruction Sheet THERMOCOUPLE DATA LOGGER WITH LCD DISPLAY AND USB INTERFACE Instruction Sheet OM-EL-USB-TC-LCD THERMOCOUPLE DATA LOGGER WITH LCD DISPLAY AND USB INTERFACE Thermocouple Data Logger with LCD ORDERING INFORMATION Standard Data Logger OM-EL-USB-TC-LCD (Data Logger,

More information

Alarm System Example

Alarm System Example Alarm System Example ASD:Suite Copyright 2013 Verum Software Technologies B.V. ASD is licensed under EU Patent 1749264, Hong Kong Patent HK1104100 and US Patent 8370798 All rights are reserved. No part

More information

FCD-wire Contents. List of Figures

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

More information

Yokogawa DX Ethernet Driver Help Kepware Technologies

Yokogawa DX Ethernet Driver Help Kepware Technologies Yokogawa DX Ethernet Driver Help 2012 Kepware Technologies 2 Table of Contents Table of Contents 2 4 Overview 4 Device Setup 5 Communications Parameters 7 Optimizing Your Ethernet Communications 9 Data

More information

Contents. Glossary

Contents. Glossary Contents Glossary ------------------------------------------------------------------------------------------------------ 6 1. Introduction to the IDS 1632 -------------------------------------------------------------

More information

NEW FEATURES IN THE CARRIER HOURLY ANALYSIS PROGRAM v4.80

NEW FEATURES IN THE CARRIER HOURLY ANALYSIS PROGRAM v4.80 NEW FEATURES IN THE CARRIER HOURLY ANALYSIS PROGRAM v4.80 Carrier Software Systems Carrier Corporation Syracuse, New York rev October 10, 2013 Copyright 2013 Carrier Corporation, All Rights Reserved Page

More information

CSP-204 CSP-208 CSP-104 CSP-108

CSP-204 CSP-208 CSP-104 CSP-108 Fire Alarm Control Panel CSP-204 CSP-208 CSP-104 CSP-108 Operation manual Firmware version 1.1 csp-x_o_en 06/15 SATEL sp. z o.o. ul. Budowlanych 66 80-298 Gdańsk POLAND tel. 58 320 94 00 www.satel.eu CONTENTS

More information

Modbus RTU RS485 Manual

Modbus RTU RS485 Manual Modbus RTU RS485 Manual AUTOMATED FUEL MAINTENANCE SYSTEMS FTI-5A, FTI-10A, FTI-20A FUEL TECHNOLOGIES INTERNATIONAL 06/10/2014 Rev B - Fuel Technologies - Modbus The Modbus Communications Setup Button

More information

MicroTech Rooftop/RMC

MicroTech Rooftop/RMC Open Protocol Data Communications Packet Version 4.1 Group: Controls Date: March 1999 MicroTech Rooftop/RMC Data Information Packet for Open Protocol 1999 McQuay International Revision History Version

More information

OWNER S MANUAL Venstar Inc. 08/07

OWNER S MANUAL Venstar Inc. 08/07 Digital Thermostat commercial SCHOOL THERMOSTAT T2900SCH MABLE up to 3-heat & 2-cool HEAT COOL HEAT PUMP Energy Saving Operation Morning Warm-up Period Programmable Override Unoccupied until button press

More information

User Manual. Dryer Controller M720

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

More information

HEAT COOL. Meets Commercial California Title 24

HEAT COOL. Meets Commercial California Title 24 Digital Thermostat commercial THERMOSTAT T2900 7-DAY MABLE up to 3-heat & 2-cool HEAT COOL HEAT PUMP Control up to 3 Heat & 2 Cool Stages 3 Configurable Outputs Adjustable 2nd & 3rd Stage Timers & Deadbands

More information

Heating and D.h.w. Controller RVL482 Basic Documentation

Heating and D.h.w. Controller RVL482 Basic Documentation Heating and D.h.w. Controller RVL482 Basic Documentation Edition: 1.0 Controller series: A CE1P2542en 20.05.2008 Building Technologies Siemens Switzerland Ltd Building Technologies Group International

More information

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

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

More information

aura-t TP536/EU ventilation systems

aura-t TP536/EU ventilation systems EN aura-t TP536/EU Product Manual HRV controller ventilation systems Warnings, Safety information and Guidance Important Information Read instructions fully before the installing this appliance. 1. This

More information

MANUAL SPEED SENSOR MSPEED

MANUAL SPEED SENSOR MSPEED MANUAL SPEED SENSOR MSPEED 1. INTRODUCTION... 2 2. DESCRIPTION... 2 3. CONNECTING MSPEED... 2 3.1 CONNECTING MSPEED TO THE JETI BOX... 3 3.1 CONNECTING MSPEED TO THE DUPLEX RECEIVER... 3 3.2 CONNECTING

More information

Operation Manual Fighter ProVision Software. Version: 0.0 Revision: 1

Operation Manual Fighter ProVision Software. Version: 0.0 Revision: 1 Operation Manual Fighter ProVision Software Version: 0.0 Revision: 1 TABLE OF CONTENTS 1. Introduction 5 2. Software Installation 5 3. PC Users 6 3.1 Introduction 6 3.2 Default Code 6 3.3 Edit PC User

More information

GLD-30 Gas Leak Detector

GLD-30 Gas Leak Detector GLD-30 Gas Leak Detector Installation, Operation & Maintenance General: The Archer Instruments GLD-30 is an ambient air monitor, used to detect the presence of a target gas (or gases) and to alert operators

More information

Autoclave Operations Manual

Autoclave Operations Manual UNIVERSITY OF ILLINOIS AT URBANA/CHAMPAIGN - COMPOSITES MANUFACTURING LAB Autoclave Operations Manual Version 1 Written by KRH 2/21/2011 Contents ACCS... 4 Alarms... 7 Main Display Tabs... 7 Process Control

More information

CO2 RESPONDER Portable Carbon Dioxide Detector QUICK REFERENCE GUIDE

CO2 RESPONDER Portable Carbon Dioxide Detector QUICK REFERENCE GUIDE CO2 RESPONDER Portable Carbon Dioxide Detector QUICK REFERENCE GUIDE GasAlertMicro 5 IR from Refer to for more details. Manual provided on CD with unit at time of purchase 2 Table of Contents Getting Started.

More information

WIRELESS RAIN GAUGE WITH IN/OUT TEMPERATURE INSTRUCTION MANUAL

WIRELESS RAIN GAUGE WITH IN/OUT TEMPERATURE INSTRUCTION MANUAL WIRELESS RAIN GAUGE WITH IN/OUT TEMPERATURE INSTRUCTION MANUAL Page 1. INTRODUCTION 2 1.1 PACKAGE CONTENTS 2 1.2 FEATURES 2 2. INSTALLATION 2 2.1 RAIN GAUGE BATTERY INSTALL 2 2.2 INDOOR RECEIVER BATTERY

More information

RVL471 Heating and Domestic Hot Water Controller Basic Documentation

RVL471 Heating and Domestic Hot Water Controller Basic Documentation RVL471 Heating and Domestic Hot Water Controller Basic Documentation Edition: 2.2 Controller series: C CE1P2524E 23.10.2002 Siemens Building Technologies HVAC Products 2/118 HVAC Products 23.10.2002 Contents

More information

FiRe mobile-2 Operation Manual

FiRe mobile-2 Operation Manual FiRe mobile-2 Operation Manual P/N 00-3230-505-0003-01 ISS 07JAN15 Copyright Trademarks and patents Manufacturer Version 2015 UTC Fire & Security. All rights reserved. The FiRe mobile-2 name and logo are

More information

Light Control guide for Soundlight Comfort Ceiling OccuSwitch DALI Control Guide

Light Control guide for Soundlight Comfort Ceiling OccuSwitch DALI Control Guide Light Control guide for Soundlight Comfort Ceiling OccuSwitch DALI 2015.10 Control Guide Content: 1 2 3 4 5 6 7 8 9 10 11 Ensure right physical install of all hardware / use remote control to commission

More information

Monitoring Operator Guide. Access Control Manager Software Version

Monitoring Operator Guide. Access Control Manager Software Version Monitoring Operator Guide Access Control Manager Software Version 5.10.10 2018, Avigilon Corporation. All rights reserved. AVIGILON, the AVIGILON logo, ACCESS CONTROL MANAGER, ACM, ACM VERIFY AND TRUSTED

More information

Measurements & Instrumentation

Measurements & Instrumentation Measurements & Instrumentation PREPARED BY Academic Services Unit August 2013 Institute of Applied Technology, 2013 Module Objectives Upon successful completion of this module, students should be able

More information

Dryer Controller M720

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

More information

DS9400 Series. Release Notes for Firmware V2.07. Fire Alarm Control Panel

DS9400 Series. Release Notes for Firmware V2.07. Fire Alarm Control Panel DS9400 Series EN Release Notes for Firmware V2.07 Fire Alarm Control Panel DS9400 Series Release Notes for Firmware V2.07 Trademarks Trademarks Gentex is a trademark of Gentex Corporation, Fire Protection

More information

QS941A Controller User Interface

QS941A Controller User Interface Product Manual Select Code 167-792-184 Comcode CC848816612 Issue 3 November 2009 Notice: The information, specifications, and procedures in this manual are subject to change without notice. Lineage Power

More information

Flostop TS D7E and A8E. Operation Manual

Flostop TS D7E and A8E. Operation Manual Flostop TS D7E and A8E Operation Manual United Kingdom Spectron Gas Control Systems Ltd, Unit 4, ATU1, University of Warwick science Park, Coventry, +44 (0) 24 7641 6234 sales@spectron-gcs.com Germany

More information

CONTROL UNIT: REFERENCE MANUAL

CONTROL UNIT: REFERENCE MANUAL CONTROL UNIT: REFERENCE MANUAL 1 THE DISPLAY AND REVIEW SCREENS...3 1.1 The Single Bar-graph Display...4 1.2 The View Multiple Devices Display...5 1.2.1 Multiple Bar-graph Display...5 1.2.2 Multiple Device

More information

THE EVOLUTION OF CONTROL APP & CLOUD PORTAL

THE EVOLUTION OF CONTROL APP & CLOUD PORTAL THE EVOLUTION OF CONTROL APP & CLOUD PORTAL APP MAIN APP FUNCTIONS EMERGENCY Facilitates the work of installers and company maintenance operators. Allows control of the functions of all lights of the system.

More information

6100 SINGLE LOOP DIGITAL ADDRESSABLE FIRE ALARM CONTROL PANEL

6100 SINGLE LOOP DIGITAL ADDRESSABLE FIRE ALARM CONTROL PANEL 6100 SINGLE LOOP DIGITAL ADDRESSABLE FIRE ALARM CONTROL PANEL USER MANUAL Protec Fire Detection plc, Protec House, Churchill Way, Nelson, Lancashire, BB9 6RT. Telephone: +44 (0) 1282 717171 Fax: +44 (0)

More information

Alarm Monitoring and Management

Alarm Monitoring and Management 14 CHAPTER This chapter explains how to manage alarms with Cisco Transport Controller (CTC). To troubleshoot specific alarms, refer to the Cisco ONS 15454 SDH Troubleshooting Guide. Chapter topics include:

More information

Product Description...3 Communication Interface...4 Client Interface...4. Accessible Registers...4 Data Format...4

Product Description...3 Communication Interface...4 Client Interface...4. Accessible Registers...4 Data Format...4 FAAST Fire Alarm Aspiration Sensing Technology Modbus USER GUIDE Table of Contents Product Description...3 Communication Interface...4 Client Interface...4 Accessible Registers...4 Data Format...4 Device

More information

IDS S E C U R I T Y IDS816. User Manual. MANUAL NO A ISSUED November 2004 VERSION 1.00

IDS S E C U R I T Y IDS816.  User Manual. MANUAL NO A ISSUED November 2004 VERSION 1.00 INHEP DIGITAL IDS S E C U R I T Y IDS816 User Manual MANUAL NO. 700-283-02A ISSUED November 2004 VERSION 1.00 Contents 1. Introduction to the IDS816... 4 2. Understanding the Keypad Indicators... 4 3.

More information

Eclipse MC240. Double & Single Gate Controller with Eclipse Operating System (EOS) 3rd Edition. MC240 for Double and Single Gates.

Eclipse MC240. Double & Single Gate Controller with Eclipse Operating System (EOS) 3rd Edition. MC240 for Double and Single Gates. 3rd Edition Double & Single Gate Controller with Eclipse Operating System (EOS) Eclipse MC240 www.elsema.com MC240 for Double and Single Gates Setup and Technical Information Includes latest Intelligent

More information

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

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

More information

D3000. Installation & Setup Guide

D3000. Installation & Setup Guide Page 1 of 15 17483-00 Rev B s1 April 2009 Contents Description Page Safety... 3 Installation Standards 3 Specification. 3-4 Circuit Board Connection 5 Mounting Dimensions 6 Installation Procedure 6 Mechanical

More information

AxxonSoft. Operation Manual TROMBONE. Fire and Security Alarm Integration Module. Version 1.1. Moscow

AxxonSoft. Operation Manual TROMBONE. Fire and Security Alarm Integration Module. Version 1.1. Moscow AxxonSoft Operation Manual TROMBONE Fire and Security Alarm Integration Module Version 1.1 Moscow 2012 1 Contents 1 LIST OF TERMS... 3 2 INTRODUCTORY NOTES... 4 2.1 Purpose of the Manual... 4 2.2 Purpose

More information

Installation Instructions EFS Hand Washing Station

Installation Instructions EFS Hand Washing Station Installation Instructions EFS Hand Washing Station Both water and soap are sequenced and dispensed from outlet. Override button allows for non potable, water-only dispensing. Lighted icons indicate the

More information

HI 8001 & HI 8002 Panel-mounted and Wall-mounted Fertigation Controllers

HI 8001 & HI 8002 Panel-mounted and Wall-mounted Fertigation Controllers Instruction Manual HI 8001 & HI 8002 Panel-mounted and Wall-mounted Fertigation Controllers Manufacturers since 1978 These Instruments are in Compliance with the CE Directives 1 Dear Customer, Thank you

More information

QUICK USER MANUAL. Alarm Control Panel. The full user manual and other manuals are available on

QUICK USER MANUAL. Alarm Control Panel. The full user manual and other manuals are available on Alarm Control Panel Firmware Version 1.09 QUICK USER MANUAL The full user manual and other manuals are available on www.satel.eu versa_ip_us_en 11/17 SATEL sp. z o.o. ul. Budowlanych 66 80-298 Gdańsk POLAND

More information

Protégé Eclipse LED Keypad User Manual PRT-KLES

Protégé Eclipse LED Keypad User Manual PRT-KLES Protégé Eclipse LED Keypad User Manual PRT-KLES The specifications and descriptions of products and services contained in this manual were correct at the time of printing. Integrated Control Technology

More information

Laptop / PC Programming Manual

Laptop / PC Programming Manual Laptop / PC Programming Manual Doc. # Fire PC Program rev B 01.07 This Document is property of Evax Systems, Inc. The Evax Fire Solutions Programmer Components 2 1.0 System Setup 4 1.1 Interface Setup

More information

Manual# User s Manual. DCU 410/408 Engine Control Unit RP 410 Remote Panel FW 2.3

Manual# User s Manual. DCU 410/408 Engine Control Unit RP 410 Remote Panel FW 2.3 Manual# 1100268 User s Manual DCU 410/408 Engine Control Unit RP 410 Remote Panel FW 2.3 Table of Content GENERAL INFORMATION... 3 ABOUT THIS MANUAL... 3 400 SERIES OVERVIEW... 3 Available Modules...

More information

USER MANUAL COMBINED FIRE & EXTINGUISHING CONTROL PANEL COMPLIES WITH BS EN PART 1 & EN54 PARTS 2 & 4

USER MANUAL COMBINED FIRE & EXTINGUISHING CONTROL PANEL COMPLIES WITH BS EN PART 1 & EN54 PARTS 2 & 4 PREMIER EX8 EXTINGUISHING PANEL USER MANUAL COMBINED FIRE & EXTINGUISHING CONTROL PANEL COMPLIES WITH BS EN 12094 PART 1 & EN54 PARTS 2 & 4 USER MANUAL Approved Document No: GLT.MAN-132 INDEX Extinguishing

More information

Alarm Coordination Connected Components Building Block. Quick Start

Alarm Coordination Connected Components Building Block. Quick Start Alarm Coordination Connected Components Building Block Quick Start Important User Information Solid state equipment has operational characteristics differing from those of electromechanical equipment.

More information

Installation, Programming and Operating Guide for Digital, Programmable Thermostat with Smart Fan Technology. with SFT (Smart Fan Technology )

Installation, Programming and Operating Guide for Digital, Programmable Thermostat with Smart Fan Technology. with SFT (Smart Fan Technology ) with SFT (Smart Fan Technology ) Installation, Programming and Operating Guide for Digital, Programmable Thermostat with Smart Fan Technology EclipseEfficiencies.com 2016 Eclipse Efficiencies, Inc. All

More information

1592 In Cab Monitor (ICM) QUICK START GUIDE

1592 In Cab Monitor (ICM) QUICK START GUIDE 1592 In Cab Monitor (ICM) QUICK START GUIDE Refer to your Operators Manual for additional information on controls 89-023 Rev - C 4/2013 Program # 1592.0.45.3 SAFETY Allied Systems Co. is concerned with

More information

Section 9 System Operation

Section 9 System Operation Section 9 System Operation Operation of the control panel is simple. Menus guide you step-by-step through operations. This section of the manual is an overview of the operation menus. Please read this

More information

8-zone Expansion Module

8-zone Expansion Module 8-zone Expansion Module APR3-ZX8 SECTION [001] : General Options Option OFF ON [1] Tamper Recognition ON = Input 8 (Z8) becomes tamper input = Default setting Disabled Enabled [2] PGM Deactivation After

More information

Installation Instructions

Installation Instructions NX-148E-RF LCD Touchpad with Receiver 466-2198C February 2006 Copyright 2006, GE Security Inc. Contents Product summary 1 Installation 1 Transmitter programming 2 Touchpad programming 5 Reference tables

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

Local Control Network - building controls in perfection

Local Control Network - building controls in perfection Installation guide Local Control Network - building controls in perfection Sensor module for DIN rail mounting The is a sensor module for building installation in Bus technology. It has the same functions

More information

NOVALYNX CORPORATION MODEL 200-WS-21-A DUAL SET POINT WIND ALARM INSTRUCTION MANUAL

NOVALYNX CORPORATION MODEL 200-WS-21-A DUAL SET POINT WIND ALARM INSTRUCTION MANUAL NOVALYNX CORPORATION MODEL 200-WS-21-A DUAL SET POINT WIND ALARM INSTRUCTION MANUAL REVISION DATE: JAN 2005 Receiving and Unpacking Carefully unpack all components and compare to the packing list. Notify

More information

OPERATING MANUAL. for the modular heat presses. Secabo TC5 SMART and TC7 SMART

OPERATING MANUAL. for the modular heat presses. Secabo TC5 SMART and TC7 SMART OPERATING MANUAL for the modular heat presses Secabo TC5 SMART and TC7 SMART Congratulations on the purchase of your Secabo heat press! Please read this operating manual carefully to ensure a smooth production

More information

DX2002 OPERATING AND PROGRAMMING INSTRUCTIONS

DX2002 OPERATING AND PROGRAMMING INSTRUCTIONS DX2002 OPERATING AND PROGRAMMING INSTRUCTIONS The four pushbuttons located at the bottom right of the circuit board are used to do all programming. Each button has more than one function. Alternate Settings

More information

Total Solution Sirius Cooling Control Unit (CCU) Sirius CONFIGURATION TOOL. (Windows -based configuration application.)

Total Solution Sirius Cooling Control Unit (CCU) Sirius CONFIGURATION TOOL. (Windows -based configuration application.) Sirius CONFIGURATION TOOL (Windows -based configuration application.) All units are at the time of shipment to customer configured ready for operation to a user specific hardware and firmware setup as

More information

Control/Communicator Installation Manual

Control/Communicator Installation Manual DAS NETWORX NX-12 Control/Communicator Installation Manual General Description...2 Ordering Information...2 Option Definitions...3 Programming the LED Code Pads...5 Programming the NX-12...9 Types of Programming

More information

User manual and installation guide

User manual and installation guide User manual and installation guide 31046005 Copyright Phason Inc. All rights reserved. Printed in Canada About the manual The manual describes the features of your control and how to use them; it does

More information

Table of Contents. Page Quick Set-up Instructions 1. Theory of Operation 2. Specifications 3. TM 1003W Controls and Connections 4

Table of Contents. Page Quick Set-up Instructions 1. Theory of Operation 2. Specifications 3. TM 1003W Controls and Connections 4 Table of Contents Page Quick Set-up Instructions 1 Theory of Operation 2 Specifications 3 TM 1003W Controls and Connections 4 1. Power Source Connector 5 2. Alarm Output Connector 5 3. Variation Detection

More information

Section 8 System Operation

Section 8 System Operation Section 8 System Operation Operation of the control panel is simple. Menus guide you step-by-step through operations. This section of the manual is an overview of the operation menus. Please read this

More information

Operation Guide 3408

Operation Guide 3408 MO1212-EA 2013 CASIO COMPUTER CO., LTD. Operation Guide 3408 About This Manual Depending on the model of your watch, display text appears either as dark figures on a light background or light figures on

More information

B.E.G. LUXOMAT KNX-OCCUPANCY DETECTOR

B.E.G. LUXOMAT KNX-OCCUPANCY DETECTOR B.E.G. LUXOMAT KNX-OCCUPANCY DETECTOR GB Contents 1. GENERAL 1 1.1 KNX bus basics 1 1.2. Overview 1 1.3 Symbols 1 2. OCCUPANCY DETECTOR BASICS 2-3 2.1 Introduction 2 2.2 Motion detection with the B.E.G.

More information

Rooftop Thermostat Controller Specification and Installation Instructions. Model TRT2422

Rooftop Thermostat Controller Specification and Installation Instructions. Model TRT2422 ºF / º C Rooftop Thermostat Controller Model TRT2422 Description The TRT2422 is a combination controller and thermostat with a built-in scheduler, which is designed for simple and accurate control of single

More information

Summit 3208GLD USER MANUAL. Electronics Line

Summit 3208GLD USER MANUAL. Electronics Line Summit 3208GLD USER MANUAL Electronics Line Table of Contents 1: Introduction... 2 2: Overview... 3 3: Keypad Functions... 4 3.1: Keypads... 4 3.2: 3108 LCD Keypad Layout... 4 4: Basic System Operation...

More information

Sprite III Warewash Dispensing System

Sprite III Warewash Dispensing System Sprite III Warewash Dispensing System Reference Manual DM-700 Series Online and downloadable Product Manuals and Quick Start Guides are available at www.hydrosystemsco.com Please check online for the latest

More information

MHC Series Sensors

MHC Series Sensors MHC - 4000 Series Sensors Smart Sensors for Permanent Installation Shaft Speeds above 30 RPM & 0.25-60 RPM Sigma Sensors for Intermittant Operation Kittiwake Holroyd Ltd A Kittiwake Group Company The MHC

More information

Standard Rooftop 1/2 compressors

Standard Rooftop 1/2 compressors Application program for pco 2, pco¹, pco C and pco XS Standard Rooftop 1/2 compressors Manual version: 1.1 dated 06/05/04 Program code: FLSTDMRT0E We want to save you time and money We can assure you

More information

PowerWizard. Level 1.0 & Level 2.0 Control Systems Training

PowerWizard. Level 1.0 & Level 2.0 Control Systems Training PowerWizard Level 1.0 & Level 2.0 Control Systems Training New Systems Current Systems Systems Comparison Level 1 Level 2 Level 3 Level 4 PowerWizard Level 3.0 PowerWizard Level 4.0 Overview Common parts

More information

XT30/XT50 PROGRAMMING PART 2. Slide 1. Slide 2. Slide 3. Objectives. XT30/XT50 Basic Training Programming- Part 2. Bell Options

XT30/XT50 PROGRAMMING PART 2. Slide 1. Slide 2. Slide 3. Objectives. XT30/XT50 Basic Training Programming- Part 2. Bell Options Slide 1 XT30/XT50 Basic Training Programming- Part 2 Slide 2 Objectives After completing this course you will: 1) Understand how to prepare the panel for programming and how to access the built-in programmer.

More information

NITETIME PRO. Wireless Timer. English. Owner s Guide and Installation Manual. Model Form#

NITETIME PRO. Wireless Timer. English. Owner s Guide and Installation Manual. Model Form# NITETIME PRO Wireless Timer English Owner s Guide and Installation Manual Model 45043 Form# 43073-01 20080905 2008 43073-01 Hunter 20080827 Fan Co. 1 2 2008 Hunter Fan Company Table of Contents Description4

More information

OWNER S MANUAL Venstar Inc. 08/07

OWNER S MANUAL Venstar Inc. 08/07 Digital Thermostat residential THERMOSTAT T1 800 7-DAY PROGRAMMABLE up to 3-heat & 2-cool HEAT COOL HEAT PUMP Control up to 3 Heat & 2 Cool Stages 3 Configurable Outputs Adjustable 2nd & 3rd Stage Timers

More information