PIKA Technical Bulletin #41. V-12 RAN Trunk Interface Implementation

Size: px
Start display at page:

Download "PIKA Technical Bulletin #41. V-12 RAN Trunk Interface Implementation"

Transcription

1 PIKA Technical Bulletin #41 V-12 RAN Trunk Interface Implementation Supported by: model V-12 FORMULA with FSB 045 V-12 RAN MODIFICATION External Power supply requirements: -48VDC. RAN trunks are based on a four wire interface, two for balanced audio ( Audio A and B) and two for DC signaling (Control Pulse and SENSE). Although the V-12 software driver does not directly support the various RAN Trunk protocols, applications do have direct access to the signaling leads and can easily implement the desired signaling protocols. V-12 Card Hardware Setup The PIKA V-12 card is equipped with a line interface configuration keys that allow connection recorded announcement (or RAN) trunks. The RAN interface configuration provides play back of digitized audio on a balanced audio line, with an associcated signaling input lead and output lead as shown in the following diagram: V12-RAN PBX AUDIO A AUDIO B AUDIO OUTPUT CP DC PULSE OUTPUT ST DC SENSE INPUT

2 Telco Line Connections The V-12 RAN analog lines are connected through an RJ-21style connector, with pinout as defined below: SENSE CP 0 AUDIO_A 0 SENSE 1 AUDIO_A AUDIO_B 0 CP 1 AUDIO_B 1 SENSE CP 11 AUDIO_A AUDIO_B The following table shows in detail the full telco connector pinout for the V-12 RAN: PIN SIGNAL PIN SIGNAL 1 SENSE 0 26 CP 0 2 AUDIO_A 0 27 AUDIO_B 0 3 SENSE 1 28 CP 1 4 AUDIO_A 1 29 AUDIO_B 1 5 SENSE 2 30 CP 2 6 AUDIO_A 2 31 AUDIO_B 2 7 SENSE 3 32 CP 3 8 AUDIO_A 3 33 AUDIO_B 3 9 SENSE 4 34 CP 4 10 AUDIO_A 4 35 AUDIO_B 4 11 SENSE 5 36 CP 5 12 AUDIO_A 5 37 AUDIO_B 5 13 SENSE 6 38 CP 6 14 AUDIO_A 6 39 AUDIO_B 6 15 SENSE 7 40 CP 7 16 AUDIO_A 7 41 AUDIO_B 7 17 SENSE 8 42 CP 8 18 AUDIO_A 8 43 AUDIO_B 8 19 SENSE 9 44 CP 9 20 AUDIO_A 9 45 AUDIO_B 9 21 SENSE CP AUDIO_A AUDIO_B SENSE CP AUDIO_A AUDIO_B

3 The following diagram illustrates the pinout provided by the optional Telco line extender cable and breakout box: 1 2 CP 0 (green) SENSE 0 (red) CP 1 (green) SENSE 1 (red) AUDIO_A 0 AUDIO_B 0 AUDIO_A 1 AUDIO_B 1 12 CP 11 (green) SENSE 11 (red) AUDIO_A 11 AUDIO_B 11 External Power supply Connections An external -48VDC power supply is required to supply and detect RAN signaling voltages. The current requirement for this supply is at least 80mA per line (about 1 Amp per 12 line card). The following diagram illustrates how the power connector must be connected for RAN mode operation: External Power Connector GROUND -48VDC External Supply V12-RAN

4 Audio Processing In RAN mode, the V-12 provides audio playback and interface to twelve 600 ohm transformer coupled lines labeled AUDIO A & AUDIO B. The audio lines carry no DC current, ie these are 'DRY' connections. The card supports audio formats including Linear, Ulaw, Alaw, OKI ADPCM (32Kbps, 16 Kbps and 12 Kbps). The V12-RAN audio pairs can be used as 600 ohm direct line level input audio ports for recording audio announcements at system setup time.

5 CP Line Output Signaling The V-12 RAN provides relay contact closure outputs (CP) for driving GROUND, BATTERY or OPEN signals out to the external system (i.e. PBX or CENTREX). The CP output signal is generated under software control of RELAY 0 of a line circuit. This relay is used to switch the CP output lead for the line between battery and ground. A user selectable jumper HDRAN on the line interface programming key allows the relay to switch between battery and open circuit when removed. The configuration key programs a pair of adjacent circuits on the V-12. The following figure shows the position of the HDRAN jumper on the RAN configuration key. This jumper is removed by cutting the trace with a small knife: HDRAN (first circuit) HDRAN (second circuit) V-12 PIKA These following table shows how V-12 RAN based applications can meet any required interface signaling voltage requirements: RELAY 0 STATE HDRAN CP OUTPUT GENERATED OFF IN BATTERY ON IN GROUND OFF OUT BATTERY ON OUT OPEN

6 Sense Line Input Supervision The V12-RAN detects DC input signals on its SENSE input lead using an on-board microprocessor and analog to digital converter. The SENSE input supervision circuits have software programmable voltage switching detection thresholds for adapting the card to any type of line conditions. The V-12 RAN SENSE input can detect voltage transitions between BATTERY, GROUND or OPEN signals. This detection capability allows V-12 RAN based applications to meet any required interface sensing voltage requirements. Since OPEN circuit input voltages must be sensed on RAN trunks, an idle state reference voltage must be put on the line by the card. In order to establish the reference voltage for the sense input, RELAY 1 of a line circuit is used. The reference voltage takes on the value shown in the following table when the sense line input is open circuit. When voltage transitions occur on the SENSE line, an event is returned to the application by the V-12 device driver. The following table also shows how to use the supervision capabilities of the V-12 RAN: RELAY 1 STATE REFERENCE (=OPEN CIRCUIT VOLTAGE) INPUT SIGNAL TRANSITIONS DETECTABLE DRIVER EVENT OFF BATTERY OPEN GROUND EVT_LCTERM BATTERY GROUND OPEN EVT_LCPOS ON GROUND BATTERY OPEN EVT_LCTERM GROUND OPEN BATTERY EVT_LCNEG GROUND BATTERY GROUND EVT_LCTERM GROUND GROUND BATTERY EVT_LCNEG

