ARS x4 MATRIX SWITCHER Instruction Manual

Size: px
Start display at page:

Download "ARS x4 MATRIX SWITCHER Instruction Manual"

Transcription

1 ARS x4 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 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 Fig. 1 Front View Fig. 2 Rear View Features: Front panel indicators Front panel test /operation switch Contact closure detection for alarm input Simple remote button step sequence of cameras Ground loop blocking video input circuitry Camera Requirements: The ARS-8400 will work with Color or B/W cameras, AC or DC operated. The outputs from the cameras can be either BNC/75 ohm Coax or UTP/ CAT-5/3 terminal strip/100 ohms. Cable Requirements: For the video in: For BNC/75 ohm it is best to use RG-59U with a copper braid shield. RG-6 can be used but is not recommended. For the UTP/Cat-5, use a quality grade of Cat-3 or Cat-5. If a balun is not build into the camera, one is needed for each camera location. For the remote buttons: For best results use a 24 ga. pair or larger For the video out: Use RG-59U (75 ohm Coax) for each monitor feed. For the Alarming inputs: For best results use a 24 ga. Pair or larger Grounding: Make sure that all devices that are attached to the ARS series switcher is properly grounded. For outdoor cameras, lightning protective devices are required on each cable feed. Refer to the devices manual for proper grounding instructions.

4 Installation: 1) Determine the type of cables to be used, the camera locations and the monitor locations. 2) For the cameras you will need either a length of RG-59U or Cat-5 or 3 to run from each camera to the ARS. 3) Connect the video into the unit. The video input connecters are located on the rear of the chassis above the outputs. 4) Connect the video outputs (both the loop thru and the montior feed). The eight loop-thru outputs are located on the back of the chassis below the video inputs. The four monitor feed outputs are loacted on the back of the chassis between the video inputs & outputs and the control in terminal strip. Fig. 3 Video Connectors VIDEO LOOP THRU OUTPUTS VIDEO INPUTS 5) From each monitor run one RG-59U and a 1 pair 24 ga or larger pair wire for the remote button which is connected as shown below. If more than one button and monitor is required for each output, simply parallel the buttons and DA the video to the monitors. We do not recommend loop thru video. Fig. 4 Output Control Options OUTPUT 3 OUTPUT 2 OUTPUT 1 OUTPUT 4 Common RS-232 Common RS-232 Common RS-232 Common (OPTION 1) RS-232 ON - OFF - ON Output 4 Controls ON - OFF - ON Output 3 Controls ON - OFF - ON Output 2 Controls ON - OFF - ON Output 1 Controls (OPTION 2) Toggle Switch

5 6) Plug in the CVT-1280 power pack to power up the unit. 7) Connect alarm contacts to the contact in terminal strip located on the rear of the chassis Fig. 5 Alarm Inputs 8 IN 7 IN 6 IN 5 IN 4 IN 3 IN 2 IN 1 IN 8) Set Scan Rate: To set the scan rate disconnect montior feed output #1 from the rear of the unit and plug a test monitor into it. On the front panel, while holding the Set Scan Rate button in, adjust the Scan Rate Adj control with a small flat head screw driver until you acive the desired scan rate. Fig. 6 Scan Rate Controls 9) Set Alarm Hold Time: To set the alarm hold time, short any of the alarm inputs and adjust the control until the desired hold time is achieved.

6 10) To set the individual Pass / Scan switches for each output, depress the switch in the scan possition. You will then see the image when stepping or scanning thru the cameras. In the skip position, the camera will be skipped over and not displayed. Fig. 7 Skip / Scan BY-PASS Switches

7 The following is an example of a GW basic program used to control from 1 to 16 ARS-8400s. The factory preset is machine #1, whose command is on line 910. 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$ = ` 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 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-32] ; 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$ =? 831 IF Y% = 17 THEN LET B$

