CS x1 RS-232 Computer Controlled Video Switcher. Instruction Manual

Size: px
Start display at page:

Download "CS x1 RS-232 Computer Controlled Video Switcher. Instruction Manual"

Transcription

1 CS x1 RS-232 Computer Controlled Video Switcher Instruction Manual Thank you for purchasing one of our products. Please read this manual before using this product. When using this product, always follow the instructions contained in this manual, and pay attention to the safety information.

2 Do not expose this product to water, rain or moisture. Doing this can result in electric shock or fire. Never take this product apart or try to modify it. Doing so is very dangerous and could result in electric shock. Do not store this product near open flame. Do not use this product near open flame or place lit or flammable items, such as candles, incense, ect., on it. Do not place any containers filled with water or other liquids near this product. Doing so could result in fire or electric shock if the liquid spills and enters the product or gets it wet. If a liquid spills near this product, unplug the product immediately. Do not remove or insert the power supply with wet hands. Doing so could result in electric shock. Do not use the power supply in any of the following ways. Doing so could result in fire or electric shock. Modifying or heating the power cable Damaging the power cable Bending or tugging on the power cable unnecessarily Knotting or kinking the power cable Setting heavy objects on the power cable When moving this product, first unplug the power supply from the outlet. Do not tug the cable or move this product with the power supply plugged into the outlet. Doing so could damage the cable, possibly resulting in fire or electric shock. To reduce the risk of electric shock, do not remove the cover. No parts inside the product can be serviced by the user. If your product needs service contact: Compu-Video Systems Inc. at (845) Usage Environment Avoid using or storing this product in areas such as those listed below. Doing so could damage the product or cause it to malfunction. Areas exposed to heat or flames Humid areas and areas where water is used Handling this product Do not drop or apply a strong force to this product or any included or connected parts. Do not spill liquids around or inside this product or drop flammable objects around or inside it. Power Supply Only use the supplied power supply which is designed specifically for this product. Do not allow the plug to come into contact with metal or water. This Product is not designed for contact medical use Do not use this product for medical applications that could result in patient contact. The information in this manual is believed to be accurate. It is intended for professional end users having the skills to evaluate and use the data properly. Compu-Video assumes no liability in connection with damages incurred while using this product.

3 Model # Of Inputs # Of Outputs Controls Special Features CS RS-232 Controlled CS-1600: 16x1 Terminating Video RS-232 Computer Controlled Video Switcher The Compu-Video Systems CS-series switchers have the following features: NTSC and PAL color compatible Vertical interval switching UL listed power pack Low power consumption Single rack high Each switcher kit should contain each of the following items: INSTALLATION: Instruction sheet Power Pack Switcher 1) Connect the power supply to the switcher by pushing the power connector into the rear of the switcher until it can go no further. 2) Plug in the power pack to a 115VAC source. The power indicator should come on at this time. 3) Connect the computer to switcher cable at this time. See Fig. 1 for cable diagram. 5) The CS series switchers all use the same software and are simply plug and play compatible. Simply connect the RS-232 cable and using the codes as described in this manual, send out the commands to the switcher. Fig. 1 System Connections

4 Fig. 2 Cable Diagram RS-232 Switcher Wiring Diagram MULTI-SWITCHER SETUP: To connect multiple units together to enlarge the number of inputs you must set the slave units up for the proper addresses. The CS-1600 has no internal user controls. A) Determine which unit will be the master. All units are preset as masters from the factory. Put it aside. B) On each of the slave units: Using the master slave diagram locate: Disconnect the power to the unit. Remove the cover. The Master/slave suitcase jumper The 8 pos Dip switch C) Determine the ID number to be used for each slave unit, (i.e. unit 16, or 15 or 14...). Mark the unit as to the ID number it is set for. Written in pencil on the bottom will do the trick! D) Set the suitcase jumper to the Slave position as shown in the master slave jumper setup diagram. E) Set dip switch #5 to the off position. There is an eight position dip switch located on the control board. It is factory set for machine #1 and the suitcase jumper is set for a master unit. To add addition units you will start at the highest number and count down as shown in the system diagram. The master will always be machine 1 unless there are 16 slave units. The slaves will start at 16 and go down to 1 as they are added.

5 SWITCH CODE SWITCH MACHINE NUMBER 0000 ON ON ON ON ON ON ON OFF ON ON OFF ON ON ON OFF OFF ON OFF ON ON ON OFF ON OFF ON OFF OFF ON ON OFF OFF OFF OFF ON ON ON OFF ON ON OFF OFF ON OFF ON OFF ON OFF OFF OFF OFF ON ON OFF OFF ON OFF OFF OFF OFF ON OFF OFF OFF OFF 16 Fig. 3 Master Slave Jumper Setup D) Re-install the cover and attach the power to the unit. E) Interconnect the units with coax for the video and phone handset cords for the control.

6 Fig. 4 Master / Slave Unit Setup From Computer Machine 1 Master Machine 2 Slave 1 Machine 3 Slave 2 The following is an example of a GW basic program used to control the CS-1600 or CS-216. It can also be used for the smaller 4 and 8 position switchers with some modifications. The CS-14 & CS-24 are defalted to machine #1, whose command is on line 910. An example of a CS-14 command line is: LET A$ = ` (Always machine # 1 For The CS-14 & CS-24 Series) LET B$ = 0 (For Input 1) LET B$ = 3 (For Input 4) The first group of characters are used to determine which machine number is being activated in a multi switcher system. Normally machine #1 is used a default. The second group determines the Input that will be switched to the output once the commands are sent. Line #905 represents the settings for the RS-232 Com. port. If you have any questions please call Compu-Video Systems at (845) between the hours of 9am and 5pm (EST). APPENDIX I Command Protocol For RS-232 Port - IBM PC Type 10 CLS 15 LET E% = E%+1 30 PRINT SELECT THE NUMBER OF THE SWITCHER TO BE CHANGED [1 TO 16] ; 40 INPUT A% 50 IF A% = 1 THEN LET A$ = ` Defult for the CS-18(Machine 1) 60 IF A% = 2 THEN LET A$ = a 70 IF A% = 3 THEN LET A$ = b 71 IF A% = 4 THEN LET A$ = c 72 IF A% = 5 THEN LET A$ = d 73 IF A% = 6 THEN LET A$ = e 74 IF A% = 7 THEN LET A$ = f 75 IF A% = 8 THEN LET A$ = g

