P/N Operation & Installation Manual Serial Control Transfer Switch Model TM-STS

Size: px
Start display at page:

Download "P/N Operation & Installation Manual Serial Control Transfer Switch Model TM-STS"

Transcription

1 P/N Operation & Installation Manual Serial Control Transfer Switch Model TM-STS

2 Table of Contents 1.0 SCOPE INTRODUCTION SPECIFICATIONS EQUIPMENT DESCRIPTION OPERATION SYSTEM SETUP EXPANSION CARDS 6 Appendix 8

3 1.0 Scope This manual contains operation and installation information for the Telemetrics Serial Control Transfer Switch, Part No The unit is rack mounted and provides switching capability for the Telemetrics indoor and weatherproof robotic camera systems. 2.0 Introduction The TM-STS serial control transfer switch extends the capability of Telemetrics control panels and serial receivers. The unit allows multiple control panels to share receivers. This provides for an increased flexibility in robotics camera control design. The switch also provides a port lock and a port lockout feature. The unit is based around a modular card design. These cards convert the incoming data stream to the specified transmission protocol. This allows the user to change the transmission protocol. The TM-STS accepts six cards, with two serial ports per card. There are two versions of each card available, control panel and receiver cards. The two versions facilitate cabling to the devices using one to one cables. 1

4 3.0 Specifications Communications Power Dimensions Weight 9600 BPS, 8 bits, no parity, 1 stop bit 120 VAC, 15 Watts 19 W x 1¾ H x 12½ D 9 lbs. 4.0 Equipment Description The TM-STS is designed to mount directly into a 19-inch rack configuration. It is a single rack height unit. The front of the unit has a power switch and a ready indicator. When the Power Switch is in the up position, the unit is on. The switch will glow red to indicate there is AC power. The Ready Indicator LED shows that the unit successfully powered up. The light behaves erratically when the unit has a failure. 1 AC Power Switch 2 Ready Indicator LED Front View Figure 1 The rear of the unit has twelve ports. Each port is a 9 D-sub male connector. Control panel ports have female terminations and receiver ports have male terminations Serial Communication Ports VAC Power Cord 14 Dual Serial Port Card Rear View Figure 2 2

5 The pin assignments for the serial port connectors are shown below. Pin Assignment RS232 Type 1 N.C. 2 TX 3 RX 4 N.C. 5 GND 6 N.C. 7 N.C. 8 N.C. 9 N.C. 5 9 DCE TX+ 2 TX- 3 RX- 4 RX+ 5 GND Mating View of Bulkhead 9 Pin D Female RS422 Type 6 N.C. 7 N.C. 8 N.C. 9 N.C. DCE Pin Assignment Mating View of Bulkhead 9 Pin D Male RS232 Type RS422 Type 1 N.C. 2 TX 3 RX 4 N.C. 5 GND 6 N.C. 7 N.C. 8 N.C. 9 N.C. 1 RX+ 2 RX- 3 TX- 4 TX+ 5 GND 6 N.C. 7 N.C. 8 N.C. 9 N.C. 3

6 5.0 Operation The serial switch acts as a transparent device between the control panels and receivers during standard communication. The TM-STS will intercept its commands from the data stream and act upon them. The port initiating the command will receive a success or failure response. Communication can be established between any of the twelve ports. There are three functions to establish a link between ports: switch port, switch port (lock), and switch port (unlock). The switch port command establishes a link between the source (initiator) port and the destination port. If the destination port is already linked, it will be disconnected and then linked to the initiator. The disconnected port will be notified of the disconnect. A port can be prevented from being disconnected by using the switch port (lock) command. If a port tries to establish a link to a locked port, it will receive a failure response. The switch port (unlock) command will unlock the port. A lockout port (un-lockout port) command is also available. This command allows a port to disconnect another port and prevent it from communicating to the serial switch. Each serial switch can be addressable via an internal dip switch. This allows multiple switches to be controlled from one source. One of the outputs from the TM-STS will be connected to another TM-STS input. (Note: Linking multiple units together may degrade the performance of the receivers.) 4

7 6.0 System Setup The TM-STS is designed to work with a variety of Telemetrics control panels and receivers. Standard receivers (CP-RMR-S, PT-LP, and PT-HP-S) may be used with the serial switch without modifications. The CP-RMQ-3A and TM-CPS need to be configured to access the serial switch. Configuration of the control panels is performed at the factory. Customers who need to configure their panels should contact the factory for instructions. Sample System Diagram Figure 3 5

8 7.0 Expansion Cards The TM-STS is shipped from the factory equipped with the amount of cards needed to satisfy the current system configuration. Expansion cards can be added when a system is expanded. This allows flexibility in choosing the transmission protocol and card configuration based on all the system components. When ordering a card, specify the transmission protocol and card configuration. Along with the card you will receive an integrated circuit to be placed in the unit. To install additional cards, follow the procedure below: 1. Turn the unit off and remove it from the rack cabinet. 2. Remove the top cover of the unit. 3. Remove PC Board Place the integrated circuit provided in the next available spot on PC Board Place the serial card in the next available slot in the unit. 6. Secure the board with the two screws placed towards the rear panel. 7. Attach the screw lock kits to the 9D connectors from the outside of the unit. 8. Replace PC Board 52388, making sure all the serial cards are plugged in completely. 9. Replace the top cover. 10. Replace the unit in the rack cabinet. 6