7 The application uses V-12 API function pika_set_loop_current() to setup the voltage reference point used to determine when the SENSE line has made a transition. For RAN applications, parameter lc_off_threshold must be set to a high value (0xFE). Parameter lc_on_threshold determines the voltage threshold that is used to determine that a voltage transition has occured on the SENSE line. The actual value programmed into lc_off_threshold is given in the following table: lc_on_threshold Equivalent DC Voltage 0x x x x x80-50 The following diagram graphicaly illustrates how the SENSE line voltage detection feature works: PROGRAMMED THRESHOLDS 0x00 SENSE Line V oltage Transitions TYPICAL VOLTAGE THRESHOLDS 0Volts lc_on_threshold -10Volts lc off threshold = 0xFE p rog ram m ing lim it 0xFF LCTERM even t LCPOS o r LCNEG even t -70Volts

8 Controlling V-12 Relays Application programs use a low level API function pika_send_hc11_msg() to directly control Relay 1 and Relay 0 as described here. Syntax #include "pika.h" pika_errors pika_send_hc11_msg ( int ch, char far * msg, int msg_size); Description This function can be used to send, directly from the application, a message to the on-board HC11 microprocessor which controls hookswitch relays and performs voltage supervision. The first byte of all the messages contains the sequence number and it is filled by the driver. Arguments ch msg msg_size channel number; if the message affects all the channels on the board, the first channel of the board should be specified pointer to the message to be sent the total length of the message Return 0 = operation failed because the send queue is full 1 = operation completed successfully Applicable Events No events are applicable to this API, but if the message starts an operation on HC11, the microcontroller will send back a message when the operation is complete. If the channel corresponding to the message is idle, the driver will ignore the response message. If the channel is not idle, the message can interfere with the operation already in progress.

9 DOS TSR Driver Access AH = PIKA_SEND_HC11_MSG(184) AL = channel. DS:DX = pointer to the message to be sent BX = messaage size Setting a relay using pika_send_hc11_msg() In order to set a relay, a 5 byte message has to be sent. The message has the following structure: typedef struct { byte header; * header and sequence number * byte opcode; * opcode for message => 0x12 * byte pid; * channel on board * byte rid; * relay ID * byte mid; * relay mode ID * } Relay; header opcode - is filled in by the driver - 18 (HC11_SET_RELAY) pid - channel on board, from 0 to 11 Ex: System channel 14 is on board channel 2 rid mid - 0 or 1 (each channel has two relays) - 0 to set the relay ON or 1 to set the relay OFF

Section 11. 4-wire E&M/TO Configuration. 4-Wire E&M/TO Voice Card. About This Section. Functional Description. Physical Description

Section 11. 4-wire E&M/TO Configuration. 4-Wire E&M/TO Voice Card. About This Section. Functional Description. Physical Description Section 11 4-wire E&M/TO Configuration About This Section This section describes how to configure the 4-wire E&M/Transmission Only (E&M/TO) 12-channel voice card for connecting the Access Bank II to T1

More information

M68EVB908QL4 Development Board for Motorola MC68HC908QL4

M68EVB908QL4 Development Board for Motorola MC68HC908QL4 M68EVB908QL4 Development Board for Motorola MC68HC908QL4! Axiom Manufacturing 2813 Industrial Lane Garland, TX 75041 Email: Sales@axman.com Web: http://www.axman.com! CONTENTS CAUTIONARY NOTES...3 TERMINOLOGY...3

More information

8 Channel Status Input Panel model SIP-8

8 Channel Status Input Panel model SIP-8 Description The Sine Systems model SIP-8 Status Input Panel is to be used with the RFC-1/B Remote Facilities Controller. It consists of a long PC board mounted on a 1.75 inch (1U) rack panel. The SIP-8

More information

SMART SENSOR COLLECTION

SMART SENSOR COLLECTION TEMPERATURE SENSOR This sensor measures temperature in degrees Celsius or Fahrenheit. It works with all SensorHawk base units (SensorHawk-2, SensorHawk-8 and SensorHawk8/20) as well as the SecurityHawk-8

More information

PagePac PAGEPAL V-5335700

PagePac PAGEPAL V-5335700 PagePac Issue 3 by PAGEPAL V-5335700 INTRODUCTION The PagePal unit interfaces most telephone systems (PBX, KTS, Centrex) to virtually any public address audio system. In addition, PagePal furnishes inputs

More information

In regard to calculating system power requirements, refer to DBK Basics located near the front of this manual.

In regard to calculating system power requirements, refer to DBK Basics located near the front of this manual. DBK42 16-Slot 5B Signal Conditioning Module Overview 1 Hardware Setup 2 DBK42 Connection 2 DBK42 Configuration 2 5B Module Connection 2 Power Considerations 2 Terminal Block Connections 3 DaqBoard/2000

More information

Blue Point Engineering

Blue Point Engineering lue Point Engineering 10-Ch udio Controller Description: This board is designed to control the sequence or random playback by remote user switch or relay contact of 1 to 10 channels of audio files that

More information

ECR Shelf System Installation Guide Centralized Rack Mount Call Recording

ECR Shelf System Installation Guide Centralized Rack Mount Call Recording Hardware & Installation Guide Algo Communication Products Ltd. Customer Support and Sales Tel: 1.877.884.2546 Fax: 604.437.5726 Email: sales@algosolutions.com support@algosolutions.com www.algosolutions.com

More information

PCM2000 Configuration Guide

PCM2000 Configuration Guide 2000 Configuration Guide 2012 Bogen Communications, Inc. All rights reserved. Specifications subject to change without notice. 54501901C 1209 2 Contents SECTION I APPLICATION CONFIGURATIONS...431 Configuration

More information

UIM2901-5A MACH3 breakout board