7 76 IF A% = 9 THEN LET A$ = h 77 IF A% = 10 THEN LET A$ = i 78 IF A% = 11 THEN LET A$ = j 79 IF A% = 12 THEN LET A$ = k 80 IF A% = 13 THEN LET A$ = l 81 IF A% = 14 THEN LET A$ = m 82 IF A% = 15 THEN LET A$ = n 83 IF A% = 16 THEN LET A$ = o 100 PRINT SELECT INPUT TO BE CHANGED [1-16] ; 103 INPUT Y% 500 IF Y% = 1 THEN LET B$ = IF Y% = 2 THEN LET B$ = IF Y% = 3 THEN LET B$ = IF Y% = 4 THEN LET B$ = IF Y% = 5 THEN LET B$ = IF Y% = 6 THEN LET B$ = IF Y% = 7 THEN LET B$ = IF Y% = 8 THEN LET B$ = IF Y% = 9 THEN LET B$ = IF Y% = 10 THEN LET B$ = IF Y% = 11 THEN LET B$ = : 730 IF Y% = 12 THEN LET B$ = ; 800 IF Y% = 13 THEN LET B$ = < 810 IF Y% = 14 THEN LET B$ = = 820 IF Y% = 15 THEN LET B$ = > 830 IF Y% = 16 THEN LET B$ =? 900 GOTO OPEN COM1:9600,N,8,1,RS,CS,DS,CD,BIN AS #1 910 PRINT #1, A$ ; B$ ; 920 CLOSE #1 930 CLS 1-4 On CS-14 & CS INPUT DO YOU WISH TO EXIT THE CS-1600 PROGRAM [YES / NO] ; A$ 932 IF A$ = Y THEN IF A$ = y THEN IF A$ = N THEN IF A$ = n THEN END 1-8 On CS-18

8

9 CS-1600 RS-232 Video Switcher FEATURES: High quality Video Performance High quality Construction UL listed power supply 5 Year Warranty Made in USA The CS-1600 switcher is an RS-232 controlled, 16 video input with 1 video output vertical interval switcher. By cascading 17 units together you can create a 256x1 switcher. The CS-1600 is 1 rack unit high and has an optional rack kit for rack mounting and uses commonly available telephone handset cords to interconnect the RS-232 signals. Only one serial port is needed for multiple unit control due to buffered loop thru s on the CS-1600 s RS-232 connections. All switcher control parameters are field selectable for ease of installation. SPECIFICATIONS Video: Operational: Inputs (16): Composite Video Baud Rate: 9600 Baud, Preset Input Connectors: BNC RS-232 Connections (2): 4-4 Handset Phone Conn. Input Level: 1.0VPP Nominal, 2VPP Max Control Commands: Predefined ASCII Codes For Input Impedance: 75ohm +/-5% Unit ID And Input Select Outputs (1): Composite Video Power Requirements: Output Connectors: BNC Power Connector: 3.5mm Phono Plug, Center + Output Impedance: 75ohm +/-5% AC Operation: Use 12VDC AC Adapter Gain In/Out: Unity Into 75ohms +/- 10% DC Power Input: 12 To 20VDC Ungrounded Frequency Response: 0-5MHz +/-.5dB DC Power Draw: <2.5 VA 5-15MHz + 1.0dB Mechanical: Diff. Gain: <.8% Size: W x 6.8 D x 1.7 H Diff. Phase: <.8 Weight: 3lbs H Tilt: <1% V Tilt: <1% All Specifications Subject To Change Without Prior Notification

10 NOTES:

11 LIMITED WARRANTY: Compu-Video Systems warrants this product and all accessories provided with it to be free of defects in material and workmanship for a period of 5 years after the original date of purchase. This warranty does not cover damage to the product resulting from accident, misuse or modification. How The Warranty Works If this product, or any of the accessories supplied with it, become defective within the warranty period, Compu-Video Systems Inc. will at its discretion repair, or replace the product with an equivalent unit of equal or higher value without charge. Overland return transportation from Compu-Video Systems Inc. to the user is free of charge. How To Get Service Please contact CVS by phone for return authorization number and then return the defective unit, transportation prepaid and a dated proof of purchase to: Compu-Video Systems Inc. 37 Arden Drive Garrison, NY The customer is responsible for all costs incurred from shipping the product back to Compu-Video Systems. Obtaining Technical Help/Service Web Site: Phone: (845) Fax: (845) In no event shall Compu-Video Systems Inc. be liable for Consequential Damages. Some states do not allow exclusion or limitation of incidental or consequential damages, so the above limitation may not apply to you. This warranty gives you specific legal rights, and you may also have other rights which vary from state to state.

12

ARS x4 MATRIX SWITCHER Instruction Manual

ARS x4 MATRIX SWITCHER Instruction Manual ARS-8400 8x4 MATRIX SWITCHER Instruction Manual Thank you for purchasing one of our products. Please read this manual before using this product. When using this product, always follow the instructions

More information

CSA x2 Alarming RS-232 Seq. Video Switcher. Instruction Manual

CSA x2 Alarming RS-232 Seq. Video Switcher. Instruction Manual CSA-216 16x2 Alarming RS-232 Seq. Video Switcher Instruction Manual Thank you for purchasing one of our products. Please read this manual before using this product. When using this product, always follow

More information

DSP x1 Color Screen Splitter Instruction Manual

DSP x1 Color Screen Splitter Instruction Manual DSP-1200 2x1 Color Screen Splitter Instruction Manual Thank you for purchasing one of our products. Please read this manual before using this product. When using this product, always follow the instructions

More information

MDA-2-HV. 1x2 Moblie Distribution Amplifier. Instruction Manual

MDA-2-HV. 1x2 Moblie Distribution Amplifier. Instruction Manual MDA-2-HV 1x2 Moblie Distribution Amplifier Instruction Manual Thank you for purchasing one of our products. Please read this manual before using this product. When using this product, always follow the

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VM Video Component Distributor

Kramer Electronics, Ltd. USER MANUAL. Model: VM Video Component Distributor Kramer Electronics, Ltd. USER MANUAL Model: VM-1045 Video Component Distributor Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 1 3 Overview 3 4 Your VM-1045 Video Component Distributor

More information

Zigen ZIG-PAX. Premium Digital / Analog Audio Extender. 4K 60 Hz 4:4:4 HDCP 2.2 ZigNet, Full Web Interface and System Diagnostics

Zigen ZIG-PAX. Premium Digital / Analog Audio Extender. 4K 60 Hz 4:4:4 HDCP 2.2 ZigNet, Full Web Interface and System Diagnostics Zigen ZIG-PAX Premium Digital / Analog Audio Extender 4K 60 Hz 4:4:4 HDCP 2.2 ZigNet, Full Web Interface and System Diagnostics 1 Important Safety Instructions 1. Do not use this product near water. 2.

More information

NS-3 RF Noise Source Operation Manual

NS-3 RF Noise Source Operation Manual RF Noise Source Operation Manual Version 2.04 June 3, 2016 SPECIFICATIONS Frequency... Maximum output level... Output flatness... (at max output level) Impedance... Displayed level... Repeatability...

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VS-33Vxl. 3x1 Video Switcher

Kramer Electronics, Ltd. USER MANUAL. Model: VS-33Vxl. 3x1 Video Switcher Kramer Electronics, Ltd. USER MANUAL Model: VS-33Vxl 3x1 Video Switcher Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 1 3 Overview 3 3.1 Recommendations for Achieving the Best

More information

Kramer Electronics, Ltd. USER MANUAL. Models: 6808, SDI-AES De-Embedder 6809, SDI-AES Embedder

