PICPOT: A NANOSATELLITE FROM TURIN POLYTECHNIC

Size: px
Start display at page:

Download "PICPOT: A NANOSATELLITE FROM TURIN POLYTECHNIC"

Transcription

1 PICPOT: A NANOSATELLITE FROM TURIN POLYTECHNIC S. Speretta (1), L. Reyneri (2), C. Sansoé (2), C. Passerone (2) (1) Politecnico di Torino, Corso Duca degli Abruzzi Torino Italy, stefano.speretta@gmail.com (2) Politecnico di Torino, Corso Duca degli Abruzzi Torino Italy, leonardo.reyneri@polito.it ABSTRACT In 2004 the Turin Polytechnic started the PiCPoT project that led to the development of a nanosatellite. PiCPoT had been completely built by students of several engineering departments. The main constraint of this project was its cost, so every system was built using Commercial Off-The-Shelf (COTS) components and radiation-hardened by design. Since most components use C-MOS technology particular attention had been focused on creating an anti latch-up system that monitors the supply current of all ICs. The main goals of this satellite are the transmission of on-board telemetry measures (solar panel and battery temperature, voltage and current) and photos taken with commercial cameras. 1. INTRODUCTION Picpot is the first nanosatellite developed in the Turin Polytechnic. Since June 2004 the project had been carried out by students of different engineering departments, in particular Aeronautics and Electronics Department. From the beginning of the project more than 40 students took part to the development, construction and testing of the satellite. The main features of PiCPoT are: Size: 13cm x 13cm x 13cm Total power: less than 3 W Total mass 2.5 kg Orbit: sun-synchronous Altitude: 800 Km Mission minimum duration: 90 days No space-born components Redundancy is the key word for the project: in fact the satellite is divided into 2 independent sub-systems. Both have their own power supply (Li-Po and Ni-Cd batteries), OBC (On-Board Computer), time scheduler and RF module (437 MHz and 2.44 GHz). Solar power is granted by 5 GaAs solar panel with 5 MPPT (Maximum Power Point Tracker) to charge the batteries. The satellite hosts the following electronic boards: PowerSupply: it is dedicated to battery charging and analog signal conditioning (temperature, current, voltage). PowerSwitch: it has to schedule the power-up of the OBCs and control current consumption, to stop latch-up events. ProcA and ProcB: they are the two on-board processor, responsible of the acquisition of analog measures and data reception and transmission. TxRx: it is the RF module and is divided into two separate modules (437 MHz and 2.44 GHz) and handles RF modulation and demodulation. Payload: it is a board developed to take photos with three commercial cameras and to compress and store them. Figure 2 describes the structure of the satellite. 2. SATELLITE STABILIZATION Figure 1. PiCPoT At low orbits, the Earth magnetic field is strong enough to allow magnetic attitude control and we developed a passive control to reduce the power consumption of the system. Magnetic field lines over southern Europe have a 45 slope and passive control is expected to grant adequate direction control for the on-board cameras and antennas. Magnetic hysteresys bars are also used to increase the stability of the satellite.

2 Spin-axis rotation could not be reduced with passive control, so we developed an active control. A motor, controlled by ProcB board, with a reaction wheel is used to reduce the angular velocity while shooting photos with the on-board cameras. Antennas are not influenced much by the spin-axis rotation since their irradiation diagram is symmetrical along that axis. 3. ON-BOARD SYSTEMS On-board systems are: PowerSupply, PowerSwitch, ProcA, ProcB, Payload and TxRx. conversion units are hysteretic switching power supplies. We have chosen that type of supply to reduce complexity, also considering that we could not use COTS supply, as they all were based on C-MOS technology, therefore sensitive to latch-up. The battery charging process is controlled by both board processors to increase reliability. This board also houses all the analog signal acquisition: batteries and solar panels voltages, currents and temperatures are acquired and sent to both processor boards for the transmission to the ground station. We paid particular attention to the measure of supply currents of all C-MOS ICs to ensure latch-up free operation. In case of latch-up the power supply to the ICs is switched off until complete discharge of parastatic capacitance and then switched on again. The board is illustrated in Figure PowerSwitch This board is composed of two completely independent sub-systems (one for every OBC) with the following tasks: Select the battery to power the corresponding board processor Voltage regulation for OBCs Schedule the power up of OBCs Latch-up events count Figure 2. PiCPoT Structure The design of every sub-system followed different project strategies in order to maximize the chance of success of the mission. The first sub-system (connected to OBC A) uses a Microchip PIC microcontroller, while the other sub-system uses a Texas Instrument MSP430. The most important criterion of selection of the microcontrollers was the power consumption, since these processors are always active and the power budget is quite critical due to the extremely low solar panel surface PowerSupply This is the EPS system (Electronic Power Supply), which is responsible of powering all other sub-systems. The main sources of power are 6 batteries: 2 x 7.2V 900mAh Ni-Cd pack 4 x 7.2V 1500mAh Li-Po pack Batteries are divided into 2 groups (1 Ni-Cd and 2 Li-Po packs) which power the corresponding processor. Five GaAs solar panels (nominal voltage 4.9V, peak power 1.9W) are also present: all of them have a dedicated MPPT (Maximum Power Point Tracker) for redundancy. Generated power is used to recharge battery and to power the sub-systems. The power Figure 3. PowerSupply Board

