SG-6005xl & SG-6006 PROTOCOL (VER 1.2)

Size: px
Start display at page:

Download "SG-6005xl & SG-6006 PROTOCOL (VER 1.2)"

Transcription

1 SG-6005xl & SG-6006 PROTOCOL (VER 1.2) A protocol for the SG-6005xl & SG-6006 is described below. For RS-232: A null-modem connection between the PC and the SG-6005xl & SG-6006 is required, and data is at 9600 baud, no parity, 8 data bits, and 1 stop bit All values shown are hexadecimal. STRUCTURE OF PROTOCOL MSB LSB INSTRUCTION ( I ) 0 TO PC I5 I4 I3 I2 I1 I0 1 st byte DATA ( D ) 1 D6 D5 D4 D3 D2 D1 D0 2 nd byte EXTENDED DATA ( E ) 1 E6 E5 E4 E3 E2 E1 E0 3 rd byte MSB s ADDR 1 E7 D A0 4 th byte Note that the MSB s of the DATA (D7) and the EXTENDED DATA (E7) are in the fourth byte. Terminology: TO PC is the DESTINATION BIT I4..I0 is the INSTRUCTION D7..D0 is the DATA E7..E0 is the EXTENDED DATA A0 is the LSB of the MACHINE ADDRESS The destination bit, TO PC, is 0 when sending from the PC to the machine, or 1 when sending from the machine to the PC. The address bit, A0, is determined by the setting of the front panel MENU 9 on the SG-6005xl & SG If the Address of Machine is 0x18, ADDR should be set as 0; if it is the 0x19, ADDR should be set as 1.

2 ============SUPPORTED COMMANDS (I - VALUE IN DEC.)============================= 0 RESET 17 GENLOCK RESET (NEW) 32 READ PARAMETER (NEW) 33 WRITE PARAMETER (NEW) 35 SAVE (NEW) 61 IDENTIFY MACHINE ====================PC TO MACHINE=============================================== RESET POWER-UP(PSEUDO) PC -> I = 0; D = 0; E = 0 -> MACHINE PC <- I = 0; D = 0; E = 0 <- MACHINE ---GENLOCK PARAMETERS (TIMING AND PHASE) RESET PC -> I = 17; D = 0; E = 0 -> MACHINE PC <- I = 17; D = 0; E = 0 <- MACHINE PARAMETER READ PC -> I = 32; D = PARAMETER NUMBER; E = 0 -> MACHINE PC <- I = 32; D = PARAMETER NUMBER; E = PARAMETER <- PARAMETER PARAMETER WRITE PC -> I = 33; D = PARAMETER NUMBER; E = PARAMETER -> MACHINE PC <- I = 33; D = PARAMETER NUMBER; E = PARAMETER <- MACHINE SAVE PC -> I = 35; D = INITIAL (SOURSE) SETUP NUMBER; E = DESTINATION (NEW) SETUP NUMBER -> MACHINE PC <- I = 35; D = INITIAL (SOURSE) SETUP NUMBER; E = DESTINATION (NEW) SETUP NUMBER -> MACHINE IF IT IS NECESSARY ONLY TO SAVE ADJUSTED PARAMETERS IN INITIAL SETUP NUMBER (NO SETUP NUMBER CHANGE), THEN E VALUE MUST BE EQUAL TO D VALUE - INITIAL SETUP NUMBER IDENTIFY MACHINE MACHINE NAME PC -> I = 61;D = 1;E = 0 -> MACHINE PC <- I = 61;D = MACHINE NAME HIGH;E = MACHINE NAME LOW <- MACHINE SOFTWARE VERSION PC -> I = 61;D = 3;E = 0 -> MACHINE PC <- I = 61;D = SOFTWARE VERSION HIGH;E = SOFTWARE VERSION LOW <- MACHINE ===================PARAMETER ADDRESS============================================ THERE ARE GLOBAL PARAMETERS, WHICH ARE INVARIABLE IN CASE OF SETUP NUMBER CHANGE, AND LOCAL PARAMETERS, HAVING APPROPRIATE VALUE FOR EACH SETUP NUMBER (16 DIFFERENT VALUES, STORED IN SPECIAL MEMORY). WHEN WRITE OR READ OPERATION WITH LOCAL PARAMETER, PC GET ACCESSES ONLY TO ACTIVE LOCAL PARAMETER, CORRESPONDING TO ACTUAL SETUP NUMBER. CERTAIN LOCAL PARAMETERS (NOT ALL) ARE REPRESENTED AS TWO-BYTE FORMAT BECAUSE OF ITS LARGE ADJUSTMENT. IN ORDER TO DISTINGUISH ONE-BYTE AND TWO-BYTE PARAMETERS, AND BESIDES THAT TO DISTINGUISH GLOBAL AND LOCAL

3 PARAMETERS, ADDRESS OF ANY PARAMETER (VALUE "D"), PRESENTED IN HEX, CONTAINS FLAG OF TWO-BYTE FORMAT - D7 (MSB) AND FLAG OF LOCAL PARAMETER - D6. ALL GLOBAL PARAMETERS HAVE ONE-BYTE FORMAT, THEREFORE ITS ADDRESSES (D7 = 0, D6 = 0) DO NOT EXCEED 0x3F(HEX) OR 63(DEC). ONE-BYTE LOCAL PARAMETERS (D7 = 0, D6 = 1) HAVE ADDRESSES GREATER THAN 63(DEC), BUT LESS THAN 128(DEC). TWO-BYTE LOCAL PARAMETERS (D7 = 1, D6 = 1) HAVE ADDRESSES GREATER THAN 192(DEC). IT SHOULD BE NOTED THAT THERE ARE PARTICULARITY OF WRITE AND READ OPERATIONS FOR TWO-BYTE PARAMETERS: WHILE WRITE TWO-BYTE PARAMETER (PC -> MACHINE) IT IS STRONGLY NECESSARY TO SEND TWO CONSECUTIVE WRITE COMMANDS FOR LOW (FIRST) AND HIGH BYTES WITH MINIMAL TIME INTERVAL (EACH COMMAND - CONVENTIONAL 4 BYTE STRUCTURE). THE SAME CONSECUTIVE MANNER SHOULD BE USED WHILE READ (MACHINE -> PC) TWO- BYTE PARAMETERS GLOBAL PARAMETERS D = 0 - PANEL LOCK E = 0 - OFF(NORM - DEFAULT) E = 1 - ON D = 1 - PC ADDR 0,1 (CORRESPONDS TO 0x18 AND 0x19) (READ ONLY) D = 2 - SETUP NUMBER E = 0-15 NEXT ADDRESSE ALLOWS TO REQUEST AND TO READ PERIODICALLY GENLOCK STATUS (READ ONLY): D = 11 - GENLOCK STATUS (READ ONLY) E = 0 NORMAL LOCK E = 1 LOST LOCK ONE-BYTE LOCAL PARAMETERS D = 64 - TEST SIGNAL E = 0 -:- 8 "COLOR BARS 75%" "SPLIT BARS 75%" (E = 1) " HOR. BARS 75%" (E = 2) "INV. HOR. BARS" (E = 3) "MULTIBURST 5.8" (E = 4) "PULSE 2T & BAR" (E = 5) " VITS 330 " (E = 6) "TEST PATTERN 1" (E = 7) "TEST PATTERN 2" (E = 8) D = 65 - STANDARD E = 0 -:- 1 PAL 4.43 NTSC 3.58 (E = 1) D = 66 - GENLOCK BUTTON E = 0 -:- 1 GENLOCK OFF GENLOCK ON (E = 1) D = 67 - GENLOCK MODE E = 0 -:- 1 HV ONLY HV AND SC (E = 1) D = 68 - GENLOCK EXTRA V SHIFT (PAL ONLY) E = -1 -:- +1 (FRAMES)