Kramer Electronics, Ltd. USER MANUAL. Models: 6808, SDI-AES De-Embedder 6809, SDI-AES Embedder Kramer Electronics, Ltd. USER MANUAL Models: 6808, SDI-AES De-Embedder 6809, SDI-AES Embedder Contents Contents 1 Introduction 1 2 Getting Started 1 3 Overview 1 3.1 About the 6808 SDI-AES De-Embedder

More information

USER MANUAL. DV-HSW-41 HDMI 4x1 SWITCHER LIT Bergen Boulevard, Woodland Park, NJ Tel FAX Web

USER MANUAL. DV-HSW-41 HDMI 4x1 SWITCHER LIT Bergen Boulevard, Woodland Park, NJ Tel FAX Web USER MANUAL DV-HSW-41 HDMI 4x1 SWITCHER 244 Bergen Boulevard, Woodland Park, NJ 07424 Tel 973-785-4347 FAX 973-785-3318 Web www.fsrinc.com LIT1372 PROPRIETARY INFORMATION All information in this manual

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VP-100. VGA/XGA to RGBHV Converter

Kramer Electronics, Ltd. USER MANUAL. Model: VP-100. VGA/XGA to RGBHV Converter Kramer Electronics, Ltd. USER MANUAL Model: VP-100 VGA/XGA to RGBHV Converter Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 1 3 Overview 3 4 Your VP-100 VGA/XGA to RGBHV Converter

More information

CrossLine Generator Operation Manual

CrossLine Generator Operation Manual WARRANTY MicroImage Video Systems warrants that each CL5400A is free from defects due to faulty materials or improper workmanship for a period of one (1) year. MicroImage Video Systems further warrants

More information

TR6102HD HDTV/DVD/COMPONENT VIDEO TO RGBHV TRANSCODER USER S GUIDE

TR6102HD HDTV/DVD/COMPONENT VIDEO TO RGBHV TRANSCODER USER S GUIDE MANUAL PART NUMBER: 400-0031-003 PRODUCT REVISION: 1 HDTV/DVD/COMPONENT VIDEO TO RGBHV TRANSCODER USER S GUIDE INTRODUCTION Thank you for your purchase of the Transcoder. We are certain that you will find

More information

USER MANUAL. Kramer Electronics, Ltd. Models:

USER MANUAL. Kramer Electronics, Ltd. Models: Kramer Electronics, Ltd. USER MANUAL Models: 707, Video Audio Line Transmitter 708, Video Audio Line Receiver 709, Y/C Line Transmitter 710, Y/C Line Receiver 711xl, Video-Audio Line Transmitter 712xl,

More information

USER INSTRUCTIONS MODEL CSI-200 COAXIAL SYSTEM INTERFACE

USER INSTRUCTIONS MODEL CSI-200 COAXIAL SYSTEM INTERFACE USER INSTRUCTIONS MODEL CSI-200 COAXIAL SYSTEM INTERFACE 9350-7676-000 Rev B, 5/2001 PROPRIETARY NOTICE The RTS product information and design disclosed herein were originated by and are the property of

More information

DisplayPort Extender over 2 LC Fibers

DisplayPort Extender over 2 LC Fibers DisplayPort Extender over 2 LC Fibers Audio 3GSDI Embedder EXT-DP-CP-2FO User Manual Release A2 DisplayPort Extender over 2 LC Fibers Important Safety Instructions 1. Read these instructions. 2. Keep these

More information

Kramer Electronics, Ltd. USER MANUAL. Model: PT-102VN. 1:2 Video DA

Kramer Electronics, Ltd. USER MANUAL. Model: PT-102VN. 1:2 Video DA Kramer Electronics, Ltd. USER MANUAL Model: PT-102VN 1:2 Video DA Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 2 3 Overview 3 4 Your PT-102VN 1:2 Video DA 4 5 Using the PT-102VN

More information

Zigen ZIG-ADM. 4K UHD+ Dolby Digital & DTS Stereo Decoder. 4K 60 Hz 4:4:4 HDCP 2.2 ZigNet, Full Web Interface and System Diagnostics

Zigen ZIG-ADM. 4K UHD+ Dolby Digital & DTS Stereo Decoder. 4K 60 Hz 4:4:4 HDCP 2.2 ZigNet, Full Web Interface and System Diagnostics Zigen ZIG-ADM 4K UHD+ Dolby Digital & DTS Stereo Decoder 4K 60 Hz 4:4:4 HDCP 2.2 ZigNet, Full Web Interface and System Diagnostics 1 Important Safety Instructions 1. Do not use this product near water.

More information

*Prefer. 600 MHz 4K ULTRA. 60Hz, 4:4:4. over one SC-Terminated Fiber-Optic Cable EXT-DP-4K600-1SC. User Manual. Release A1

*Prefer. 600 MHz 4K ULTRA. 60Hz, 4:4:4. over one SC-Terminated Fiber-Optic Cable EXT-DP-4K600-1SC. User Manual. Release A1 *Prefer 600 MHz 4K ULTRA 60Hz, 4:4:4 DisplayPort 1.2 Extender over one SC-Terminated Fiber-Optic Cable EXT-DP-4K600-1SC User Manual Release A1 Important Safety Instructions 1. Read these instructions.

More information

User Manual. AtlonA COMPOSITE VIDEO (BNC) + STEREO AUDIO TO HDMI VIDEO FORMAT CONVERTER AND SCALER AT-HD120

User Manual. AtlonA COMPOSITE VIDEO (BNC) + STEREO AUDIO TO HDMI VIDEO FORMAT CONVERTER AND SCALER AT-HD120 User Manual AtlonA COMPOSITE VIDEO (BNC) + STEREO AUDIO TO HDMI VIDEO FORMAT CONVERTER AND SCALER AT-HD120 TABLE OF CONTENTS 1. Introduction... 3 2. Package Contents... 3 3. Features... 3 4. Specification...

More information

COMPOSITE VIDEO (BNC) TO VGA VIDEO FORMAT CONVERTER AND SCALER AT-RGB110

COMPOSITE VIDEO (BNC) TO VGA VIDEO FORMAT CONVERTER AND SCALER AT-RGB110 User Manual COMPOSITE VIDEO (BNC) TO VGA VIDEO FORMAT CONVERTER AND SCALER AT-RGB110 TABLE OF CONTENTS 1. Introduction... 2 2. Package Contents... 2 3. Features... 2 4. Specification... 2 5. Panel Description...

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VS x1 Video Audio Switcher

Kramer Electronics, Ltd. USER MANUAL. Model: VS x1 Video Audio Switcher Kramer Electronics, Ltd. USER MANUAL Model: VS-421 4x1 Video Audio Switcher Contents Contents 1 Introduction 1 2 Getting Started 1 3 Overview 1 4 Your Video Audio Matrix Switcher 2 5 Connecting the Video

More information

ZIG-POEPRO-70A. HDBaseT HDMI Extender