8 832 IF Y% = 18 THEN LET B$ = A 833 IF Y% = 19 THEN LET B$ = B 834 IF Y% = 20 THEN LET B$ = C 835 IF Y% = 21 THEN LET B$ = D 836 IF Y% = 22 THEN LET B$ = E 837 IF Y% = 23 THEN LET B$ = F 838 IF Y% = 24 THEN LET B$ = G 839 IF Y% = 25 THEN LET B$ = H 840 IF Y% = 26 THEN LET B$ = I 841 IF Y% = 27 THEN LET B$ = J 842 IF Y% = 28 THEN LET B$ = K 843 IF Y% = 29 THEN LET B$ = L 844 IF Y% = 30 THEN LET B$ = M 845 IF Y% = 31 THEN LET B$ = N 846 IF Y% = 32 THEN LET B$ = O 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 931 INPUT DO YOU WISH TO EXIT THE DA-3212 PROGRAM [YES / NO] ; A$ 932 IF A$ = Y THEN IF A$ = y THEN IF A$ = N THEN IF A$ = n THEN CLS 962 END A$ is the machine number on line 910 B$ is the input number on line 910

9 EXTERNAL CONTROL JUMPER SET-UP Font Back CH 1 JUMPER SET FOR: EXTERNAL PUSH BUTTON OR EXTERNAL TOGGLE SWITCH CH 2 JUMPER SET FOR: EXTERNAL KEYPAD CONTROL CH 3 JUMPER SET FOR: EXTERNAL PUSH BUTTON OR EXTERNAL TOGGLE SWITCH CH 4 JUMPER SET FOR: EXTERNAL KEYPAD CONTROL

10 Fig. 8 Keypad Wiring On ARS-8400 Ground RS V Leave Open Fig. 9 ARS-8400 Pin Configuration To Power Keyboard Normal Position For Toggle Switch Keypad Power CONTROL IN

11

12 ARS-8400 RESIDENTIAL / SMALL BUSINESS SWITCHER The ARS-8400 is a high performance 8x4 composite video routing switcher with multiple control options. Each output can be independently controlled by a simple 3 pos switch, a RS-232 signal from some home entertainment systems, and / or a remote control panel. The ARS-8400 uses an external UL listed power supply to meet today s safety requirements. Designed with advanced technology, the ARS-8400 switcher is extremely reliable and can serve as the heart of any small office or residential video security system. Also available as the ARS-8400-UTP8 with 8 UTP inputs, and ARS-8400-UTP6 with 6 UTP inputs. KEY FEATURES: Either UTP or Coax inputs 4 Independent outputs 2 Different control options for each output High quality video performance Adjustable alarm hold timer Optional rack mount kit Adjustable sequence rate 8 Active loop thru s for each input Each of the 4 outputs has allows stacking i.e. 8x8, 8x12, 8x16 a bypass / scan switch 5 year warranty VIDEO Input Impedance: Output Source Impedance: Max Video Input: Frequency Responce: 75 ohm (BNC) 100 ohm (CAT-5) 75 ohms (12x) 2v PP >35mHz Gain: Unity +/- 5% Differential Gain: <.5% Differential Phase Error: <0.2 Max H Tilt: <1% Max V Tilt: <1% OPERATIONAL Switches: Indicators: Remote Control: POWER REQUIREMENTS Power: Input Voltage: (2) Front Panel Test & (4) 8 Pos By-Pass Switches Power & Channel Pos. Indeicators Contact Closures, RS-232 Serial Conrol, or 3 Pos Toggle Switch Use CVT-0610 Power Pack (Supplied) 6-9V DC Power Consumption: <6W MECHANICAL: Video Connectors: Remote & Alarm Connector: Power Connector: BNC Screw Terminal Strip 2.1mm Coax H x W x D 1.7 x 16.6 x 9.25 OPTIONAL RACK MOUNT KIT: RMK-4: 1 RU Rack Ears

13 NOTES:

14 NOTES:

15 LIMITED WARRANTY Compu-Video Systems Inc. warrants this product and all accessories provided with it to be free of defects in material and workmanship for a period of 5 years from the ORIGINAL date of purchase. A Purchase receipt or other proof of date of original purchase from Compu-Video Systems Inc. or one of its Authorized Distributors or Dealers will be required before warranty service is rendered. Compu-Video Systems reserves the right to audit any claim and to nullify any claim that cannot be substantiated. Serial Numbers that have been altered, defaced or removed void this warranty. This warranty only covers failures due to defect in materials or workmanship, which occur during normal use. The warranty does not cover damage which occur in shipping of failures which result from but not limited to faulty installation, set-up adjustments, maladjustment of user controls, improper operation, power line surge, improper voltage supply, lightning damage, modification, or damage that is attributed to acts of God or force majeure. Compu-Video Systems does not warrant, and shall not be responsible for, any lost data or images, regardless of the cause of the loss. They shall also not be responsible for any costs associated with removing and installing Compu-Video Systems products. HOW THE WARRANTY WORKS If this product, or any of the accessories supplied with it, become defective within the warranty period, and it is determined that the repair is covered under the warranty Compu-Video Systems Inc. will repair the product 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 a 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 Inc. 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. P.O. Box 749 Peekskill, NY Phone: (845) Fax: (845)

16

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

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

CS x1 RS-232 Computer Controlled Video Switcher. Instruction Manual CS-1600 16x1 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

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

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

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

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

User Manual TL-2X1-HDVC 2x1 HDMI & VGA Switcher with Control All Rights Reserved Version: TL-2X1-HDVC_160630

User Manual TL-2X1-HDVC 2x1 HDMI & VGA Switcher with Control All Rights Reserved Version: TL-2X1-HDVC_160630 User Manual TL-2X1-HDVC 2x1 HDMI & VGA Switcher with Control All Rights Reserved Version: TL-2X1-HDVC_160630 Preface Read this user manual carefully before using this product. Pictures shown in this manual

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

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

SD/HD-SDI 1 to 2 Distribution Amplifier VCF-1002DA-P

SD/HD-SDI 1 to 2 Distribution Amplifier VCF-1002DA-P User Manual SD/HD-SDI 1 to 2 Distribution Amplifier VCF-1002DA-P NOTE: The casing design is subject to change without notice. Our SD/HD/3G-SDI Distribution Amplifier is a 1 in, 2 out distribution and extender

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

HDTV Supply Inc. reserves the right to make changes in the hardware, packaging and any accompanying documentation without prior written

HDTV Supply Inc. reserves the right to make changes in the hardware, packaging and any accompanying documentation without prior written HDMI Matrix (Router Type) Model No. HDTVMX0404313 HDTV Supply, Inc Features Easy to use: install in seconds, no need for setting. Allows up to four HDMI audio/video devices to be independently switched

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

Kramer Electronics, Ltd. USER MANUAL. Model: VS-211HDxl. 3G HD-SDI Automatic Standby Switcher

Kramer Electronics, Ltd. USER MANUAL. Model: VS-211HDxl. 3G HD-SDI Automatic Standby Switcher Kramer Electronics, Ltd. USER MANUAL Model: VS-211HDxl 3G HD-SDI Automatic Standby Switcher Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 2 3 Overview 3 4 Your VS-211HDxl 3G HD-SDI

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. Wall Plate Models: SV-301 SV-302 SV-303 SV-304 SV-305