4 D = 69 - NON-GENLOCK SC/H PHASE E = -64 -:- +63 (DEGREES) D = 82 - VIDEO OUTPUT CHANNEL 1 E = 0 -:- 1 BLACK BURST D = 83 - VIDEO OUTPUT CHANNEL 2 E = 0 -:- 1 BLACK BURST D = 84 - VIDEO OUTPUT CHANNEL 3 E = 0 -:- 1 BLACK BURST D = 85 - VIDEO OUTPUT CHANNEL 4 E = 0 -:- 1 BLACK BURST D = 86 - VIDEO OUTPUT CHANNEL 5 E = 0 -:- 1 BLACK BURST D = 87 - VIDEO OUTPUT CHANNEL 6 E = 0 -:- 1 BLACK BURST D = 88 - VIDEO OUTPUT CHANNEL 7 E = 0 -:- 1 BLACK BURST D = 89 - VIDEO OUTPUT CHANNEL 8 E = 0 -:- 1 BLACK BURST D = 90 - VIDEO OUTPUT CHANNEL 9 E = 0 -:- 1 (SG-6005xl ONLY) BLACK BURST D = 90 - DIGITAL OUTPUT SDI E = 0 -:- 1 (SG-6006 ONLY) BLACK BURST D = 91 - VIDEO OUTPUT CHANNEL 10 E = 0 -:- 1 (SG-6005xl ONLY) BLACK BURST D = 92 - ANALOG LEFT

5 AUDIO LEVEL E = -19 -:- +12 (db) D = 93 - ANALOG RIGHT AUDIO LEVEL E = -19 -:- +12 (db) D = 94 - DIGITAL 1 AUDIO LEVEL E = -31 -:- 0 (db) D = 95 - DIGITAL 2 AUDIO LEVEL E = -31 -:- 0 (db) D = 96 - DIGITAL 3 AUDIO LEVEL E = -31 -:- 0 (db) D = 97 - DIGITAL 4 AUDIO LEVEL E = -31 -:- 0 (db) D = 98 - SDI EMBEDDED AUDIO E = 0 -:- 4 DISABLE AS GROUP 1 (E = 1) AS GROUP 2 (E = 2) AS GROUP 3 (E = 3) AS GROUP 4 (E = 4) D = 99 - CLICK IN LEFT AUDIO CHANNELS E = 0 -:- 4 DISABLE 1 SEC (E = 1) 2 SEC (E = 2) 3 SEC (E = 3) 4 SEC (E = 4) D = ANALOG LEFT D = ANALOG RIGHT D = DIGITAL 1 D = DIGITAL 2 D = DIGITAL 3 D = DIGITAL 4

6 TWO-BYTE GENLOCK LOCAL PARAMETERS D = LOW BYTE OF HORIZONTAL TIMING H E0 = H % 256 i.e. REMAINDER ON DIVIDING H BY 256 (SIGNED) D = HIGH BYTE OF HORIZONTAL TIMING H E1 = floor(h/256) i.e. greatest signed integer less or equal to (H/256) where H = : nS STEP H = 0 - DEFAULT D = LOW BYTE OF VERTICAL TIMING V (PAL) E0 = V % 256 i.e. REMAINDER ON DIVIDING V BY 256 (SIGNED) D = HIGH BYTE OF VERTICAL TIMING V (PAL) E1 = floor(v/256) i.e. greatest signed integer less or equal to (V/256) where V = : LINE STEP V = 0 - DEFAULT D = LOW BYTE OF SC PHASE SHIFT C DIVIDING C BY 256 (SIGNED) D = HIGH BYTE OF SC PHASE SHIFT C signed integer less or equal to (C/256) where C = : E0 = C % 256 i.e. REMAINDER ON E1 = floor(c/256) i.e. greatest 1 DEGREE STEP C = 0 - DEFAULT D = LOW BYTE OF VERTICAL TIMING V (NTSC) E0 = V % 256 i.e. REMAINDER ON DIVIDING V BY 256 (SIGNED) D = HIGH BYTE OF VERTICAL TIMING V (NTSC) E1 = floor(v/256) i.e. greatest signed integer less or equal to (V/256) where V = : LINE STEP V = 0 - DEFAULT TWO-BYTE AUDIO FREQUENCY LOCAL PARAMETERS D = LOW BYTE OF LEFT AUDIO FREQUENCY Fl ` E0 = Fl % 256 i.e. REMAINDER ON DIVIDING Fl BY 256 (SIGNED) D = HIGH BYTE OF LEFT AUDIO FREQUENCY F l E1 = floor(fl/256) i.e. greatest signed integer less or equal to (Fl/256) Fl = -99 -: Hz STEP 10 Hz Hz Fl = 0 - DEFAULT (1000 Hz) D = LOW BYTE OF RIGHT AUDIO FREQUENCY Fr ` E0 = Fr % 256 i.e. REMAINDER ON DIVIDING Fr BY 256 (SIGNED) D = HIGH BYTE OF RIGHT AUDIO FREQUENCY Fr E1 = floor(fr/256) i.e. greatest signed integer less or equal to (Fr/256) Fr = -99 -: Hz STEP 10 Hz Hz Fr = 0 - DEFAULT (1000 Hz) ATTENTION! CONTROL OF TEST-PATTERN FLASH PROGRAMMING IS POSSIBLE ONLY BY FRONT-PANEL INTERFACE,BUT NOT BY COMMUNICATION PROTOCOL, BECAUSE OF DIFFICULTY TO SHARE ONE COM-PORT BETWEEN TWO DIFFERENT BAUD RATE MODE OF RS232. BEFORE THIS PROGRAMMING IT IS NECESSARY TO CLOSE PROGRAM APPLICATION OF COMMUNICATION PROTOCOL AND ONLY AFTER THAT ENTER MENU "TEST PROGRAMMING" BY PRESSING CORRESPONDING BUTTONS OF FRONT-PANEL (SEE USER MANUAL). After that, it is possible to launch transmission of before created image file from PC to machine by port RS232 (It is possible to utilize command file with extension bat that contain the instruction COPY/B ).