ZIG-POEPRO-70A. HDBaseT HDMI Extender ZIG-POEPRO-70A HDBaseT HDMI Extender 1 Important Safety Instructions 1. Do not use this product near water. 2. Do not block any ventilation openings. Install in accordance with the manufacturer s instructions.

More information

DUAL/QUAD DISPLAY CONTROLLER Operation Manual

DUAL/QUAD DISPLAY CONTROLLER Operation Manual DUAL/QUAD DISPLAY CONTROLLER Operation Manual Model PXD524 MicroImage Video Systems division of World Video Sales Co., Inc PO Box 331 Boyertown, PA 19512 Phone 610-754-6800 Fax 610-754-9766 sales@mivs.com

More information

Operating Instructions

Operating Instructions Model No.: SPL1T801 Operating Instructions Thanks for purchasing our product. Please be sure to read this instruction manual carefully before using our product. Introduction Wyrestorm s SPL1T801 is a

More information

Kramer Electronics, Ltd. USER MANUAL. Model: CV / YC to SDI Converter

Kramer Electronics, Ltd. USER MANUAL. Model: CV / YC to SDI Converter Kramer Electronics, Ltd. USER MANUAL Model: 7508 CV / YC to SDI Converter Contents Contents 1 Introduction 1 2 Getting Started 1 3 Overview 1 4 Your 7508 CV / YC to SDI Converter 2 5 Using Your 7508 CV

More information

Kramer Electronics, Ltd. USER MANUAL. Model: FC Standards Converter / TBC

Kramer Electronics, Ltd. USER MANUAL. Model: FC Standards Converter / TBC Kramer Electronics, Ltd. USER MANUAL Model: FC-4000 Standards Converter / TBC Contents Contents 1 Introduction 1 2 Getting Started 1 3 Overview 1 4 Your Standards Converter / TBC 2 4.1 Connecting the

More information

DisplayPort Extender over 2 LC Fibers

DisplayPort Extender over 2 LC Fibers DisplayPort Extender over 2 LC Fibers Audio 3GSDI Embedder EXT-DP-CP-2FO User Manual Release A2 DisplayPort Extender over 2 LC Fibers Important Safety Instructions 1. Read these instructions. 2. Keep these

More information

Extender w/ RS-232 and 2-way IR

Extender w/ RS-232 and 2-way IR Extender w/ RS-232 and 2-way IR GTB-UHD2IRS-ELRPOL-BLK User Manual Release A3 Important Safety Instructions 1. Read these instructions. 2. Keep these instructions. 3. Heed all warnings. 4. Follow all instructions.

More information

Model R177M and R177S Baseband Switch

Model R177M and R177S Baseband Switch Model R177M and R177S Baseband Switch Installation Guide P/N 1340192 082304 Monroe Electronics 100 Housel Ave Lyndonville NY 14098-0535 800-821-6001 585-765-2254 fax 585-765-9330 www.monroe-electronics.com

More information

DA IN 1-OUT LINE DRIVER WITH EQUALIZATION + AUDIO USER S GUIDE

DA IN 1-OUT LINE DRIVER WITH EQUALIZATION + AUDIO USER S GUIDE MANUAL PART NUMBER: 400-0430-001 1-IN 1-OUT LINE DRIVER WITH UALIZATION + AUDIO USER S GUIDE TABLE OF CONTENTS Page PRECAUTIONS / SAFETY WARNINGS... 2 GENERAL...2 GUIDELINES FOR RACK-MOUNTING...2 INSTALLATION...2

More information

ZIG-POC-100. HDBaseT HDMI Extender

ZIG-POC-100. HDBaseT HDMI Extender v ZIG-POC-100 HDBaseT HDMI Extender 1 Important Safety Instructions 1. Do not use this product near water. 2. Do not block any ventilation openings. Install in accordance with the manufacturer s instructions.

More information

Kramer Electronics, Ltd. USER MANUAL. Model: WP-220. XGA/Audio/Video Line Driver

Kramer Electronics, Ltd. USER MANUAL. Model: WP-220. XGA/Audio/Video Line Driver Kramer Electronics, Ltd. USER MANUAL Model: WP-220 XGA/Audio/Video Line Driver Contents Contents 1 Introduction 1 2 Getting Started 1 3 Overview 1 4 Your WP-220 XGA/Audio/Video Line Driver 2 4.1 Your WP-220

More information

User Guide. Single-Link DVI Active Cable Extender. DVI-7171c

User Guide. Single-Link DVI Active Cable Extender. DVI-7171c User Guide Single-Link DVI Active Cable Extender DVI-7171c TABLE OF CONTENTS SECTION PAGE PRODUCT SAFETY...1 PRODUCT LIABILITY...1 1.0 INTRODUCTION...2 2.0 SPECIFICATIONS...3 3.0 PACKAGE CONTENTS...4 4.0

More information

BENESTON USER MANUAL AHD-ER03H. AHD to HDMI & VGA & AV Converter AHD-ER03H

BENESTON USER MANUAL AHD-ER03H. AHD to HDMI & VGA & AV Converter AHD-ER03H BENESTON USER MANUAL AHD to HDMI & VGA & AV Converter Our AHD to HDMI & VGA & AV Converter is designed to convert one channel AHD video source to HDMI & VGA & AV displays simultaneously. It supports multiple

More information

USER MANUAL. Kramer Electronics, Ltd. Models:

USER MANUAL. Kramer Electronics, Ltd. Models: Kramer Electronics, Ltd. USER MANUAL Models: 103AV, 1:3 Audio-Stereo / Video DA 104M, 1:4 Microphone Amplifier 105A, 1:5 Stereo Audio DA 105S, 1:5 High Resolution s-video DA 105V, 1:5 High Resolution Video

More information

Kramer Electronics, Ltd. USER MANUAL. Models: PT-102AN, 1:2 Audio DA PT-102SN, 1:2 s-video DA

Kramer Electronics, Ltd. USER MANUAL. Models: PT-102AN, 1:2 Audio DA PT-102SN, 1:2 s-video DA Kramer Electronics, Ltd. USER MANUAL Models: PT-102AN, 1:2 Audio DA PT-102SN, 1:2 s-video DA Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 1 3 Overview 3 3.1 About the PT102AN

More information

DA-12R. User Manual. 1 to 2 RGBHV Distribution Amplifier. rev (English) COMM-TEC GmbH Siemensstr. 14 D Uhingen

DA-12R. User Manual. 1 to 2 RGBHV Distribution Amplifier. rev (English) COMM-TEC GmbH Siemensstr. 14 D Uhingen 1 to 2 RGBHV Distribution Amplifier User Manual rev. 020901 (English) COMM-TEC GmbH Siemensstr. 14 D-73066 Uhingen Tel.: +49-7161-3000-0 Fax: +49-7161-3000-333 www.comm-tec.de Copyright by COMM-TEC INDEX

More information

User Guide. HDMI Active Cable Extender. DVI-7370c

