Luminato SNMP Monitoring Guide

Size: px
Start display at page:

Download "Luminato SNMP Monitoring Guide"

Transcription

1 26-Jan-11 1(24) Luminato SNMP Monitoring Guide

2 26-Jan-11 2(24) TABLE OF CONTENT 1. General List of supported MIBs SNMP Setup Download MIBs Communities Trap destinations Alarms conception Traps General coldstart hecommonalarmevent Monitoring General Active Passive States Recommended polling strategy Status codes... 22

3 26-Jan-11 3(24) 1. GENERAL The document describes how to setup and use SNMP Monitoring for Luminato to look at the state of the device. Luminato supports SNMP versions 1 and 2c, and generates traps (see Traps). It has implemented MIBs (see List of supported MIBs) and provides mechanisms to detect device state changes when warnings/error/ raised and released (example when signal is lost and returned back). This document does not describes how the SNMP working in general, how to use your MIB Browser nor management system. Statuses can be seen via WebUI at main page:

4 26-Jan-11 4(24) SNMP Monitoring provides equal view and traps using industry standard MIBs (for more information visit

5 26-Jan-11 5(24) Your management system can monitor Luminato states using SNMP and traps. EMS:

6 26-Jan-11 6(24) OpenNMS:

7 26-Jan-11 7(24) 2. LIST OF SUPPORTED MIBS MIB Node(s) Comments mib-2 system Provides generic information on device. Such are description, id, uptime, hostname, management contact and location TELESTE-COMMON-MIB elementinformation Minimal equivalent of mib-2/system elementstatus elementcontrol moduleinformation modulestatus modulecontroltable Minor statuses of device Provides control for trap destinations. Information about modules Temperature of modules Temperature control for modules TELESTE-LUMINATO-MIB luminato/general Equivalent of mib- 2/system. luminato/statuscode statuscodedevicetable statuscodemoduletable statuscodeintarfacetable statuscodetransportstreamtable statuscodeservicetable statuscodepidtable Provides cumulative uptime Lists possible status codes definitions Lists possible status codes definitions for device level, module and PSU level, Interface level, TS level, Service level and PID level of monitoring SCTE-HMS-PROPERTY-MIB currentalarmtable Provide list of currently active warnings/errors descretepropertytable Keeps references to possible status codes. Reserved for future

8 26-Jan-11 8(24) MIB Node(s) Comments needs to filter out unnecessary status codes from monitoring SCTE-HMS-HE-COMMON-MIB hecommonlog Persistent log of monitoring events. Major elements to use for monitoring marked bold in table.

9 26-Jan-11 9(24) 3. SNMP SETUP 3.1. Download MIBs All actual MIBs can be downloaded from device (assumed that standard MIBs are available for you system\browser): Navigate to Administration->Service page Click Download MIBs link See picture:

10 26-Jan-11 10(24) 3.2. Communities User can read SNMP OIDs and write available using up to 5 different communities for read and write access. Community can be configured via WebUI Administration->Services->Edit SNMP Settings page: Default community are: public (for read only access) private (for write only access)

11 26-Jan-11 11(24) 3.3. Trap destinations To be able receive traps form Luminato user must register IP(s) to where traps shall be send at the device. Luminato supports up to 5 trap destination. By default none of those are configured. Those can be configured via WebUI Administration->Services->Edit SNMP Settings page: Or via SNMP controltrapreceivertable ( ): SNMP interface to trap destination definitions provide more advanced options. By default it uses port 162 and public community.

12 26-Jan-11 12(24) 4. ALARMS CONCEPTION Device has set of functionality implemented internally by application, drivers, and others subsystems. The states of functionality is represented according to product specific MIB(s) and\or by industry standard MIB(s). Monitored states summarised in discretepropertytable and propertytable (see SCTE-HMS-PROPERTY-MIB). When monitored functionality changes its states, its record in discreteproperty- Table or propertytable changes state. Records from discretepropertytable and propertytable which has alarm state are published in currentalarmtable (see SCTE-HMS-PROPERTY-MIB). When record in currentalarmtable changes it state, added, or removed, new record into hecommonlogtable (see SCTE-HMS-HE-COMMON-MIB) is inserted. If size of hecommonlogtable table became over limit, older records removed. When new record inserted into currentalarmtable the SNMP trap hecommonalarmevent (see SCTE-HMS-HE-COMMON-MIB) is generated and send. Luminato specific note: due to huge set of real monitored object Luminato publish in discretepropertytable only status codes with no references to real monitored objects.

13 26-Jan-11 13(24) 5. TRAPS 5.1. General Luminato generates traps when device changes state of internal object. Management\Monitoring system should receive those to be aware of device problems coldstart Trap coldstart is sent when SNMP subsystem is up and detects device boot up. The trap has two additional bindings: Device type (system object id) Device name The Luminato always reports sysobjectid.0 as (luminato)

14 26-Jan-11 14(24) hecommonalarmevent The hecommonalarmevent trap is described by SCTE MIBs. Trap hecommonalarmevent is sent when device s one of objects changed it state. The trap indicates object id, state, date and time, and text message. Those fields are taken from record in hecommonlog which caused trap. State hecommondiscreteminor(7) or hecommondiscretemajor(6) indicates that state arise. State hecommonnominal(1) indicates that state of object returned to its normal(nominal) state. It means that problem resolved. Rest of values for state are reserved for analog parameters and currently not used.

15 26-Jan-11 15(24) 6. MONITORING 6.1. General The general state of device can be seen on WebUI main page: When status changes it state it is recorded in syslog as well. The SNMP checks status changes with interval of 10 seconds. It means that there absolutely no needs to poll SNMP with higher frequency. Also it means that state which active less than 10 seconds and happened between SNMP checks wont be indicated by SNMP.

16 26-Jan-11 16(24) 6.2. Active When user\system wants to monitor device state actively it has to poll device not frequently than once per 10 seconds. Summary of current alarm states can be seen via currentalarmtable ( ): Nominal states are not indicated in this table. The verbal description for state you have to decide via statuscode tables.

17 26-Jan-11 17(24) Example state: sciinterfaceid ( ) sciinterfaceid indicates the state for interface level. Checking indexing for sciinterfaceid:

18 26-Jan-11 18(24) We can see that interfacetypeid is 1 (means input): Module is 5. Interface id is 1. Status code is To get verbal description we may get row from statuscodeinterfacetable:

19 26-Jan-11 19(24) The history of state changes can be seen via hecommonlogtable ( ): The information on hecommonlogtable can be taken from hecommonloglastindex( ) and hecommonlognumberofentries( ) Advanced monitoring system may scan whole hecommonlogtable only when he- CommonLogLastIndex or hecommonlognumberofentries are changed. See Recommended polling strategy.

20 26-Jan-11 20(24) 6.3. Passive When user\system wants to monitor device state passively it has to register its IP at Luminato (see Trap destinations) and listen for traps. This method is highly recommended as it lets to monitor many devices same time with no performance impact to monitoring system nor monitored device(s). When user\monitoring system receives trap the trap can be decoder according to MIBs to detect what kind of even happens Example: We received a trap: The device IP which send trap is Its uptime is over 2 days (see Binding #1) The trap is hecommonalarmevent (see Binding #2) Decoding Binding #3 we can see: o o Trap send for module level Module ID is 7 what is equal to PSU o Status code is 6 o Additional value is 48 Trap was send due to raised state - Binding #5 indicated hecommondiscretemajor(6) Binding #6 indicated date/time when even was recorded Binding #7 has verbal description of trap

21 26-Jan-11 21(24) The variables for this trap were taken from hecommonlogtable: 6.4. States Status states may be: hecommondiscreteminor(7)/caasdiscreteminor(7) for statuses level up to warning hecommondiscretemajor(6)/caasdiscretemajor(6) for statuses level error or critical hecommonnominal(1) for statuses which are not raised at moment. Rest of states are reserved for analog parameters and currently not used Recommended polling strategy Regular management system will not poll device but operates base on received traps. If your management system has to poll device, the interval between polls shall be more than 10 seconds. To monitor current state currentalarmtable has to be polled. If verbal definition for state needed, value from one of statuscode tables shall be read. More advanced system shall poll hecommonlognumberofentries ( ) and hecommonloglastindex ( ), and if any of those changed its value read hecommonlogtable ( ): The whole table can be read Or only new record(s) in hecommonlogtable can be read (base on previous and new values of hecommonloglastindex) Avoid polling of all others tables!!!

22 26-Jan-11 22(24) 7. STATUS CODES Code Level Text Comments 2 PID PID missing 3 Service Service missing 4 Module PID conflict 5 TS PID remapped 6 Chassis Module 7 Chassis Module Temperature too high Temperature too low 8 TS Manual table insertion failed 4096 Module Off 4097 Interface Signal missing 4098 TS No TS sync 4099 TS TS RX error 4100 TS TS input buffer overflow 4101 TS TS output buffer overflow 4102 Interface ASI link down Only for ASI input 4104 Module PID capacity exceeded 4105 Module PSI/SI capture capacity exceeded 4106 Module Out of service ID s 4107 Chassis Module License conflict limits features 4108 Module CA module missing 4109 TS PSI/SI insert capacity exceeded 4110 TS Overallocated multiplex 4111 Chassis Module Unknown module 4112 Module PSU: Voltage too high Only for PSU (Module 7) 4113 Module PSU: Voltage too low Only for PSU (Module 7) 4114 Module PSU: Current too high Only for PSU (Module 7) 4115 Module PSU: Current too low Only for PSU (Module 7) 4129 Chassis Module 4130 Chassis Module Device driver failure Hardware failure

23 26-Jan-11 23(24) Code Level Text Comments 4131 Chassis Fan failure 4132 Chassis Running on backup power 4133 Module PSU: Power supply overloaded Only for PSU (Module 7) 4134 Module Booting up 4135 Module Boot failed: retrying 4136 Module Boot failed 4137 Module Shutting down 4138 Module Connection lost 4139 Module Incompatible module disabled 4140 Module Boot failed: retrying 4141 Module Failed to boot (module) 4142 Chassis Rear I/O module failed 4145 Module UPC communication timeout Only for QAM and COFDM 4146 Module UPC PLL Lost Only for QAM and COFDM 4147 Module UPC too low input power Only for QAM and COFDM 4148 Module UPC too high input power Only for QAM and COFDM 4149 Module Calibration data missing Only for QAM and COFDM 4151 Module Descrambling failure 4153 Chassis Backup: Switched over to backup device 4161 Interface Signal quality 4167 Module Booting 4168 Module Restarting 4171 Module FPGA input buffer overflow 4172 Module CPU input filter overflow 4173 Module SID conflict 4174 Module PID allocated from outside configured range 4175 Module Unsupported configuration Only for QAM and COFDM 4176 Module Frequency out of range Only for QAM and COFDM 4177 Module Output power out of range Only for QAM and COFDM 4178 Module Symbolrate out of range Only for QAM and COFDM 4179 Module Channel distance too narrow Only for QAM and COFDM 4180 Module Invalid configuration Only DVBS/DVBS2

24 26-Jan-11 24(24) Code Level Text Comments 4181 Module Invalid puncture rate for selected modulation Only DVBS/DVBS Module LNB current Only DVBS/DVBS Module Frequency offset Only DVBS/DVBS2/DVBT 4185 Module Restarting descrambling 4186 Module Rebooting CAM 4187 Chassis ECMG failure 4188 Chassis ECM stream failure 4189 Chassis EMM failure 4190 Chassis EMM stream failure 4191 Chassis ECMG not configured 4192 Chassis EMM not connected 4193 Chassis SCS not licensed 4194 Chassis ECMG switched so spare server 4195 Chassis Update boot loader available 4198 Chassis Failed to update stage 1 boot loader 4199 Chassis Failed to update stage 2 boot loader 4108 Chassis Application error 4203 Chassis Backup: Active backup 4205 Chassis Configuring module

Release Notes for GT42 Universal descrambler Module

Release Notes for GT42 Universal descrambler Module GT42W: SW 3.0.2 2016-11-28, JÅ Release Notes for GT42 Universal descrambler Module Content 1 Release Notes for SW 3.0.2 (GT01W GT11 SW 3.1)... 2 1.1 About this document... 2 1.2 About this release... 2

More information

Simple Media Platform Quick Installation Guide V1.0-N. Simple Media Platform. Quick Installation Guide

Simple Media Platform Quick Installation Guide V1.0-N. Simple Media Platform. Quick Installation Guide Simple Media Platform Quick Installation Guide 1. Installation Instruction 1.1 Mounting unit to a 19 rack When selecting the installation site, try to comply with the following: Protective Ground - The

More information

Operation and Installation Guide

Operation and Installation Guide Operation and Installation Guide HDS2800 Series Encoder Modulator High Definition (HD) Digital COFDM MPEG2 and H.264 Modulator with IP Multicast. 19 Rack Mount Revision 4.0 Firmware version Released File

More information

C8000. switch over & ducking

C8000. switch over & ducking features Automatic or manual Switch Over or Fail Over in case of input level loss. Ducking of a main stereo or surround sound signal by a line level microphone or by a pre recorded announcement / ad input.

More information

D9800 Alarm and Warning Messages

D9800 Alarm and Warning Messages D9800 and Warning s This section describes all the alarms and warnings for the D9800 Network Transport Receiver. It also describes how to view and access the alarms and warnings. About s and Warnings,

More information

Release Notes for GT41 IP Processing Module

Release Notes for GT41 IP Processing Module GT41: SW 3.2 2017-04-12, JÅ Release Notes for GT41 IP Processing Module Content 1 Release Notes for SW 3.2... 2 1.1 About this document... 2 1.2 About this release... 2 1.3 New Features... 2 1.4 Improvements

More information

Television on IP Networks. SNS-101 (Ref. 5101) FTA or Multicrypt DVB-S IP Streamer Common Interface. Configuration and Settings.

Television on IP Networks. SNS-101 (Ref. 5101) FTA or Multicrypt DVB-S IP Streamer Common Interface. Configuration and Settings. Television on IP Networks SNS-101 (Ref. 5101) FTA or Multicrypt DVB-S IP Streamer Common Interface Configuration and Settings User Manual EN Configuration and Setting of the SNS-101 Streamer Module User

More information

Television on IP Networks. BNS-200 (Ref. 5105) Double A/V IP Streamer. Configuration and Settings. User Manual

Television on IP Networks. BNS-200 (Ref. 5105) Double A/V IP Streamer. Configuration and Settings. User Manual Television on IP Networks BNS-200 (Ref. 5105) Double A/V IP Streamer Configuration and Settings User Manual EN Configuration and Setting of the BNS-200 Streamer Module User Manual November 2008 Revision

More information

IxStream Headend. Quick Guide - Begin working with the IxStream headend. IX-Streamer, rev 1.1

IxStream Headend. Quick Guide - Begin working with the IxStream headend. IX-Streamer, rev 1.1 IxStream Headend Quick Guide - Begin working with the IxStream headend IX-Streamer, rev 1.1 Introduction... 3 Example setup... 3 Access the headend... 4 Important Concepts... 5 Push Config... 5 EMM...

More information

Digital CATV Head End Modular Bank

Digital CATV Head End Modular Bank Digital CATV Head End Modular Bank User Manual (ver. A) http://www.pbi-china.com 目录 1. SUMMARY...1 2. BASIC OPERATION ON HDMS...2 2.1 Minimum requirements for PC...2 2.2 Installation...2 2.3 Edit IP addresses

More information

for Cable TV and IPTV networks

for Cable TV and IPTV networks 3.1 B-Nova 3.1 DXP 400 Compact & Modular Headend Platform for Cable TV and IPTV networks The B-NOVA Chassis is a base for an IPTV modular platform and cable TV headends. B-NOVA enables the operator to

More information

Operation and Installation Guide

Operation and Installation Guide Operation and Installation Guide HDS2800 Series Encoder Modulator High Definition (HD) Digital COFDM MPEG2 and H.264 Modulator with IP Multicast. 19 Rack Mount Wall Mount Revision 0.1 Firmware version

More information

HEADEND PLATFORM FOR CABLE TV, IPTV & OTT

HEADEND PLATFORM FOR CABLE TV, IPTV & OTT TELESTE LUMINATO HEADEND PLATFORM FOR CABLE TV, IPTV & OTT TELESTE LUMINATO Teleste Luminato headend platform is designed for live content processing. It receives the content from various sources and descrambles

More information

Agilent Technologies. N5106A PXB MIMO Receiver Tester. Error Messages. Agilent Technologies

Agilent Technologies. N5106A PXB MIMO Receiver Tester. Error Messages. Agilent Technologies Agilent Technologies N5106A PXB MIMO Receiver Tester Messages Agilent Technologies Notices Agilent Technologies, Inc. 2008 2009 No part of this manual may be reproduced in any form or by any means (including

More information

Network Operations Subcommittee SCTE STANDARD

Network Operations Subcommittee SCTE STANDARD Network Operations Subcommittee SCTE STANDARD SCTE 154-5 2018 SCTE-HMS-HEADENDIDENT TEXTUAL CONVENTIONS MIB NOTICE The Society of Cable Telecommunications Engineers (SCTE) / International Society of Broadband

More information

5620 SAM SERVICE AWARE MANAGER MPTGS Driver Version Guide

5620 SAM SERVICE AWARE MANAGER MPTGS Driver Version Guide 5620 SAM SERVICE AWARE MANAGER 9500 MPTGS Driver Version 2.1.0 Guide 3HE-10851-AAAB-TQZZA September 2016 5620 SAM Legal notice Nokia is a registered trademark of Nokia Corporation. Other products and company

More information

Professional 4-Channel DVB Receiver and Transmodulator Item: 5213

Professional 4-Channel DVB Receiver and Transmodulator Item: 5213 IDLV-3440DM Professional 4-Channel DVB Receiver and Transmodulator Item: 5213 IDLV-3440DM integrates 4 DVB Receiver and Transmodulator in one 1U 19 chassis. It provides operators an ideal DTV headend setup

More information

Typical applications:

Typical applications: Typical applications: Managing multiple inputs for growing satellite teleports Extended L-band frequency for Ka-band & HTS applications Routing live traffic to multiple modems ETL s new ultra compact Hurricane

More information

5620 SAM SERVICE AWARE MANAGER. SMM GNE Driver Version Guide

5620 SAM SERVICE AWARE MANAGER. SMM GNE Driver Version Guide 5620 SAM SERVICE AWARE MANAGER SMM GNE Driver Version 1.0.30 Guide 3HE-11173-AAAB-TQZZA September 2016 5620 SAM Legal notice Nokia is a registered trademark of Nokia Corporation. Other products and company

More information

MediaKind RX

MediaKind RX MediaKind RX8330 The MediaKind RX8330 Distribution Receiver provides feature-rich multi-format standard definition decoding capability with high quality SDI output for video distribution applications.

More information

DPS Telecom Your Partners in Network Alarm Management

DPS Telecom Your Partners in Network Alarm Management Subject: How to Setup Analog Sensors on a NetGuardian Platforms: Netguardian 832A, 16S, 216, 216T, and NetDog G2 How are your remote sites doing? Too hot? Too cold? Too humid? Low battery voltage? Low

More information

C8188 C8000 1/10. digital audio modular processing system. 4 Channel AES/EBU I/O. features. block diagram. 4 balanced AES inputs

C8188 C8000 1/10. digital audio modular processing system. 4 Channel AES/EBU I/O. features. block diagram. 4 balanced AES inputs features 4 balanced AES inputs Input Sample Rate Converters (SRC) 4 balanced AES outputs Relay bypass for pairs of I/Os Relay wait time after power up Master mode (clock master for the frame) 25pin Sub-D,

More information

INSTRUCTION MANUAL VF MultiDyne. Harnessing The Power of Light

INSTRUCTION MANUAL VF MultiDyne. Harnessing The Power of Light INSTRUCTION MANUAL VF-9000 SERIAL DIGITAL FIBER OPTIC TRANSPORT and DISTRIBUTION SYSTEM FOR SMPTE 259, 292, 424, DVB-ASI, with gigabit ethernet with SNMP & Web page monitoring and other protocols MultiDyne

More information

HEADEND PLATFORM FOR CABLE TV, IPTV & OTT

HEADEND PLATFORM FOR CABLE TV, IPTV & OTT TELESTE LUMINATO HEADEND PLATFORM FOR CABLE TV, IPTV & OTT TELESTE LUMINATO Teleste Luminato headend platform is designed for live content processing. It receives the content from various sources and descrambles

More information

Professional Headend Solutions. Device manual. SAT-TV Transmodulator. DVB-S/ -S2 (8x QPSK/ 8PSK) 4x CI DVB-C (8x QAM) A-QAMOS-4CI Part N o : 5102.

Professional Headend Solutions. Device manual. SAT-TV Transmodulator. DVB-S/ -S2 (8x QPSK/ 8PSK) 4x CI DVB-C (8x QAM) A-QAMOS-4CI Part N o : 5102. Professional Headend Solutions Device manual A-QAMOS-4CI Contents 1. Safety and operating instructions... 3 2. Device variants... 3 3. Software options... 3 4. General... 3 5. Functional description...

More information

Professional Headend Solutions. A-LINE series featuring MPEG Encoder, Multiplexer, Scrambler, Modulators, and IP Streamers

Professional Headend Solutions. A-LINE series featuring MPEG Encoder, Multiplexer, Scrambler, Modulators, and IP Streamers 19 PREMIUM HEADEND EMA 207 MXA 107 SCA 107 AMA 299 VMA 191 MSA 108 S/T/C/A 4-way MPEG-Encoder/Multiplexer 8-way Multiplexer DVB Scrambler QAM Modulator Audio/Video Modulator Twin DVB to IP Streamer A-LINE

More information

User manual. QAM output module. QAM output module Version F Date 08/2016 EN

User manual. QAM output module. QAM output module Version F Date 08/2016 EN QAM output module Model Item no. QAM output module 492055 492056 Version F Date 08/2016 EN Attention! / Achtung! / Consignes de sécurité! EN Failure to comply with the specified precautionary measures

More information

VIDEO GRABBER. DisplayPort. User Manual

VIDEO GRABBER. DisplayPort. User Manual VIDEO GRABBER DisplayPort User Manual Version Date Description Author 1.0 2016.03.02 New document MM 1.1 2016.11.02 Revised to match 1.5 device firmware version MM 1.2 2019.11.28 Drawings changes MM 2

More information

User Instruction Manual IQDBT105. DVB-T/T2 Terrestrial Receiver & Monitor.

User Instruction Manual IQDBT105. DVB-T/T2 Terrestrial Receiver & Monitor. User Instruction Manual IQDBT105 DVB-T/T2 Terrestrial Receiver & Monitor www.s-a-m.com Information and Notices Information and Notices Copyright and Disclaimer Copyright protection claimed includes all

More information

5620 SERVICE AWARE MANAGER. NTP Driver Version Guide

5620 SERVICE AWARE MANAGER. NTP Driver Version Guide 5620 SERVICE AWARE MANAGER NTP Driver Version 1.0.0 Guide 3HE-11234-AAAA-TQZZA September 2016 5620 SAM Legal notice Nokia is a registered trademark of Nokia Corporation. Other products and company names

More information

DRD 696. Multi-Format Receiver. Instruction Manual

DRD 696. Multi-Format Receiver. Instruction Manual Multi-Format Receiver Instruction Manual DRD 696 Blankom Digital GmbH TecCenter 31162 Bad Salzdetfurth Germany Phone +49 (0) 5063 / 2711-0 Fax +49 (0) 5063 / 2711-60 E-Mail info@blankom-digital.de Web

More information

QRF5000 MDU ENCODER AND QAM MODULATOR

QRF5000 MDU ENCODER AND QAM MODULATOR Radiant Communications Corporation 5001 Hadley Road South Plainfield NJ 07080 Tel (908) 757-7444 Fax (908) 757-8666 WWW.RCCFIBER.COM QRF5000 MDU ENCODER AND QAM MODULATOR Installation & Operational Manual

More information

RADview-PC/TDM. Network Management System for TDM Applications Megaplex RAD Data Communications Publication No.

RADview-PC/TDM. Network Management System for TDM Applications Megaplex RAD Data Communications Publication No. RADview-PC/TDM Network Management System for TDM Applications Megaplex-2200 1994 2001 RAD Data Communications Publication No. 351-241-12/01 Contents Megaplex-2200 Edit Configuration Operations 1. Connecting

More information

User Manual ACE Rev (54) ACE Series. User Manual. Teleste Corporation. ACE3 Intelligent broadband amplifier

User Manual ACE Rev (54) ACE Series. User Manual. Teleste Corporation. ACE3 Intelligent broadband amplifier 16.3.2017 1(54) ACE Series User Manual Teleste Corporation ACE3 Intelligent broadband amplifier 16.3.2017 2(54) Contents Introduction... 3 Installation... 4 Housing... 4 Interfaces... 5 Transponder...

More information

OPERATION MANUAL. USF-1013DEMUX Digital Audio Demultiplexer. 2 nd Edition. Software Version Higher

OPERATION MANUAL. USF-1013DEMUX Digital Audio Demultiplexer. 2 nd Edition. Software Version Higher OPERATION MANUAL USF-1013DEMUX Digital Audio Demultiplexer 2 nd Edition Software Version 2.00 - Higher Precautions Important Safety Warnings [Power] Stop [Circuitry Access] Do not place or drop heavy or

More information

Common Media Platform

Common Media Platform CMP100 Common Media Platform Introduction Remote Network Management Unified Access to the Signal 4RU High Density Design Dual Power Supply 16 Hot-Swappable Modules N+1 Input Backup 1+1 Output Backup Introduction

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

TV4U QUAD DVB-S2 to DVB-C TRANSMODULATOR

TV4U QUAD DVB-S2 to DVB-C TRANSMODULATOR INSTRUCTION MANUAL Features of the new DVB-C transmodulators line Through the use of the FPGA technology the transmodulators provides the highest performance at the lowest price. Four carriers are formed

More information

MediaKind RX8200 SkyUK CA

MediaKind RX8200 SkyUK CA MediaKind RX8200 SkyUK CA Advanced Modular Receiver - SkyUK CA The MediaKind RX8200 Advanced Modular Receiver is the industry standard Integrated Receiver Decoder (IRD) for decoding content feeds. RX8200

More information

Digital Tuner Streamer

Digital Tuner Streamer Digital Tuner Streamer This Manual Apply to the MTRX 4/8 Tuner To IPTV Systems On 8 Tuners Systems, The inputs are all assigned to the 8 Tuners Only and no asi Web-NMS Version: 1.03 Software: 1.00 Hardware:

More information

DRD 700. Quad Multistream Processor. Instruction Manual

DRD 700. Quad Multistream Processor. Instruction Manual DRD 700 Quad Multistream Processor Instruction Manual Blankom Digital GmbH TecCenter 31162 Bad Salzdetfurth Germany Phone +49 (0) 5063 / 2711-0 Fax +49 (0) 5063 / 2711-60 E-Mail info@blankom-digital.de

More information

Package Contents. LED Protocols Supported. Safety Information. Physical Dimensions

Package Contents. LED Protocols Supported. Safety Information. Physical Dimensions Pixel Triton Table of Contents Package Contents... 1 Safety Information... 1 LED Protocols Supported... 1 Physical Dimensions... 1 Software Features... 2 LED Status... 2 Power... 2 Activity LED... 2 Link

More information

TABLE OF CONTENTS 1. OVERVIEW INSTALLATION DA-3G CONNECTIONS SPECIFICATIONS SERIAL VIDEO INPUT...

TABLE OF CONTENTS 1. OVERVIEW INSTALLATION DA-3G CONNECTIONS SPECIFICATIONS SERIAL VIDEO INPUT... TABLE OF CONTENTS 1. OVERVIEW... 1 2. INSTALLATION... 3 2.1. 500DA-3G CONNECTIONS... 3 3. SPECIFICATIONS... 4 3.1. SERIAL VIDEO INPUT... 4 3.2. SERIAL VIDEO OUTPUT... 4 3.3. ELECTRICAL... 4 3.4. PHYSICAL...

More information

7881IRDA Series QUICK START GUIDE

7881IRDA Series QUICK START GUIDE 7881IRDA Series QUICK START GUIDE Copyright 2013-2015 EVERTZ MICROSYSTEMS LTD. 5292 John Lucas Drive, Burlington, Ontario, Canada L7L 5Z9 Phone: +1 905-335-3700 Sales: sales@evertz.com Fax: +1 905-335-3573

More information

user manual Colosseum 8500D

user manual Colosseum 8500D user manual Colosseum 8500D No part of this manual may be copied, reproduced, transmitted, transcribed or translated into any language without permission. Unitron reserves the right to change the specifications

More information

Configuration guide TDH 800 PAL output module. TDH 800 PAL output module Version A EN triax.com

Configuration guide TDH 800 PAL output module. TDH 800 PAL output module Version A EN triax.com Configuration guide TDH 800 PAL output module Model Item no. TDH 800 PAL output module 692850 692851 Version 891575A 08-2013 EN triax.com Contents Contents Introduction... 3 System requirements... 3 Computer

More information

SPR-11P Portable Transport Stream Recorder and Player

SPR-11P Portable Transport Stream Recorder and Player SPR-11P Portable Transport Stream Recorder and Player Scivo Technologies Co., Ltd Room 406, Tayuan building No.1, Huayuan road, Haidian District Beijing, 100083, P.R.C Tel (8610) 62013361 62050737 Fax

More information

Continuum DVP D9600 Advanced Headend Processor Model D9655 IP Streamer with optional built-in scrambler

Continuum DVP D9600 Advanced Headend Processor Model D9655 IP Streamer with optional built-in scrambler Headend Systems Continuum DVP D9600 Advanced Headend Processor Description Today s digital systems demand powerful, flexible and compact solutions. The Model D9655 IP Streamer with built-in scrambler,

More information

Operating instructions

Operating instructions Professional Headend Solutions Operating instructions Contents 1. Safety and operating instructions...2 2. Device variants...2 3. General...2 4. Front view...3 5. Function description...3 6. Adjustments...3

More information

TABLE OF CONTENTS 1. OVERVIEW INSTALLATION VIDEO CONNECTIONS GENERAL PURPOSE INPUTS & OUTPUTS SPECIFICATIONS...

TABLE OF CONTENTS 1. OVERVIEW INSTALLATION VIDEO CONNECTIONS GENERAL PURPOSE INPUTS & OUTPUTS SPECIFICATIONS... TABLE OF CONTENTS 1. OVERVIEW...1 2. INSTALLATION...3 2.1. VIDEO CONNECTIONS... 3 2.2. GENERAL PURPOSE INPUTS & OUTPUTS... 4 3. SPECIFICATIONS...6 3.1. SERIAL DIGITAL VIDEO INPUTS... 6 3.2. SERIAL DIGITAL

More information

Installation & Operational Manual

Installation & Operational Manual Radiant Communications Corporation 5001 Hadley Road South Plainfield NJ 07080 Tel (908) 757-7444 Fax (908) 757-8666 WWW.RCCFIBER.COM QRF5000M MDU ENCODER Installation & Operational Manual Rev.A2 1. Introduction

More information

Model 4455 ASI Serial Digital Protection Switch Data Pack

Model 4455 ASI Serial Digital Protection Switch Data Pack Model 4455 ASI Serial Digital Protection Switch Data Pack Revision 1.5 SW v2.2.11 This data pack provides detailed installation, configuration and operation information for the 4455 ASI Serial Digital

More information

AT70XUSB. Digital Video Interfacing Products

AT70XUSB. Digital Video Interfacing Products Digital Video Interfacing Products AT70XUSB DVB-C (QAM-A) Cable TV Input DVB-C to DVB-ASI Converter Receiver, Recorder & Converter Small Handheld size No External Power Supply needed Standard Features

More information

Configuration Guide Comtech EF Data Satellite Modems

Configuration Guide Comtech EF Data Satellite Modems Configuration Guide Comtech EF Data Satellite Modems Written for RMOS 4.3 October 2010 About this Guide The purpose of this guide is to describe the procedures for installing and configuring Comtech EF

More information

T3316 IP QAM Modulator User Manual

T3316 IP QAM Modulator User Manual T3316 IP QAM Modulator User Manual SW Version: 1.02 HW version: 0.70.0.0 Web NMS version: 1.02 Intended Audience About This Manual This user manual has been written to help people who have to use, to integrate

More information

8-Way Professional Demodulator & IPTV Streamer

8-Way Professional Demodulator & IPTV Streamer 8-Way Professional Demodulator & IPTV Streamer Model: Main Feature: 8 DVB-S2/S, DVB-C, DVB-T2/T or DTMB or ATSC or ISDB-T Tuner Inputs Tuner RSSI, received signal strength, Eb/N0, C/N and BER monitoring

More information

TGX-4400 Professional Receiver Decoder

TGX-4400 Professional Receiver Decoder TGX-4400 Professional Receiver Decoder User Manual June 2017 8032R www.technalogix.ca 1.403.347.5400 Revision 1.2 Safety Instructions Read these instructions Keep these instructions Heed all warnings Follow

More information

DVISm. DVISm - Mini Digital Video Insertion System. Quick Start Guide. Patent Pending

DVISm. DVISm - Mini Digital Video Insertion System. Quick Start Guide. Patent Pending DVISm Patent Pending DVISm - Mini Digital Video Insertion System Quick Start Guide Although every effort has been taken to ensure the accuracy of this document it may be necessary, without notice, to make

More information

Configuring the Transport Stream Information

Configuring the Transport Stream Information This section describes how to set up and configure the transport stream outputs in the D9800 Network Transport Receiver. Transport Stream Outputs, page 1 Configuring the ASI or MPEGoIP Output General Settings,

More information

Teletext Inserter Firmware. User s Manual. Contents

Teletext Inserter Firmware. User s Manual. Contents Teletext Inserter Firmware User s Manual Contents 0 Definition 3 1 Frontpanel 3 1.1 Status Screen.............. 3 1.2 Configuration Menu........... 4 2 Controlling the Teletext Inserter via RS232 4 2.1

More information

AMD-53-C TWIN MODULATOR / MULTIPLEXER AMD-53-C DVB-C MODULATOR / MULTIPLEXER INSTRUCTION MANUAL

AMD-53-C TWIN MODULATOR / MULTIPLEXER AMD-53-C DVB-C MODULATOR / MULTIPLEXER INSTRUCTION MANUAL AMD-53-C DVB-C MODULATOR / MULTIPLEXER INSTRUCTION MANUAL HEADEND SYSTEM H.264 TRANSCODING_DVB-S2/CABLE/_TROPHY HEADEND is the most convient and versatile for digital multichannel satellite&cable solution.

More information

Z-IP Stream 004/008. User Guide and Installation Manual. Four or Eight Input QAM Encoder / Modulator

Z-IP Stream 004/008. User Guide and Installation Manual. Four or Eight Input QAM Encoder / Modulator Z-IP Stream 004/008 User Guide and Installation Manual Four or Eight Input QAM Encoder / Modulator MPEG-2 / H.264 HD ENCODER with QAM /IP/ & ASI Outputs Contents Safety Precautions... 3 Package Contents...

More information

IQORX30 / IQORX31. Single Mode Fiber Optic Receivers for 3G/HD/SD-SDI Signals

IQORX30 / IQORX31. Single Mode Fiber Optic Receivers for 3G/HD/SD-SDI Signals IQORX30 / IQORX3 Single Mode Fiber Optic Receivers for 3G/HD/SD-SDI Signals Operator s Manual May 009 Snell & Wilcox Ltd., Southleigh Park House, Eastleigh Road, Havant, Hants, PO9 PE, United Kingdom.

More information

User Manual. UNIVERSE Ref. 8600

User Manual. UNIVERSE Ref. 8600 User Manual UNIVERSE Ref. 8600 No part of this manual may be copied, reproduced, transmitted, transcribed or translated into any language without permission. Unitron reserves the right to change the specifications

More information

Configuring and Troubleshooting Set-Top Boxes

Configuring and Troubleshooting Set-Top Boxes Diagnose RF Tuner Issues, page 1 Protect End-User Privacy, page 4 Apply Services to Device, page 5 View Video Recordings, page 6 View VOD Programs, page 6 View PDL Programs, page 7 View Hard Disk Information,

More information

DVB IP CONVERTER FOR IPTV HEADENDS with INTEGRATED RECEIVER & DECODER & REMUXER

DVB IP CONVERTER FOR IPTV HEADENDS with INTEGRATED RECEIVER & DECODER & REMUXER DVB IP CONVERTER FOR IPTV HEADENDS with INTEGRATED RECEIVER & DECODER & REMUXER PRODUCT DESCRIPTION The DMM-151 is a high-density, cost-effective modular DVB to IP gateway system and DVB streamer for IPTV

More information

DVB IP CONVERTER FOR IPTV HEADENDS with INTEGRATED RECEIVER & DECODER & REMUXER

DVB IP CONVERTER FOR IPTV HEADENDS with INTEGRATED RECEIVER & DECODER & REMUXER DVB IP CONVERTER FOR IPTV HEADENDS with INTEGRATED RECEIVER & DECODER & REMUXER PRODUCT DESCRIPTION The DMM-151/152 is a high-density, cost-effective modular DVB to IP gateway system and DVB streamer for

More information

16 channels transmodulator S2C16

16 channels transmodulator S2C16 16 channels transmodulator S2C16 Vers. 1.01 USER S MANUAL S2C16 - SAT to QAM transmodulator 1. Product description S2C16 is a 16 channel transmodulator with DVB-S/S2 input and DVB-C output. It has 4 main

More information

User Manual. UNIVERSE Ref. 8600

User Manual. UNIVERSE Ref. 8600 User Manual UNIVERSE Ref. 8600 No part of this manual may be copied, reproduced, transmitted, transcribed or translated into any language without permission. Unitron reserves the right to change the specifications

More information

User Manual. UNIVERSE Ref SW Release

User Manual. UNIVERSE Ref SW Release User Manual UNIVERSE Ref. 8600 SW 1.3.0.Release No part of this manual may be copied, reproduced, transmitted, transcribed or translated into any language without permission. Unitron reserves the right

More information

I R T Electronics Pty Ltd A.B.N. 35 000 832 575 26 Hotham Parade, ARTARMON N.S.W. 2064 AUSTRALIA National: Phone: (02) 9439 3744 Fax: (02) 9439 7439 International: +61 2 9439 3744 +61 2 9439 7439 Email:

More information

EEG A1452 SCTE-104 Inserter Frame Card

EEG A1452 SCTE-104 Inserter Frame Card EEG A1452 SCTE-104 Inserter Frame Card Product Manual EEG Enterprises, Inc. 586 Main Street Farmingdale, New York 11735 TEL: (516) 293-7472 FAX: (516) 293-7417 Copyright EEG Enterprises, Inc. 2017 All

More information

L-Band Fiber Optic Links

L-Band Fiber Optic Links L-Band Fiber Optic Links Features & Benefits L-Band: 950 3000MHz Up to 10Km distance Wide input power suitable for both Uplink and Downlink applications Powerful management capabilities via a front panel

More information

FS3. Quick Start Guide. Overview. FS3 Control

FS3. Quick Start Guide. Overview. FS3 Control FS3 Quick Start Guide Overview The new FS3 combines AJA's industry-proven frame synchronization with high-quality 4K up-conversion technology to seamlessly integrate SD and HD signals into 4K workflows.

More information

IP LIVE PRODUCTION UNIT NXL-IP55

IP LIVE PRODUCTION UNIT NXL-IP55 IP LIVE PRODUCTION UNIT NXL-IP55 OPERATION MANUAL 1st Edition (Revised 2) [English] Table of Contents Overview...3 Features... 3 Transmittable Signals... 3 Supported Networks... 3 System Configuration

More information

User guide. IP output module - Art. No A

User guide. IP output module - Art. No A User guide IP output module - Art. No. 492072 891080A GB Contents Contents Disposal... 3 Box content... 3 IP output module... 3 Labels... 4 Installation of IP modules... 5 Installation of extender boards...

More information

DVIS. DVIS - Digital Video Insertion System. Quick Start Guide. Patent Pending

DVIS. DVIS - Digital Video Insertion System. Quick Start Guide. Patent Pending DVIS Patent Pending DVIS - Digital Video Insertion System Quick Start Guide Although every effort has been taken to ensure the accuracy of this document it may be necessary, without notice, to make amendments

More information

Viewing Set-Top Box Data

Viewing Set-Top Box Data Device View, page 1 Alerts, page 3 Device Properties, page 3 Quick Actions, page 3 View Log Entries, page 4 Monitor STB Connectivity, page 5 Device View Note While every possible effort has been made to

More information

The SMC-4AV incorporates in 1-RU chassis multiple switches for remote switch scheduling and control over TCP/IP Networks with front panel independent

The SMC-4AV incorporates in 1-RU chassis multiple switches for remote switch scheduling and control over TCP/IP Networks with front panel independent SMC-4AV Video Stereo-Audio Channel Remote Scheduling & Control Multi-Switch Station The SMC-4AV incorporates in 1-RU chassis multiple switches for remote switch scheduling and control over TCP/IP Networks

More information

Kylone MicroCMS Installation & Setup Guide for TBS IPTV System V1.0

Kylone MicroCMS Installation & Setup Guide for TBS IPTV System V1.0 Kylone MicroCMS Installation & Setup Guide for TBS IPTV System V1.0 TBS Technologies International Ltd., http://www.tbsiptv.com Kylone Technology International Ltd., http://kylone.com DISCLAIMER This document

More information

FS1-X. Quick Start Guide. Overview. Frame Rate Conversion Option. Two Video Processors. Two Operating Modes

FS1-X. Quick Start Guide. Overview. Frame Rate Conversion Option. Two Video Processors. Two Operating Modes FS1-X Quick Start Guide Overview Matching up and synchronizing disparate video and audio formats is a critical part of any broadcast, mobile or post-production environment. Within its compact 1RU chassis,

More information

6xSD-SDI/6xNTSC 2xASI/1xIP - 16 Audio Inputs and SCTE-35 Control. Status Date Document No. Issue No. Author FINAL July 17, A 1 KK

6xSD-SDI/6xNTSC 2xASI/1xIP - 16 Audio Inputs and SCTE-35 Control. Status Date Document No. Issue No. Author FINAL July 17, A 1 KK Stock No. USER MANUAL MPEG- SD Encoder/Multiplexer SDE-S-ASI xsd-sdi/xntsc xasi/xip - Inputs and SCTE- Control Status Date Document No. Issue No. Author FINAL July 7, 0 00A KK 800--09 www.blondertongue.com

More information

DMG 3200/3100/3000 Digital Media Gateway

DMG 3200/3100/3000 Digital Media Gateway DMG 3200/3100/3000 Digital Media Gateway User Manual SWITCH IPIO Control Status DMG 3200 Sync In Data A Data B Control HI-DENSITY MODULAR HOT-SWAP CONTROL DATA A DATA B DMG 3200 December 2014 8037A www.sencore.com

More information

B. The specified product shall be manufactured by a firm whose quality system is in compliance with the I.S./ISO 9001/EN 29001, QUALITY SYSTEM.

B. The specified product shall be manufactured by a firm whose quality system is in compliance with the I.S./ISO 9001/EN 29001, QUALITY SYSTEM. VideoJet 8000 8-Channel, MPEG-2 Encoder ARCHITECTURAL AND ENGINEERING SPECIFICATION Section 282313 Closed Circuit Video Surveillance Systems PART 2 PRODUCTS 2.01 MANUFACTURER A. Bosch Security Systems

More information

N+1 Redundancy with the VCom HD4040 Upconverter

N+1 Redundancy with the VCom HD4040 Upconverter N+1 Redundancy with the VCom HD4040 Upconverter Document ID: 47164 Contents Introduction Prerequisites Requirements Components Used Conventions Set Up Communication with the Upconverter VCom Dual4040D

More information

RS232 Bridge Firmware. User s Manual. Contents. 0 Definition 4

RS232 Bridge Firmware. User s Manual. Contents. 0 Definition 4 RS232 Bridge Firmware User s Manual Contents 0 Definition 4 1 Frontpanel 4 1.1 Status Screen.............. 4 1.2 Configuration Menu........... 5 2 Controlling the RS232 Bridge via the RS232 Configuration

More information

THE FUTURE OF NARROWCAST INSERTION. White Paper

THE FUTURE OF NARROWCAST INSERTION. White Paper THE FUTURE OF NARROWCAST INSERTION White Paper May/2013 The future of narrowcast insertion Next generation, CCAP compliant RF combining This paper looks at the advantages of using the converged cable access

More information

MonitorKey Operation Manual: content/uploads/ MonitorKey Operation Manual.pdf

MonitorKey Operation Manual:   content/uploads/ MonitorKey Operation Manual.pdf Additional Resources: MonitorKey Operation Manual: www.editraffic.com/wp content/uploads/888 1212 001 MonitorKey Operation Manual.pdf CMUip 2212 Operation Manual: www.editraffic.com/wp content/uploads/888

More information

MRD 4400 Modular Receiver

MRD 4400 Modular Receiver MRD 4400 Modular Receiver User Manual September 2016 8032Q www.sencore.com 1.605.978.4600 Revision 18 Copyright 2016 Sencore, Inc. All rights reserved. 3200 Sencore Drive, Sioux Falls, SD USA www.sencore.com

More information

CompactMax-2 DVB-S/S2 TO DVB-T2 TRANSMODULATOR - 0 MI2100 -

CompactMax-2 DVB-S/S2 TO DVB-T2 TRANSMODULATOR - 0 MI2100 - CompactMax-2 DVB-S/S2 TO DVB-T2 TRANSMODULATOR - 0 MI2100 - SAFETY NOTES Read the user s manual before using the equipment, mainly "SAFETY RULES" paragraph. The symbol on the equipment means "SEE USER

More information

MediaKind RX8320 Receiver

MediaKind RX8320 Receiver MediaKind RX8320 Receiver ATSC Broadcast Design As local terrestrial broadcasters begin to phase out their analog broadcasts and transition to an all-digital environment, the need to maintain access to

More information

User Manual K.M.E. Dante Module

User Manual K.M.E. Dante Module User Manual K.M.E. Dante Module Index 1. General Information regarding the K.M.E. Dante Module... 1 1.1 Stream Processing... 1 1.2 Recommended Setup Method... 1 1.3 Hints about Switches in a Dante network...

More information

4400 Modular Series with 8VSB Receiver

4400 Modular Series with 8VSB Receiver 4400 Modular Series with 8VSB Receiver Receive, Demux & Protect Broadcast Feeds with Automatic Failover Between Fiber & OTA Sources Receive and stream in IP, all major and minor channels from 8VSB broadcast

More information

AT780PCI. Digital Video Interfacing Products. Multi-standard DVB-T2/T/C Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs

AT780PCI. Digital Video Interfacing Products. Multi-standard DVB-T2/T/C Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs Digital Video Interfacing Products AT780PCI Multi-standard DVB-T2/T/C Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs Standard Features - PCI 2.2, 32 bit, 33/66MHz 3.3V. - Bus Master DMA, Scatter

More information

Professional Media Server Quick Start Guide

Professional Media Server Quick Start Guide ipump 6400 Professional Media Server Quick Start Guide Figure 4. ipump Web Interface Status Page 6. Shut down your ipump from the front panel. Navigate from the home screen to the Shutdown screen as follows:

More information

Mobile DTV Viewer. User Manual. Mobile DTV ATSC-M/H DVB-H 1Seg. Digital TV ATSC DVB-T, DVB-T2 ISDB-T V 4. decontis GmbH Sachsenstr.

Mobile DTV Viewer. User Manual. Mobile DTV ATSC-M/H DVB-H 1Seg. Digital TV ATSC DVB-T, DVB-T2 ISDB-T V 4. decontis GmbH Sachsenstr. Mobile DTV ATSC-M/H DVB-H 1Seg Digital TV ATSC DVB-T, DVB-T2 ISDB-T V 4 decontis GmbH Sachsenstr. 8 02708 Löbau Germany +49 3585 862915 +49 3585 415629 www.com dvbsam@com 1 Introduction... 5 2 System Requirements...

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

Avigilon View Software Release Notes

Avigilon View Software Release Notes Version 4.6.5 System Version 4.6.5 includes the following components: Avigilon VIEW Version 4.6.5 R-Series Version 4.6.5 Rialto Version 4.6.5 ICVR-HD Version 3.7.3 ICVR-SD Version 2.6.3 System Requirements

More information

Operating instructions

Operating instructions Professional Headend Solutions Operating instructions Contents 1. Safety and operating instructions...2 2. Device variants...2 3. General...2 4. Front view...3 5. Functional description...3 6. Adjustments...3

More information

User Manual HDO Rev (24) HDO Series. User Manual. Teleste Corporation. HDO773 C-band DWDM fibre transmitter

User Manual HDO Rev (24) HDO Series. User Manual. Teleste Corporation. HDO773 C-band DWDM fibre transmitter 25.1.2016 1(24) HDO Series User Manual Teleste Corporation HDO773 C-band DWDM fibre transmitter 25.1.2016 2(24) Contents Introduction... 3 Parts and functions... 4 Front and rear panels... 4 Installation...

More information