Kramer Electronics, Ltd. USER MANUAL. Model: FC Analog Video to SDI Converter

Kramer Electronics, Ltd. USER MANUAL. Model: FC Analog Video to SDI Converter Kramer Electronics, Ltd. USER MANUAL Model: FC-7501 Analog Video to SDI Converter Contents Contents 1 Introduction 1 2 Getting Started 1 3 Overview 2 4 Your Analog Video to SDI Converter 3 5 Using Your

More information

Kramer Electronics, Ltd. USER MANUAL. Model: SG Genlock Multistandard SPG / SDI / AUDIO Generator

Kramer Electronics, Ltd. USER MANUAL. Model: SG Genlock Multistandard SPG / SDI / AUDIO Generator Kramer Electronics, Ltd. USER MANUAL Model: SG-6006 Genlock Multistandard SPG / SDI / AUDIO Generator Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 1 3 Overview 3 3.1 Recommendations

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VS-201YC. 2x1 s-video Switcher

Kramer Electronics, Ltd. USER MANUAL. Model: VS-201YC. 2x1 s-video Switcher Kramer Electronics, Ltd. USER MANUAL Model: VS-201YC 2x1 s-video Switcher Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 1 3 Overview 3 4 Your VS-201YC 2x1 s-video Switcher 4 5

More information

Kramer Electronics, Ltd. USER MANUAL. Model: SG-6005xl. Genlock Multistandard SPG/Audio Generator

Kramer Electronics, Ltd. USER MANUAL. Model: SG-6005xl. Genlock Multistandard SPG/Audio Generator Kramer Electronics, Ltd. USER MANUAL Model: SG-6005xl Genlock Multistandard SPG/Audio Generator Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 1 3 Overview 3 3.1 Recommendations

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

Kramer Electronics, Ltd.

Kramer Electronics, Ltd. Kramer Electronics, Ltd. Preliminary USER MANUAL Model: 7408 SDI to Analog Converter Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 2 3 Overview 3 4 Your 7408 SDI to Analog Converter

More information

Kramer Electronics, Ltd.

Kramer Electronics, Ltd. Kramer Electronics, Ltd. Preliminary USER MANUAL Model: SP-10D Digital Video Processor Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 2 3 Overview 3 4 Your SP-10D Digital Video

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.

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

More information

Bel 2120B. Analogue/AES/SDI Shuffler. User s Guide Version /05/04

Bel 2120B. Analogue/AES/SDI Shuffler. User s Guide Version /05/04 Bel 2120B Analogue/AES/SDI Shuffler User s Guide Version 1.0 06/05/04 BEL (Digital Audio) Ltd. has made every effort to ensure the accuracy of information contained within this document which is nevertheless

More information

Kramer Electronics, Ltd. USER MANUAL. Model: FC SDI to Analog Converter

Kramer Electronics, Ltd. USER MANUAL. Model: FC SDI to Analog Converter Kramer Electronics, Ltd. USER MANUAL Model: FC-7402 SDI to Analog Converter Contents Contents 1 Introduction 1 2 Getting Started 1 3 Overview 1 4 Your FC-7402 SDI to Analog Converter 2 5 Using Your FC-7402

More information

Kramer Electronics, Ltd. USER MANUAL. Models: VS-626, 6x6 Video / Audio Matrix Switcher VS-828, 8x8 Video / Audio Matrix Switcher

Kramer Electronics, Ltd. USER MANUAL. Models: VS-626, 6x6 Video / Audio Matrix Switcher VS-828, 8x8 Video / Audio Matrix Switcher Kramer Electronics, Ltd. USER MANUAL Models: VS-626, 6x6 Video / Audio Matrix Switcher VS-828, 8x8 Video / Audio Matrix Switcher Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 1

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VS-401YC. 4x1 s-video / Audio Switcher - DA

Kramer Electronics, Ltd. USER MANUAL. Model: VS-401YC. 4x1 s-video / Audio Switcher - DA Kramer Electronics, Ltd. USER MANUAL Model: VS-401YC 4x1 s-video / Audio Switcher - DA Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 1 3 Overview 3 4 Your VS-401YC 4x1 s-video

More information

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

Kramer Electronics, Ltd. USER MANUAL. Model: 900xl. Power Amplifier Kramer Electronics, Ltd. USER MANUAL Model: 900xl Power Amplifier Introduction Contents 1 Introduction 1 2 Getting Started 1 2.1 Recycling Kramer Products 1 3 Overview 2 4 Your 900xl Power Amplifier 3

More information

SE-1200 MU RS-232 Commands Protocol Guide. For the Control by the RMC-260 Remote Controller. December 4, 2017

SE-1200 MU RS-232 Commands Protocol Guide. For the Control by the RMC-260 Remote Controller. December 4, 2017 SE-1200 MU RS-232 Commands Protocol Guide For the Control by the RMC-260 Remote Controller December 4, 2017 Model: SE-1200 MU Datavideo Technologies Datavideo SE-1200 MU RS-232 Commands 1. Introduction...

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VS x 1 Sequential Video Audio Switcher

Kramer Electronics, Ltd. USER MANUAL. Model: VS x 1 Sequential Video Audio Switcher Kramer Electronics, Ltd. USER MANUAL Model: VS-120 20 x 1 Sequential Video Audio Switcher Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 2 3 Overview 3 4 Installing the VS-120 in

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VS-41HD. 4x1 HD/SD-SDI Switcher / DA