User Guide. HDMI Active Cable Extender. DVI-7370c User Guide HDMI Active Cable Extender DVI-7370c TABLE OF CONTENTS SECTION PAGE PRODUCT SAFETY...1 PRODUCT LIABILITY STATEMENT........................ 1 1.0 INTRODUCTION...2 2.0 SPECIFICATIONS...3 3.0 PACKAGE

More information

Utility Amplifier GA6A Model

Utility Amplifier GA6A Model Utility Amplifier GA6A Model Installation and Use Manual 2004 Bogen Communications, Inc. All rights reserved. Specifications subject to change without notice. 54-5757-03D 1503 NOTICE: Every effort was

More information

Metal Electrode Meter

Metal Electrode Meter Metal Electrode Meter INSTRUCTION MANUAL FOR Metal Electrode Meter MODEL 2900 Serial # Date PO Box 850 Carlsborg, WA 98324 U.S.A. 360-683-8300 800-426-1306 FAX: 360-683-3525 http://www.a-msystems.com Version

More information

VK-P10SE WARRANTY REGISTRATION FORM

VK-P10SE WARRANTY REGISTRATION FORM VK-P10SE WARRANTY REGISTRATION FORM Unit Serial Number: Customer Name: Address: Date of Purchase: Purchased From: Dealer Name: Address: IMPORTANT NOTE: In order to receive the full five-year product warranty,

More information

PIX/2 Operation Manual

PIX/2 Operation Manual Contents Description... Page 3 PIX/2 variations... Page 3 Choosing the Correct Cameras... Page 4 PIX/2 Operation Manual Video Split Screen and Fade Controller Models PX101EX PX101M1 PX101XC PX201EX Unpacking...

More information

1 x 3 Component Video W/Audio Distribution Amplifier AT-COMP-13AD

1 x 3 Component Video W/Audio Distribution Amplifier AT-COMP-13AD 1 x 3 Component Video W/Audio Distribution Amplifier AT-COMP-13AD User Manual www.atlona.com TABLE OF CONTENTS 1. Introduction 2 2. Features 2 3. Package Contents 2 4. Specifications 2 5. Panel View 3

More information

Audio. 4K Ultra HD Extender. w/ RS-232 and 2-way IR GTB-UHD2IRS-ELRPOL-BLK. User Manual. Release A2

Audio. 4K Ultra HD Extender. w/ RS-232 and 2-way IR GTB-UHD2IRS-ELRPOL-BLK. User Manual. Release A2 Audio 3GSDI Embedder 4K Ultra HD Extender w/ RS-232 and 2-way IR GTB-UHD2IRS-ELRPOL-BLK User Manual Release A2 Important Safety Instructions 1. Read these instructions. 2. Keep these instructions. 3. Heed

More information

RS232 settings are internally definable via jumper blocks, to accommodate interfacing with a wide range of control products.

RS232 settings are internally definable via jumper blocks, to accommodate interfacing with a wide range of control products. Appendix C RS232 Protocol RS232 settings are internally definable via jumper blocks, to accommodate interfacing with a wide range of control products. Baud rate 96ØØ or 192ØØ Echo status AUTO or REQUEST

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VM-10xl. Video Audio Distribution Amplifier

Kramer Electronics, Ltd. USER MANUAL. Model: VM-10xl. Video Audio Distribution Amplifier Kramer Electronics, Ltd. USER MANUAL Model: VM-10xl Video Audio Distribution Amplifier Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 1 3 Overview 3 4 Your VM-10xl Video Audio Distribution

More information

Integrator s Guide Avalon

Integrator s Guide Avalon Integrator s Guide Avalon HD Component Video / Digital Audio Matrix Switch 2 Table of Contents Table of Contents... 2 Introduction... 3 Features:... 3 Installation... 4 Unpacking... 4 Front Panel Protective

More information

KRAMER ELECTRONICS LTD. USER MANUAL MODEL: VP-2L UXGA Line Amplifier. P/N: Rev 3

KRAMER ELECTRONICS LTD. USER MANUAL MODEL: VP-2L UXGA Line Amplifier. P/N: Rev 3 KRAMER ELECTRONICS LTD. USER MANUAL MODEL: VP-2L UXGA Line Amplifier P/N: 2900-000239 Rev 3 Contents 1 Introduction 1 2 Getting Started 2 2.1 Achieving the Best Performance 2 3 Overview 3 3.1 Defining

More information

Kramer Electronics, Ltd. USER MANUAL. Model: 6809HD. HD/SD-SDI AES Embedder

Kramer Electronics, Ltd. USER MANUAL. Model: 6809HD. HD/SD-SDI AES Embedder Kramer Electronics, Ltd. USER MANUAL Model: 6809HD HD/SD-SDI AES Embedder Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 1 3 Overview 3 4 Your 6809HD HD/SD-SDI AES Embedder 4 5

More information

QCA9-33 Active Combiner

QCA9-33 Active Combiner Product Manual QCA9-33 Active Combiner April 13, 2012 Table of Contents Table of Contents... 2 Overview... 3 Specifications... 4 Installation... 5 Basic Setup... 5 16-Channel Operation... 5 16-64 Channel

More information

GEKCO SUBCARRIER REFERENCE OSCILLATOR MODEL SRO10 OPERATION/SERVICE MANUAL

GEKCO SUBCARRIER REFERENCE OSCILLATOR MODEL SRO10 OPERATION/SERVICE MANUAL GEKCO MODEL SRO10 SUBCARRIER REFERENCE OSCILLATOR OPERATION/SERVICE MANUAL GEKCO Labs PO Box 642 Issaquah, WA 98027 (425) 392-0638 P/N 595-431 REV 5/98 Copyright c 1998 GEKCO Labs All Rights Reserved Printed

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VM-312. Multi-Format Video/Audio Distributor

Kramer Electronics, Ltd. USER MANUAL. Model: VM-312. Multi-Format Video/Audio Distributor Kramer Electronics, Ltd. USER MANUAL Model: VM-312 Multi-Format Video/Audio Distributor Contents Contents 1 Introduction 1 2 Getting Started 1 3 Overview 1 4 Your VM-312 Multi-Format Video/Audio Distributor

More information

USERS GUIDE MCX-HTS. HDMI to 3G SDI Converter. Manual Number:

USERS GUIDE MCX-HTS. HDMI to 3G SDI Converter. Manual Number: USERS GUIDE MCX-HTS HDMI to 3G SDI Converter i Manual Number: 151226 SAFETY INSTRUCTIONS Please review the following safety precautions. If this is the first time using this model, then read this manual

More information

User Guide. HDMI Fiber Optic Extender. DVI-7350a

User Guide. HDMI Fiber Optic Extender. DVI-7350a User Guide HDMI Fiber Optic Extender DVI-7350a Table of Contents Section Page Product Safety.................................... 1 1.0 Introduction...2 2.0 Specifications...3 3.0 Package Contents...3 4.0

More information

HOME THEATER. Super IR Accessories. Vanco Part Numbers. Technical Support

HOME THEATER. Super IR Accessories. Vanco Part Numbers. Technical Support HOME THEATER Super Accessories Vanco Part Numbers 280703 280720 280721 Technical Support www.vanco1.com info@vanco1.com 800-626-6445 DEAR CUSTOMER Thank you for purchasing this product. For optimum performance