Kramer Electronics, Ltd. USER MANUAL. Wall Plate Models: SV-301 SV-302 SV-303 SV-304 SV-305 Kramer Electronics, Ltd. USER MANUAL Wall Plate Models: SV-301 SV-302 SV-303 SV-304 SV-305 Contents Contents 1 Introduction 1 2 Getting Started 1 3 Overview 2 4 Defining the Wall Plates (for the United

More information

User Manual TL-TP70-HDIR 70m Extender with ARC and IR All Rights Reserved Version: TL-TP70-HDIR_180723

User Manual TL-TP70-HDIR 70m Extender with ARC and IR All Rights Reserved Version: TL-TP70-HDIR_180723 User Manual TL-TP70-HDIR 70m Extender with ARC and IR All Rights Reserved Version: TL-TP70-HDIR_180723 Preface Read this user manual carefully before using this product. Pictures shown in this manual is

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: 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

Indoor/Outdoor Security System with Quad Monitor User s Manual

Indoor/Outdoor Security System with Quad Monitor User s Manual Indoor/Outdoor Security System with Quad Monitor User s Manual 4919539 Important! Please read this booklet carefully before installing or using these units. WARNING - These units should ONLY be opened

More information

Passive Video Transceivers

Passive Video Transceivers s Installation Manual EB-P104-01Q EB-P116-01Q Model Number Channels EB-P104-01Q 4 EB-P116-01Q 16 Transmits up to 1,300ft (400m) color video or up to 1,950ft (600m) B/W video Built-in surge protection Passive

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

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

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

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

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

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

EXT-HBT70-SET_2016V1.2

EXT-HBT70-SET_2016V1.2 USER MANUAL EXT-HBT70-SET HDBaseT Extender Set 70m All Rights Reserved Version: EXT-HBT70-SET_2016V1.2 Preface Read this user manual carefully before using this product. Pictures shown in this manual is

More information

User Manual SP8SDI. SD/HD/3G-SDI 1 to 8 Distribution. Amplifier & Repeater. All Rights Reserved Version: SP8SDI _2017V1.1

User Manual SP8SDI. SD/HD/3G-SDI 1 to 8 Distribution. Amplifier & Repeater. All Rights Reserved Version: SP8SDI _2017V1.1 User Manual SP8SDI SD/HD/3G-SDI 1 to 8 Distribution Amplifier & Repeater All Rights Reserved Version: SP8SDI _2017V1.1 MAINTENANCE Clean this unit with a soft, dry cloth. Never use alcohol, paint thinner

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

2X1 VGA W/ STEREO AUDIO (AUTOMATIC) SWITCHER ATL-ATAPC21A

2X1 VGA W/ STEREO AUDIO (AUTOMATIC) SWITCHER ATL-ATAPC21A 2X1 VGA W/ STEREO AUDIO (AUTOMATIC) SWITCHER ATL-ATAPC21A User Manual TABLE OF CONTENTS 1. Introduction 2 2. Features 2 3. Package Contents 2 4. Specifications 3 5. Panel Description 3 5.1. Front Panel

More information

Kramer Electronics, Ltd. USER MANUAL. Models: TR-1YC, s-video Isolation Transformer TR-2YC, s-video Dual Isolation Transformers

Kramer Electronics, Ltd. USER MANUAL. Models: TR-1YC, s-video Isolation Transformer TR-2YC, s-video Dual Isolation Transformers Kramer Electronics, Ltd. USER MANUAL Models: TR-1YC, s-video Isolation Transformer TR-2YC, s-video Dual Isolation Transformers Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 1 3

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

ENGLISH Antenna Distributor

ENGLISH Antenna Distributor MANUAL ENGLISH Antenna Distributor V1 Highlite International B.V. Vestastraat 2 6468 EX Kerkrade the Netherlands Table of contents Warning... 2 Safety Instructions... 2 Operating Determinations... 4 Connection

More information

Passive DVI Extenders Over single Cat5/6/7 AT-DVI60SRS

Passive DVI Extenders Over single Cat5/6/7 AT-DVI60SRS Passive DVI Extenders Over single Cat5/6/7 AT-DVI60SRS User Manual www.atlona.com TABLE OF CONTENTS 1. Introduction 2 2. Features 2 3. Package Contents 2 4. Specifications 3 5. Connection and Operation

More information

User Manual TL-2X1-HDV 2x1 HDMI & VGA Switcher All Rights Reserved Version: TL-2X1-HDV_160630

User Manual TL-2X1-HDV 2x1 HDMI & VGA Switcher All Rights Reserved Version: TL-2X1-HDV_160630 User Manual TL-2X1-HDV 2x1 HDMI & VGA Switcher All Rights Reserved Version: TL-2X1-HDV_160630 Preface Read this user manual carefully before using this product. Pictures shown in this manual are for reference

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

HDMI 1.4 OVER SINGLE CAT5/6/7 EXTENDER WITH BI-DIRECTIONAL IR and RS232 TRANSMITTER & RECEIVER AT-HD4-100SR

HDMI 1.4 OVER SINGLE CAT5/6/7 EXTENDER WITH BI-DIRECTIONAL IR and RS232 TRANSMITTER & RECEIVER AT-HD4-100SR User Manual AtlonA HDMI 1.4 OVER SINGLE CAT5/6/7 EXTENDER WITH BI-DIRECTIONAL IR and RS232 TRANSMITTER & RECEIVER AT-HD4-100SR TABLE OF CONTENTS 1. Introduction... 3 2. Package Contents... 3 3. Features...

More information

Kramer Electronics, Ltd.

Kramer Electronics, Ltd. Kramer Electronics, Ltd. Preliminary USER MANUAL Model: 6241HDxl 4x1 3G HD-SDI Switcher Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 2 3 Overview 3 4 Defining the 6241HDxl 4x1

More information

USER MANUAL Table of Contents

USER MANUAL Table of Contents USER MANUAL Table of Contents Safety Information. 3 Specifications.. 4 Main Power Connection.. 5 DMX-512 Connection...... 5 Main Control Menu... 6 Fixture Addressing... 6 Manual Mode...7 Save Scene...7

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

UTP ACTIVE TRANSCEIVER HUB

UTP ACTIVE TRANSCEIVER HUB VI6116 UTP ACTIVE TRANSCEIVER HUB USER S MANUAL 7810 Trade Street, Suite 100 San Diego, CA 92121, U.S.A. Phone: (858) 484-5209 Fax: (858) 484-1205 1 1. Introduction The Vigitron VI6116 is a 16 port active

More information

HeadAmp 4 Pro. User s Manual. Project Series. Five Channel Headphone Amp with Listen and Talkback

HeadAmp 4 Pro. User s Manual. Project Series. Five Channel Headphone Amp with Listen and Talkback HeadAmp 4 Pro Five Channel Headphone Amp with Listen and Talkback Project Series User s Manual IMPORTANT SAFETY INSTRUCTIONS READ FIRST This symbol, wherever it appears, alerts you to the presence of

More information

User Manual TPHD-BYE. HDBaseT Extender Set 70m. All Rights Reserved. Version: TPHD-BYE_2014V1.0

User Manual TPHD-BYE. HDBaseT Extender Set 70m. All Rights Reserved.  Version: TPHD-BYE_2014V1.0 User Manual TPHD-BYE HDBaseT Extender Set 70m All Rights Reserved Version: TPHD-BYE_2014V1.0 www.ptn-electronics.com Preface Read this user manual carefully before using this product. Pictures shown in

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

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

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

Winmate Communication INC.

Winmate Communication INC. 20.1 Military Grade Display Model: R20L100-RKA2ML User s Manual Winmate Communication INC. May, 2011 1 IMPORTANT SAFETY INSTRUCTIONS Please read these instructions carefully before using the product and

More information

VGA & Audio over CAT5 Distribution Series

VGA & Audio over CAT5 Distribution Series CATS-VGA-12B/CATS-VGA-16B CATS-VGA-RX1/CATS-VGA-RX1D VGA & Audio over CAT5 Distribution Series User Manual CATS-VGA-12B CATS-VGA-RX1 CATS-VGA-16B CATS-VGA-RX1D Safety and Notice The VGA & Audio over CAT5

More information

OWNER'S MANUAL MYCRO SUB

OWNER'S MANUAL MYCRO SUB OWNER'S MANUAL MYCRO SUB OWNER'S MANUAL MYCRO SUB Features Compact dimensions and high output. Dual coil woofer provides multiple wiring configurations. Recessed connectors allow the enclosure to be used

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: 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

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

1 x 10 Component Video with Stereo and Digital Audio Distribution Amplifier over CAT5/6 compatible with AT-COMP300RL AT-COMP10SS

1 x 10 Component Video with Stereo and Digital Audio Distribution Amplifier over CAT5/6 compatible with AT-COMP300RL AT-COMP10SS 1 x 10 Component Video with Stereo and Digital Audio Distribution Amplifier over CAT5/6 compatible with AT-COMP300RL AT-COMP10SS User Manual www.atlona.com TABLE OF CONTENTS 1. Introduction 2 2. Features

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

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

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

LINK EXT40-4KECO. 4K 40m HDMI Extender. User Manual. Version: V1.0.1

LINK EXT40-4KECO. 4K 40m HDMI Extender. User Manual. Version: V1.0.1 LINK EXT40-4KECO 4K 40m HDMI Extender User Manual Version: V1.0.1 Important Safety Instructions 1. Do not expose this apparatus to rain, moisture, dripping or splashing and that no objects filled with

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

FD171CV-C-4. Installation and Operation Manual. 17 HDSDI Special Mission Quad Monitor. Revision Date: 01/11/2017 Page 1 of 14.

FD171CV-C-4. Installation and Operation Manual. 17 HDSDI Special Mission Quad Monitor. Revision Date: 01/11/2017 Page 1 of 14. Page 1 of 14 Installation and Operation Manual FD171CV-C-4 17 HDSDI Special Mission Quad Monitor Page 2 of 14 Table of Contents General Information...3 Front View...3 Additional Information...3 Specifications...4

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

Model: UHD41-ARC. Installation Guide

Model: UHD41-ARC. Installation Guide Model: UHD41-ARC Installation Guide 1 Safety Information: Electrical safety Use only the power supplies and the AC power cord that were included with your product. Use of other power supplies could damage

More information

PoE Over Coax Extender Kit

PoE Over Coax Extender Kit Comply with IEEE.802.3af User Manual Data Sheet PoE Over Coax Extender Kit PoEoC-15K PoEoC-15-HOST PoEoC-15-D Host Unit - PSE Side Device Unit PD Side By using RF technology, this kit can extend the transmission

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

VLHDMIEXTFIB_2017V1.0

VLHDMIEXTFIB_2017V1.0 User Manual VLHDMIEXTFI ll Rights Reserved Version: VLHDMIEXTFI_2017V1.0 Preface Read this user manual carefully before using the product. Pictures are shown in this manual for reference only, different

More information

Passive Four Channel Stereo/Mono Mixer/Splitter. Artcessories. User's Manual

Passive Four Channel Stereo/Mono Mixer/Splitter. Artcessories. User's Manual Passive Four Channel Stereo/Mono Mixer/Splitter Artcessories User's Manual IMPORTANT SAFETY INSTRUCTION READ FIRST This symbol, whenever it appears, alerts you to the presence of uninsulated dangerous

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

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

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

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

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

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

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

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

Kramer Electronics, Ltd.

Kramer Electronics, Ltd. Kramer Electronics, Ltd. Preliminary USER MANUAL Model: VP-2K 1:2 UXGA / Audio Distributor Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 2 3 Overview 3 4 Your VP-2K 1:2 UXGA /

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

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

Grandbeing. HDMI Splitter. Operating Instructions(P/N of this Instructions is INSSP ) HDMI Splitter Model No. SP0208-301 Grandbeing Operating Instructions(P/N of this Instructions is INSSP0208-301) Dear customer Thank you for purchasing this product. For optimum performance and safety,

More information

AtlonA. 4x2 Component with Optical/Digital Coax/Analog Audio Matrix Switcher AT-COMP-42M. User Manual

AtlonA. 4x2 Component with Optical/Digital Coax/Analog Audio Matrix Switcher AT-COMP-42M. User Manual AtlonA 4x2 Component with Optical/Digital Coax/Analog Audio Matrix Switcher AT-COMP-42M User Manual TABLE OF CONTENTS 1. Introduction... 1 2. Features... 1 3. Package Contents... 1 4. Panel Descriptions...

More information

SR - 516D DESK TOP DMX REMOTE STATION. Version: Date: 05/16/2013

SR - 516D DESK TOP DMX REMOTE STATION. Version: Date: 05/16/2013 SR - 516D DESK TOP DMX REMOTE STATION Version: 1.10 Date: 05/16/2013 Page 2 of 10 TABLE OF CONTENTS DESCRIPTION 3 POWER REQUIREMENTS 3 INSTALLATION 3 CONNECTIONS 3 POWER CONNECTIONS 3 DMX CONNECTIONS 3

More information

USB Phono Plus. Project Series USER S MANUAL. Audiophile Computer Interface

USB Phono Plus. Project Series USER S MANUAL. Audiophile Computer Interface USB Phono Plus Audiophile Computer Interface Project Series USER S MANUAL IMPORTANT SAFETY INSTRUCTION READ FIRST This symbol, whenever it appears, alerts you to the presence of uninsulated dangerous voltage

More information

AES-404 Digital Audio Switcher/DA/Digital to Analog Converter

AES-404 Digital Audio Switcher/DA/Digital to Analog Converter Broadcast Devices, Inc. AES-404 Digital Audio Switcher/DA/Digital to Analog Converter Technical Reference Manual Broadcast Devices, Inc. Tel. (914) 737-5032 Fax. (914) 736-6916 World Wide Web: www.broadcast-devices.com

More information

Concert Series ORDERCODE D3470 ORDERCODE D3471 ORDERCODE D3472 D3470 D3471 D3472

Concert Series ORDERCODE D3470 ORDERCODE D3471 ORDERCODE D3472 D3470 D3471 D3472 Concert Series ORDERCODE D3470 ORDERCODE D3471 ORDERCODE D3472 D3470 D3471 D3472 Congratulations! You have bought a great, innovative product from DAP Audio. The DAP Audio Concert Series brings excitement

More information

HD VIDEO IP STREAMER CT-HDVD-HDSTR-KIT

HD VIDEO IP STREAMER CT-HDVD-HDSTR-KIT www. nacebrands.com HD VIDEO IP STREAMER CT-HDVD-HDSTR-KIT MADE IN CHINA Read this user manual carefully before using this product. Pictures shown in this manual are for reference only. Safety Precaution

More information

8 Port HD/SD-SDI Video Switch with 2 Port Splitter

8 Port HD/SD-SDI Video Switch with 2 Port Splitter 8 Port HD/SD-SDI Video Switch with 2 Port Splitter User s Guide Models SW-HDSDI-8X2 2008 Avenview Inc. All rights reserved. The contents of this document are provided in connection with Avenview Inc. (

More information

RMX-44 & RMX-62 MIXING MATRIX. Installation & Operation Manual

RMX-44 & RMX-62 MIXING MATRIX. Installation & Operation Manual RMX-44 & RMX-6 MIXING MATRIX Installation & Operation Manual TABLE OF CONTENTS RMX-44 & RMX-6 INTRODUCTION... RMX-44 CALLOUTS... RMX-44 BLOCK DIAGRAM... RMX-6 CALLOUTS... 4 RMX-6 BLOCK DIAGRAM... 5 RMX-44

More information

User Manual TP70P. HDBaseT Extender Set 70m. All Rights Reserved. Version: TP70P_2016V1.0

User Manual TP70P. HDBaseT Extender Set 70m. All Rights Reserved. Version: TP70P_2016V1.0 User Manual TP70P HDBaseT Extender Set 70m All Rights Reserved Version: TP70P_2016V1.0 Preface Read this user manual carefully before using this product. Pictures shown in this manual is for reference

More information

Commander 384. w w w. p r o l i g h t. c o. u k U S E R M A N U A L

Commander 384. w w w. p r o l i g h t. c o. u k U S E R M A N U A L Commander 384 w w w. p r o l i g h t. c o. u k U S E R M A N U A L 1, Before you begin 1.1: Safety warnings...2 3 1.2: What is included...4 1.3: Unpacking instructions...4 2, Introduction 2.1: Features...4

More information

MLA-XLR MIDI Line Amplifier

MLA-XLR MIDI Line Amplifier MIDI Line Amplifier Users Manual , and 0 are trademarks of JLCooper Electronics. All other brand names are the property of their respective owners. User s Manual, First Edition Part Number 932090 2002

More information

SC-C1M SiriusConnect TM Vehicle Tuner

SC-C1M SiriusConnect TM Vehicle Tuner SC-C1M SiriusConnect TM Vehicle Tuner For Special Market Applications Installation Guide Congratulations on the Purchase of your new SIRIUS SC-C1 SiriusConnect TM Vehicle Tuner. The SC-C1M is packaged

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VP-41. 4x1 VGA / XGA Switcher

Kramer Electronics, Ltd. USER MANUAL. Model: VP-41. 4x1 VGA / XGA Switcher Kramer Electronics, Ltd. USER MANUAL Model: VP-41 4x1 VGA / XGA Switcher Contents Contents 1 Introduction 1 2 Getting Started 1 3 Overview 1 4 Your VP-41 4x1 VGA / XGA Switcher 2 5 Connecting the VP-41

More information

Model 1606 Super. User Manual

Model 1606 Super. User Manual Model 1606 Super User Manual All contents c Absara Audio LLC 2014 1. Important Safety Information The triangle surrounding an exclamation mark alerts users to the presence of important warnings or information.

More information

USER MANUAL. MODEL 460RC Rack-Mounted G.703 Coax to Twisted Pair Adapters (BALUNs)

USER MANUAL. MODEL 460RC Rack-Mounted G.703 Coax to Twisted Pair Adapters (BALUNs) USER MANUAL MODEL 460RC Rack-Mounted G.70 Coax to Twisted Pair Adapters (BALUNs) An ISO-900 Certified Company Part # 07M460RC-A Doc. #0908UA Revised //98 SALES OFFICE (0) 975-000 TECHNICAL SUPPORT (0)

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

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

Model 1421 Distribution Amplifier

Model 1421 Distribution Amplifier Model 1421 Distribution Amplifier Installation and Operating Instructions The 1421 Distribution Amplifier provides four independent, wide bandwidth outputs from one video input. The unit is color compatible

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

Atlona 8x8 Component Matrix Switcher with Stereo Audio AT-COMP-88M

Atlona 8x8 Component Matrix Switcher with Stereo Audio AT-COMP-88M Atlona 8x8 Component Matrix Switcher with Stereo Audio AT-COMP-88M User Manual Table of Contents 1. Introduction... 1 2. Features... 1 3. Package Contents... 1 4. Specifications... 1 4. Panel Descriptions

More information

Active UTP Transceiver Hub Installation Guide

Active UTP Transceiver Hub Installation Guide Active UTP Transceiver Hub Installation Guide Models Include: HubWayEX16 - Sixteen (16) Channels - Thirty-two (32) Channels Rev. 011810 More than just power. TM Overview: Altronix HubWayEX16/EX32 Active

More information

Kramer Electronics, Ltd. USER MANUAL. Models: 622T, Dual Link DVI Optical Transmitter 622R, Dual Link DVI Optical Receiver

Kramer Electronics, Ltd. USER MANUAL. Models: 622T, Dual Link DVI Optical Transmitter 622R, Dual Link DVI Optical Receiver Kramer Electronics, Ltd. USER MANUAL Models: 622T, Dual Link DVI Optical Transmitter 622R, Dual Link DVI Optical Receiver Contents Contents 1 Introduction 1 2 Getting Started 2 3 Overview 2 3.1 Power Connect

More information

AES Channel Digital/Analog Audio Switcher/DA/Digital to Analog Converter

AES Channel Digital/Analog Audio Switcher/DA/Digital to Analog Converter Broadcast Devices, Inc. AES-408 8 Channel Digital/Analog Audio Switcher/DA/Digital to Analog Converter Technical Reference Manual Broadcast Devices, Inc. Tel. (914) 737-5032 Fax. (914) 736-6916 World Wide

More information