Kramer Electronics, Ltd. USER MANUAL. Model: VS-41HD. 4x1 HD/SD-SDI Switcher / DA Kramer Electronics, Ltd. USER MANUAL Model: VS-41HD 4x1 HD/SD-SDI Switcher / DA Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 1 3 Overview 3 4 Your VS-41HD 4x1 HD/SD-SDI Switcher

More information

Viewing Serial Data on the Keysight Oscilloscopes

Viewing Serial Data on the Keysight Oscilloscopes Ming Hsieh Department of Electrical Engineering EE 109L - Introduction to Embedded Systems Viewing Serial Data on the Keysight Oscilloscopes by Allan G. Weber 1 Introduction The four-channel Keysight (ex-agilent)

More information

Viewing Serial Data on the Keysight Oscilloscopes

Viewing Serial Data on the Keysight Oscilloscopes Ming Hsieh Department of Electrical Engineering EE 109L - Introduction to Embedded Systems Viewing Serial Data on the Keysight Oscilloscopes by Allan G. Weber 1 Introduction The four-channel Keysight (ex-agilent)

More information

Kramer Electronics, Ltd. USER MANUAL. Models: VS-162AV, 16x16 Audio-Video Matrix Switcher VS-162AVRCA, 16x16 Audio-Video Matrix Switcher

Kramer Electronics, Ltd. USER MANUAL. Models: VS-162AV, 16x16 Audio-Video Matrix Switcher VS-162AVRCA, 16x16 Audio-Video Matrix Switcher Kramer Electronics, Ltd. USER MANUAL Models: VS-162AV, 16x16 Audio-Video Matrix Switcher VS-162AVRCA, 16x16 Audio-Video Matrix Switcher Contents Contents 1 Introduction 1 2 Getting Started 1 3 Overview

More information

PC/HDTV to PC/HDTV converter (CP-251F)

PC/HDTV to PC/HDTV converter (CP-251F) PC/HDTV to PC/HDTV converter (CP-251F) Operation Manual This Converter has been especially modified to also accept RGsB Sync on Green Operation Controls and Functions Front Panel 1. Reset/ and +- The and

More information

Model 5405 Dual Analog Sync Generator Data Pack

Model 5405 Dual Analog Sync Generator Data Pack Model 5405 Dual Analog Sync Generator Data Pack E NSEMBLE D E S I G N S Revision 2.1 SW v2.0 This data pack provides detailed installation, configuration and operation information for the 5405 Dual Analog

More information

SE-3000 Serial Control Protocol Description

SE-3000 Serial Control Protocol Description SE-3000 Serial Control Protocol Description Table of Contents 1. Introduction 3 2. Serial Interface 3 2.1 RS422 Interface 3 2.2 RS232 Interface 3 3. Protocol Description 3 3.1 The Break Character 3 3.2

More information

Video Scaler Pro with RS-232

Video Scaler Pro with RS-232 Video Scaler Pro with RS-232 - ID# 783 Operation Manual Introduction Features The Video Scaler Pro with RS-232 is designed to convert Composite S-Video and YCbCr signals to a variety of computer and HDTV

More information

TV Character Generator

TV Character Generator TV Character Generator TV CHARACTER GENERATOR There are many ways to show the results of a microcontroller process in a visual manner, ranging from very simple and cheap, such as lighting an LED, to much

More information

V1602 / V1602CP. ANALOGUE VIDEO ROUTER - 16x2. Rev. 6

V1602 / V1602CP. ANALOGUE VIDEO ROUTER - 16x2. Rev. 6 V1602 / V1602CP ANALOGUE VIDEO ROUTER - 16x2 Rev. 6 June 10, 2004 Network Electronics ASA Thorøya P.O. Box 1020 Sandefjord, Norway Phone: +47 33 48 99 99 Fax: +47 33 48 99 98 e-mail: support@network-electronics.com

More information

RF Solution for LED Display Screen

RF Solution for LED Display Screen RF Solution for LED Display Screen Introduction RF is a kind of wireless telecommunication technology, now standard IEEE802.11B is much popular. Communication speed between server and terminal can reach

More information

Fiber Optic Extender User Manual. Model: CV-F01-TX

Fiber Optic Extender User Manual. Model: CV-F01-TX Fiber Optic Extender User Manual Model: CV-F01-TX 1. I/O Connectors Figure 1 CV-F01-TX Fiber Optic Transmitter I/O Connectors 2. Connection introduction Figure 2 CV-F01-TX Fiber Optic Transmitter Connection

More information

REMOTELY CONTROL SCANDO HD

REMOTELY CONTROL SCANDO HD MANUAL REMOTELY CONTROL SCANDO HD DVI and Analog RGB Computer Video to 3G/HD/SD-SDI Scan Converter with Genlock Input and Fiber Optic Output Installation and Operations Manual WWW.ARTEL.COM Contents Introduction...

More information

RS-232C External Serial Control Specifications

RS-232C External Serial Control Specifications RS-232C External Serial Control Specifications Applicable models: LT-37X898, LT-42X898, LT-47X898 and later models for North America 1. Connection 1.1. Terminal D-SUB 9Pin Male terminal Pin No. Name Pin

More information

ASKING FOR ASSISTANCE

ASKING FOR ASSISTANCE ASKING FOR ASSISTANCE Technical Support: Telephone (818) 772-9100 (800) 545-6900 Fax (818) 772-9120 Technical Support Hours: 8:00 AM to 5:00 PM Monday through Friday PST. Write To: Gefen Inc. c/o Customer

More information

Command line direct mode: This is relevant when a PC application is used to send and receive commands over the network port.

Command line direct mode: This is relevant when a PC application is used to send and receive commands over the network port. Serial Command Structure The Optika Collaborate UHD series feature an RJ-45 Ethernet port for control and monitoring over a network. This application note introduces the two user interface modes: Command

More information

DVI Converters: Installation & Operation Guide BDV BLACK DIAMOND VIDEO

DVI Converters: Installation & Operation Guide BDV BLACK DIAMOND VIDEO DVI Converters: Installation & Operation Guide BDV BLACK DIAMOND VIDEO Edition 1.03 November 20, 2012 Edition 1.03 DVI Converters: Installation & Operation Guide Contents........................................

More information

4X50 ETHERNET SYSTEM

4X50 ETHERNET SYSTEM Kokkedal Industripark 4 DK-2980 Kokkedal Denmark info@eilersen.com Tel +45 49 180 100 Fax +45 49 180 200 4X50 ETHERNET SYSTEM Status and weight transfer using EtherNetIP Applies for: Software: ETHERNETIP.100609.3v3