3 Figure 4. PowerSwitch Board At power-up (when the satellite is separated from the launch pod) both PowerSwitch processors start a wait cycle of 5 minutes not to interfere with launcher electronic systems. After that every OBC is turned on for a maximum of 55 seconds over one minute. This way every OBC will not be influenced by SEU (Single Event Upset) occurred in the previous cycle (FLASH memory is considered not affected by radiation in an expected life period of 90 days). By request of OBCs, they could be turned off before the maximum available time of 55 seconds in case all the operation had been completed (this is important to extend battery life). The two processors power on cycles are time shifted by 30 seconds, in this way both transmitters should not interfere with each other, keeping also the peak power consumption low. Together with board processors, PowerSwitch powers also the transmitters and monitors their current consumption: a threshold comparator monitors the current and switches off both systems in case of excessive consumption (in case of latch-up, for example). When a latch-up event happens, a software event counter is incremented and the result is sent to the corresponding OBC to transmit it to the ground station. Also PowerSwitch processors are protected against latch-up. All data are collected to create housekeeping telemetry packets. From these packets, an extended telemetry packet is created which collects minimum, maximum, mean values and standard deviation of all the telemetry channels. Data are stored in a serial FERAM (Ferroelectric RAM), in order to test this new type of memory in space environment.after these operations the processor has to check for battery status and select the battery to charge with solar panels. After completing all housekeeping operations, the processor waits for incoming command from ground station for 5 seconds: if a correct command is received the corresponding operation is performed, otherwise the housekeeping telemetry packet is sent as a beacon and the Switch-Off command is sent to the PowerSwitch board to turn the OBC off. Here is a list of the commands the processor accepts: Send housekeeping telemetry Send extended telemetry Reset extended telemetry Shoot a photo Send a complete photograph Send one block of the photograph As can be seen from command list, this board is able to control the Payload board and to retrieve data from it. For a complete explanation of the functionalities and the image encoding and storage capabilities of that board see section 3.5. All telemetry streams are based on standard APRS protocol to ensure compatibility with commercial TNC ProcB This is the second board processor sub-system, built with a Texas Instrument MSP430. Although the two processors have similar functionalities, their design is quite different, to ensure a fault free operation of at least one of them ProcA This is one of the two board processor and is based on a Chipcon CC1010 (8051 core) with an integrated RF transceiver (437 MHz). The processor is responsible of the acquisition of analog signals coming from PowerSupply board and the number of latch-up events coming from PowerSwitch board. An analog multiplexer selects the signal that should be acquired using the integrated AD converter of the OBC; the multiplexer is controlled by the processor through an address decoder implemented with a Xilinx CPLD, mainly to test it in space environment. Figure 5. ProcA Board

4 While ProcA stores telemetry data in a FERAM device, ProcB uses the integrated FLASH memory of its microcontroller to save space in the board. ProcA has also an integrated RF transceiver, while ProcB uses an external transceiver, housed in TxRx board. Moreover, this board is connected to an electric motor with a reaction wheel to add active spin-axis stabilization: this motor can be controlled from the ground with appropriated commands. As ProcA, this board is capable of controlling the Payload board. Commands for this processor are exactly the same as for ProcA, with the only exception of the reaction wheel command, which is not implemented in the first board processor. Telemetry streams are encoded according to the APRS standard protocol. in a 2Mbyte FLASH, which is sufficient for holding the program and 5 different pictures. Before compression, the image is divided into 9 blocks and every block is separately encoded and stored. The advantages of this strategy are two-fold: i) avoid retrasmitting the whole image if any error occurs, as only the affected blocks will need to be resent; ii) allow a partial trasmission of an image when the trasmission window during a satellite pass over the ground station is too short (a 128 kbyte picture requires around 100 seconds at 10kbit/s, excluding the APRS overhead). When the ground station requests the transmission of the whole image, board processors send all the blocks of the image in sequence. This board is powered by two different SMPS (Switching Mode Power Supply) housed in ProcA and ProcB boards and communicates with them with an RS- 232 and SPI link respectively, for redundancy Payload Figure 6. ProcB Board The board is responsible of acquiring images of the Earth, compressing them using JPEG format, and storing them into non-volatile memory for subsequent transmission under ProcA or ProcB command. The board is designed around the Analog Devices Blackfin DSP and is connected to 3 commercial video cameras, with different focal length (see Table 1). The analog video stream is digitized using a low-power Texas Instruments video decoder IC, connected to the DMA channel of the DSP to ensure fast data transfer. Camera Focal Length Ground FOV Resolution T1 3.6 mm 750 km 800 m / pixel T2 6 mm 450 km 500 m / pixel T3 16 mm 170 km 180 m / pixel Table 1. Cameras resolution A 720x576 color frame is copied in ram (SDRAM or SRAM for redundancy), compressed in JPEG and stored 3.6. TxRx Figure 7. Payload Board The RF link had been studied with much attention since power consumption should be limited and antennas had to be very small to fit in the design. The 437 MHz channel is made of a power amplifier and a low noise amplifier: the modulator/demodulator is integrated in the board processor A (CC1010). The other channel is composed of 2 Chipcon CC2400 Transceiver, a low noise amplifier and a power amplifier. This is the best configuration for reduced RF power loss in transmission and sensibility loss in reception. RF Channel Sensitivity Output Power Bitrate 437 MHz -115 dbm 30 dbm 9.6 kbps 2.44 GHz -118 dbm 26 dbm 10 kbps Table 2. RF Power Budget

5 4. ASSEMBLY AND TESTING Students with professors supervision assembled all the and in particular soldered all the electronic circuits. Figure MHz antenna Figure 7. TxRx Board System testing had been done at Turin Polytechnic in June and July 2006: functional testing took the greatest amount of time, but attention had been also paid to vibration, vacuum, temperature and illumination tests. Figure GHz antenna 6. CONCLUSIONS Figure 8. Final steps in PiCPoT assembly process 5. GROUND STATION Together with the satellite, a ground station was built and installed on the Polytechinc roof in Torino. Both antennas (see Figure 9 and 10) are equipped with an automatic tracking system, controlled by a PC, to follow the satellite. Furthermore a computer controls the frequency of the two transmitters to compensate Doppler effect. The frenquency compensation is calculated using satellite position and velocity, obtained from the NORAD TLE (Two Line Element) set. Two main strength points can identified in the project: the educative character and the reduced costs. All the students involved in the project acquired great experience in the development of complex systems, since all the development, assembly and testing had been carried out by them, with the guide of professors and researchers. The cost of the project is very low with respect to a typical space program. COTS components allowed a reduction in cost and an acceleration in development time, with further reduction in cost. PiCPoT is now complete and waiting for a successful launch to space. 7. REFERENCES 1. See 2. L. Reyneri, C. Sansoè, C. Passerone, M. Tranchero, D. Del Corso, Teaching Complex Electronic System Design: A Small Satellite As Case Study, EWME June , Stockolm Sweden 3. R. Twiggs, J. Puig and C. Turner, Cubesat, The Development and Launch Support Infrastructure for Eighteen Different Satellite Costumers on One Launch, Small Satellite Conference Proceedings, August