9 APPENDIX Protocol Overview The TM-STS operates as a transparent link between control panels and receivers except for serial switch commands. The unit will determine a serial switch command based on the following format (all commands are in ASCII.): \ {UNIT ID} {PORT#} {CMD} {CHKSUM}<cr> Switch Command: \ Unit ID: 0-255, Identifies the switch ID (Unit ID is set by internal DIP switch) Port #: 1-12, Port on the switch to act upon CMD: 0-255, Action performed on the port Table 1: Switch Commands CMD# Name Description 0 Switch Port Normal connection from source to destination {port #} 1 Switch Port (lock) Locks source to {port #} (and connects) 2 Switch Port (unlock) Unlocks source to {port #} (does not disconnect) 3 Lockout Port Lockout {port #}, prevents port from communicating 4 Un-lockout Port Removes lockout from port {port #} 7

10 Chksum: {UNIT ID}+{PORT#}+{CMD}+{CHKSUM} = 0 If the checksum is not correct, the string will be transmitted to the recipient. Otherwise, the command is processed. Return codes will be sent to the ports depending on the serial switch events. The return code format is shown below. Source refers to the port initiating the command (where applicable). Destination refers to the {port #} in the switch command. All commands are in ASCII. Table 2: Return Codes Return Event CMD Description Code \0 Disconnect 0,1,3 A Disconnect event will be sent to the disconnected port. \1 Source Locked 0,1,2,3,4 Notifies the source that it is locked out. Out \2 Unlock Fail 2 Notifies the source that Unlock (cmd#2) has failed. \3 Destination Locked Out 0,1,2 Notifies the source that the destination is locked out. \4 Locked out 3 Notifies the destination that it has been locked out. \5 Port Locked 0,1,2,3 Notifies the source that the destination port is locked. Connection made to the source prior to the command request is broken. \6 Lockout Off 4 Notifies the destination that a lock out has been removed. \7 CMD Error 0,1,2,3,4 Notifies the source of a command error. \8 Successful CMD 0,1,2,3,4 Notifies the source of successful completion of command. Example: Switch to Port 3 \ <CR> 8

Operation & Installation Manual Serial Receiver Driver Model CP-SRD

Operation & Installation Manual Serial Receiver Driver Model CP-SRD 92 53600 000-11 Operation & Installation Manual Serial Receiver Driver Model CP-SRD 92 53600 000 Table of Contents 1.0 Scope...1 2.0 Introduction...1 3.0 Specifications...1 4.0 Control Commands...2 5.0

More information

Installing the DX LCD Display

Installing the DX LCD Display DX LCD Display User s Guide 3-1 Chapter 3 Installing the DX LCD Display Introduction Use the DX LCD Display as either a portable device, or permanently mount it in a panel or on the wall. For panel and

More information

CONFIGURATION: The Reader, LED Indicator, pin numbers for the 9-pin connector and the 25-pin adapter are shown in Figure 1-2.

CONFIGURATION: The Reader, LED Indicator, pin numbers for the 9-pin connector and the 25-pin adapter are shown in Figure 1-2. FEATURES: Major features of the Swipe Reader are as follows: Powered through the USB port no external power supply required Hardware Compatible with PC or any computer or terminal with an RS-232 interface

More information

P/N Operation & Installation Manual Teleprompter Pan/Tilt Head Model PT-LP

P/N Operation & Installation Manual Teleprompter Pan/Tilt Head Model PT-LP P/N 92 53785 000-11 Operation & Installation Manual Teleprompter Pan/Tilt Head Model PT-LP 92 53785 000 Table of Contents 1.0 Scope...2 2.0 Introduction...2 3.0 Specifications...3 4.0 Installation...4

More information

HC900 Controller. Controller CPU and Scanner Module Installation and Replacement

HC900 Controller. Controller CPU and Scanner Module Installation and Replacement HC900 Controller and Scanner Module Installation and Replacement Scanner 1 Scanner 2 (for redundant controller) 900C51 - (current revision number) 900C52 - (current revision number) 900C31 - (current revision

More information

ME778C-RJ45 MAIN MODULE (FRONT CARD) MAIN MODULE. Line: RJ-45. Line: RJ-45 INTERFACE MODULE (REAR CARD) Serial: 10-Pin RJ.

ME778C-RJ45 MAIN MODULE (FRONT CARD) MAIN MODULE. Line: RJ-45. Line: RJ-45 INTERFACE MODULE (REAR CARD) Serial: 10-Pin RJ. ME778C-RJ45 Line: RJ-45 MAIN MODULE Mini Driver MP Card ME778C-RJ45 Power Line: RJ-45 Unit A -TD -RD -CD -TD Serial: 10-Pin RJ INTERFACE MODULE (REAR CARD) Unit B -RD -CD Serial: 10-Pin RJ LO Z A HI Z

More information

NT1-220 Rack. Installation Instructions. Specifications. Contents of Shipping Box. Important Safety Instructions. NT1-220 Rack

NT1-220 Rack. Installation Instructions. Specifications. Contents of Shipping Box. Important Safety Instructions. NT1-220 Rack The NT1-220 Rack is designed to be used in conjunction with Tone Commander NT1U-220TC ISDN Network Terminations. A maximum of twelve NT1 units can be used in each rack. NT1-220 Rack Installation Instructions

More information

OPTICAL HEADEND PLATFORM OTOHP-CH 3RU CHASSIS OTOHP-PS POWER SUPPLY MODULE OTOHP-BP BLANK PANEL INSTRUCTION MANUAL

OPTICAL HEADEND PLATFORM OTOHP-CH 3RU CHASSIS OTOHP-PS POWER SUPPLY MODULE OTOHP-BP BLANK PANEL INSTRUCTION MANUAL OPTICAL HEADEND PLATFORM OTOHP-CH 3RU CHASSIS OTOHP-PS POWER SUPPLY MODULE OTOHP-BP BLANK PANEL INSTRUCTION MANUAL Phone: (209) 586-1022 (800) 545-1022 Fax: (209) 586-1026 OTOHP-CH Rev. X1 E-Mail: salessupport@olsontech.com

More information

AD-8923-BCD. Remote Controller (BCD) INSTRUCTION MANUAL 1WMPD

AD-8923-BCD. Remote Controller (BCD) INSTRUCTION MANUAL 1WMPD AD-8923-BCD Remote Controller (BCD) INSTRUCTION MANUAL 1WMPD4002137 2010 A&D Company, Limited. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, or translated

More information

ASYNC Sharing Unit TABLE OF CONTENTS SECTION 1 - DESCRIPTION...2 SECTION 2 - SPECIFICATIONS...5 SECTION 3 - INSTALLATION...7

ASYNC Sharing Unit TABLE OF CONTENTS SECTION 1 - DESCRIPTION...2 SECTION 2 - SPECIFICATIONS...5 SECTION 3 - INSTALLATION...7 ASYNC Sharing Unit TABLE OF CONTENTS SECTION 1 - DESCRIPTION... SECTION - SPECIFICATIONS... SECTION - INSTALLATION... SECTION - FRONT PANEL CONTROLS AND INDICATORS...9 SECTION - NETWORK MANAGEMENT PORT...10

More information

Click Desktop Kit. Click Desktop Kit

Click Desktop Kit. Click Desktop Kit Click Desktop Kit Click Desktop Kit The Click Desktop Kit is a desktop-mounted set that gives you the building blocks necessary to work with your Click modules at your computer, whether you re testing

More information

PCIEMODBOX232 RS232 to PCI Module Box Introduction

PCIEMODBOX232 RS232 to PCI Module Box Introduction PCIEMODBOX232 RS232 to PCI Module Box Introduction This high performance PCI (or PCIe) RS232/422/485 Combo Expansion Module product includes an expansion module box, a PCI (or PCIe) Host Adapter and a

More information

The JT-DO1 GPS-disciplined IRIG-B timecode generator produces timecode according to the IRIG-

The JT-DO1 GPS-disciplined IRIG-B timecode generator produces timecode according to the IRIG- 1 JT-DO1 User Manual The JT-DO1 GPS-disciplined IRIG-B timecode generator produces timecode according to the IRIG- B007, DC level-shift (DCLS) format with BCD time-of-year (ToY), BCD Year, and Straight

More information

VIDEO MATRIX SWITCHER S MANUAL

VIDEO MATRIX SWITCHER S MANUAL VIDEO MATRIX SWITCHER S MANUAL Milestone s VIDEO MATRIX Switcher is a unit whereby multiple (2/4/8) VIDEO input can be switched to two (2) or multiple (simultaneous) VIDEO output or you can selected different

More information

SYSTEM 4xi PROJECTOR COMMUNICATIONS KIT ATTENTION! PLEASE READ THIS DOCUMENT FOR IMPORTANT INSTALLATION INSTRUCTIONS

SYSTEM 4xi PROJECTOR COMMUNICATIONS KIT ATTENTION! PLEASE READ THIS DOCUMENT FOR IMPORTANT INSTALLATION INSTRUCTIONS SYSTEM 4xi PROJECTOR COMMUNICATIONS KIT ATTENTION! PLEASE READ THIS DOCUMENT FOR IMPORTANT INSTALLATION INSTRUCTIONS THIS KIT HAS BEEN SHIPPED WITH THE FOLLOWING COMPONENTS: Kit Type: INFOCUS Included

More information

NT1B-300 Rack Installation Instructions

NT1B-300 Rack Installation Instructions The NT1B-300 Rack houses 24 Tone Commander NT1B-300TC ISDN Network Terminations in a 19 rack, 23 rack, or wall mount configuration. The rack is also compatible with Lucent NT1B-300 NT1s. The rack supplies

More information

Vorne Industries. Model 77/232 Serial Input Numeric 3" Display User's Manual

Vorne Industries. Model 77/232 Serial Input Numeric 3 Display User's Manual Vorne Industries Model 77/232 Serial Input Numeric 3" Display User's Manual 1445 Industrial Drive Itasca, IL 60143-1849 (630) 875-3600 Telefax (630) 875-3609 Page 2 Model 77/232 Serial Input Numeric 3"

More information

ASYNC Sharing Unit TABLE OF CONTENTS SECTION 1 - DESCRIPTION...2 SECTION 2 - SPECIFICATIONS...5 SECTION 3 - INSTALLATION...7

ASYNC Sharing Unit TABLE OF CONTENTS SECTION 1 - DESCRIPTION...2 SECTION 2 - SPECIFICATIONS...5 SECTION 3 - INSTALLATION...7 ASYNC Sharing Unit TABLE OF CONTENTS SECTION 1 - DESCRIPTION... SECTION - SPECIFICATIONS... SECTION - INSTALLATION... SECTION - FRONT PANEL CONTROLS AND INDICATORS...9 SECTION - NETWORK MANAGEMENT PORT...

More information

Quick Start Guide. Features

Quick Start Guide. Features Quick Start Guide HDMI Matrix 8x8 built-in WiFi Features Any eight Sources to Any eight Displays,Each port supports HDMI or DVI inputs. Transmission distance up to 50m under 1080P@60Hz over Single Cat5e

More information

USER MANUAL. MODEL 1018 High Speed Short Range Modem w/ Extra Controls SALES OFFICE (301) TECHNICAL SUPPORT (301)

USER MANUAL. MODEL 1018 High Speed Short Range Modem w/ Extra Controls SALES OFFICE (301) TECHNICAL SUPPORT (301) USER MANUAL MODEL 1018 High Speed Short Range Modem w/ Extra Controls Part# 07M1018-B Doc# 013021UB Revised 11/3/95 SALES OFFICE (301) 975-1000 TECHNICAL SUPPORT (301) 975-1007 1.0 WARRANTY INFORMATION

More information

Vorne Industries. 2000S Series Serial Input Alphanumeric Display User's Manual

Vorne Industries. 2000S Series Serial Input Alphanumeric Display User's Manual Vorne Industries 2000S Series Serial Input Alphanumeric Display User's Manual 1445 Industrial Drive Itasca, IL 60143-1849 Telephone (630) 875-3600 Telefax (630) 875-3609 2000S Series Serial Input Alphanumeric

More information

4x4 DVI Dual Link Matrix

4x4 DVI Dual Link Matrix 4x4 DVI Dual Link Matrix EXT-DVI-444DL User Manual www.gefen.com Technical Support: Telephone (818) 772-9100 (800) 545-6900 Fax (818) 772-9120 Technical Support Hours: 8:00 AM to 5:00 PM Monday thru Friday.

More information

Internal Cabling Guide for the HP Smart Array 6400 Series Controller on an HP Integrity Server rx7620

Internal Cabling Guide for the HP Smart Array 6400 Series Controller on an HP Integrity Server rx7620 Internal Cabling Guide for the HP Smart Array 6400 Series Controller on an HP Integrity Server rx7620 May 2004 (Second Edition) Part Number 5990-8201 2004 Hewlett-Packard Development Company, L.P. Microsoft

More information

EX KVIS RS232/422/485 3-in-1 Serial to USB Adapter (w/ 4KV Isolation, 15KV ESD Surge Protection)

EX KVIS RS232/422/485 3-in-1 Serial to USB Adapter (w/ 4KV Isolation, 15KV ESD Surge Protection) EX-1331-4KVIS RS232/422/485 3-in-1 Serial to USB Adapter (w/ 4KV Isolation, 15KV ESD Surge Protection) 1. Introduction Thank you for purchasing this RS232/422/485 3-in-1 Serial to USB Adapter. It is an

More information

NPort 6600 Series Quick Installation Guide

NPort 6600 Series Quick Installation Guide NPort 6600 Series Quick Installation Guide Edition 10.0, November 2017 Technical Support Contact Information www.moxa.com/support Moxa Americas: Toll-free: 1-888-669-2872 Tel: 1-714-528-6777 Fax: 1-714-528-6778

More information

RS-422 Code-Operated Switches

RS-422 Code-Operated Switches JUNE 2000 SW421A-R2 SW422A-R2 RS-422 Code-Operated Switches COS/4 TEXT TRANSPARENT GRAPHICS MODE RESET ST LO CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S. 24 hours, 7 A.M. Monday to midnight

More information

Card Nest Universal 12 position card nest for all K-AB cards above and all other K-AB cards.

Card Nest Universal 12 position card nest for all K-AB cards above and all other K-AB cards. Installation And Operation BASIC A/B SWITCHES K-AB-D25 K-AB-M34 SCOPE OF THIS DOCUMENT This document covers the following models: K-AB-D25 K-AB-D25-R K-AB-M34 K-AB-M34-R For the purposes of clarity, all

More information

CFO100 Series. User Manual CRT141 & CRR141. CFO141 User Manual, , rev001

CFO100 Series. User Manual CRT141 & CRR141. CFO141 User Manual, , rev001 CFO00 Series User Manual CRT4 & CRR4 CFO4 User Manual, 5930005, rev00 Contents Introduction... Optical Transmitter CRT4 (version B)...2 General...2 Frame Installation...2 Video Input and Indicator Led...2

More information

F8008. Fiber Modem for up to 4E1 /8E1 +RS232+Ethernet. + optional V.35/QFXS/QFXO

F8008. Fiber Modem for up to 4E1 /8E1 +RS232+Ethernet. + optional V.35/QFXS/QFXO F8008 Fiber Modem for up to 4E1 /8E1 +RS232+Ethernet + optional V.35/QFXS/QFXO Description F8008 is a fiber optical multiplexer of new generation different from the traditional PDH, multiplexing 1 full

More information

INSTALLATION INSTRUCTIONS. ACB-100 Audio Control Board. This document describes the installation procedure for the ACB-100 Audio Control Board.

INSTALLATION INSTRUCTIONS. ACB-100 Audio Control Board. This document describes the installation procedure for the ACB-100 Audio Control Board. INSTALLATION INSTRUCTIONS MicroComm DXI -00 Audio Control Board. Intent & Scope This document describes the installation procedure for the -00 Audio Control Board. 2. Description The -00 Audio Control

More information

Cable Pinouts. SRP I/O Module

Cable Pinouts. SRP I/O Module Cable Pinouts A This appendix lists the cables and connector pinout assignments for the cables used with the ERX-7xx models and ERX-14xx models. Topic Page SRP I/O Module A-1 CT1 and CE1 I/O Modules A-4

More information

ME758C-RJ45 MAIN MODULE (FRONT CARD) MAIN MODULE. Line: RJ-45 INTERFACE MODULE (REAR CARD) Serial: DB25 RJ45 CONN. INTERFACE MODULE (REAR CARD)

ME758C-RJ45 MAIN MODULE (FRONT CARD) MAIN MODULE. Line: RJ-45 INTERFACE MODULE (REAR CARD) Serial: DB25 RJ45 CONN. INTERFACE MODULE (REAR CARD) ME758C-RJ45 Line: RJ-45 MAIN MODULE Multi- Function LD Card ME758C-RJ45 Power -TD -RD INTERFACE MODULE (REAR CARD) -RTS -CD Serial: DB25 TEST - Remote 511E -ERROR Analog 511 This switch is on the bottom

More information

OnCell G3100 Series Quick Installation Guide

OnCell G3100 Series Quick Installation Guide OnCell G3100 Series Quick Installation Guide Edition 4.1, August 2016 Technical Support Contact Information www.moxa.com/support Moxa Americas: Toll-free: 1-888-669-2872 Tel: 1-714-528-6777 Fax: 1-714-528-6778

More information

P/N ( )

P/N ( ) EQUIPMENT INSTALLATION MANUAL For the GDC55 ARINC 49 DATA CONVERTER P/N 1089-4000-01-001( ) DAC International 670 McNeil Drive Austin, TX 7879 Copyright 008, DAC International. All rights reserved. Page

More information

Alternative B Type Mid-Span Power Sourcing Equipment. User s Guide

Alternative B Type Mid-Span Power Sourcing Equipment. User s Guide Alternative B Type Mid-Span Power Sourcing Equipment User s Guide REGULATORY STATEMENTS FCC Certifications This equipment has been tested and found to comply with the limits for a Class B digital device,

More information

DATA CONNECT ENTERPRISE

DATA CONNECT ENTERPRISE DATA CONNECT ENTERPRISE User s Manual IG202T and IGV23 Modem Document Number 520-01005-001 Rev. A DATA CONNECT Contents Contents... iii Figures... iv Chapter 1 Introduction... 5 Features...6 Applications...7

More information

SYSTEM 8/10 Plus PROJECTOR COMMUNICATIONS KIT ATTENTION! PLEASE READ THIS DOCUMENT FOR IMPORTANT INSTALLATION INSTRUCTIONS

SYSTEM 8/10 Plus PROJECTOR COMMUNICATIONS KIT ATTENTION! PLEASE READ THIS DOCUMENT FOR IMPORTANT INSTALLATION INSTRUCTIONS SYSTEM 8/10 Plus PROJECTOR COMMUNICATIONS KIT ATTENTION! PLEASE READ THIS DOCUMENT FOR IMPORTANT INSTALLATION INSTRUCTIONS THIS KIT HAS BEEN SHIPPED WITH THE FOLLOWING COMPONENTS: Kit Type: EPSON Included

More information

Multi-Channel RS-232 Current Loop Interface Converter (CLIC)

Multi-Channel RS-232 Current Loop Interface Converter (CLIC) DECEMBER 1996 CL204A CL208A CL212A CL216A Multi-Channel RS-232 Current Loop Interface Converter (CLIC) CLIC 1/2A,SLO BLO,115VAC 1/4,SLO BLO,230VAC CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S.:

More information

MSR 2400W. Multi purpose Power System for Telecom and Industrial Applications. Nominal Output Voltage. Voltage Setting Range

MSR 2400W. Multi purpose Power System for Telecom and Industrial Applications. Nominal Output Voltage. Voltage Setting Range MSR 2400W Multi purpose Power System for Telecom and Industrial Applications 2400 W modular system All voltages available 0 144VDC per module U and I adjustable from 0 to max value Hot-swap plug-in modules

More information

Quick Start Guide. Features

Quick Start Guide. Features Quick Start Guide HDMI Matrix 8x8 built-in WiFi Features Any eight Sources to Any eight Displays,Each port supports HDMI or DVI inputs. The HDMI input is compensated, clock/phase adjusted and jitter free

More information

USER MANUAL FOR GS100/GS1003G

USER MANUAL FOR GS100/GS1003G USER MANUAL FOR GS100/GS1003G 1 Table of Contents 1. INTRODUCTION... 3 2. FEATURES... 3 3. OPERATION... 3 4.CONNECTION DETAILS... 4 5.CONFIGURATION... 5 5.1 Hyper Terminal Setting... 5 5.2 GS100 Configuration...

More information

This Datasheet is for the IC693CBL300. I/O Bus Expansion Cables.

This Datasheet is for the IC693CBL300. I/O Bus Expansion Cables. This Datasheet is for the IC6CBL00 I/O Bus Expansion Cables http://www.qualitrol.com/shop/p-45-ic6cbl00.aspx Provides the wiring diagrams and installation guidelines for this GE Series 0-0 module. For

More information

Conitel ASYNC Adapter

Conitel ASYNC Adapter Conitel ASYNC Adapter TABLE OF CONTENTS SECTION 1 - DESCRIPTION...2 SECTION 2 - SPECIFICATIONS... SECTION - INSTALLATION...6 SECTION - CONTROLS AND INDICATORS...9 SECTION - NETWORK MANAGEMENT PORT...11

More information

FE1&10/100BASE-T Bridge

FE1&10/100BASE-T Bridge USER MANUAL F&10/100BASE-T Bridge Contents 1. Product description... 2 2. Main features... 2 3. Technical specifications... 3 4. Installation and panel description... 4 4.1 Unpacking(stand alone F&10/100BASE-T

More information

CTI CALL INFORMATION INTERFACE

CTI CALL INFORMATION INTERFACE CTI CALL INFORMATION INTERFACE MODEL CN-4750 SERIAL/ITEM 533/nnn OPERATOR MANUAL Issue 3, FEB, 2002 AUTHOR: PETER ZEUG PATENTS PENDING DESIGNED AND MANUFACTURED IN AUSTRALIA DESIGN TWO THOUSAND PTY LTD

More information

INSTRUCTION MANUAL RA 19-4C RACK ADAPTER HOT SWAP RACK ADAPTER FOR HSF 300W, 600W, 1200W, 1500W SERIES POWER SUPPLIES

INSTRUCTION MANUAL RA 19-4C RACK ADAPTER HOT SWAP RACK ADAPTER FOR HSF 300W, 600W, 1200W, 1500W SERIES POWER SUPPLIES INSTRUCTION MANUAL RA 9-4C RACK ADAPTER HOT SWAP RACK ADAPTER FOR HSF 300W, 600W, 200W, 500W SERIES POWER SUPPLIES KEPCO INC. An ISO 900 Company. MODEL RA 9-4C RACK ADAPTER ORDER NO. REV. NO. IMPORTANT

More information

NVE40K Installation Guide

NVE40K Installation Guide NVE40K Installation Guide INFORMATION TO USER CAUTION RISK OF ELECTRIC SHOCK, DO NOT OPEN! CAUTION: TO REDUCE THE RISK OF ELECTRIC SHOCK, DO NOT REMOVE COVER (OR BACK). NO USER SERVICEABLE PARTS INSIDE.

More information

SPL - DS TABLE OF CONTENTS SECTION 1 - DESCRIPTION...2 SECTION 2 - SPECIFICATIONS...3 SECTION 3 - INSTALLATION...5

SPL - DS TABLE OF CONTENTS SECTION 1 - DESCRIPTION...2 SECTION 2 - SPECIFICATIONS...3 SECTION 3 - INSTALLATION...5 SPL - DS TABLE OF CONTENTS SECTION 1 - DESCRIPTION...2 SECTION 2 - SPECIFICATIONS...3 SECTION 3 - INSTALLATION...5 SECTION 4 - CONTROLS AND INDICATORS...6 SECTION 5 - NETWORK MANAGEMENT PORT...12 SECTION

More information

USER MANUAL MODEL 2017P MODEL 2017P60. RS-232 to 20mA and. RS-232 to 60mA Current Loop Converters

USER MANUAL MODEL 2017P MODEL 2017P60. RS-232 to 20mA and. RS-232 to 60mA Current Loop Converters USER MANUAL MODEL 2017P RS-232 to 20mA and MODEL 2017P60 RS-232 to 60mA Current Loop Converters 07M2017P-E Doc# 073051UE Revised 5/7/96 SALES OFFICE (301) 975-1000 TECHNICAL SUPPORT (301) 975-1007 1.0

More information

8S RS232/422/485 Combo to USB2.0 Module Box Installation Guide

8S RS232/422/485 Combo to USB2.0 Module Box Installation Guide Installation Guide Congratulation on your purchasing this high performance 8-port RS232/422/485 Combo to USB2.0 Module Box. The product includes a metal module box and a USB cable. Each box has an upstream

More information

MC 11 EB-2 Power supply cabinet with external bus, AC version

MC 11 EB-2 Power supply cabinet with external bus, AC version MC 11 EB-2 Power supply cabinet with external bus, AC version USER/MAINTENANCE MANUAL 1 SLOT 0 SLOT 1 SLOT 2 SLOT 3 SLOT 4 SLOT 5 SLOT 6 SLOT 7 SLOT 8 SLOT 9 SLOT 10 SLOT 11 EB-2 (a) MC11 (b) (c) Figures

More information

ELECTRONIC DISPLAYS INC. 135 S. CHURCH STREET ADDISON, ILL

ELECTRONIC DISPLAYS INC. 135 S. CHURCH STREET ADDISON, ILL ELECTRONIC DISPLAYS INC. 135 S. CHURCH STREET ADDISON, ILL. 60101 www.electronicdisplays.com PRODUCT PART NUMBER : ED225MPC 2L N1-VERT-1001- KYN1 DESCRIPTION: Indoor 4 digit, 2.25 inch high, red LED, 2

More information

DESIGN SPECIFICATION # R1 Model AHRS-500 P/N ARINC 407 TO ARINC 429 ADAPTOR CTRL # /17/96

DESIGN SPECIFICATION # R1 Model AHRS-500 P/N ARINC 407 TO ARINC 429 ADAPTOR CTRL # /17/96 DESIGN SPECIFICATION # 550-2000-R1 Model AHRS-500 P/N 550-2000 ARINC 407 TO ARINC 429 ADAPTOR CTRL # 96060006 10/17/96 Skylight Avionics 38629 6th Street East Palmdale, California (661) 265-0497 INDEX

More information

Multi-Port Controller

Multi-Port Controller Multi-Port Controller TABLE OF CONTENTS SECTION 1 DESCRIPTION... SECTION - SPECIFICATIONS... SECTION - INSTALLATION... SECTION - FRONT PANEL CONTROLS AND INDICATORS...9 SECTION - NETWORK MANAGEMENT PORT...10

More information

Quick Start Installation Guide

Quick Start Installation Guide apc/l Quick Start Installation Guide Version A2 Document Part Number UM-201 May 2010 OVERVIEW The apc/l is an intelligent access control and alarm monitoring control panel which serves as a basic building

More information

Models HP Tablet Charging Module HP Charging Module LAN Kit

Models HP Tablet Charging Module HP Charging Module LAN Kit Overview Models HP Tablet Charging Module HP Charging Module LAN Kit J6X15AA K7H15AA Introduction Quickly and easily charge, update, store, and secure up to 10 tablet PCs inside the HP Tablet Charging

More information

Chapter 2 BladeStation Enclosure

Chapter 2 BladeStation Enclosure Chapter 2 BladeStation Enclosure Cubix BladeStation is an enclosure that provides power and cooling to multiple Cubix Blade Servers. It consists of a steel case, a mid-plane, an Input / Output (I / O)

More information

MX44AB. User Manual. 4x4 4K HDMI Matrix

MX44AB. User Manual. 4x4 4K HDMI Matrix MX44AB User Manual 4x4 4K HDMI Matrix MX44AB USER MANUAL Contents Thank you for purchasing this product. For optimum performance and safety, please read these instructions carefully before connecting,

More information

INSTALLATION INSTRUCTIONS FOR THE BV10-100/1000

INSTALLATION INSTRUCTIONS FOR THE BV10-100/1000 INSTALLATION INSTRUCTIONS FOR THE BV10-100/1000 This document describes the basic steps for installing your BV10-100 or BV10-1000. For detailed information about the BV10-100/1000, see the Ethernet Performance

More information

DA-682A-DPP Series Quick Installation Guide

DA-682A-DPP Series Quick Installation Guide DA-682A-DPP Series Quick Installation Guide x86 Rackmount Embedded Computers Edition 1.0, March 2016 Technical Support Contact Information www.moxa.com/support Moxa Americas: Toll-free: 1-888-669-2872

More information

Configuration Questions:

Configuration Questions: Configuration Questions: 1 What equipment will be protected? Calculate using Table 1 What do I want the UPS to do? Shutdown server(s) interface? Provide extended battery (autonomy) runtime? 3 Where do

More information

MONITORING INTELLIRACK USER MANUAL

MONITORING INTELLIRACK USER MANUAL MONITORING INTELLIRACK USER MANUAL TABLE OF CONTENTS 1.0 INTRODUCTION..........................................................1 1.1 Overview...................................................................

More information

Unpacking an Epica Distribution Matrix

Unpacking an Epica Distribution Matrix an Epica Distribution Matrix An Epica Distribution Matrix is shipped with one enclosure in each palleted box. Each box contains one of each of the following items (invoices are sent separately): Power

More information

Page 1 MRK-D-0011, V2.0 Aeroqual SM50 User Guide

Page 1 MRK-D-0011, V2.0 Aeroqual SM50 User Guide Page 1 Table of Contents User Guide Revision History... 3 Description... 4 1. Operating Instructions... 4 1.1. Power... 4 1.2. Warm Up... 4 1.3. Standard Inputs and Outputs... 4 1.4. Using the Relay Output...

More information

4x4 DVI Dual Link Matrix

4x4 DVI Dual Link Matrix 4x4 DVI Dual Link Matrix EXT-DVI-444DL User Manual www.gefen.com ASKING FOR ASSISTANCE Technical Support: Telephone (818) 772-9100 (800) 545-6900 Fax (818) 772-9120 Technical Support Hours: 8:00 AM to

More information

User Guide Automatic Transfer Switch (ATS)

User Guide Automatic Transfer Switch (ATS) User Guide Automatic Transfer Switch (ATS) V.1.0 Table of Contents 1. Introduction... 2 2. Product Overview... 2 3. Important Safety Warnings... 3 4. Operation Indicators & Status... 3 5. Installation...

More information

FVT/FVR20D2I1C4E INSTALLATION AND OPERATION MANUAL

FVT/FVR20D2I1C4E INSTALLATION AND OPERATION MANUAL 2-CHANNEL 10-BIT DIGITALLY ENCODED VIDEO + 2 BI-DIRECTIONAL DATA + AIPHONE INTERCOM + 4 CONTACT CLOSURE + 100MB ETHERNET + REDUNDANT POINT-TO-POINT DUAL SFP OPTICAL PORTS The series utilize 10-bit digital

More information

Cisco CRS 3-Phase AC Power Distribution Unit Installation Guide 2. Cisco CRS 3-Phase AC Power Distribution Unit 2

Cisco CRS 3-Phase AC Power Distribution Unit Installation Guide 2. Cisco CRS 3-Phase AC Power Distribution Unit 2 Cisco CRS 3-Phase AC Power Distribution Unit Installation Guide Cisco CRS 3-Phase AC Power Distribution Unit Installation Guide 2 Cisco CRS 3-Phase AC Power Distribution Unit 2 Revised: November 18, 2016,

More information

Features. IDS : Inclinometer Display System with RS232 Output

Features. IDS : Inclinometer Display System with RS232 Output Graphic Dual Axis Mode Dual Axis Mode Features Single Axis Mode Description Features The IDS is a high quality display system for use with many of our inclinometer sensors. It has a sturdy Aluminium housing

More information

ME930C-RJ11 MAIN MODULE (FRONT CARD) MAIN MODULE. Line: RJ-11 INTERFACE MODULE (REAR CARD) Serial: DB25 CONN. SW1 RJ-11 CONN.

ME930C-RJ11 MAIN MODULE (FRONT CARD) MAIN MODULE. Line: RJ-11 INTERFACE MODULE (REAR CARD) Serial: DB25 CONN. SW1 RJ-11 CONN. ME930C-RJ11 Line: RJ-11 ME930C-RJ11 MAIN MODULE Power -TD -RD INTERFACE MODULE (REAR CARD) TEST -Cntrl In -Cntrl Out Serial: DB25 CN. 7 8 SW1 JB2 1 2 3 RJ-11 CN. JB3 INTERFACE MODULE (REAR CARD) 1 2 3

More information

MGate 5105-MB-EIP Quick Installation Guide

MGate 5105-MB-EIP Quick Installation Guide MGate 5105-MB-EIP Quick Installation Guide Edition 2.2, March 2019 Technical Support Contact Information www.moxa.com/support Moxa Americas: Toll-free: 1-888-669-2872 Tel: 1-714-528-6777 Fax: 1-714-528-6778

More information

PS3108C. 8-Port Web Smart GbE PoE+ Switch QUICK INSTALLATION GUIDE

PS3108C. 8-Port Web Smart GbE PoE+ Switch QUICK INSTALLATION GUIDE PS3108C 8-Port Web Smart GbE PoE+ Switch QUICK INSTALLATION GUIDE i Contents Chapter 1 Introduction... 1 Overview... 1 Front panel of the Switch... 1 Rear panel of the Switch... 2 Chapter 2 Installing

More information

MX ASI-IP & MX IP-ASI

MX ASI-IP & MX IP-ASI User s Manual MX ASI-IP & MX IP-ASI DVB-ASI Over Ethernet Network Adapters Installation and User Guide T A B L E O F C O N T E N T S MX ASI-IP Network Adapter... 2 Command Line Description... 4 MX IP-ASI

More information

Power LED Beam 56 Narrow

Power LED Beam 56 Narrow Power LED Beam 56 Narrow owners manual 2 Thanks for choosing the GLX LIGHTING PLB-56N. The PLB-56N is a full RGB color mix par can DMX- 512 controllable, made up of highly efficient and bright LED s measuring

More information

RS232/RS422 INTERFACE SETUP MANUAL FOR PHV Series High Voltage POWER SUPPLY Document: Rev A

RS232/RS422 INTERFACE SETUP MANUAL FOR PHV Series High Voltage POWER SUPPLY Document: Rev A RS232/RS422 INTERFACE SETUP MANUAL FOR PHV Series High Voltage POWER SUPPLY Document: TDK-LAMBDA AMERICAS 405 Essex Road, Neptune, NJ 07753 Tel: (732) 795-4149 Fax: (732) 922-9334 Web: www.us.tdk-lambda.com/hp

More information

FP-1000PW. Thermal Printer User s Manual. Fujitsu Isotec Limited. KA02066-Y Standard Model Built-in Power Supply Model FP-1000

FP-1000PW. Thermal Printer User s Manual. Fujitsu Isotec Limited. KA02066-Y Standard Model Built-in Power Supply Model FP-1000 FP-1000 Thermal Printer User s Manual Standard Model Built-in Power Supply Model FP-1000 FP-1000PW Fujitsu Isotec Limited. KA02066-Y900-04 4. Preparation No printer cable is provided with the product.

More information

Appendix A Cable Pinouts

Appendix A Cable Pinouts Appendix A Cable Pinouts This appendix lists the cables and connector pinout assignments for the cables used with the ERX-7xx models and ERX-14xx models. Topic Page SRP I/O Module 163 CT1 and CE1 I/O Modules

More information

8-Port Industrial USB to RS-232/422/485 Serial Adapter - 15 kv ESD Protection

8-Port Industrial USB to RS-232/422/485 Serial Adapter - 15 kv ESD Protection 8-Port Industrial USB to RS-232/422/485 Serial Adapter - 15 kv ESD Protection Product ID: ICUSB234858I Add extra COM ports to your laptop or desktop computer, quickly and easily. This USB to RS232/422/485

More information

Wiring Section 3-3. NQ-Series communication ports support various types of (serial) communication.

Wiring Section 3-3. NQ-Series communication ports support various types of (serial) communication. 3-3 Wiring NQ-Series models have, besides one power connector, a number of communication ports. Please refer to Table 2.2: Common specifications for NQ-Series and Table 2.3: Specifications per NQ-Series

More information

HP Uninterruptible Power Supplies Overview

HP Uninterruptible Power Supplies Overview NOTE: Additional information on these and additional HP UPS products at: http://h18004.www1.hp.com/products/servers/proliantstorage/power-protection/index.html Description HP rack mountable UPSs, designed

More information

Message Display Operator Panel. UCT-33/36 Industrial Terminal. Manual 32.00

Message Display Operator Panel. UCT-33/36 Industrial Terminal. Manual 32.00 BRODERSEN Message Displays/Operator Panels Message Display Operator Panel UCT-33/36 Industrial Terminal Manual 32.00 Brodersen Controls A/S. Betonvej 0. DK-4000 Roskilde. Denmark. Tel (+45) 46 74 00 00.

More information

Connecting a Cisco Reader Module

Connecting a Cisco Reader Module CHAPTER 3 Overview The optional Cisco Reader Module (Figure 3-1) is similar to the Cisco Physical Access Gateway, providing the same ports for Weigand readers and other input and output devices. The Cisco

More information

Cable Specifications. Interface Specifications. Fiber-Optic Specifications APPENDIXB

Cable Specifications. Interface Specifications. Fiber-Optic Specifications APPENDIXB APPENDIXB This appendix lists the cable specifications for supported modules on the Cisco 7600 series router. The following signal summaries are contained in this appendix: Interface Specifications, page

More information

Cisco ONS CL Shelf Assembly Hardware

Cisco ONS CL Shelf Assembly Hardware CHAPTER 1 This chapter provides a description of Cisco ONS 15310-CL shelf hardware. Instructions for installing equipment are provided in the Cisco ONS 15310-CL and Cisco ONS 15310-MA Procedure Guide.

More information

Configuration Questions:

Configuration Questions: Configuration Questions: 1 What equipment will be protected? Calculate using Table 1 What do I want the UPS to do? Shutdown server(s) interface? Provide extended battery (autonomy) runtime? 3 Where do

More information

05-023r0 SAS-1.1 Connector figures 23 December 2004

05-023r0 SAS-1.1 Connector figures 23 December 2004 To: T10 Technical Committee From: Jerry Kachlic, Molex (Jerry.Kachlic@molex.com) and Rob Elliott, HP (elliott@hp.com) Date: 23 December 2004 Subject: 05-023r0 SAS-1.1 Connector figures Revision history

More information

and Network Interface Modules Installation Instructions

and Network Interface Modules Installation Instructions 4010-9817 and 4010-9821 Network Interface Modules Installation Instructions Cautions and Warnings DO NOT INSTALL ANY SIMPLEX PRODUCT THAT APPEARS DAMAGED. Upon unpacking your Simplex product, inspect the

More information

SYSTEM 4xi PROJECTOR COMMUNICATIONS KIT ATTENTION! PLEASE READ THIS DOCUMENT FOR IMPORTANT INSTALLATION INSTRUCTIONS

SYSTEM 4xi PROJECTOR COMMUNICATIONS KIT ATTENTION! PLEASE READ THIS DOCUMENT FOR IMPORTANT INSTALLATION INSTRUCTIONS SYSTEM 4xi PROJECTOR COMMUNICATIONS KIT ATTENTION! PLEASE READ THIS DOCUMENT FOR IMPORTANT INSTALLATION INSTRUCTIONS THIS KIT HAS BEEN SHIPPED WITH THE FOLLOWING COMPONENTS: Kit Type: EIKI Included Communications

More information

InView Marquee Message Display

InView Marquee Message Display Installation Instructions InView Marquee Message Display Introduction These instructions show how to change the serial address and how to mount InView series signs with NEMA Types 4, 4X, and 12 enclosures.

More information

ATS-16 HV USER MANUAL. Automatic Transfer Switch 16A / 230Vac V090318

ATS-16 HV USER MANUAL. Automatic Transfer Switch 16A / 230Vac V090318 ATS-16 HV Automatic Transfer Switch 16A / 230Vac USER MANUAL V090318 SAFETY Intended use The ATS-16 HV device serves as a power source selector to provide improved power supply for connected loads. ATS-16

More information

SERIES 208 INSTALLATION & OPERATING MANUAL

SERIES 208 INSTALLATION & OPERATING MANUAL SERIES 208 INSTALLATION & OPERATING MANUAL Microframe Corporation 604 South 12th Street Broken Arrow, OK 74012 Local: 918-258-4839 Toll Free: 800-635-3811 Website: www.microframecorp.com E-mail: support@microframecorp.com

More information

Microframe Corporation

Microframe Corporation A0262: RS232 Remote Display Operating Manual A0262-7010 *A0262-7010* A0262 INSTALLATION & SPECIFICATION GUIDE ITEM NO: A0262 REVISION DATE: 11/09 Microframe Corporation 604 S. 12th Street Broken Arrow,

More information

IP Indoor High Speed Dome CAM Ver Quick Installation Guide

IP Indoor High Speed Dome CAM Ver Quick Installation Guide IP Indoor High Speed Dome CAM-6510 Ver. 090318 Quick Installation Guide 1 1 Getting Started 1.1 PACKAGE CONTENTS CAM-6510 Warranty Card Software CD Power & A/V Cable LAN/WAN Cable Power Adaptor 5.4 Transparent

More information

Cable and Port Specifications

Cable and Port Specifications APPENDIXC This appendix provides cable and port specifications, and includes the following sections: Cables and Adapters Provided, page C-1 Console Port, page C-2 COM1 Port, page C-3 MGMT 10/100/1000 Ethernet

More information

Powerware P60/61

Powerware P60/61 ware 51405 9910 P60/61 Runtime and Rack Connections P60 & P61 Runtime and Rack Connections v5.ppt Battery Runtime Matrix Battery Runtime (in minutes)* Standard (Std) Watts Internal Batteries 1 EBM 2 EBMs

More information

ECT-1-PoE+ & ECR-1-PoE+ Series Instruction Manual

ECT-1-PoE+ & ECR-1-PoE+ Series Instruction Manual ECT-1-PoE+ & ECR-1-PoE+ Series Instruction Manual Overview The ECT-1-PoE+ and ECR-1-PoE+ provide transmission of a 10/100Base-TX Ethernet signal over coaxial cable with PoE+ & PoC. This quick start guide

More information

TRITON routing switcher

TRITON routing switcher TRITON routing switcher RS-422 Data Router 16x16 Product model no. TTN-BRS-1616 INSTALLATION MANUAL MANUAL PART NO. 04-052074-004 Rev. 2 MARCH 07, 2003 the most watched worldwide ii Headquarters Thomson

More information

Instruction Manual Model Block Translator

Instruction Manual Model Block Translator Instruction Manual Model 2083-1010 Block Translator May 2018, Rev. 0 1250>1200 G=-10.0 REF = AUTO - I MENU MODEL 2083 TRANSLATOR CROSS TECHNOLOGIES INC. REMOTE POWER ALARM EXECUTE Data, drawings, and other

More information

HDMI Matrix. Model: HDMIMX44RS. Operating Instruction

HDMI Matrix. Model: HDMIMX44RS. Operating Instruction HDMI Matrix Model: HDMIMX44RS Operating Instruction 1 Thank you for purchasing this product. For optimum performance and safety, please read these instructions carefully before connecting, operating or

More information

Installing the Cisco 2524 and Cisco 2525 Routers

Installing the Cisco 2524 and Cisco 2525 Routers CHAPTER 3 Installing the Cisco 2524 and Cisco 2525 Routers This chapter guides you through the installation of the Cisco 2524 and Cisco 2525 routers and includes the following sections: Required Tools

More information