More information

Manual MON-150W-SDI 15.6 SDI Monitor

Manual MON-150W-SDI 15.6 SDI Monitor Manual MON-150W-SDI 15.6 SDI Monitor P/N 586845700-3 Page 1 of 24 Table of Contents 1. Introduction 2. System 3. Instruction 3.1 Preparation 3.2 Powering On 3.3 Signal Input 4. Controls 4.1 Button control

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VS-88HD. 8x8 SD/HD-SDI Matrix Switcher

Kramer Electronics, Ltd. USER MANUAL. Model: VS-88HD. 8x8 SD/HD-SDI Matrix Switcher Kramer Electronics, Ltd. USER MANUAL Model: VS-88HD 8x8 SD/HD-SDI Matrix Switcher Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 1 3 Overview 3 4 Your VS-88HD 8x8 SD/HD-SDI Matrix

More information

Quick Reference Manual. SPG600 & SPG300 Sync Pulse Generators

Quick Reference Manual. SPG600 & SPG300 Sync Pulse Generators Quick Reference Manual SPG600 & SPG300 Sync Pulse Generators 071-1341-00 This document supports firmware version 1.00 and above. www.tektronix.com Copyright Tektronix, Inc. All rights reserved. Tektronix

More information

SERVICE MANUAL TIME BASE CORRECTOR FA-145 (1 ST EDITION) FOR-A COMPANY LIMITED

SERVICE MANUAL TIME BASE CORRECTOR FA-145 (1 ST EDITION) FOR-A COMPANY LIMITED SERVICE MANUAL TIME BASE CORRECTOR FA-145 (1 ST EDITION) FOR-A COMPANY LIMITED Contents 1. Prior to Starting...1 1-1. General...1 1-2. Test Equipment...1 2. Test Equipment Connection...2 3. Before Adjustment...3

More information

The use of Time Code within a Broadcast Facility

The use of Time Code within a Broadcast Facility The use of Time Code within a Broadcast Facility Application Note Introduction Time Code is a critical reference signal within a facility that is used to provide timing and control code information for

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VS-44HD. 4x4 SD/HD-SDI Matrix Switcher

Kramer Electronics, Ltd. USER MANUAL. Model: VS-44HD. 4x4 SD/HD-SDI Matrix Switcher Kramer Electronics, Ltd. USER MANUAL Model: VS-44HD 4x4 SD/HD-SDI Matrix Switcher Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 1 3 Overview 3 4 Your VS-44HD 4x4 SD/HD-SDI Matrix

More information

USER MANUAL. Kramer Electronics, Ltd. Models:

USER MANUAL. Kramer Electronics, Ltd. Models: Kramer Electronics, Ltd. USER MANUAL Models: VP-88ETH, 8x8 RGBHV / Balanced Audio Matrix Switcher VP-84ETH, 8x4 RGBHV / Balanced Audio Matrix Switcher VP-82ETH, 8x2 RGBHV / Balanced Audio Matrix Switcher

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VS-81HDxl. 8x1 HD/SD-SDI Switcher

Kramer Electronics, Ltd. USER MANUAL. Model: VS-81HDxl. 8x1 HD/SD-SDI Switcher Kramer Electronics, Ltd. USER MANUAL Model: VS-81HDxl 8x1 HD/SD-SDI Switcher Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 1 3 Overview 3 4 Your VS-81HDxl 8x1 HD/SD-SDI Switcher

More information

TG700 TV Signal Generator Platform Release Notes

TG700 TV Signal Generator Platform Release Notes xx ZZZ TG700 TV Signal Generator Platform This document supports firmware version 5.6. www.tektronix.com *P077022807* 077-0228-07 Copyright Tektronix. All rights reserved. Licensed software products are

More information

DiD. LCD Video Monitor & Video Wall Universal User Manual. Digital Information Display

DiD. LCD Video Monitor & Video Wall Universal User Manual. Digital Information Display LCD Video Monitor & Video Wall Universal User Manual DiD Digital Information Display Video Monitor Models M82S1/M70S1/M65S1/M55S1/M46S1/M40S1/M32S1/M24S1/M19S2/M19S1 Video Wall Models PD55N3/PD46N4/PD46N3/PD46N2/PD40N2

More information

VideoStamp 8 TM. Eight channel on-screen composite video character and graphic overlay with real-time clock. Version 1.01

VideoStamp 8 TM. Eight channel on-screen composite video character and graphic overlay with real-time clock. Version 1.01 VideoStamp 8 TM Eight channel on-screen composite video character and graphic overlay with real-time clock Version 1.01 Copyright 2008 Intuitive Circuits, LLC D escription VideoStamp 8 is an eight channel

More information

Model 5240 Digital to Analog Key Converter Data Pack

Model 5240 Digital to Analog Key Converter Data Pack Model 5240 Digital to Analog Key Converter Data Pack E NSEMBLE D E S I G N S Revision 2.1 SW v2.0 This data pack provides detailed installation, configuration and operation information for the 5240 Digital

More information

User s Manual RGB 302/304. Universal Digital Interface

User s Manual RGB 302/304. Universal Digital Interface User s Manual RGB 302/304 Universal Digital Interface Contents Chapter One Introduction to the RGB 302/304 RGB 302/304 Features... 1-1 SmartSave... 1-2 LCD Menu Driven Controls... 1-2 Memory Blocks and

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VS-88HC. 8x8 Home Entertainment Matrix Switcher

Kramer Electronics, Ltd. USER MANUAL. Model: VS-88HC. 8x8 Home Entertainment Matrix Switcher Kramer Electronics, Ltd. USER MANUAL Model: VS-88HC 8x8 Home Entertainment Matrix Switcher Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 1 3 Overview 3 3.1 Terminology Used in

More information

PC/HDTV to Video Scan Converter

PC/HDTV to Video Scan Converter PC/HDTV to Video Scan Converter Applications CHD-380 is a high performance and multi-format Video Scan Converter. It is designed to convert not only PC but also HDTV images to interlaced NTSC/PAL and component

More information

Modbus Register Tables for SITRANS RD300 & WI100

Modbus Register Tables for SITRANS RD300 & WI100 AG021414 Modbus Register Tables for SITRANS RD300 & WI100 WARNING: As is typical with most instruments, the addition of serial communications carries an inherent risk; it allows a remote operator to change

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