NanoCom ADS-B. Datasheet An ADS-B receiver for space applications

NanoCom ADS-B. Datasheet An ADS-B receiver for space applications NanoCom ADS-B Datasheet An ADS-B receiver for space applications 1 Table of contents 1 TABLE OF CONTENTS... 2 2 CHANGELOG... 3 3 INTRODUCTION... 4 4 OVERVIEW... 4 4.1 HIGHLIGHTED FEATURES... 4 4.2 BLOCK

More information

RF4432F27 wireless transceiver module

RF4432F27 wireless transceiver module RF4432F27 wireless transceiver module 1. Description RF4432F27 is 500mW RF module embedded with amplifier and LNA circuit. High quality of component, tightened inspection and long term test make this module

More information

RF4432 wireless transceiver module

RF4432 wireless transceiver module RF4432 wireless transceiver module 1. Description RF4432 adopts Silicon Lab Si4432 RF chip, which is a highly integrated wireless ISM band transceiver. The features of high sensitivity (-121 dbm), +20

More information

Reconfigurable Communication Experiment using a small Japanese Test Satellite

Reconfigurable Communication Experiment using a small Japanese Test Satellite Reconfigurable Communication Experiment using a small Japanese Test Satellite Nozomu Nishinaga Space Communications Network Group National Institute of Information and Communications Technology (NICT CT)

More information

Digital Video Telemetry System

Digital Video Telemetry System Digital Video Telemetry System Item Type text; Proceedings Authors Thom, Gary A.; Snyder, Edwin Publisher International Foundation for Telemetering Journal International Telemetering Conference Proceedings

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

Virginia Tech Cubesat Camera for AMSAT FOX-1

Virginia Tech Cubesat Camera for AMSAT FOX-1 TED AND KARYN HUME CENTER FOR NATIONAL SECURITY AND TECHNOLOGY Virginia Tech Cubesat Camera for AMSAT FOX-1 Zach Leffke, KJ4QLP Graduate Research Assistant zleffke@vt.edu http://www.hume.ictas.vt.edu November

More information

Technical Description

Technical Description irig Multi Band Digital Receiver System Technical Description Page 1 FEATURES irig Multi Band Digital Receiver System The irig range of telemetry products are the result of a multi year research and development

More information

SEL-3405 High-Accuracy IRIG-B Fiber-Optic Transceiver

SEL-3405 High-Accuracy IRIG-B Fiber-Optic Transceiver SEL-3405 High-Accuracy IRIG-B Fiber-Optic Transceiver Accurate IRIG-B Over Fiber Optics Major Features and Benefits The SEL-3405 High-Accuracy IRIG-B Fiber-Optic Transceiver can send high-accuracy demodulated

More information

Development of an SSTV camera (Use of a commercial product)

Development of an SSTV camera (Use of a commercial product) 10th Annual CubeSat Developers Workshop 2013 Cal Poly, San Luis Obispo California USA Development of an SSTV camera (Use of a commercial product) DROMAS C.*, SWINGEDOUW F., DELAPORTE J., CAPITAINE T. *:

More information

UNIT-3 Part A. 2. What is radio sonde? [ N/D-16]

UNIT-3 Part A. 2. What is radio sonde? [ N/D-16] UNIT-3 Part A 1. What is CFAR loss? [ N/D-16] Constant false alarm rate (CFAR) is a property of threshold or gain control devices that maintain an approximately constant rate of false target detections

More information

ODW-621. RS-232 Point-to-point applications

ODW-621. RS-232 Point-to-point applications Re-timing Data rate up to 250 kbit/s 9-position D-sub connector Redundant power supply inputs Status interface for fault indication Fibre link fault indication (Red) Design for harsh environments 40 to

More information

A Reconfigurable, Radiation Tolerant Flexible Communication Platform (FCP) S-Band Radio for Variable Orbit Space Use

A Reconfigurable, Radiation Tolerant Flexible Communication Platform (FCP) S-Band Radio for Variable Orbit Space Use A Reconfigurable, Radiation Tolerant Flexible Communication Platform (FCP) S-Band Radio for Variable Orbit Space Use Michael Epperly Christopher Sauer, John Dickinson Southwest Research Institute 6220

More information

Product Information. EIB 700 Series External Interface Box

Product Information. EIB 700 Series External Interface Box Product Information EIB 700 Series External Interface Box June 2013 EIB 700 Series The EIB 700 units are external interface boxes for precise position measurement. They are ideal for inspection stations

More information

DVO700 P FIBRE OPTIC TRANSMITTER

DVO700 P FIBRE OPTIC TRANSMITTER Timo Rantanen September 24, 2002 1(5) FIBRE OPTIC TRANSMITTER is a high performance, extremely linear externally modulated 1550 nm transmitter for DVO fibre optic CATV link. This transmitter type has been

More information

A MISSILE INSTRUMENTATION ENCODER

A MISSILE INSTRUMENTATION ENCODER A MISSILE INSTRUMENTATION ENCODER Item Type text; Proceedings Authors CONN, RAYMOND; BREEDLOVE, PHILLIP Publisher International Foundation for Telemetering Journal International Telemetering Conference

More information

SPECIFICATION. DVB-T / Worldwide NIM Tuner

SPECIFICATION. DVB-T / Worldwide NIM Tuner 1.Feature * DVB-T demodulator for COFDM with excellent multipath performance, meeting: * DVB-T Digital Television Standard ETS 300744 * Nordig-Unified v1.0.3 Receiver Specification 2.Applications * Digital

More information

Fibre Optic Modem ODW-622

Fibre Optic Modem ODW-622 Fibre Optic Modem ODW-622 RS-232 to fibre optic link, redundant ring or multidrop applications The ODW-622 can be used to create either redundant ring or multidrop solutions for devices with RS-232 interfaces.