UIM2901-5A MACH3 breakout board User Manual UIM2901-5A MACH3 Breakout Board UIM2901-5A MACH3 Breakout Board UIM2901-5A MACH3 breakout board Features General DB25 interface between PC and user device Fully buffered opto-isolated I/O (Input

More information

Configuring the 930A for Common PBX Metallic Signaling Interfaces

Configuring the 930A for Common PBX Metallic Signaling Interfaces Product: 930A Communications Test Set APPLICATION NOTE # Configuring the 930A for Common PBX Metallic Signaling Interfaces TABLE OF CONTENTS Introduction...1 Primer...1 LOOP START...2 General...2 Trunk

More information

Impulse G+/VG+ Series 3, 24 VDC Interface Card Terminal Designations

Impulse G+/VG+ Series 3, 24 VDC Interface Card Terminal Designations Impulse G+/VG+ Series 3, 24 VDC Interface Card Terminal Designations Addendum to: IMPULSE G+ Series 3 Manual (140-10258) IMPULSE VG+ Series 3 Manual (140-10257) This addendum should be used when a 24VDC

More information

If an occupancy of room is zero, i.e. room is empty then light source will be switched off automatically

If an occupancy of room is zero, i.e. room is empty then light source will be switched off automatically EE389 Electronic Design Lab Project Report, EE Dept, IIT Bombay, Nov 2009 Fully-automated control of lighting and security system of a Room Group No: D2 Bharat Bhushan (06d04026) Sravan

More information

Music On Hold and Paging

Music On Hold and Paging Music On Hold and Paging 24 Objectives When you finish this module, you will be able to: Describe Music On Hold (MOH). Program analog and digital MOH. Download a.wav file for Embedded MOH. Describe Loudspeaker

More information

Technical Manual. For use with Caller ID signaling types: Belcore 202, British Telecom, & ETSI

Technical Manual. For use with Caller ID signaling types: Belcore 202, British Telecom, & ETSI Technical Manual For use with Caller ID signaling types: Belcore 202, British Telecom, & ETSI Caller ID.com WHOZZ CALLING? POS 2 Caller ID Monitoring Unit Technical Manual For use with Caller ID signaling

More information

Single Port Gigabit Ethernet Media Converter Board (P/N 201350-xxx) User s Manual And Troubleshooting Guide

Single Port Gigabit Ethernet Media Converter Board (P/N 201350-xxx) User s Manual And Troubleshooting Guide Single Port Gigabit Ethernet Media Converter Board (P/N 201350-xxx) User s Manual And Troubleshooting Guide August 12, 2009 Rev C Moog Components Group Springfield Operations 750 West Sproul Road Springfield,

More information

Welcome to the tutorial for the MPLAB Starter Kit for dspic DSCs

Welcome to the tutorial for the MPLAB Starter Kit for dspic DSCs Welcome to the tutorial for the MPLAB Starter Kit for dspic DSCs Welcome to this tutorial on Microchip s MPLAB Starter Kit for dspic Digital Signal Controllers, or DSCs. The starter kit is an all-in-one

More information

210E - 210ECL - 2010ECL - 2018ECL RMS Signal Monitor. Operations Manual

210E - 210ECL - 2010ECL - 2018ECL RMS Signal Monitor. Operations Manual 210E - 210ECL - 2010ECL - 2018ECL RMS Signal Monitor Operations Manual THIS MANUAL CONTAINS TECHNICAL INFORMATION FOR THE FOLLOWING SERIES OF MODEL 210/2010/2018 SIGNAL MONITORS: 210E, 210ECL, 2010, 2010ECL,

More information

Current Loop Application Note 1495

Current Loop Application Note 1495 Current Loop Application Note Document No. CLAN1495 International Headquarter B&B Electronics Mfg. Co. Inc. 707 Dayton Road -- P.O. Box 1040 -- Ottawa, IL 61350 USA Phone (815) 433-5100 -- General Fax

More information

BrightSign Expander Hardware Guide

BrightSign Expander Hardware Guide Hardware Guide PCBA: Rev C Version: 0.1 Saratoga, CA, USA 1 Table of Contents OVERVIEW... 3 EXPANDER BLOCK DIAGRAM... 4 PORTS... 6 POWER CONNECTOR... 6 OPTICAL SPDIF CONNECTOR... 6 DB25 SWITCH/LED CONNECTOR...

More information

ADA COMPLIANT BOX STYLE TELEPHONE INSTALLATION, PROGRAMMING AND OPERATING INSTRUCTIONS FOR MODEL PBX

ADA COMPLIANT BOX STYLE TELEPHONE INSTALLATION, PROGRAMMING AND OPERATING INSTRUCTIONS FOR MODEL PBX ADA COMPLIANT BOX STYLE TELEPHONE INSTALLATION, PROGRAMMING AND OPERATING INSTRUCTIONS FOR MODEL PBX INSTALLATION INSTRUCTIONS Step 1. Determine the position for the Hands-free phone in the elevator phone

More information

TOSR0X-D. USB/Wireless Timer Relay Module. User Manual. Tinysine Electronics @ 2013 Version 1.0

TOSR0X-D. USB/Wireless Timer Relay Module. User Manual. Tinysine Electronics @ 2013 Version 1.0 TOSR0X-D USB/Wireless Timer Relay Module User Manual Tinysine Electronics @ 2013 Version 1.0 INTRODUCTION This USB/Wireless Timer Relay Module allows computer control switching of external devices by using

More information

Allen-Bradley/Rockwell

Allen-Bradley/Rockwell MANUFACTURER DATA SHEET High Speed Counter Manufacturer: Allen-radley/Rockwell Model Number: 1746-HSCE See www.geomartin.com for additional PDF datasheets Martin Part Number: E-014901-03 VendorPartNumber:

More information

PHYS 2P32 Project: MIDI for Arduino/ 8 Note Keyboard

PHYS 2P32 Project: MIDI for Arduino/ 8 Note Keyboard PHYS 2P32 Project: MIDI for Arduino/ 8 Note Keyboard University April 13, 2016 About Arduino: The Board Variety of models of Arduino Board (I am using Arduino Uno) Microcontroller constructd similarly

More information

Programmable Logic Controller PLC

Programmable Logic Controller PLC Programmable Logic Controller PLC UPCO ICAI Departamento de Electrónica y Automática 1 PLC Definition PLC is a user friendly, microprocessor based, specialized computer that carries out control functions

More information

MSL1000 Monitored Serial Link Interface Manual V1.01

MSL1000 Monitored Serial Link Interface Manual V1.01 Audix Systems, Station Road, Wenden, Saffron Walden, Essex, CB11 4LG. Telephone: +44(0)1799 540888 Facsimile: +44(0)1799 541618 www.tycosafetyproducts-europe.com www.audixsystems.co.uk MSL1000 Monitored

More information

xpico Wi-Fi Embedded Device Server Evaluation Kit Quick Start Guide

xpico Wi-Fi Embedded Device Server Evaluation Kit Quick Start Guide xpico Wi-Fi Embedded Device Server Evaluation Kit Quick Start Guide Part Number 900-685 Revision A June 2013 Copyright and Trademark Contacts 2013 Lantronix, Inc.. All rights reserved. No part of the contents

More information

ALARMS-xx. Remote Alarm Unit Setup Guide 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 RESET ALL

ALARMS-xx. Remote Alarm Unit Setup Guide 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 RESET ALL Remote Alarm Unit Setup Guide 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 RESET ALL User s Guide Version 1.0 07/01/2009 Michael Stevens & Partners Ltd. has made

More information

MANUAL FOR RX700 LR and NR

MANUAL FOR RX700 LR and NR MANUAL FOR RX700 LR and NR 2013, November 11 Revision/ updates Date, updates, and person Revision 1.2 03-12-2013, By Patrick M Affected pages, ETC ALL Content Revision/ updates... 1 Preface... 2 Technical

More information

Application/Connection Examples

Application/Connection Examples This Quick Start Guide is designed to familiarize the user with the connection and configuration of the DTS-305 DIN rail mounted single / 3 phase power & energy meter with RS-485 or TCP communications.

More information

External temperature sensors for FSC Ultrasonic Flow Meter (thermal flow measurement function)

External temperature sensors for FSC Ultrasonic Flow Meter (thermal flow measurement function) Application: Heat quantity measurement This function calculates the heat quantity received and sent with liquid (water) in cooling and heating. Two 4-20mA inputs are available for temperature measurements.

More information

INSTALLATION GUIDE. www.security.soundstream.com FCC ID NOTICE

INSTALLATION GUIDE. www.security.soundstream.com FCC ID NOTICE AL.1 AUTO SECURITY SYSTEM INSTALLATION GUIDE www.security.soundstream.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

Controller 5000GL Controller 5000GL provides flexible system architecture with options of GBUS and LOCAL BUS communications to field devices, to meet a wide range of site requirements. GGBUS L LOCAL BUS

More information

Bluetooth HC-06 with serial port module Easy guide

Bluetooth HC-06 with serial port module Easy guide 1 Bluetooth HC-06 with serial port module Easy guide This manual consists of 3 parts: PART 1. Overview of Bluetooth HC-06 module with serial port. PART 2. Installing Bluetooth HC-06 module with Bolt 18F2550

More information

User Manual. AS-Interface Programmer

User Manual. AS-Interface Programmer AS-Interface Programmer Notice: RESTRICTIONS THE ZMD AS-INTERFACE PROGRAMMER HARDWARE AND ZMD AS-INTERFACE PROGRAMMER SOFTWARE IS DESIGNED FOR IC EVALUATION, LABORATORY SETUP AND MODULE DEVELOPMENT ONLY.

More information

BACnet Automation Interface Module (Network Version)

BACnet Automation Interface Module (Network Version) Sense +V Tx Rx LAN LINK Over ARCNET KBaud BACnet Rx BACnet Tx Archive Valid Port S Tx Port S Rx Low Battery Network- Enhanced Access Default MSTP PTP = Download Required on Rnet and Port S IP Address IP

More information

Software Manual RS232 Laser Merge Module. Document # SU-256521-09 Rev A

Software Manual RS232 Laser Merge Module. Document # SU-256521-09 Rev A Laser Merge Module Document # SU-256521-09 Rev A The information presented in this document is proprietary to Spectral Applied Research Inc. and cannot be used for any purpose other than that for which

More information

PolyBot Board. User's Guide V1.11 9/20/08

PolyBot Board. User's Guide V1.11 9/20/08 PolyBot Board User's Guide V1.11 9/20/08 PolyBot Board v1.1 16 pin LCD connector 4-pin SPI port (can be used as digital I/O) 10 Analog inputs +5V GND GND JP_PWR 3-pin logic power jumper (short top 2 pins

More information

Configure Inverter output for two utility settings, (1)120V/60Hz, (2)220V/50Hz

Configure Inverter output for two utility settings, (1)120V/60Hz, (2)220V/50Hz HV Solar Inverter System GUI Overview January 2012 TMS320C2000 Systems Applications Collateral The HV Solar Inverter System GUI provides a simple interface to evaluate some of the functionalities of the

More information

K-2000-DVA See at a Glance when Lines are Multi-Input Ringing Voice. Telecommunication Peripheral Products. Technical Practice

K-2000-DVA See at a Glance when Lines are Multi-Input Ringing Voice. Telecommunication Peripheral Products. Technical Practice VIKING Telecommunication Peripheral Products K-2000-DVA See at a Glance when Lines are Multi-Input Ringing Voice or In-Use Dialer/Announcer Technical Practice The K-2000-DVA can store up to seven 16 digit

More information

SYSTEM 45. C R H Electronics Design

SYSTEM 45. C R H Electronics Design SYSTEM 45 C R H Electronics Design SYSTEM 45 All in one modular 4 axis CNC drive board By C R Harding Specifications Main PCB & Input PCB Available with up to 4 Axis X, Y, Z, & A outputs. Independent 25

More information

B0099 - Robo Claw 2 Channel 5A Motor Controller Data Sheet

B0099 - Robo Claw 2 Channel 5A Motor Controller Data Sheet B0099 - Robo Claw 2 Channel 5A Motor Controller Feature Overview: 2 Channel at 5A, Peak 7A Hobby RC Radio Compatible Serial Mode TTL Input Analog Mode 2 Channel Quadrature Decoding Thermal Protection Lithium

More information

IEEE P802.3af DTE Power via MDI Task Force Presentation Phil Holland Phil.Holland@Circa.CA

IEEE P802.3af DTE Power via MDI Task Force Presentation Phil Holland Phil.Holland@Circa.CA DC Power Discovery Algorithm IEEE P802.3af DTE Power via MDI Task Force Presentation Phil Holland Phil.Holland@Circa.CA Contents Design Considerations Based on the DTE Power via MDI Task Force Objectives

More information

DWIatt2 USER'S GUIDE

DWIatt2 USER'S GUIDE DWIatt2 USER'S GUIDE Copyright 1998 by KONEXX, Unlimited Systems Corporation, Inc. San Diego, CA. The KONEXX DWIatt2 (Digital Wall Interface) easily connects to your Lucent Definity, or ProLogix Solutions

More information

SYSTEM 4C. C R H Electronics Design

SYSTEM 4C. C R H Electronics Design SYSTEM 4C C R H Electronics Design SYSTEM 4C All in one modular 4 axis CNC drive board By C R Harding Specifications Main PCB & Input PCB Available with up to 4 Axis X, Y, Z, A outputs. Independent 25

More information

OPERATING INSTRUCTIONS Model ST-888 DTMF ANI/ENI Display Decoder

OPERATING INSTRUCTIONS Model ST-888 DTMF ANI/ENI Display Decoder P R O D U C T G R O U P OPERATING INSTRUCTIONS Model ST-888 DTMF ANI/ENI Display Decoder Manual # 600-0901 November 30, 1999 Rev. D - 99068 DESCRIPTION The ST-888 Mobilecall Display Decoder is a desktop

More information

WxGoos-1 Climate Monitor Installation Instructions Page 1. Connections. Setting an IP Address

WxGoos-1 Climate Monitor Installation Instructions Page 1. Connections. Setting an IP Address Instructions Page 1 Connections The WxGoos-1 is a self-contained web server and requires 6vdc of power at 300ma. A center-positive 2.1 mm plug is used. There are five ports: 1. 10/100 Ethernet RJ-45 receptacle

More information

TerraWave Solutions MIMO Site Survey Battery Pack (Part # TW-SSBP-007) Instructions For Use

TerraWave Solutions MIMO Site Survey Battery Pack (Part # TW-SSBP-007) Instructions For Use Standard Shipping Contents of the TW-SSBP-007: 1 qty Site Survey Battery Pack (Diagram 1) 1 qty Charger (Diagram 2) 1 qty RJ-45 Red (802.3af) POE Cable (Diagram 3) 1 qty 2 56 Volt Power Cord (Diagram 4)

More information

Alcatel-Lucent OmniPCX Enterprise Communication Server TA-MMK (MMK V2)

Alcatel-Lucent OmniPCX Enterprise Communication Server TA-MMK (MMK V2) Alcatel-Lucent OmniPCX Enterprise Communication Server TA-MMK (MMK V2) Legal notice: Alcatel, Lucent, Alcatel-Lucent and the Alcatel-Lucent logo are trademarks of Alcatel-Lucent. All other trademarks are

More information

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 1 Introducing Hardware

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 1 Introducing Hardware A+ Guide to Managing and Maintaining Your PC, 7e Chapter 1 Introducing Hardware Objectives Learn that a computer requires both hardware and software to work Learn about the many different hardware components

More information

How To Use A Watt Saver On A Microcontroller (Watt Saver) On A Cell Phone Or Mp3 Player

How To Use A Watt Saver On A Microcontroller (Watt Saver) On A Cell Phone Or Mp3 Player Watt Saver for a Cell Phone AC Adapter Reference Design Document Number: DRM130 Rev 1, 10/2013 2 Freescale Semiconductor, Inc. Contents Section number Title Page Chapter 1 Introduction 1.1 Overview...5

More information

RS-485 Protocol Manual

RS-485 Protocol Manual RS-485 Protocol Manual Revision: 1.0 January 11, 2000 RS-485 Protocol Guidelines and Description Page i Table of Contents 1.0 COMMUNICATIONS BUS OVERVIEW... 1 2.0 DESIGN GUIDELINES... 1 2.1 Hardware Design

More information

Switch board datasheet EB007-00-1

Switch board datasheet EB007-00-1 Switch board datasheet EB007-00-1 Contents 1. About this document... 2 2. General information... 3 3. Board layout... 4 4. Testing this product... 5 5. Circuit description... 6 Appendix 1 Circuit diagram

More information

Back Office Recorder Dig04 Installation Guide

Back Office Recorder Dig04 Installation Guide Back Office Recorder Dig04 Installation Guide Comvurgent Limited Date & Issue: Issue 3 Dec 2005 Comvurgent www.comvurgent.com Downloads Available at www.usbcallrecord.com UK Office +44 (0) 7950 916362

More information

ABB Drives. User s Manual HTL Encoder Interface FEN-31

ABB Drives. User s Manual HTL Encoder Interface FEN-31 ABB Drives User s Manual HTL Encoder Interface FEN-31 HTL Encoder Interface FEN-31 User s Manual 3AUA0000031044 Rev B EN EFFECTIVE: 2010-04-06 2010 ABB Oy. All Rights Reserved. 5 Safety instructions

More information

TELULAR SX4E PHONECELL WITH THE 8210 SPEECH MODEM APPLICATION NOTE

TELULAR SX4E PHONECELL WITH THE 8210 SPEECH MODEM APPLICATION NOTE TELULAR SX4E PHONECELL WITH THE 8210 SPEECH MODEM APPLICATION NOTE September 2004 Prepared by: Integrated Systems Division The Sutron Corporation 21300 Ridgetop Circle Sterling, VA 20166 Copyright 2004

More information

INTERFACING SECURITY SYSTEMS TO HOMEVISION

INTERFACING SECURITY SYSTEMS TO HOMEVISION INTERFACING SECURITY SYSTEMS TO HOMEVISION We receive a lot of requests about interfacing HomeVision to a security system. This article discusses the options in detail. OVERVIEW There are three main ways

More information

Fanuc 0 M/T Model C Serial (RS232) Connection Guide

Fanuc 0 M/T Model C Serial (RS232) Connection Guide Memex Automation Inc., Burlington, Ontario Canada L7N 1 http://www.memex.ca Fanuc 0 M/T Model C Serial (RS232) Connection Guide The Fanuc 0-C control has two RS-232 interfaces. Interface number 1 (M5)

More information

RCDC1 Radio Controlled Device Controller- 1 Channel

RCDC1 Radio Controlled Device Controller- 1 Channel RCDC1 Radio Controlled Device Controller- 1 Channel When the Mode Switch is in Position 1, Moving the joystick forward turns on the relay. When the joystick returns to center, the relay goes off (momentary

More information

WIRING HARNESS FOR AS635P4. BLUE PLUG RED, BLUE, BLACK, WHITE - Plug in dual stage sensor harness

WIRING HARNESS FOR AS635P4. BLUE PLUG RED, BLUE, BLACK, WHITE - Plug in dual stage sensor harness WIRING HARNESS FOR AS635P4 ANTENNA NOT USED 5 PIN WHITE PLUG 2 PIN WHITE PLUG GREEN - PARKING BRAKE INPUT (-) BLUE - NOT USED 3 PIN BLUE PLUG RED, BLUE, BLACK, WHITE - Plug in dual stage sensor harness

More information

SAFEPATH 4 Telephone Zone Controller

SAFEPATH 4 Telephone Zone Controller SAFEPATH 4 Telephone Zone Controller SP4-TZC P/N 109921 SP4-TZC-P P/N 105590 Installation, Testing, Operation and Maintenance Manual 273 Branchport Avenue, Long Branch, NJ 07740-6899 Ph: (800) 631-2148

More information

VOICE RECORDING SYSTEM ISDN PRI / BRI

VOICE RECORDING SYSTEM ISDN PRI / BRI Sense Box VOICE RECORDING SYSTEM ISDN PRI / BRI / Analog SUB-SYSTEM ISDN2, ISDN30 Sense Box USER MANUAL TABLE OF CONTENTS 1. STATUTORY INFORMATION... 3 1.1 SAFETY WARNING... 3 1.2 SAFETY EXTRA LOW VOLTAGE

More information

Copyrights 2010 Victron Energy B.V. All Rights Reserved

Copyrights 2010 Victron Energy B.V. All Rights Reserved Manual EN 1 Copyrights 2010 Victron Energy B.V. All Rights Reserved This publication or parts thereof may not be reproduced in any form, by any method, for any purpose. For conditions of use and permission

More information

MIDECO 64-outputs MIDI note decoder USER MANUAL. Roman Sowa 2012

MIDECO 64-outputs MIDI note decoder USER MANUAL. Roman Sowa 2012 MIDECO 64-outputs MIDI note decoder USER MANUAL Roman Sowa 2012 www.midi-hardware.com 1.Overview Thank you for choosing MIDECO as your new MIDI-to-digital converter. This short manual will guide you through

More information

Touch Screen for Pictiva OLED display. Application Note. Introduction

Touch Screen for Pictiva OLED display. Application Note. Introduction Touch Screen for Pictiva OLED display Application Note AN0 Introduction A touch screen interface can be added to Pictiva.7 inch or similar OLED displays to enhance its operation. This application note

More information

INSTALLATION MANUAL VEHICLE SECURITY SYSTEM CE-SS200

INSTALLATION MANUAL VEHICLE SECURITY SYSTEM CE-SS200 INSTALLATION MANUAL VEHICLE SECURITY SYSTEM CE-SS200 FUSION CULTURE TABLE OF CONTENTS There s no point doing something if no one notices. We ve always believed the way to make things happen is by getting

More information

Troubleshooting and Diagnostics

Troubleshooting and Diagnostics Troubleshooting and Diagnostics The troubleshooting and diagnostics guide provides instructions to assist in tracking down the source of many basic controller installation problems. If there is a problem

More information

ELK-MM443. Magic Module Automation Controller

ELK-MM443. Magic Module Automation Controller ELK-MM443 Magic Module Automation Controller Features Re-Programmable Logic Controller Four (4) supervised inputs with analog or digital sensing. Four (4) dry contact SPDT relay outputs. Two relay outputs

More information

Application Note. Line Card Redundancy Design With the XRT83SL38 T1/E1 SH/LH LIU ICs

Application Note. Line Card Redundancy Design With the XRT83SL38 T1/E1 SH/LH LIU ICs Application Note Design With the XRT83SL38 T1/E1 SH/LH LIU ICs Revision 1.3 1 REDUNDANCY APPLICATIONS INTRODUCTION Telecommunication system design requires signal integrity and reliability. When a T1/E1

More information

Servo Motors (SensorDAQ only) Evaluation copy. Vernier Digital Control Unit (DCU) LabQuest or LabPro power supply

Servo Motors (SensorDAQ only) Evaluation copy. Vernier Digital Control Unit (DCU) LabQuest or LabPro power supply Servo Motors (SensorDAQ only) Project 7 Servos are small, relatively inexpensive motors known for their ability to provide a large torque or turning force. They draw current proportional to the mechanical

More information

A DIY Hardware Packet Sniffer

A DIY Hardware Packet Sniffer A DIY Hardware Packet Sniffer Affordable Penetration Testing for the Individual Veronica Swanson: University of California, Irvine CyberSecurity for the Next Generation North American Round, New York 15

More information

Adit 3000 Series Part Guide

Adit 3000 Series Part Guide Adit 3000 Series Part Guide The Adit 3000 product line consists of high-bandwidth multi-service routers and IP business gateways for small and medium enterprises and remote locations. The Adit 3104 is

More information

The Answer to the 14 Most Frequently Asked Modbus Questions

The Answer to the 14 Most Frequently Asked Modbus Questions Modbus Frequently Asked Questions WP-34-REV0-0609-1/7 The Answer to the 14 Most Frequently Asked Modbus Questions Exactly what is Modbus? Modbus is an open serial communications protocol widely used in

More information

Arduino Motor Shield (L298) Manual

Arduino Motor Shield (L298) Manual Arduino Motor Shield (L298) Manual This DFRobot L298 DC motor driver shield uses LG high power H-bridge driver Chip L298P, which is able to drive DC motor, two-phase or four phase stepper motor with a

More information

Dynamax Inc Copyright 2012-13

Dynamax Inc Copyright 2012-13 SAPIP Tester Cable TEST Operating Guide Troubleshoot SapIP with signal issues while in the Field or the Lab Troubles shoot cables with basic VOM tests. Section One Low Voltage SAPIP Tester - Heater Supply

More information

RN-131-PICTAIL & RN-171-PICTAIL Evaluation Boards

RN-131-PICTAIL & RN-171-PICTAIL Evaluation Boards RN-131-PICTAIL & RN-171-PICTAIL Evaluation Boards 2012 Roving Networks. All rights reserved. Version 1.0 9/7/2012 USER MANUAL OVERVIEW The RN-131 and RN-171 WiFly radio modules are complete, standalone

More information

ALL-USB-RS422/485. User Manual. USB to Serial Converter RS422/485. ALLNET GmbH Computersysteme 2015 - Alle Rechte vorbehalten

ALL-USB-RS422/485. User Manual. USB to Serial Converter RS422/485. ALLNET GmbH Computersysteme 2015 - Alle Rechte vorbehalten ALL-USB-RS422/485 USB to Serial Converter RS422/485 User Manual ALL-USB-RS422/485 USB to RS-422/485 Plugin Adapter This mini ALL-USB-RS422/485 is a surge and static protected USB to RS-422/485 Plugin Adapter.

More information

CB-OLP425 DEVELOPMENT KIT GETTING STARTED

CB-OLP425 DEVELOPMENT KIT GETTING STARTED CB-OLP425 DEVELOPMENT KIT GETTING STARTED Document Revision Document number: 9142285 Release: Jan 29, 2014 09:42 Document version: 12 Copyright 2014 u-blox AG. The contents of this document can be changed

More information

For T1 / E1, an NT NeTwork device must be connected to a TE Terminal Equipment device; NT must connect to TE.

For T1 / E1, an NT NeTwork device must be connected to a TE Terminal Equipment device; NT must connect to TE. Information Note Connecting a T1 / E1 - checklist When connecting a Vega to a T1 or E1 connection there are a number of steps that need to be followed in order to ensure that the link will come up and

More information

IPX AUTOMATIC IP NETWORK LOSS BACKUP A/B SWITCH INSTRUCTION BOOK IB6444-02

IPX AUTOMATIC IP NETWORK LOSS BACKUP A/B SWITCH INSTRUCTION BOOK IB6444-02 IPX AUTOMATIC IP NETWORK LOSS BACKUP A/B SWITCH INSTRUCTION BOOK IB6444-02 TABLE OF CONTENTS DESCRIPTION 2 MOUNTING INSTRUCTIONS 2 HOW TO CABLE THE IPX 2/3 POWER SUPPLY INSTALLATION 3 OPERATION 3 CARE

More information

STUDY OF CELLPHONE CHARGERS

STUDY OF CELLPHONE CHARGERS STUDY OF CELLPHONE CHARGERS Author : Suraj Hebbar Systems Lab, CeNSE,IISc Banglore ABSTRACT This report shows charging nature of different cellphone chargers with different cellphones. Here we took into

More information

Wireless Security Camera

Wireless Security Camera Wireless Security Camera Technical Manual 12/14/2001 Table of Contents Page 1.Overview 3 2. Camera Side 4 1.Camera 5 2. Motion Sensor 5 3. PIC 5 4. Transmitter 5 5. Power 6 3. Computer Side 7 1.Receiver

More information

CAUTION! THE 7I29 USES VOLTAGE AND POWER LEVELS THAT REPRESENT A HAZARD TO LIFE AND LIMB.

CAUTION! THE 7I29 USES VOLTAGE AND POWER LEVELS THAT REPRESENT A HAZARD TO LIFE AND LIMB. 7I29 MANUAL Rev 1.5 CAUTION! THE 7I29 USES VOLTAGE AND POWER LEVELS THAT REPRESENT A HAZARD TO LIFE AND LIMB. THE 7I29 IS INTENDED FOR USE BY OEMS THAT WILL INTEGRATE IT INTO A SYSTEM WITH INTERLOCKS AND

More information

8 coil stator 11 coil stator

8 coil stator 11 coil stator Below is a schematic of a typical scooter electrical set up as far as the stator, CDI, rectifier/regulator go along with the other items running on the electrical system; This is the 6 coil stator common

More information

0832 Dot Matrix Green Display Information Board User s Guide

0832 Dot Matrix Green Display Information Board User s Guide 0832 Dot Matrix Green Display Information Board User s Guide DE-DP105_Ver1.0 0832 DOT MATRIX GREEN DISPLAY INFORMATI BOARD USER S GUIDE Table of contents Chapter1.Overview... 1 1.1. Welcome... 1 1.2. Quick

More information

RN-WIFLY-EVAL-UM. WiFly Evaluation Kit. 2012 Roving Networks. All rights reserved. RN-WIFLY-EVAL-UM Version 1.32r 10/9/2012 USER MANUAL

RN-WIFLY-EVAL-UM. WiFly Evaluation Kit. 2012 Roving Networks. All rights reserved. RN-WIFLY-EVAL-UM Version 1.32r 10/9/2012 USER MANUAL WiFly Evaluation Kit 2012 Roving Networks. All rights reserved. Version 1.32r 10/9/2012 USER MANUAL OVERVIEW This document describes the hardware and software setup for Roving Networks evaluation kits,

More information

ANTI-THEFT SYSTEM. 1995 Volvo 850 DESCRIPTION & OPERATION BASIC ALARM. 1995-96 ACCESSORIES & EQUIPMENT Volvo Anti-Theft Systems

ANTI-THEFT SYSTEM. 1995 Volvo 850 DESCRIPTION & OPERATION BASIC ALARM. 1995-96 ACCESSORIES & EQUIPMENT Volvo Anti-Theft Systems ANTI-THEFT SYSTEM 1995 Volvo 850 1995-96 ACCESSORIES & EQUIPMENT Volvo Anti-Theft Systems 850 DESCRIPTION & OPERATION WARNING: Deactivate air bag system before performing any service operation. For 1995

More information

Using the HCS12 Serial Monitor on Wytec Dragon-12 boards. Using Motorola s HCS12 Serial Monitor on Wytec s Dragon-12 boards

Using the HCS12 Serial Monitor on Wytec Dragon-12 boards. Using Motorola s HCS12 Serial Monitor on Wytec s Dragon-12 boards Using Motorola s HCS12 Serial Monitor on Wytec s Dragon-12 boards Wytec s Dragon-12 development boards are pre-installed with DBug-12, a small monitor program which allows a user to interact with the board

More information

USER GUIDE. Studio Hotline Multi-line System Phone Flasher and Door/Alert Indicator Input Module and Indicator. DM Engineering. Version 1.

USER GUIDE. Studio Hotline Multi-line System Phone Flasher and Door/Alert Indicator Input Module and Indicator. DM Engineering. Version 1. USER GUIDE Studio Hotline Multi-line System Phone Flasher and Door/Alert Indicator Input Module and Indicator Version 1.3 DM Engineering 2174 Chandler St. Camarillo, CA 91345-4611 805-987-7881 800-249-0487

More information

HM-W536 Install Guide

HM-W536 Install Guide HM-W536 Install Guide 9/13/2013 IMPORTANT SAFETY INSTRUCTIONS Warning - When using electrical devices, basic safety precautions should be followed to reduce the risk of fire, electrical shock or injury.

More information

revolution Contents: Introduction Power 28-pin Project Board with input/output cables

revolution Contents: Introduction Power 28-pin Project Board with input/output cables 28-PIN IN IN PROJECT BOARD Contents: AXE020 28-pin Project Board with input/output cables Introduction The 28-pin project board is designed to allow rapid prototyping with 28-pin PICAXE microcontrollers.

More information

AC-115 Compact Networked Single Door Controller. Installation and User Manual

AC-115 Compact Networked Single Door Controller. Installation and User Manual AC-115 Compact Networked Single Controller Installation and User Manual December 2007 Table of Contents Table of Contents 1. Introduction...5 1.1 Key Features... 6 1.2 Technical Specifications... 7 2.

More information

MODEL 5010 DUAL CHANNEL SMOKE/FIRE DETECTION MODULE

MODEL 5010 DUAL CHANNEL SMOKE/FIRE DETECTION MODULE DESCRIPTION MODEL 5010 DUAL CHANNEL SMOKE/FIRE DETECTION MODULE DESCRIPTION The SST Model 5010 Two Channel Smoke/Fire Detection Module provides two independent detection input channels for the NOVA-5000

More information

DORMA MODEL PS-406BB POWER SUPPLY INSTALLATION INSTRUCTIONS

DORMA MODEL PS-406BB POWER SUPPLY INSTALLATION INSTRUCTIONS Features: INSTALLATION Install in accordance with NFPA 70. DORMA MODEL PS-406BB POWER SUPPLY INSTALLATION INSTRUCTIONS Up to 1.95 Amps Load Capacity Class 2 Rated Outputs Overload, Over Voltage, and Short

More information

DCDC-USB. 6-34V 10A, Intelligent DC-DC converter with USB interface. Quick Installation Guide Version 1.0c P/N DCDC-USB

DCDC-USB. 6-34V 10A, Intelligent DC-DC converter with USB interface. Quick Installation Guide Version 1.0c P/N DCDC-USB DCDC-USB 6-34V 10A, Intelligent DC-DC converter with USB interface Quick Installation Guide Version 1.0c P/N DCDC-USB Introduction The DCDC-USB is a small yet powerful DC-DC power supply designed to power

More information

CM705B - Universal Expander Module CM707B - Plug On Zone Expander Security Systems

CM705B - Universal Expander Module CM707B - Plug On Zone Expander Security Systems CM705B - Universal Expander Module CM707B - Plug On Zone Expander Security Systems EN Security System CM705B CM705B - Universal Expander Module The CM705B universal expander provides a cost effective way

More information

Quick Start Guide for High Voltage Solar Inverter DC-AC Board EVM. Version 1.3

Quick Start Guide for High Voltage Solar Inverter DC-AC Board EVM. Version 1.3 Quick Start Guide for High Voltage Solar Inverter DC-AC Board EVM Version 1.3 Introduction This document talks about the quick start principles for the high voltage solar inverter DC-AC board. From this

More information

Name Description Model Number. Parameters Min. Typ. Max. Note. Vaux Voltage 9.8 V 12 V 13.2 V Auxiliary Supply Voltage

Name Description Model Number. Parameters Min. Typ. Max. Note. Vaux Voltage 9.8 V 12 V 13.2 V Auxiliary Supply Voltage Description Supports DALI interface driver Programming Supports 0-10V Programmable Driver Programming Supports Other Controllers (TDD-ANPNx, SDD-AAPNx) Off-line programming capability Auto programming

More information

K-Type Thermocouple Sensor User s Guide

K-Type Thermocouple Sensor User s Guide K-Type Thermocouple Sensor User s Guide 1 TABLE OF CONTENTS: 1 INTRODUCTION... 2 2 TYPICAL APPLICATION:... 2 3 INSTALLATION RULES:... 2 3.1 Connecting the sensor to M1/MD4 data logger:... 2 3.2 Connecting

More information

Bluetooth to serial HC-06 wireless module

Bluetooth to serial HC-06 wireless module Bluetooth to serial HC-06 wireless module Product Description: 1,Mainstream CSR Bluetooth chip, Bluetooth V2.0 protocol standards 2,serial module operating voltage 3.3V. 3,the baud rate for 1200, 2400,

More information