Kramer Electronics, Ltd. USER MANUAL. Model: VS-44HDxl. 3G HD/SD-SDI 4x4 Matrix Switcher

Kramer Electronics, Ltd. USER MANUAL. Model: VS-44HDxl. 3G HD/SD-SDI 4x4 Matrix Switcher Kramer Electronics, Ltd. USER MANUAL Model: VS-44HDxl 3G HD/SD-SDI 4x4 Matrix Switcher Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 1 3 Overview 3 4 Your VS-44HDxl 3G HD/SD-SDI

More information

MBI5050 Application Note

MBI5050 Application Note MBI5050 Application Note Foreword In contrast to the conventional LED driver which uses an external PWM signal, MBI5050 uses the embedded PWM signal to control grayscale output and LED current, which makes

More information

VariTime TM Digital Sync Generator, PT 5210

VariTime TM Digital Sync Generator, PT 5210 DK-Technologies VariTime TM Digital Sync Generator, PT 5210 VariTime TM, 8 fields for PAL VariTime TM, 4 fields for NTSC VariTime TM subnanosecond delay compensation Master applications with internal or

More information

Advanced Test Equipment Rentals ATEC (2832)

Advanced Test Equipment Rentals ATEC (2832) Established 1981 Advanced Test Equipment Rentals www.atecorp.com 800-404-ATEC (2832) SECTION 1 : Introduction The TSG 120 YC/NTSC Signal Generator is a simple, cost-effective test signal generator designed

More information

Manual Version V1.02

Manual Version V1.02 Pixie-FS Time Base Corrector Manual Version V1.02 BURST ELECTRONICS INC ALBUQUERQUE, NM 87109 USA (505) 898-1455 VOICE (505) 890-8926 Tech Support Made in USA (505) 898-0159 FAX www.burstelectronics.com

More information

EM6126 EM MICROELECTRONIC - MARIN SA. Digitally programmable 65 and 81 multiplex rate LCD Controller and Driver. Features. Typical Applications

EM6126 EM MICROELECTRONIC - MARIN SA. Digitally programmable 65 and 81 multiplex rate LCD Controller and Driver. Features. Typical Applications EM MICROELECTRONIC - MARIN SA EM616 Digitally programmable 65 and 81 multiplex rate LCD Controller and Driver Features Slim IC for COG, COF and COB technologies I C & Serial bus interface Internal display

More information

R4 AIS Class B Transponder

R4 AIS Class B Transponder Saab TransponderTech R4 AIS Class B Transponder Configuration Manual GENERAL Page 1 i Copyright The entire contents of this manual and its appendices, including any future updates and modifications, shall

More information

TG8000 Multiformat Test Signal Generator Release Notes

TG8000 Multiformat Test Signal Generator Release Notes xx ZZZ TG8000 Multiformat Test Signal Generator Release Notes This document supports Firmware Version 3.2. www.tek.com *P077068907* 077-0689-07 Copyright Tektronix. All rights reserved. Licensed software

More information

RS232 Decoding (Option)

RS232 Decoding (Option) bit0 bit1 bit2 bit3 bit4 bit5 bit6 bit7 bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 7 Protocol Decoding RIGOL RS232 Decoding (Option) RS232 serial bus consists of the transmitting data line (TX) and the receiving

More information

SXGA096 DESIGN REFERENCE BOARD

SXGA096 DESIGN REFERENCE BOARD SXGA096 DESIGN REFERENCE BOARD For Use with all emagin SXGA096 OLED Microdisplays USER S MANUAL VERSION 1.0 TABLE OF CONTENTS D01-501152-01 SXGA096 Design Reference Board User s Manual i 1. INTRODUCTION...

More information

SDZHD Series. 16x16 HD/SD-SDI & AUDIO MATRIX

SDZHD Series. 16x16 HD/SD-SDI & AUDIO MATRIX Automatic HD/SD-SDI selection External reference switching Selectable switching line Control via keypad, RS232, LAN or CNS1000 remote panel 16 storable presets Balanced audio combined Disabling of equalization

More information

Ocean Sensor Systems, Inc. Wave Staff, OSSI F, Water Level Sensor With 0-5V, RS232 & Alarm Outputs, 1 to 20 Meter Staff

Ocean Sensor Systems, Inc. Wave Staff, OSSI F, Water Level Sensor With 0-5V, RS232 & Alarm Outputs, 1 to 20 Meter Staff Ocean Sensor Systems, Inc. Wave Staff, OSSI-010-002F, Water Level Sensor With 0-5V, RS232 & Alarm Outputs, 1 to 20 Meter Staff General Description The OSSI-010-002E Wave Staff is a water level sensor that

More information

User Manual. HDBaseT Wallplate Transmitter over Cat6/6A. Front View Panduit Dr, Tinley Park, IL (708)

User Manual. HDBaseT Wallplate Transmitter over Cat6/6A. Front View Panduit Dr, Tinley Park, IL (708) User Manual HDBaseT Wallplate Transmitter over Cat6/6A Front View 18900 Panduit Dr, Tinley Park, IL 60487 (708) 532-1800 Back View TABLE OF CONTENTS Introduction 2 Features 3 Package Contents 3 Technical

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VP-411DS. 4x1 Automatic UXGA / Audio Switcher

Kramer Electronics, Ltd. USER MANUAL. Model: VP-411DS. 4x1 Automatic UXGA / Audio Switcher Kramer Electronics, Ltd. USER MANUAL Model: VP-411DS 4x1 Automatic UXGA / Audio Switcher Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 1 3 Overview 3 4 Your VP-411DS 4x1 Automatic

More information

Tektronix Video Signal Generators