More information

SPECIFICATION. DVB-T/ DVB-C / Worldwide hybrid Switchable NIM Tuner

SPECIFICATION. DVB-T/ DVB-C / Worldwide hybrid Switchable NIM Tuner 1.Feature *. Integrated RF switch, NTSC VIF demodulator, COFDM demodulator *. All-in-one full NIM function with compact size, optimal solution for cost reduction and shortening product development lead-time.

More information

An FPGA Based Solution for Testing Legacy Video Displays

An FPGA Based Solution for Testing Legacy Video Displays An FPGA Based Solution for Testing Legacy Video Displays Dale Johnson Geotest Marvin Test Systems Abstract The need to support discrete transistor-based electronics, TTL, CMOS and other technologies developed

More information

DIGITAL INSTRUMENTS S.R.L. SPM-ETH (Synchro Phasor Meter over ETH)

DIGITAL INSTRUMENTS S.R.L. SPM-ETH (Synchro Phasor Meter over ETH) DIGITAL INSTRUMENTS S.R.L. SPM-ETH (Synchro Phasor Meter over ETH) SPM-ETH (Synchro Phasor Meter over ETH) Digital Instruments 1 ver the years, an awareness of the criticality of the Power Grid and Orelated

More information

O P E R A T I O N M A N U A L. RF-Reader. Stand-alone-Reader Leser 2plus with RS-232 interface

O P E R A T I O N M A N U A L. RF-Reader. Stand-alone-Reader Leser 2plus with RS-232 interface O P E R A T I O N M A N U A L Version 01/05 RF-Reader Stand-alone-Reader Leser 2plus with RS-232 interface Important! Read by all means! To maintain the perfect shipping conditions and to ensure safe operation

More information

Long Range Wireless HDMI/SDI HD Video Transmission Suite LINK-MI LM-SWHD01. User manual

Long Range Wireless HDMI/SDI HD Video Transmission Suite LINK-MI LM-SWHD01. User manual Long Range Wireless HDMI/SDI HD Video Transmission Suite LINK-MI LM-SWHD01 User manual Preface... 1 1. Cautions... 2 2. About... 3 3. Installation... 4 4. Operation instruction... 5 5. Maintenance... 6

More information

AT660PCI. Digital Video Interfacing Products. DVB-S2/S (QPSK) Satellite Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs

AT660PCI. Digital Video Interfacing Products. DVB-S2/S (QPSK) Satellite Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs Digital Video Interfacing Products AT660PCI DVB-S2/S (QPSK) Satellite 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

A LOW COST TRANSPORT STREAM (TS) GENERATOR USED IN DIGITAL VIDEO BROADCASTING EQUIPMENT MEASUREMENTS

A LOW COST TRANSPORT STREAM (TS) GENERATOR USED IN DIGITAL VIDEO BROADCASTING EQUIPMENT MEASUREMENTS A LOW COST TRANSPORT STREAM (TS) GENERATOR USED IN DIGITAL VIDEO BROADCASTING EQUIPMENT MEASUREMENTS Radu Arsinte Technical University Cluj-Napoca, Faculty of Electronics and Telecommunication, Communication

More information

Bluetooth Tester CBT. Specifications. Specifications. Version January 2006

Bluetooth Tester CBT. Specifications. Specifications. Version January 2006 Specifications Version 03.00 Bluetooth Tester CBT January 2006 Specifications CONTENTS UNIT SPECIFICATIONS...3 TIMEBASE TCXO...3 REFERENCE FREQUENCY INPUT...3 RF GENERATOR...3 RF ANALYZER...5 Power meter

More information

User manual. Long Range Wireless HDMI/SDI HD Video Transmission Suite

User manual. Long Range Wireless HDMI/SDI HD Video Transmission Suite User manual Long Range Wireless HDMI/SDI HD Video Transmission Suite Preface Thanks for purchasing our Long Range Wireless HDMI/SDI HD Video Transmission Suite. Before using this product, read this user

More information

Sensor Development for the imote2 Smart Sensor Platform

Sensor Development for the imote2 Smart Sensor Platform Sensor Development for the imote2 Smart Sensor Platform March 7, 2008 2008 Introduction Aging infrastructure requires cost effective and timely inspection and maintenance practices The condition of a structure

More information

Fibre Optic Modem ODW-611

Fibre Optic Modem ODW-611 Fibre Optic Modem ODW-611 PROFIBUS DP to fibre optic link, point-to-point applications The ODW-611 is a fibre optic modem designed for point-to-point fibre optic connections between PROFI- BUS DP networks.

More information

SAL Series Wireless Clock (V1)

SAL Series Wireless Clock (V1) SAL Series Wireless Clock (V1) HIGHLIGHTS Microprocessor based movement Each clock acts as a repeater and transmitter 915 928MHz frequency hopping technology Receiving and transmission rate every four

More information

1Chapter INTRODUCTION. This chapter describes the CST-5000 C-Band satellite terminal, referred to in this manual as the CST-5000 (Figure 1-1).

1Chapter INTRODUCTION. This chapter describes the CST-5000 C-Band satellite terminal, referred to in this manual as the CST-5000 (Figure 1-1). 1Chapter 1. INTRODUCTION This chapter describes the CST-5000 C-Band satellite terminal, referred to in this manual as the CST-5000 (Figure 1-1). Figure 1-1. CST-5000 Single Thread System Rev. 9 1 1 1.1

More information

Video Portable Transmitter and Receiver with two way audio

Video Portable Transmitter and Receiver with two way audio 1.1 Outline The Video portable transmitter and receiver with two-way audio adopt the advanced modulation technology COFDM and the channel codes. It combines with digital image compression MPEG2/MPEG4/H.264

More information

THE SAS-A TELEMETRY SYSTEM

THE SAS-A TELEMETRY SYSTEM THE SAS-A TELEMETRY SYSTEM M. R. Peterson D. L. Zitterkopf The Small Astronomy Satellite has a PCM jpm telemetry system operating at 136 MHz. In the record mode multiplex data at 1 khz are stored on an