More information

User Manual. AtlonA. 1 x 10 VGA with Stereo Audio Distribution Amplifier over CAT5/6 compatible with AT-VGA300RL AT-VGA10SS

User Manual. AtlonA. 1 x 10 VGA with Stereo Audio Distribution Amplifier over CAT5/6 compatible with AT-VGA300RL AT-VGA10SS User Manual AtlonA 1 x 10 VGA with Stereo Audio Distribution Amplifier over CAT5/6 compatible with AT-VGA300RL AT-VGA10SS TABLE OF CONTENTS 1. Introduction... 3 2. Package Contents... 3 3. Features...

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VA-100P-5. Power Supply

Kramer Electronics, Ltd. USER MANUAL. Model: VA-100P-5. Power Supply Kramer Electronics, Ltd. USER MANUAL Model: VA-100P-5 Power Supply Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 1 3 Overview 2 4 Your Power Supply 3 5 Using the Power Supply 4

More information

ACCESSORIES MANUAL PART NUMBER: TNP500. Universal Tilt N Plug Interconnect Box USER'S GUIDE

ACCESSORIES MANUAL PART NUMBER: TNP500. Universal Tilt N Plug Interconnect Box USER'S GUIDE MANUAL PART NUMBER: 400-0091-003 TNP500 Universal Tilt N Plug Interconnect Box USER'S GUIDE INTRODUCTION Your purchase of the TNP100 Tilt N Plug Interconnect Box is greatly appreciated. We are sure you

More information

User Manual. AtlonA. Passive VGA Extender with Wall Plate or Box options up to 330ft over 1 x CAT5/6/7 Cable AT-VGA100-SR and AT-WPVGA-SR AT-WPVGA-SR

User Manual. AtlonA. Passive VGA Extender with Wall Plate or Box options up to 330ft over 1 x CAT5/6/7 Cable AT-VGA100-SR and AT-WPVGA-SR AT-WPVGA-SR User Manual AtlonA Passive VGA Extender with Wall Plate or Box options up to 330ft over 1 x CAT5/6/7 Cable AT-VGA100-SR and AT-WPVGA-SR AT-WPVGA-SR Receiver Transmitter AT-VGA100-SR Receiver Transmitter

More information

User Manual HD-HAUD-SP-RX. 100m HDBaseT HDMI Receiver

User Manual HD-HAUD-SP-RX. 100m HDBaseT HDMI Receiver User Manual HDHAUDSPRX 100m HDBaseT HDMI Receiver 244 Bergen Boulevard, Woodland Park, NJ 07424 Tel 9737854347 FAX 9737853318 Web: www.fsrinc.com 43084 LIT1541 Important Safety Instructions Contents are

More information

Kramer Electronics, Ltd. USER MANUAL. Model: 810B. Black Burst / Audio Generator

Kramer Electronics, Ltd. USER MANUAL. Model: 810B. Black Burst / Audio Generator Kramer Electronics, Ltd. USER MANUAL Model: 810B Black Burst / Audio Generator Contents Contents 1 Introduction 1 2 Getting Started 1 3 Your 810B Black Burst / Audio Generator 1 4 Connecting the 810B Black

More information

DISTRIBUTION AMPLIFIER

DISTRIBUTION AMPLIFIER MANUAL PART NUMBER: 400-0045-005 DA1907SX 1-IN, 2-OUT VGA/SVGA/XGA/UXGA DISTRIBUTION AMPLIFIER USER S GUIDE TABLE OF CONTENTS Page PRECAUTIONS / SAFETY WARNINGS... 2 GENERAL...2 GUIDELINES FOR RACK-MOUNTING...2

More information

Kramer Electronics, Ltd. USER MANUAL. Model: Power Amplifier

Kramer Electronics, Ltd. USER MANUAL. Model: Power Amplifier Kramer Electronics, Ltd. USER MANUAL Model: 900 Power Amplifier Contents Contents 1 Introduction 1 2 Getting Started 1 3 Overview 1 4 Your 900 Power Amplifier 2 5 Connecting your 900 Power Amplifier 4

More information

HOME THEATER. HDMI Selector Switches. Vanco Part Numbers (5x1) (3x1) Technical Support

HOME THEATER. HDMI Selector Switches. Vanco Part Numbers (5x1) (3x1) Technical Support HOME THEATER HDMI Selector Switches Vanco Part Numbers 280710 (5x1) 280711 (3x1) Technical Support www.vanco1.com info@vanco1.com 800-626-6445 DEAR CUSTOMER Thank you for purchasing this product. For optimum

More information

Grandbeing. HDMI Splitter. Operating Instructions(P/N of this Instructions is INSSP0108)

Grandbeing. HDMI Splitter. Operating Instructions(P/N of this Instructions is INSSP0108) HDMI Splitter Model No. SP0108 Grandbeing Operating Instructions(P/N of this Instructions is INSSP0108) Dear customer Thank you for purchasing this product. For optimum performance and safety, please read

More information

Kramer Electronics, Ltd. USER MANUAL. Models: OC-1N, Video Isolator OC-2, Dual Channel Video Isolator OC-4, Quad Channel Video Isolator

Kramer Electronics, Ltd. USER MANUAL. Models: OC-1N, Video Isolator OC-2, Dual Channel Video Isolator OC-4, Quad Channel Video Isolator Kramer Electronics, Ltd. USER MANUAL Models: OC-1N, Video Isolator OC-2, Dual Channel Video Isolator OC-4, Quad Channel Video Isolator Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start

More information

Kramer Electronics, Ltd. USER MANUAL. Models: WPN-11, XGA/Component/CV/YC Transmitter WPN-12, XGA/Component/CV/YC Receiver

Kramer Electronics, Ltd. USER MANUAL. Models: WPN-11, XGA/Component/CV/YC Transmitter WPN-12, XGA/Component/CV/YC Receiver Kramer Electronics, Ltd. USER MANUAL Models: WPN-11, XGA/Component/CV/YC Transmitter WPN-12, XGA/Component/CV/YC Receiver Contents Contents 1 Introduction 1 2 Getting Started 1 3 Overview 1 4 Your Component/RGB/YC/CV/XGA

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VP-200Dxl. XGA Differential Amplifier / DA

Kramer Electronics, Ltd. USER MANUAL. Model: VP-200Dxl. XGA Differential Amplifier / DA Kramer Electronics, Ltd. USER MANUAL Model: VP-200Dxl XGA Differential Amplifier / DA Contents Contents 1 Introduction 1 2 Getting Started 1 3 Overview 1 4 Your XGA Differential Amplifier / DA 2 4.1 Connecting

More information

User Manual TP70L. HDBaseT Extender. All Rights Reserved. Version: TP70L2016V1.1

User Manual TP70L. HDBaseT Extender. All Rights Reserved. Version: TP70L2016V1.1 User Manual TP70L HDBaseT Extender All Rights Reserved Version: TP70L2016V1.1 Preface Read this user manual carefully before using this product. Pictures shown in this manual is for reference only, different