Tektronix Video Signal Generators Tektronix Video Signal Generators SPG600 and SPG300 Data Sheet The Sync signal generator family SPG600 (full rack width) and SPG300 (half rack width). Features & Benefits Two models, SPG600 (full rack

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VP-23C. Presentation Switcher

Kramer Electronics, Ltd. USER MANUAL. Model: VP-23C. Presentation Switcher Kramer Electronics, Ltd. USER MANUAL Model: VP-23C Presentation Switcher Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 1 3 Overview 3 4 Your VP-23C Presentation Switcher 3 5 Installing

More information

Video to 1080i High Definition RGB Component Converter/Scaler ID# 499

Video to 1080i High Definition RGB Component Converter/Scaler ID# 499 Video to 1080i High Definition RGB Component Converter/Scaler ID# 499 Operation Manual Introduction The Video to 1080i High Definition RGB Component Converter/Scaler is designed to convert Composite, S-Video,

More information

2x50 ETHERNET MODULE

2x50 ETHERNET MODULE Kokkedal Industripark 4 DK-2980 Kokkedal Denmark info@eilersen.com Tel +45 49 180 100 Fax +45 49 180 200 2x50 ETHERNET MODULE Status and weight transfer using EtherNetIP Applies for: Program no.: ETHERNETIP.121113.1v0

More information

EEG CB1512 Caption Legalizer & Relocating Bridge

EEG CB1512 Caption Legalizer & Relocating Bridge EEG CB1512 Caption Legalizer & Relocating Bridge Product Manual EEG Enterprises, Inc. 586 Main Street Farmingdale, New York 11735 TEL: (516) 293-7472 FAX: (516) 293-7417 Copyright EEG Enterprises, Inc.

More information

C8000. sync interface. External sync auto format sensing : AES, Word Clock, Video Reference

C8000. sync interface. External sync auto format sensing : AES, Word Clock, Video Reference features Standard sync module for a frame Internal sync @ 44.1 / 48 / 88.2 / 96kHz External sync auto format sensing : AES, Word Clock, Video Reference Video Reference : Black Burst (NTSC or PAL) Composite

More information

Cable Calibration Function for the 2400B/C and 2500A/B Series Microwave Signal Generators. Technical Brief

Cable Calibration Function for the 2400B/C and 2500A/B Series Microwave Signal Generators. Technical Brief Cable Calibration Function for the 2400B/C and 2500A/B Series Microwave Signal Generators Technical Brief Quickly and easily apply a level correction table to compensate for external losses or power variations

More information

Hardware & software Specifications

Hardware & software Specifications Hardware & software Specifications Réf : PRELIMINARY JUNE 2007 Page 2 of 17 1. PRODUCT OVERVIEW...3 2. TERMINOLOGY...4 A. THE FRONT PANEL...4 B. THE REAR PANEL...5 3. SCREENS DESCRIPTION...5 A. MAIN SCREEN

More information

VSP 168HD Quick Start

VSP 168HD Quick Start VSP 168HD Quick Start Support 10Gbps of transmission rate Support HDBaseT protocols and standards Support USB upgrade Max 2048 1152@60Hz/2560 816 60Hz input/output resolution Support custom output resolution

More information

IQDMENCS Encoder. Module Description

IQDMENCS Encoder. Module Description IQDMENCS Encoder C Module Description The IQDMENCS is a full broadcast quality PAL/SECAM/NTSC encoder A 10-bit SDI input is encoded into PAL or SECAM for 625 line inputs or NTSC for 525 line inputs. A

More information

3-in 1- out DVI Switcher

3-in 1- out DVI Switcher 3-in 1- out DVI Switcher CDVI-31 Operation Manual Application Cypress CDVI-31 DVI Switcher is a high performance digital HD signal processor that designed for use in switching between various DVI sources

More information

with Carrier Board OSD-232+ TM Version 1.01 On-screen composite video character and graphic overlay Copyright 2010 Intuitive Circuits, LLC

with Carrier Board OSD-232+ TM Version 1.01 On-screen composite video character and graphic overlay Copyright 2010 Intuitive Circuits, LLC OSD-232+ TM with Carrier Board On-screen composite video character and graphic overlay Version 1.01 Copyright 2010 Intuitive Circuits, LLC D escription OSD-232+ is a single channel on-screen composite

More information

C Module Description

C Module Description IQD1FPG D1 Frame Pattern Generator C Module Description The IQD1FPG generates charts and logos in serial 4:2:2 (270 Mbit/s) video signals. All output patterns contain full EDH information. REAR PANEL VIEWS

More information

PC/HDTV to Video Scan Converter Operations Manual

PC/HDTV to Video Scan Converter Operations Manual PC/HDTV to Video Scan Converter Operations Manual Introduction This unit is a high performance and multi-format video scan converter. It is designed to convert not only PC but also HDTV images to interlace

More information

Applied Measurements Ltd

Applied Measurements Ltd Applied Measurements Ltd 3 Mercury House, Calleva Park Aldermaston, Berkshire RG7 8PN Telephone: +44 (0) 118 981 7339 Fax: +44 (0) 118 981 9121 E-mail: info@appmeas.co.uk http://www.appmeas.co.uk Serial

More information

OPERATION MANUAL. IVS-700HS Video Stabilizer. 1 st Edition - Rev.2

OPERATION MANUAL. IVS-700HS Video Stabilizer. 1 st Edition - Rev.2 OPERATION MANUAL IVS-700HS Video Stabilizer 1 st Edition - Rev.2 Precautions Important Safety Warnings [Power] Caution Operate unit only on the specified supply voltage. Disconnect power cord by connector

More information

Manual Version Ver 1.0

Manual Version Ver 1.0 The BG-3 & The BG-7 Multiple Test Pattern Generator with Field Programmable ID Option Manual Version Ver 1.0 BURST ELECTRONICS INC CORRALES, NM 87048 USA (505) 898-1455 VOICE (505) 890-8926 Tech Support

More information

Kramer Electronics, Ltd. USER MANUAL. Models: VP-720DS, Seamless Switcher / Scaler VP-723DS, Seamless Switcher / Scaler

Kramer Electronics, Ltd. USER MANUAL. Models: VP-720DS, Seamless Switcher / Scaler VP-723DS, Seamless Switcher / Scaler Kramer Electronics, Ltd. USER MANUAL Models: VP-720DS, Seamless Switcher / Scaler VP-723DS, Seamless Switcher / Scaler Contents Contents 1 Introduction 1 2 Getting Started 1 3 Overview 1 4 Your Seamless

More information

IP LIVE PRODUCTION UNIT NXL-IP55 USO RESTRITO. OPERATION MANUAL 1st Edition (Revised 2) [English]

IP LIVE PRODUCTION UNIT NXL-IP55 USO RESTRITO. OPERATION MANUAL 1st Edition (Revised 2) [English] IP LIVE PRODUCTIO UIT XL-IP55 USO RESTRITO OPERATIO MAUAL 1st Edition (Revised 2) [English] Table of Contents Overview... 3 Features... 3 Transmittable Signals... 3 Supported etworks... 3 System Configuration

More information

SDTV 1 DigitalSignal/Data - Serial Digital Interface

SDTV 1 DigitalSignal/Data - Serial Digital Interface SMPTE 2005 All rights reserved SMPTE Standard for Television Date: 2005-12 08 SMPTE 259M Revision of 259M - 1997 SMPTE Technology Committee N26 on File Management & Networking Technology TP Rev 1 SDTV

More information

for Television ---- Formatting AES/EBU Audio and Auxiliary Data into Digital Video Ancillary Data Space

for Television ---- Formatting AES/EBU Audio and Auxiliary Data into Digital Video Ancillary Data Space SMPTE STANDARD ANSI/SMPTE 272M-1994 for Television ---- Formatting AES/EBU Audio and Auxiliary Data into Digital Video Ancillary Data Space 1 Scope 1.1 This standard defines the mapping of AES digital

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VP-23DS. Presentation Switcher / Scaler

Kramer Electronics, Ltd. USER MANUAL. Model: VP-23DS. Presentation Switcher / Scaler Kramer Electronics, Ltd. USER MANUAL Model: VP-23DS Presentation Switcher / Scaler Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 1 3 Overview 3 4 Your VP-23DS Presentation Switcher

More information

Rec. ITU-R BT RECOMMENDATION ITU-R BT * WIDE-SCREEN SIGNALLING FOR BROADCASTING

Rec. ITU-R BT RECOMMENDATION ITU-R BT * WIDE-SCREEN SIGNALLING FOR BROADCASTING Rec. ITU-R BT.111-2 1 RECOMMENDATION ITU-R BT.111-2 * WIDE-SCREEN SIGNALLING FOR BROADCASTING (Signalling for wide-screen and other enhanced television parameters) (Question ITU-R 42/11) Rec. ITU-R BT.111-2

More information

Operating Instructions Rev. No. 4.1 July 07, LTC and VITC Reader with Serial Interface TC 60 RLV

Operating Instructions Rev. No. 4.1 July 07, LTC and VITC Reader with Serial Interface TC 60 RLV Operating Instructions Rev. No. 4.1 July 07, 2014 LTC and VITC Reader with Serial Interface TC 60 RLV Table of contents page A1 GENERAL HINTS FOR SAFE OPERATION A2 COPYRIGHT A3 CE DECLARATION OF CONFORMITY

More information

DLA-HD350 / DLA-HD750 DLA-HD550 / DLA-HD950 DLA-HD990 DLA-RS10 / DLA-RS20 DLA-RS15 / DLA-RS25 DLA-RS35. RS-232C and Infrared Remote Control Guide

DLA-HD350 / DLA-HD750 DLA-HD550 / DLA-HD950 DLA-HD990 DLA-RS10 / DLA-RS20 DLA-RS15 / DLA-RS25 DLA-RS35. RS-232C and Infrared Remote Control Guide JVC D-ILA Projector DLA-HD350 / DLA-HD750 DLA-HD550 / DLA-HD950 DLA-HD990 DLA-RS10 / DLA-RS20 DLA-RS15 / DLA-RS25 DLA-RS35 RS-232C and Infrared Remote Control Guide Version 1.1 Contents Introduction...2

More information

VSG-401. Compact Video and Audio Signal Generator FEATURES

VSG-401. Compact Video and Audio Signal Generator FEATURES Compact Video and Audio Signal Generator The new Videotek is a ½RU-wide, dual-link, 3G/HD/SD signal and sync generator. Part of the Videotek Compact Monitor Series, the unit is small in size and light

More information

Specification of interfaces for 625 line digital PAL signals CONTENTS

Specification of interfaces for 625 line digital PAL signals CONTENTS Specification of interfaces for 625 line digital PAL signals Tech. 328 E April 995 CONTENTS Introduction................................................... 3 Scope........................................................

More information

DPS-470 Digital Component AV Synchronizer

DPS-470 Digital Component AV Synchronizer DPS-470 Digital Component AV Synchronizer Operator s Manual rev. 1.41 Copyright and Trademark Information Copyright This document, the DPS-470, DPS-470AV, DPS-470P and DPS-470PAV and all related materials

More information

CATALOG NUMBER: HK-MX-VGA-X-Y Product Name

CATALOG NUMBER: HK-MX-VGA-X-Y Product Name Product Name Screen matrix switcher Describe Matrix switcher is a high-performance intelligent matrix switch device designed for switching of audio and video signals. It switches all audio and video input

More information

External Control Manual. (for PDP-614MX)

External Control Manual. (for PDP-614MX) External Control Manual (for PDP-614MX) PDP614MX_232Config.doc Application These specifications are applicable to plasma monitors and communications control from external equipment. Connections Connections

More information

Quick Guide Book of Sending and receiving card

Quick Guide Book of Sending and receiving card Quick Guide Book of Sending and receiving card ----take K10 card for example 1 Hardware connection diagram Here take one module (32x16 pixels), 1 piece of K10 card, HUB75 for example, please refer to the

More information

AC182A 8 Input x 8 Output S-Video Matrix Switch with Audio

AC182A 8 Input x 8 Output S-Video Matrix Switch with Audio Heading AC180A 8 Input x 8 Output Composite Video Matrix Switch with Audio MARCH 2005 AC180A AC182A AC182A 8 Input x 8 Output S-Video Matrix Switch with Audio CUSTOMER SUPPORT INFORMATION Order toll-free

More information

VSP 198CVS Quick Start

VSP 198CVS Quick Start VIEWSIZE THE WORLD VSP 198CVS Quick Start Max 2048 1152@60Hz/2560 1152 50Hz input/output resolution User customize output resolution 3G/HD/SD-SDI input Multiple cascade mapping for super resolution DVI

More information

HK-DID-MXA-VGA-X-Y. Product Name. Describe. Application. Characteristic. Product Model. Screen Matrix Switcher

HK-DID-MXA-VGA-X-Y. Product Name. Describe. Application. Characteristic. Product Model. Screen Matrix Switcher Product Name Screen Matrix Switcher Describe Matrix switcher is a high-performance intelligent matrix switch device designed for switching of audio and video signals. It switches all audio and video input

More information

J.M. Stewart Corporation 2201 Cantu Ct., Suite 218 Sarasota, FL Stewartsigns.com

J.M. Stewart Corporation 2201 Cantu Ct., Suite 218 Sarasota, FL Stewartsigns.com DataMax INDOOR LED MESSAGE CENTER OWNER S MANUAL QUICK START J.M. Stewart Corporation 2201 Cantu Ct., Suite 218 Sarasota, FL 34232 800-237-3928 Stewartsigns.com J.M. Stewart Corporation Indoor LED Message

More information