More information

Long Range Wireless HDMI/SDI HD Video Transmission Suite LINK-MI LM-SWHD01. User manual

Long Range Wireless HDMI/SDI HD Video Transmission Suite LINK-MI LM-SWHD01. User manual Long Range Wireless HDMI/SDI HD Video Transmission Suite LINK-MI LM-SWHD01 User manual Preface... 1 1. Cautions... 2 2. About... 3 3. Installation... 4 4. Operation instruction... 5 5. Maintenance... 6

More information

MT32 Telemetry Multi channel telemetry system for rotating application

MT32 Telemetry Multi channel telemetry system for rotating application Telemetrie-Messtechnik Schnorrenberg MT32 Telemetry Multi channel telemetry system for rotating application Up to 32 channel Sensor inputs for STG, POT, TH-K, Pt100, 4-20mV, ICP or VOLT STG - Auto Zero

More information

FREQUENCY CONVERTER 1/3 RACK-MOUNTED BLOCK CONVERTER. Narda-MITEQ FEATURES OPTIONS. Unit shown with Option 17. Unit shown without Option 17

FREQUENCY CONVERTER 1/3 RACK-MOUNTED BLOCK CONVERTER. Narda-MITEQ FEATURES OPTIONS. Unit shown with Option 17. Unit shown without Option 17 1/3 RACK-MOUNTED BLOCK CONVERTER Unit shown with Option 17 Unit shown without Option 17 FEATURES Automatic 5/10 MHz internal/external reference selection with a 0.1 Hz nominal bandwidth clean-up loop Gain

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

Microwave Laboratory

Microwave Laboratory TENDER FOR Item No. 2 Microwave Laboratory (UGC) FOR Department of Electronics and Telecommunication Engineering Dr. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY, LONERE - 402 03 TAL. MANGAON, DIST. RAIGAD

More information

Digital Strobe Tuner. w/ On stage Display

Digital Strobe Tuner. w/ On stage Display Page 1/7 # Guys EEL 4924 Electrical Engineering Design (Senior Design) Digital Strobe Tuner w/ On stage Display Team Members: Name: David Barnette Email: dtbarn@ufl.edu Phone: 850-217-9147 Name: Jamie

More information

KySat Briefing & Status Report

KySat Briefing & Status Report KySat Briefing & Status Report NASA Ames Research Campus 9 August 2006 Presentation Overview The Technology Team Capabilities Interactions & Networking Standout Deltas Project Strategies Completed Tasks

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

DATV on ISS? How can this become a reality? Wolf-Henning Rech DF9IC / N1EOW Thomas Sailer HB9JNX / AE4WA

DATV on ISS? How can this become a reality? Wolf-Henning Rech DF9IC / N1EOW Thomas Sailer HB9JNX / AE4WA DATV on ISS? How can this become a reality? Wolf-Henning Rech DF9IC / N1EOW Thomas Sailer HB9JNX / AE4WA UoS 8.2005 Wolf-Henning Rech DF9IC 1 Use open worldwide commercial broadcast standards - this ensures

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

IEEE802.11a Based Wireless AV Module(WAVM) with Digital AV Interface. Outline

IEEE802.11a Based Wireless AV Module(WAVM) with Digital AV Interface. Outline IEEE802.11a Based Wireless AV Module() with Digital AV Interface TOSHIBA Corp. T.Wakutsu, N.Shibuya, E.Kamagata, T.Matsumoto, Y.Nagahori, T.Sakamoto, Y.Unekawa, K.Tagami, M.Serizawa Outline Background

More information

FREQUENCY CONVERTER. MULTIPLE OUTPUT WIDEBAND Ku AND Ka DOWNCONVERTERS. Narda-MITEQ FEATURES OPTIONS

FREQUENCY CONVERTER. MULTIPLE OUTPUT WIDEBAND Ku AND Ka DOWNCONVERTERS. Narda-MITEQ FEATURES OPTIONS MULTIPLE OUTPUT WIDEBAND Ku AND Ka DOWNCONVERTERS FEATURES Small weather resistant enclosure Automatic 5/10 MHz internal/external reference selection 10/100 Base-T Ethernet and RS-485/RS-422 remote control

More information

IH43W01E. 43" IPTV Hotel Series

IH43W01E. 43 IPTV Hotel Series 43" IPTV Hotel Series GENERAL VIDEO AUDIO Size 43 Audio Output 2 x 10W Cabinet No 43305 Invisible Speaker Bezel UNB Equalizer (5 Band) Resolution FULL HD Sorround Sound Type E-LED Dolby Multi Stream Decoder

More information

IH49V01D. 49" IPTV Hotel Series

IH49V01D. 49 IPTV Hotel Series 49" IPTV Hotel Series GENERAL VIDEO AUDIO Size 49 Audio Output 2 x 8W Cabinet No 49280 Invisible Speaker Bezel VNB Equalizer (5 Band) Resolution FULL HD Sorround Sound Type D-LED Dolby Multi Stream Decoder

More information

SPECIAL SPECIFICATION :1 Video (De) Mux with Data Channel

SPECIAL SPECIFICATION :1 Video (De) Mux with Data Channel 1993 Specifications CSJ 0924-06-223 SPECIAL SPECIFICATION 1160 8:1 Video (De) Mux with Data Channel 1. Description. This Item shall govern for furnishing and installing an 8 channel digital multiplexed

More information

Low Power VLSI Circuits and Systems Prof. Ajit Pal Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur

Low Power VLSI Circuits and Systems Prof. Ajit Pal Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Low Power VLSI Circuits and Systems Prof. Ajit Pal Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture No. # 29 Minimizing Switched Capacitance-III. (Refer

More information

Pivoting Object Tracking System

Pivoting Object Tracking System Pivoting Object Tracking System [CSEE 4840 Project Design - March 2009] Damian Ancukiewicz Applied Physics and Applied Mathematics Department da2260@columbia.edu Jinglin Shen Electrical Engineering Department

More information