More information

The Phono Box SUMIKO Fifth Street Berkeley, CA sumikoaudio.com

The Phono Box SUMIKO Fifth Street Berkeley, CA sumikoaudio.com The Phono Box SUMIKO 2431 Fifth Street Berkeley, CA 94710 510.843.4500 sumikoaudio.com In the past, all audio system control components (integrated amplifiers, receivers and system pre-amplifiers) had

More information

QDA4-44 RF Amp/Combiner

QDA4-44 RF Amp/Combiner Product Manual QDA4-44 RF Amp/Combiner May 17, 2012 Table of Contents Table of Contents... 2 Overview... 3 Specifications... 4 Installation... 5 Basic Setup... 5 Rack Mounting... 6 RK2 Dual Rack Kit with

More information

DA1909 COMPUTER VIDEO LINE DRIVER WITH EQUALIZATION USER S GUIDE

DA1909 COMPUTER VIDEO LINE DRIVER WITH EQUALIZATION USER S GUIDE MANUAL PART NUMBER: 400-0108-002 PRODUCT REVISION: 1 COMPUTER VIDEO LINE DRIVER WITH EQUALIZATION USER S GUIDE INTRODUCTION Altinex appreciates your purchase of the Line Driver. We are sure you will find

More information

Instruction Manual. 4x1 VGA Routing Switcher Series

Instruction Manual. 4x1 VGA Routing Switcher Series MULTIMEDIA AUDIO AND VISUAL Instruction Manual MODEL : SB-406 4x VGA ROUTING SWITCHER 4x VGA Routing Switcher Series Thank you for purchasing the SB-406 VGA Router Switcher. You will find this unit easy

More information

Kramer Electronics, Ltd. USER MANUAL. Model: FC Format Converter / TBC

Kramer Electronics, Ltd. USER MANUAL. Model: FC Format Converter / TBC Kramer Electronics, Ltd. USER MANUAL Model: FC-4001 Format Converter / TBC Contents Contents 1 Introduction 1 2 Getting Started 1 3 Overview 1 4 Your FC-4001 Format Converter / TBC 2 5 Installing on a

More information

music hall pa2.2 INSTRUCTION MANUAL music hall

music hall pa2.2 INSTRUCTION MANUAL music hall music hall pa2.2 INSTRUCTION MANUAL music hall http://www.musichallaudio.com CONGRATULATIONS ON YOUR PURCHASE You have selected an exceptional phono preamplifier. Each component used in the construction

More information

LIGHT COPILOT II. elationlighting.com Internet:

LIGHT COPILOT II.   elationlighting.com Internet: LIGHT COPILOT II E-mail: info@ elationlighting.com Internet: http://www.elationlighting.com 1 Introduction Thank you for your purchase of the LIGHT COPILOT II. The LIGHT COPILOT II is an intelligent lighting

More information

Kramer Electronics, Ltd. USER MANUAL. Model: WP-210A. XGA/Audio Line Driver

Kramer Electronics, Ltd. USER MANUAL. Model: WP-210A. XGA/Audio Line Driver Kramer Electronics, Ltd. USER MANUAL Model: WP-210A XGA/Audio Line Driver Contents Contents 1 Introduction 1 2 Getting Started 1 3 Overview 1 4 Your WP-210A XGA/Audio Line Driver 2 4.1 Your WP-210A Front

More information

HDMI to Composite / S-Video. Audio. Scaler GTV-HDMI-2-COMPSVIDN. User Manual. Release A3

HDMI to Composite / S-Video. Audio. Scaler GTV-HDMI-2-COMPSVIDN. User Manual. Release A3 HDMI to Composite / S-Video Audio 3GSDI Embedder Scaler GTV-HDMI-2-COMPSVIDN User Manual Release A3 HDMI to Composite / S-Video Scaler Important Safety Instructions 1. Read these instructions. 2. Keep

More information

User Manual PS-684. HDBaseT Extender Kit 70m. All Rights Reserved. Version: UHBT70P_2016V1.2

User Manual PS-684. HDBaseT Extender Kit 70m. All Rights Reserved. Version: UHBT70P_2016V1.2 User Manual PS-684 All Rights Reserved Version: UHBT70P_2016V1.2 Preface Read this user manual carefully before using this product. Pictures shown in this manual is for reference only, different model

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VM-3A. Audio Distributor

Kramer Electronics, Ltd. USER MANUAL. Model: VM-3A. Audio Distributor Kramer Electronics, Ltd. USER MANUAL Model: VM-3A Audio Distributor Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 2 3 Overview 3 4 Your Audio Distributor 4 5 Connecting Your Audio

More information

Integrator s Guide Concord

Integrator s Guide Concord Integrator s Guide Concord HD Component Video / Composite Video / Analog Audio Matrix Switch with Cat5 outputs 2 3 Table of Contents Table of Contents... 3 Introduction... 4 Features:... 4 Installation...

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VA-14. 4x1 Balanced Audio Mixer

Kramer Electronics, Ltd. USER MANUAL. Model: VA-14. 4x1 Balanced Audio Mixer Kramer Electronics, Ltd. USER MANUAL Model: VA-14 4x1 Balanced Audio Mixer Contents Contents 1 Introduction 1 2 Getting Started 2.1 Quick Start 1 1 3 Overview 3 4 Your VA-14 4x1 Balanced Audio Mixer 4

More information

AtlonA. HDMI/DVI to Composite and S-Video Down-Converter AT-HD530. User Manual

AtlonA. HDMI/DVI to Composite and S-Video Down-Converter AT-HD530. User Manual AtlonA HDMI/DVI to Composite and S-Video Down-Converter AT-HD530 User Manual TABLE OF CONTENTS 1. Introduction... 1 2. Features... 1 3. Package Contents... 1 4. Panel Descriptions... 2 4.1 Front Panel...

More information

instruction manual video mixer model 614gs & 614g

instruction manual video mixer model 614gs & 614g instruction manual video mixer model 614gs & 614g s/n COLORADO VIDEO, INC BOULDER, COLORADO February 2003 WARNING This equipment generates, uses and can radiate radio frequency energy and if not installed

More information

TBC & Matrix Switcher TBC-5000 Instruction Manual

TBC & Matrix Switcher TBC-5000 Instruction Manual TBC & Matrix Switcher TBC-5000 Instruction Manual www.datavideo-tek.com Rev 150509 1 Contents Warnings and Precautions... 3 Warranty... 4 Disposal... 4 Packing List... 4 TBC-5000 Features... 4 Product

More information

User Manual. 1x8 S-Video Distribution Amplifier With Stereo Audio AT-SAV18

User Manual. 1x8 S-Video Distribution Amplifier With Stereo Audio AT-SAV18 User Manual 1x8 S-Video Distribution Amplifier With Stereo Audio AT-SAV18 www.atlona.com TABLE OF CONTENTS 1. Introduction... 2 2. Features... 2 3. Package Contents... 2 4. Specification... 2 5. Panel