6.111 Project Proposal IMPLEMENTATION. Lyne Petse Szu-Po Wang Wenting Zheng

6.111 Project Proposal IMPLEMENTATION. Lyne Petse Szu-Po Wang Wenting Zheng 6.111 Project Proposal Lyne Petse Szu-Po Wang Wenting Zheng Overview: Technology in the biomedical field has been advancing rapidly in the recent years, giving rise to a great deal of efficient, personalized

More information

Prisma Optical Networks Ancillary Modules

Prisma Optical Networks Ancillary Modules Optoelectronics Prisma Optical Networks Ancillary Modules Description The Prisma platform is capable of utilizing a combination of modules which address a variety of revenue generating applications. The

More information

Rack mounted telephone- and leased line modem for industrial applications

Rack mounted telephone- and leased line modem for industrial applications Rack mounted telephone- and leased line modem for industrial applications TR-6 Rack modem for industrial PSTNand /-wire leased line applications The TR-6 is an analogue V. 9 -rack PSTN modem as well as

More information

RiniLink R1000_SG. Covert Wireless Digital Surveillance COFDM System

RiniLink R1000_SG. Covert Wireless Digital Surveillance COFDM System Covert Wireless Digital Surveillance COFDM System Digital video covert surveillance system Non-line-of-Sight Operation Body worn Compact and Lightweight Digital Encryption Frequency 400 MHz, 800 MHz, 1.3

More information

High-Value 100 Series (Outdoor)

High-Value 100 Series (Outdoor) R Back to Synthesized/Tunable Converters High-Value 100 Series (Outdoor) HIGH-VALUE OUTDOOR COMMUNICATION CONVERTERS Specifications Outline Drawings Phase Noise System Diagram Control Accessories Options

More information

Multiple Band Outdoor Block Up- and Downconverters

Multiple Band Outdoor Block Up- and Downconverters Multiple Band Outdoor Block Up- and Downconverters Vertical Mount Option RF IF LO Frequency Frequency Frequency Model Band (GHz) (MHz) (GHz) Number Block Upconverters 1 12.75 13.25 0.95 1.45 11.8 UPB2-WS-13.625

More information

VOB - data over Video Overlay Box

VOB - data over Video Overlay Box VOB - data over Video Overlay Box Real time data overlayed onto video, both PAL and NTSC versions available Real time lap and sector times without a track side optical beacon User configurable display,

More information

OmniStar GX2 Headend Optics Platform

OmniStar GX2 Headend Optics Platform arris.com OmniStar GX2 Headend Optics Platform GX2 DM2000C Series 1550 nm Broadcast/Narrowcast Transmitter FEATURES 1 GHz full spectrum bandwidth solution Maximize fiber assets with up to 40 wavelengths

More information

A dedicated data acquisition system for ion velocity measurements of laser produced plasmas

A dedicated data acquisition system for ion velocity measurements of laser produced plasmas A dedicated data acquisition system for ion velocity measurements of laser produced plasmas N Sreedhar, S Nigam, Y B S R Prasad, V K Senecha & C P Navathe Laser Plasma Division, Centre for Advanced Technology,

More information

1/3 RACK-MOUNTED BLOCK CONVERTERS

1/3 RACK-MOUNTED BLOCK CONVERTERS AMPLITUDE SLOPE CONTROL Unit shown with option 17 Unit shown without option 17 FEATURES Automatic 5/10 MHz internal/external reference selection with a 0.1 Hz nominal bandwidth clean-up loop Gain control

More information

On-board detection electronics in spanish optical satellite: INGENIO. Thales Alenia Space España

On-board detection electronics in spanish optical satellite: INGENIO. Thales Alenia Space España On-board detection electronics in spanish optical satellite: INGENIO 20 Years of Excellence in Space Spanish company founded in 1988, belonging to Thales Alenia Space, devoted to the competitive development

More information

DIGITAL ELECTRONICS MCQs

DIGITAL ELECTRONICS MCQs DIGITAL ELECTRONICS MCQs 1. A 8-bit serial in / parallel out shift register contains the value 8, clock signal(s) will be required to shift the value completely out of the register. A. 1 B. 2 C. 4 D. 8

More information

Satellite Communications Training System

Satellite Communications Training System Satellite Communications Training System LabVolt Series Datasheet Festo Didactic en 120 V - 60 Hz 07/2018 Table of Contents General Description 2 System Configurations and Capabilities 3 Topic Coverage

More information

LONWORKS Fibre Optic Converter

LONWORKS Fibre Optic Converter LONWORKS Fiber Optic Converter LRW-102 and LRW-102/PP LONWORKS to fibre optic link, multidrop and redundant ring applications The LRW-102 is a fibre optic modem designed for multidrop and redundant ring

More information

ATVC-4 Plus Amateur Television Repeater Controller Copyright Intuitive Circuits, LLC

ATVC-4 Plus Amateur Television Repeater Controller Copyright Intuitive Circuits, LLC ATVC-4 Plus Amateur Television Repeater Controller Copyright 2002-2010 Intuitive Circuits, LLC Description Installing an amateur television repeater takes some real planning and quality equipment. "Thinking

More information

Digital Transmission System Signaling Protocol EVLA Memorandum No. 33 Version 3

Digital Transmission System Signaling Protocol EVLA Memorandum No. 33 Version 3 Digital Transmission System Signaling Protocol EVLA Memorandum No. 33 Version 3 A modified version of Digital Transmission System Signaling Protocol, Written by Robert W. Freund, September 25, 2000. Prepared

More information

Transmission System for ISDB-S

Transmission System for ISDB-S Transmission System for ISDB-S HISAKAZU KATOH, SENIOR MEMBER, IEEE Invited Paper Broadcasting satellite (BS) digital broadcasting of HDTV in Japan is laid down by the ISDB-S international standard. Since

More information

Semiconductor Devices. Microwave Application Products. Microwave Tubes and Radar Components

Semiconductor Devices. Microwave Application Products. Microwave Tubes and Radar Components Microwave Application Products Microwave Tubes and Radar Components Our semiconductor products are mostly analog semiconductors classified broadly into three groups: Bipolar ICs, MOS ICs, and Microwave

More information

Point System (for instructor and TA use only)

Point System (for instructor and TA use only) EEL 4744C - Drs. George and Gugel Spring Semester 2002 Final Exam NAME SS# Closed book and closed notes examination to be done in pencil. Calculators are permitted. All work and solutions are to be written

More information

OPTICAL DISTRIBUTION STATION -

OPTICAL DISTRIBUTION STATION - optical distribution station is a high performance, four individual outputs node. With high output levels and performance to 862MHz, it provides an ideal platform for support of the evolving technologies

More information

Video Digital Optical Converter

Video Digital Optical Converter Video Digital Optical Converter Model : W-VD1 AD Model : W-VD2 AD Model : W-VD4 AD Model : W-VD8 AD Video Digital Optical Converter adopt the advanced international digital video and optical fiber transmission

More information

Datasheet. Carrier Backhaul Radio. Model: AF-2X, AF-3X, AF-5X. Up to 687 Mbps Real Throughput, Up to 200+ km Range

Datasheet. Carrier Backhaul Radio. Model: AF-2X, AF-3X, AF-5X. Up to 687 Mbps Real Throughput, Up to 200+ km Range Datasheet Carrier Backhaul Radio Model: AF-2X, AF-3X, AF-5X Up to 687 Mbps Real Throughput, Up to 200+ km Range 2.4, 3, or 5 GHz (Full-Band Certification including DFS) Ubiquiti s INVICTUS Custom Silicon

More information

Satellite Up- and Downconverter Indoor / Outdoor

Satellite Up- and Downconverter Indoor / Outdoor Visit us at www.work-microwave.de Satellite Up- and Downconverter Indoor / Outdoor Single / Dual / Triple Band Single / Dual Channel S-, C-, X-, Ku-, K (DBS)-, Ka-, and Q-band WORK Microwave s satellite

More information

The first TV Smart Headend designed for Hospitality SOLUTIONS FOR IN-ROOM ENTERTAINMENT PROVIDERS AND INTEGRATORS

The first TV Smart Headend designed for Hospitality SOLUTIONS FOR IN-ROOM ENTERTAINMENT PROVIDERS AND INTEGRATORS The first TV Smart Headend designed for Hospitality SOLUTIONS FOR IN-ROOM ENTERTAINMENT PROVIDERS AND INTEGRATORS 1 FLOW IN...3 FLOW SEC...4 FLOW ENC...5 FLOW OUT...6 FLOW HUB...7 FLOW BASE...8 FLOW PSU...9

More information

L-Band Block Upconverter MKT-74 Rev B JULY 2017 Page 1 of 7

L-Band Block Upconverter MKT-74 Rev B JULY 2017 Page 1 of 7 Communications & Power Industries Product Description L-Band Block Upconverter (BUC) Introduction The basic architecture of a conventional satcom terminal is derived from the historical desire to keep

More information

The measurements are stored in non-volatile memory, which retains data even when the power down.

The measurements are stored in non-volatile memory, which retains data even when the power down. Data Sheet: DSTAR.545.R1.ENG www.aep.it FAST Professional Handheld Indicator Dynamicstar is an professional indicator, ergonomic, extremely versatile and simple to use for measures FORCE, WEIGHT, PRESSURE,

More information

COMTECH TECHNOLOGY CO., LTD. MTAS-F SPECIFICATION

COMTECH TECHNOLOGY CO., LTD. MTAS-F SPECIFICATION 1.Feature DVB-T demodulator for COFDM with excellent multipath performance, meeting: * DVB-T Digital Television Standard ETS 300744 * Nordig-Unified v1.0.3 Receiver Specification * DTG performance requirements

More information

Inmarsat Downconverter Narrowband Downconverter

Inmarsat Downconverter Narrowband Downconverter Visit us at www.w ork-microw ave.de Inmarsat Downconverter Narrowband Downconverter L-Band to 70/140 MHz S-Band to 725 MHz 140 MHz to 15 MHz Single Conversion Dual Channel Converters also available. These

More information

SingMai Electronics SM06. Advanced Composite Video Interface: HD-SDI to acvi converter module. User Manual. Revision 0.

SingMai Electronics SM06. Advanced Composite Video Interface: HD-SDI to acvi converter module. User Manual. Revision 0. SM06 Advanced Composite Video Interface: HD-SDI to acvi converter module User Manual Revision 0.4 1 st May 2017 Page 1 of 26 Revision History Date Revisions Version 17-07-2016 First Draft. 0.1 28-08-2016

More information

Fibre optic router for TP/FT-10 LRW-112PP

Fibre optic router for TP/FT-10 LRW-112PP Fibre optic router for TP/FT-10 LRW-112PP Lo n Wo r k s to fibre optic link, point-to-point applications The LRW-112PP router offers an easy way to extend the distance between LONWORKS 78 kbit/s TP/FT

More information

VBOX 3i. 100Hz GPS Data Logger. Features

VBOX 3i. 100Hz GPS Data Logger. Features VBOX 3i is one of the best known and highly valued test instruments for non-contact speed and distance measurement. Using a powerful GPS engine, VBOX 3i logs data at 100 times a second and features a 400MHz

More information

MULTIBAND 1/3 RACK-MOUNTED

MULTIBAND 1/3 RACK-MOUNTED BLOCK CONVERTER FEATURES Cover multiple ITU Ku-Band regions and other combinations Automatic 5/10 MHz internal/external reference selection with a 0.1 Hz nominal bandwidth clean-up loop RS-485/RS-422 and

More information

1:1 and 1:2 Redundant Low-Noise Ka-Band Block Converter Systems

1:1 and 1:2 Redundant Low-Noise Ka-Band Block Converter Systems R Back to Block/Fixed Tuned Converters 1:1 and 1:2 Redundant Low-Noise Ka-Band Block Converter Systems 1:1 1:1 AND 1:2 REDUNDANT LOW- NOISE Ka-BAND BLOCK CONVERTER SYSTEMS Specifications Options 1:1 Diagram