More information

INSTALLATION MANUAL FT-FOTR-8VD-ST-S. 8-Channel Digital Duplex Baseband Video Transmitter and Receiver With Reverse Data Transmission for PTZ Cameras

INSTALLATION MANUAL FT-FOTR-8VD-ST-S. 8-Channel Digital Duplex Baseband Video Transmitter and Receiver With Reverse Data Transmission for PTZ Cameras INSTALLATION MANUAL FT-FOTR-8VD-ST-S 8-Channel Digital Duplex Baseband Transmitter and Receiver With Reverse Transmission for PTZ Cameras v1.0 4/5/11 1 PACKAGE CONTENTS This package contains: One each

More information

FD104CV. Installation and Operation Manual 10.4 LCD. Revision Date: 08/01/2017 Page 1 of 14. Rev: G. Document Number: MAN FD104CV

FD104CV. Installation and Operation Manual 10.4 LCD. Revision Date: 08/01/2017 Page 1 of 14. Rev: G. Document Number: MAN FD104CV Page 1 of 14 Installation and Operation Manual FD104CV 10.4 LCD Page 2 of 14 Table of Contents eneral Information... 3 Front View... 3 Additional Information... 3 Specifications... 4 Installation Instructions...

More information

Instruction Manual AVT-8710 Time Base Corrector

Instruction Manual AVT-8710 Time Base Corrector 99 Washington Street Melrose, MA 02176 Phone 781-665-1400 Toll Free 1-800-517-8431 Visit us at www.testequipmentdepot.com Instruction Manual AVT-8710 Time Base Corrector Table of Contents 1.0 Introduction

More information

PRO-HDMI2HD. HDMI to SDI/3G-HD-SD Converter. User Manual. Made in Taiwan

PRO-HDMI2HD. HDMI to SDI/3G-HD-SD Converter. User Manual. Made in Taiwan PRO-HDMI2HD HDMI to SDI/3G-HD-SD Converter User Manual Made in Taiwan rev.1008 103 Quality Circle, Suite 210 Huntsville, Alabama 35806 Tel: (256) 726-9222 Fax: (256) 726-9268 Email: service@pesa.com Safety

More information

8024-DSS-02 Issue 2. DSS-8024 Dual Serial Switch USER MANUAL

8024-DSS-02 Issue 2. DSS-8024 Dual Serial Switch USER MANUAL 8024-DSS-02 Issue 2 DSS-8024 Dual Serial Switch USER MANUAL DSS-8024 Dual Serial Switch User Manual Ross Part Number: 8024-DSS-02 Document Issue: 2 Printing Date: March 15, 2000. Printed in Canada. The

More information

LINE DRIVERS MANUAL PART NUMBER: DA3000TM0 1-IN, 1-OUT COMPOSITE VIDEO + AUDIO LINE DRIVER TABLE MOUNT USER S GUIDE

LINE DRIVERS MANUAL PART NUMBER: DA3000TM0 1-IN, 1-OUT COMPOSITE VIDEO + AUDIO LINE DRIVER TABLE MOUNT USER S GUIDE MANUAL PART NUMBER: 400-0175-001 DA3000TM0 1-IN, 1-OUT COMPOSITE VIDEO + AUDIO LINE DRIVER TABLE MOUNT USER S GUIDE TABLE OF CONTENTS Page PRECAUTIONS / SAFETY WARNINGS... 2 GENERAL... 2 INSTALLATION...

More information

Kramer Electronics, Ltd. USER MANUAL. Models: VP-503xl, UXGA Scan Converter VP-504xl, UXGA/HD Scan Converter

Kramer Electronics, Ltd. USER MANUAL. Models: VP-503xl, UXGA Scan Converter VP-504xl, UXGA/HD Scan Converter Kramer Electronics, Ltd. USER MANUAL Models: VP-503xl, UXGA Scan Converter VP-504xl, UXGA/HD Scan Converter Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 1 3 Overview 3 4 Your

More information

SyncGen. User s Manual

SyncGen. User s Manual SyncGen User s Manual 1 IMPORTANT SAFETY INSTRUCTION READ FIRST This symbol, whenever it appears, alerts you to the presence of uninsulated dangerous voltage inside the enclosure-voltage that may be sufficient

More information

4X1 Gefen TV Switcher GTV-HDMI N. User Manual

4X1 Gefen TV Switcher GTV-HDMI N. User Manual 4X1 Gefen TV Switcher GTV-HDMI1.3-441N User Manual INTRODUCTION Congratulations on your purchase of the 4x1 GefenTV Switcher. Your complete satisfaction is very important to us. GefenTV GefenTV is a unique

More information

User Guide. DVI + HDCP Fiber Optic Extender DVI-7330

User Guide. DVI + HDCP Fiber Optic Extender DVI-7330 User Guide DVI + HDCP Fiber Optic Extender DVI-7330 TABLE OF CONTENTS SECTION PAGE PRODUCT SAFETY...1 PRODUCT LIABILITY...1 1. INTRODUCTION...2 2. SPECIFICATIONS...3 3. PACKAGE CONTENTS...4 4. INSTALLATION...4

More information

ACCESSORIES MANUAL PART NUMBER: PRODUCT REVISION: 1 TNP100. Tilt N Plug Interconnect Box USER'S GUIDE

ACCESSORIES MANUAL PART NUMBER: PRODUCT REVISION: 1 TNP100. Tilt N Plug Interconnect Box USER'S GUIDE MANUAL PART NUMBER: 400-0091-001 PRODUCT REVISION: 1 TNP100 Tilt N Plug Interconnect Box USER'S GUIDE INTRODUCTION Your purchase of the TNP100 Tilt N Plug Interconnect Box is greatly appreciated. We are

More information

RS232 settings are internally definable via jumper blocks, to accommodate interfacing with a wide range of control products.

RS232 settings are internally definable via jumper blocks, to accommodate interfacing with a wide range of control products. Appendix C RS232 Protocol RS232 settings are internally definable via jumper blocks, to accommodate interfacing with a wide range of control products. Baud rate 9600 or 19200 Echo status AUTO or REQUEST

More information

TABLE OF CONTENTS Page PRECAUTIONS / SAFETY WARNINGS...2 GENERAL...2 RACK MOUNT SAFETY GUIDELINES...2 INSTALLATION...2 CLEANING...2 FCC / CE NOTICE...

TABLE OF CONTENTS Page PRECAUTIONS / SAFETY WARNINGS...2 GENERAL...2 RACK MOUNT SAFETY GUIDELINES...2 INSTALLATION...2 CLEANING...2 FCC / CE NOTICE... MANUAL PART NUMBER: 400-0129-001 PRODUCT REVISION: 0 MX2436RM 6-IN, 1-OUT COMPOSITE VIDEO & AUDIO SWITCHER USER S GUIDE TABLE OF CONTENTS Page PRECAUTIONS / SAFETY WARNINGS...2 GENERAL...2 RACK MOUNT SAFETY

More information