More information

AVE HOME FAGOR CVBS TO DVB-T ENCODER MODULATOR. Fagor Electr6nica

AVE HOME FAGOR CVBS TO DVB-T ENCODER MODULATOR. Fagor Electr6nica AVE HOME CVBS TO DVB-T ENCODER MODULATOR FAGOR Fagor Electr6nica TABLE OF CONTENTS 1. SPECIFICATIONS... 12 1.1 Product Overview... 12 1.2 Appearance and Description... 12 1.3 Diagram... 13 1.4 Characteristics...

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

Front End Electronics

Front End Electronics CLAS12 Ring Imaging Cherenkov (RICH) Detector Mid-term Review Front End Electronics INFN - Ferrara Matteo Turisini 2015 October 13 th Overview Readout requirements Hardware design Electronics boards Integration

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

LASER. Laser-Position-Transducer. LLD-150 Series. Key-Features:

LASER. Laser-Position-Transducer. LLD-150 Series. Key-Features: LASER Laser-Position-Transducer LLD-150 Series Key-Features: Content: Technical Data.2 Technical Drawings...2 Types Of Output...3 Configuration Software...4 Order Code...5 Options & Accessories.5 - Measurement

More information

LW10-T600. P10 Led Wall Display

LW10-T600. P10 Led Wall Display P10 Led Wall Display PANEL Led Type 3in1 Panel Size (W*H*D) (mm) 960x960x160 Pixel Pitch 10mm Module Size (W*H) (mm) 320x160 Pixel Configuration SMD 3535 Product Weight (Kg/m2) 42 PCB Layer 2 layer Material

More information

VBOX 3i Dual Antenna Measures Slip and Pitch/Roll (RLVB3iSL)

VBOX 3i Dual Antenna Measures Slip and Pitch/Roll (RLVB3iSL) A VBOX 3i Dual Antenna (VB3iSL) uses a GPS/GLONASS receiver to achieve high level accuracy has the ability to measure slip and pitch/roll angles at 100 Hz. Enabling users to intuitively measure set parameters

More information

2W Wireless Mobile Video Transmitter (ST6000TKMD) User Manual

2W Wireless Mobile Video Transmitter (ST6000TKMD) User Manual 2W Wireless Mobile Video Transmitter (ST6000TKMD) User Manual TENG YUANZHI SHENZHEN ELECTRONICS CO.,LTD. 2010.10.23 1 Features Low system latency COFDM modulation, Stable transmission MPEG-2 video compression,

More information

Product model and standard

Product model and standard Preface Thank you for purchasing the Ikan Blitz 400 HD Wireless Video System. This system features uncompressed high definition video with zero delay. Before using the product, please read this user s

More information

EX04-000D. DVB-T/2xT/T2 MODULATOR DVB MODULATOR

EX04-000D. DVB-T/2xT/T2 MODULATOR DVB MODULATOR EX04-000D DVB-T/2xT/T2 MODULATOR Key Features Capable of transmitting one DVB-T2 or two independent DVB-T signals at the same time. In full compliance with the last version of EN300744 (DVB-T) and EN302755

More information

IH43V01D. 43" IPTV Hotel Series

IH43V01D. 43 IPTV Hotel Series 43" IPTV Hotel Series GENERAL VIDEO Size Cabinet No Bezel Resolution Type Dynamic Contrast Ratio Aspect Ratio Brightness (cd/m2) Viewing Angle CTI/LTI Digital Noise Production Dynamic Contrast Progressive

More information

LASER. Laser-Position-Transducer. LLD Series. Key-Features:

LASER. Laser-Position-Transducer. LLD Series. Key-Features: LASER Laser-Position-Transducer LLD Series Key-Features: Content: Technical Data.2 Technical Drawings...2 Types Of Output...3 Configurationsoftware...4 Order Code...5 Options & Accessories.5 - Measurement

More information

A Real Time Infrared Imaging System Based on DSP & FPGA

A Real Time Infrared Imaging System Based on DSP & FPGA A Real Time Infrared Imaging ystem Based on DP & FPGA Babak Zamanlooy, Vahid Hamiati Vaghef, attar Mirzakuchaki, Ali hojaee Bakhtiari, and Reza Ebrahimi Atani Department of Electrical Engineering Iran

More information

PERFORMANCE OF NEW ATTACHED SYNC MARKERS FOR TURBO-CODE FRAME SYNCHRONIZATION IN DEEP-SPACE TELEMETRY SCENARIO

PERFORMANCE OF NEW ATTACHED SYNC MARKERS FOR TURBO-CODE FRAME SYNCHRONIZATION IN DEEP-SPACE TELEMETRY SCENARIO PERFORMANCE OF NEW ATTACHED SYNC MARKERS FOR TURBO-CODE FRAME SYNCHRONIZATION IN DEEP-SPACE TELEMETRY SCENARIO Ricard Abellò 1, Paolo Andreazza 2, Noureddine Boujnah 2, Gian Paolo Calzolari 1, Xavier Enrich

More information

DT3162. Ideal Applications Machine Vision Medical Imaging/Diagnostics Scientific Imaging

DT3162. Ideal Applications Machine Vision Medical Imaging/Diagnostics Scientific Imaging Compatible Windows Software GLOBAL LAB Image/2 DT Vision Foundry DT3162 Variable-Scan Monochrome Frame Grabber for the PCI Bus Key Features High-speed acquisition up to 40 MHz pixel acquire rate allows

More information

RX40_V1_0 Measurement Report F.Faccio

RX40_V1_0 Measurement Report F.Faccio RX40_V1_0 Measurement Report F.Faccio This document follows the previous report An 80Mbit/s Optical Receiver for the CMS digital optical link, dating back to January 2000 and concerning the first prototype

More information

The Art of Engineering

The Art of Engineering The Art of Engineering Functionality DPST Switch DPST Sensing Switch Transfer Switch Passive Splitter Ethernet Switch ASI 3G Switch or DA E/T Switch Optical Switch up to 006 MHz L-Band Broadband Ethernet

More information