A Python GUI for the SKA AAVS1 Racks Management

Size: px
Start display at page:

Download "A Python GUI for the SKA AAVS1 Racks Management"

Transcription

1 A Pythn GUI fr the SKA AAVS1 Racks Management A. Mattana IRA 509/17 Istitut di Radi Astrnmia, Blgna, INAF

2 this page ha been intentinally left blank Referee: tbd 2

3 Index Index Index INDEX... 3 INTRODUCTION... 4 SOFTWARE DESCRIPTION... 7 SYSTEM REQUIREMENTS... 7 SOFTWARE STRUCTURE... 7 USER MANUAL... 9 MAIN APPLICATION... 9 TPM CONFIGURATION RECEIVERS CONFIGURATION

4 Intrductin AAVS1 (Aperture Array Verificatin System 1) is the first SKA Lw Frequency Aperture Array (LFAA) test bench installed in the Western Australia in the MRO site (Murchisn Radi Observatry). It is placed within the MWA field, at 6 Km frm the ASKAP cntrl rm. The Murchisn Radi Observatry site in the Western Australia. The fur yellw dts are the AAVS1 statins within the MWA cre. A grup f us has dne the AAVS1 deplyment in 2017: Jader Mnari, Federic Perini, Marc Schiaffin, Simne Rusticelli, Marc Plni and Andrea Mattana (myself). AAVS1 is a prduct f the Aperture Array Design and Cnstructin and Cnsrtium (AADCC) fr SKA-LFAA where INAF has the biggest rle leading the WP f Antenna Receivers and pushing effrt in the WP f the Signal Prcessing prviding the itpm (Italian Tile Prcessing Mdule). The itpm bard was the nly usable and tested backend ready at the time f AAVS1 deply. itpm is just ne f mre candidates bards fr the SKA LFAA Backend, in this dcument I will use the wrd TPM r itpm meaning exactly the same thing. TPM des the signal acquisitin and data pre-prcessing f a statin slice f 16 antennas, called Tile. 4

5 Index The fllwing picture shws the data acquisitin diagram, the big grey grup n the right are mst f the TPM tasks. In the prcessing facility there is a pwerful wrkstatin called LMC (Lcal Mnitr and Cntrl) that is respnsible fr the management f all the TPMs and cmputes the phase and amplitude cefficients fr the antennas calibratin with which the TPM can cmpute a cherent Beam f the Tile. Each TPM passes the Beam f the Tile t the next TPM that add its cntribute (see next picture). The last TPM in the chain utput the beam f Statin t the Central Signal Prcessr (CSP). 5

6 AAVS1 cnsists in ne big statin f 256 dual plarizatin lg peridic antennas (main cre), and three smaller satellites f 48 antennas. Since ne TPM handles signals f 16 antennas, the AAVS1 Racks hst 25 TPMs (and tw spare bards). The AAVS1 Main Statin, 256 SKALA2 antennas In the secnd mid f 2016, the prductin f the 25 itpms started and we feel the need t manage sets f TPM bards even during lab tests. Since the LMC sftware was nt yet available, we develped ur wn management sftware. The purpse f this dcument is t describe the AAVS1 Rack Management sftware. This sftware has nt been prpsed t the cmmunity t be the legacy sftware being GUI based, but sme primitives rutines, such the Pre-ADU management, have been prvided t the SKA LMC develpers t be included in the legacy sftware. 6

7 System Requirements Sftware Descriptin System Requirements The Rack Management Sftware is written in Pythn Language. It is mainly based n the QT4 libraries (required) prviding an easy widget implementatin. The sftware is platfrm independent being Pythn a runtime interpreter. We have used it bth n Micrsft Windws 7 cmputers and Linux Ubuntu machine. The sftware is cmpatible with Pythn 2.7, and requires the fllwing libraries: Standard Pythn Libraries: s, sys, struct, math, datetime, time, subprcess Additinal required Libraries: PyQt4, xml, numpy, matpltlib, netifaces, glb. The additinal libraries can be installed thrugh the package installer Pythn PIP (setuptls): Sftware Structure The Sftware wants t manage at least ne SubRack at time, and talk t at least ne TPM f a SubRack. The functins have been split in several files accrding t the fllwing scalable scheme. There is a main widget called SKA-TPM that instantiates a SubRack bject (fig 3.1). A SubRack bject is a set f TPM instances. The SubRack creatin requires an XML file descriptr cntaining few infrmatin such hw many TPMs are cntained in the SubRack. Each TPM is an bject the TPM Class (fig 3.2). The file descriptr cntains the TPM IP address, the TCP Prt fr the cmmunicatin, the scket timeut fr read/write peratin, the psitin f the TPM inside the SubRack and the ADU and Pre-ADU bard serial numbers. 7

8 Sftware Descriptin Fig 3.1 Fr each TPM bject, yu can instantiate a PRE-ADU bject f the class PRE-ADU (fig 3.3), with which yu can access t the cnfiguratin f the 16 dual pl receivers. Fig 3.2 Fig 3.3 The GUI is a state machine always idle. When a buttn is pressed the cnnected functin runs until the executin f the rutine end, and the sftware ges idle again. There are sme n blcking threads running in parallel that can be enabled and disabled by the user. 8

9 Main Applicatin User Manual Main Applicatin The main widget allws t select ne f the AAVS1 SubRacks. Yu can start the applicatin with the cmmand: mattana@aavs-lmc:~/ska-aavs1/tls/pyska$ pythn ska_tpm.py This applicatin was intended t be als used t dwnlad FPGA Firmware and t cnfigure TPMs, but this functin has been intentinally disabled t avid accident n changing perating mdes t different TPMs while they were perative. SubRack Prfile cmbbx shws a list f SubRack prfile. Yu can select ne f them t cnnect t a SubRack. Yu can cnnect t multiple SubRacks nce at time. There is an xml file descriptr fr each SubRack cntaining infrmatin f what is available n that. 9

10 User Manual Here an example: <?xml versin="1.0" encding="iso "?> <prject name='ska-lab'> <!-- First entry --> <itpm id='0'> <subrack_psitin>0</subrack_psitin> <serial> </serial> <ipaddr> </ipaddr> <macaddr>d b-b0</macaddr> <udpprt>10000</udpprt> <udptimeut>1</udptimeut> <preadu_l>06/ </preadu_l> <preadu_r>07/ </preadu_r> </itpm> <itpm id='1'> <subrack_psitin>1</subrack_psitin> <serial> </serial> <ipaddr> </ipaddr> <macaddr>d8:80:39:92:5a:90</macaddr> <udpprt>10000</udpprt> <udptimeut>1</udptimeut> <preadu_l>08/ </preadu_l> <preadu_r>09/ </preadu_r> </itpm> <itpm id='2'> <subrack_psitin>2</subrack_psitin> <serial> </serial> <ipaddr> </ipaddr> <macaddr>d a8</macaddr> <udpprt>10000</udpprt> <udptimeut>1</udptimeut> <preadu_l>10/ </preadu_l> <preadu_r>11/ </preadu_r> </itpm> <itpm id='3'> <subrack_psitin>3</subrack_psitin> <serial> </serial> <ipaddr> </ipaddr> <macaddr>d8:80:39:92:31:2e</macaddr> <udpprt>10000</udpprt> <udptimeut>1</udptimeut> <preadu_l>12/ </preadu_l> <preadu_r>13/ </preadu_r> </itpm> </prject> As yu can see abve the SubRack file descriptr cntains: 1. A prject name strings, might be useful t knw where the SubRacks is cnnected (i.e. SKA-AVS1) 2. Within the Prject Level there are the TPMs having this meta data: a. The psitin within the SubRack b. The TPM-ADU Serial Number c. The IP address fr TPM management, including UDP prt and cnnectin timeut d. The MAC address (useful als t crsscheck if a bard has been replaced) e. Pre-ADUs serial numbers (left and right bards) Yu can cnnect t TPMs f a SubRack by selecting ne prfile and clicking t the buttn Start. 10

11 TPM Cnfiguratin TPM Cnfiguratin The creatin f this windw depends n the cntent f the SubRack prfile file. The TPM versin 1.2 is designed t be 6U x 21hp size, which means that a SubRack (19 inches standard rack frm) can hsts fur TPMs. Since the file descriptr is just a lgical assciatin between a SubRack and TPMs in principle yu can have als mre than fur TPMS. The abve windw is the widget generated fr the previus file descriptr example. When created it pens a cnnectin t all the TPMs. Each clumn f the widget represents a TPM. There is a main thread reading in plling every 10 secnds the status f each TPM. the result is reprted n the text labels, and, when makes sense, the text label changes the backgrund clr as cnditinal frmatting. Frm the tp f the windw there are: The status f the tw FPGAs. Green means prgrammed, Red nt prgrammed; CPLD firmware versin; 11

12 User Manual FPGA firmware versin, left empty if FPGAs are nt prgrammed; ADC Sample Rate as PLL cnfiguratin; PLL lck status (Lcked/Unlcked); PLL Reference surce (External 10 MHz signal/internal 10 MHz VCXO); PRE-ADUs status, Green means pwered n, Red means pwered ff; TPM bard temperature (Celsius degrees) measured frm a sensr placed in the center f the ADU bard (between the tw FPGAs and the ADCs). If the values is belw 60 C, backgrund clr is green, if between 60 and 65 is yellw clred (sft limit), Red fr higher temperatures; Cnnectin status (nline/ffline). When ffline is nt pssible t access t all the previus infrmatin and they lk disabled (grey and sme transparency); TPM Serial Number, IP address, MAC address as written in the SubRack prfile XML file. If MAC address des nt match with the UDP Packet cntent the MAC text label backgrund clr changes t yellw t infrm that that bard is changed and the database needs t be updated. This last feature is imprtant fr the actual status f the prject where the serial numbers are nt hardcded in the CPLD firmware. Yu can access t the PRE-ADUs cnfiguratin by clicking ver the PRE-ADU text label. If pwered n a new windw will be pened. 12

13 Receivers Cnfiguratin Receivers Cnfiguratin The TPM is equipped with tw PRE-ADU bards. There are tw SPI links cnnecting the TPM CPLD and the PRE-ADU registers t set the cnfiguratin. Prgrammable DC-DC cnverters nbard f TPM-ADU prvide the supply f the PRE-ADU bards. Each PRE-ADU has eight ptical receivers. The ptical mdules use the WDM technlgies (wavelength multiplexing) t transmit mre than ne ptical signal n the same fiber. These mdules manage tw wavelengths, 1270 nm and 1330 nm, and they are used t transmit the tw plarizatin f ne antenna. Therefre, each PRE-ADU manage 16 input channels cming frm 8 antennas. One TPM is able t acquire 32 input signals f 16 antennas. Tile is the name f a grup f 16 antennas. Depending f the prspective yu can call PRE-ADU Left and Right (lking t a TPM in a SubRack) r PRE- ADU Tp and Bttm (referring t the PCB surface f the TPM-ADU where Tp is the side with the ADCs and FPGAs). 13

14 User Manual The PRE-ADU windw is a cllectin f 32 receivers bject, therefre, 32 instance f the class Receivers. A Receiver class prvides functin t: set the value f the digital step attenuatr f the receiver; select the band f the filter; terminate the signal t a 50 Ohms. The windw is dived per PRE-ADU (lef and right) and grup f eight signal since there are 2 cnnectrs (driving 8 signal each) linking a PRE-ADU bard t a TPM-ADU bard. Each line is a receiver. Frm left t Right there are: The crrespnding TPM-ADU number (it starts frm 0 t 31); The Hexadecimal cde t be sent t the receiver register t set the cnfiguratin; The digital step attenuatr db value in the range between 0 and 31 (1 db step); Tw push buttns t decrease (-) and increase (+) by ne db the attenuatin value; Tw active clred text labels, LO fr the 375 MHz Lw pass filter, HI fr the MHz pass band filter. Yu can set a filter by pushing a text label like fr a buttn. The Green backgrunded is the selected filter, yellw the nt used. Yu can select nly ne filter at time, the selectin affect all the bard s whatever yu select, all the 32 receivers change the cnfiguratin; RF Channel. It is a text label reprting the number f the crrespnding RF path (that means the wavelength f the ptical signal). It is an active label. If green clred the RF input signal is enabled, yu can disable the signal by clicking t this label (like a buttn) t terminate the signal t a 50 Ohm resistance; The last label shws the number f the crrespnding ptical input as seen frm the TPM frnt panel. While each line is setting a different cnfiguratin t receivers, there are buttns t the bttm f the windw that applies a changed t all the receivers. Whenever a change is dne, the crrespnding SPI hexadecimal cde fnt becmes bld style telling that there is a change between what is shwn in the windw and the cnfiguratin f the bard. Yu can discard all changes r yu can apply all changes t the bard by using the buttns. When a change is applied, the TPM receives the new cnfiguratin, writes it t the tw SPI lanes. The sftware reads again the cnfiguratin as crsscheck. If everything went k, the new hexadecimal SPI cde is shwn with the regular fnt style. 14

SKA low band everything but Jamaican music. Monica Alderighi Astrosiesta 19/01/2017

SKA low band everything but Jamaican music. Monica Alderighi Astrosiesta 19/01/2017 SKA lw band everything but Jamaican music Mnica Alderighi Astrsiesta 19/01/2017 Square Kilmetre Array Led by the SKA Organisatin (SKAO), nt-fr-prfit UK cmpany (2011) INAF in the Funding Bard since the

More information

BV4115. RF Packet Transmitter. Product specification. February ByVac 2007 ByVac Page 1 of 5

BV4115. RF Packet Transmitter. Product specification. February ByVac 2007 ByVac Page 1 of 5 Prduct Specificatin Prduct specificatin. February 2007 ByVac 2007 ByVac Page 1 f 5 Prduct Specificatin Cntents 1. Dcument Versins... 2 2. Intrductin... 2 3. Features... 2 4. Battery Life... 2 5. Blck Diagram...

More information

Documentation of the PIC32 Pin Finder

Documentation of the PIC32 Pin Finder App. Versin: 1.1.1.120 Dcument Versin: 1.0 Dcument Create date: 2009-10-16 Dcument Update: 2009-10-19 22:37 Authr: B Gärdmark Cmpany: Spectrn System Develpment AB WEB: www.spectrn.us Cpyright 2009 All

More information

Damocles 2404i Manual

Damocles 2404i Manual Damcles 2404i Inputs 1 8 Each blue terminal is shared by tw inputs. POWER 12V supply (+U / GND) ETHERNET Link & Activity Inputs 17 24 Each blue terminal is shared by tw inputs. Cnfiguratin Default: DIP1=

More information

idcv Isolated Digital Voltmeter User Manual

idcv Isolated Digital Voltmeter User Manual www.akcp.cm idcv Islated Digital Vltmeter User Manual Help Versin updated till firmware SP446 Cpyright 2011, AKCess Pr Limited Prvided by fficial AKCP-Distributr Didactum https://www.didactum-security.cm/en/

More information

Damocles 1208 MANUAL. Damocles Damocles 1208 Manual. Input status LED indicators. Inputs Not connected

Damocles 1208 MANUAL. Damocles Damocles 1208 Manual. Input status LED indicators. Inputs Not connected Damcles 1208 Damcles 1208 MANUAL Input status LED indicatrs Inputs 5 12 Nt cnnected DIP settings Default: DIP1:SETUP = Off DIP2:SAFE = Off Inputs 1 4 Output activatin LED indicatrs Outputs 1 8 (pen cllectrs)

More information

Lab 1 Load Cell Measurement System

Lab 1 Load Cell Measurement System BME/ECE 386 Lab 1 Lad Cell Measurement System GOALS Lab 1 Lad Cell Measurement System 1) Build and test a lad cell amplifier. 2) Write an Arduin prgram t: a. Acquire data frm a lad cell amplifier b. Cmpute

More information

Lab 1 Load Cell Measurement System (Jan 09/10)

Lab 1 Load Cell Measurement System (Jan 09/10) BME/ECE 386 Lab 1 Lad Cell Measurement System GOALS Lab 1 Lad Cell Measurement System (Jan 09/10) 1) Test the lad cell amplifier. 2) Write an Arduin prgram t: a. Acquire data frm a lad cell amplifier b.

More information

Upgrading to PlanetPress Suite Version 5

Upgrading to PlanetPress Suite Version 5 Upgrading t PlanetPress Suite Versin 5 Creatin date: September 2, 2005 Revisin date: June 14, 2006 Table f Cntents System Requirements... 4 Imprtant Cnsideratins... 4 Knwn Issues... 6 Prcedure t imprt

More information

Application Note AN-2097 Evaluation Kit for the S7500 CW Tunable Laser

Application Note AN-2097 Evaluation Kit for the S7500 CW Tunable Laser Applicatin Nte AN-2097 Evaluatin Kit fr the S7500 CW Tunable Laser 1 Intrductin The evaluatin kit is intended t facilitate testing f Finisar s S7500 widely tunable laser, S7610 Integrable Tunable Laser

More information

Martel LC-110H Loop Calibrator and HART Communications/Diagnostics

Martel LC-110H Loop Calibrator and HART Communications/Diagnostics Martel LC-110H Lp Calibratr and HART Cmmunicatins/Diagnstics Abstract Martel Electrnics Crpratin This white paper describes the basic functins f HART cmmunicatins and the diagnstic capability f the Martel

More information

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Yu will learn the fllwing in this lab: The UNIVERSITY f NORTH CAROLINA at CHAPEL HILL Cmp 541 Digital Lgic and Cmputer Design Prf. Mntek Singh Fall 2016 Lab Prject (PART A): Attaching a Display t the Prcessr

More information

Enabling the Bluetooth Low Energy Direct Test Mode (DTM) with BlueNRG-MS

Enabling the Bluetooth Low Energy Direct Test Mode (DTM) with BlueNRG-MS DT0069 Design tip Enabling the Bluetth Lw Energy Direct Test Mde (DTM) with BlueNRG-MS By Salv Bnina Main cmpnents BlueNRG-MS Upgradable Bluetth Lw Energy netwrk prcessr SPBTLE-RF Very lw pwer mdule fr

More information

RiverSurveyor S5/M9 & HydroSurveyor Second Generation Power & Communications Module (PCM) Jan 23, 2014

RiverSurveyor S5/M9 & HydroSurveyor Second Generation Power & Communications Module (PCM) Jan 23, 2014 SnTek, a Xylem brand 9940 Summers Ridge Rad, San Dieg, CA 92121-3091 USA Telephne (858) 546-8327 Fax (858) 546-8150 E-mail: inquiry@sntek.cm Internet: http://www.sntek.cm RiverSurveyr S5/M9 & HydrSurveyr

More information

High Level Design Circuit CitEE. Irere Kwihangana Lauren Mahle Jaclyn Nord

High Level Design Circuit CitEE. Irere Kwihangana Lauren Mahle Jaclyn Nord High Level Design Circuit CitEE Irere Kwihangana Lauren Mahle Jaclyn Nrd 12/16/2013 Table f Cntents 1 Intrductin. 3 2 Prblem Statement and Prpsed Slutin. 3 3 Requirements. 3 4 System Blck Diagram 4.1 Overall

More information

Dry Contact Sensor DCS15 User Manual

Dry Contact Sensor DCS15 User Manual Dry Cntact Sensr DCS15 User Manual Help Versin updated till firmware 404i / SP456 Cpyright 2012, AKCess Pr C., Ltd.. Intrductin / What is a Dry Cntact Sensr The Dry Cntact sensr r DCS15 is a simple cnnectin

More information

APPLICATION NOTE Sales & Application DEWESoft Slovenia

APPLICATION NOTE Sales & Application DEWESoft Slovenia Sales & Applicatin DEWESft Slvenia Abstract: This applicatin nte shws a measurement with DEWESft sund pwer measurement system and GRAS 67HA Hemisphere. The bject under test was a standard ntebk, the measurement

More information

OV5640 Camera Board (B) USER MANUAL

OV5640 Camera Board (B) USER MANUAL OV5640 Camera Bard (B) OV5640 Camera Bard (B) USER MANUAL OVERVIEW The mdule OV5640 Camera Bard (B) cntains is a vide camera based n vide sensr OV5640 (CMOS), takes 5 Megapixel image in QSXGA mde (2592x1944),

More information

VIP-200. Point to Point Extension Configuration Quick Start Guide. Video over IP Extender and Matrix System

VIP-200. Point to Point Extension Configuration Quick Start Guide. Video over IP Extender and Matrix System VIP-200 Vide ver IP Extender and Matrix System Pint t Pint Extensin Cnfiguratin Quick Start Guide PureLink TM 535 East Crescent Avenue Ramsey, NJ 07446 USA Cntents What is in the bx... 3 Transmitter kit

More information

Dry Contact Sensor

Dry Contact Sensor www.akcp.cm Dry Cntact Sensr Intrductin The Dry Cntact sensr is a simple cnnectin t burglar alarms, fire alarms r any applicatin that requires mnitring by the unit. Dry cntact sensrs are user definable

More information

Processors with Sub-Microsecond Response Times Control a Variety of I/O. *Adapted from PID Control with ADwin, by Doug Rathburn, Keithley Instruments

Processors with Sub-Microsecond Response Times Control a Variety of I/O. *Adapted from PID Control with ADwin, by Doug Rathburn, Keithley Instruments PID Cntrl with ADwin Prcessrs with Sub-Micrsecnd Respnse Times Cntrl a Variety f I/O CHESTERLAND OH March 9, 2015 *Adapted frm PID Cntrl with ADwin, by Dug Rathburn, Keithley Instruments By Terry Nagy,

More information

CAR ASYST - Quick Start Guide MAIN MENU

CAR ASYST - Quick Start Guide MAIN MENU fficially apprved by CAR ASYST - Quick Start Guide MAIN MENU Main menu The main menu f ur CAR ASYST APP is divided int 7 menu items. Belw yu will find a list f these items including a shrt descriptin.

More information

Dispatcher Control for MotoTRBO Capacity Plus Systems

Dispatcher Control for MotoTRBO Capacity Plus Systems Dispatcher Cntrl fr MtTRBO Capacity Plus Systems This tutrial prvides brief instructins t set up the dispatch cntrl ver MtTRBO Capacity Plus systems, using SmartPTT dispatch sftware. Bth cases are cnsidered:

More information

IntesisBox IS-IR-KNX-1i v1.0. User's Manual Issue Date: 06/2017 r1.0 eng

IntesisBox IS-IR-KNX-1i v1.0. User's Manual Issue Date: 06/2017 r1.0 eng IntesisBx IS-IR-KNX-1i v1.0 User's Manual Issue Date: 06/2017 r1.0 eng IntesisBx KNX IR Universal AC Intesis Sftware S.L.U. 2017 All Rights Reserved. Infrmatin in this dcument is subject t change withut

More information

OV5640 Camera Board (A) USER MANUAL

OV5640 Camera Board (A) USER MANUAL OV5640 Camera Bard (A) User Manual OV5640 Camera Bard (A) USER MANUAL OVERVIEW OV5640 Camera Bard (A) is a CMOS camera uses sensr OV5640, takes 5 Megapixel image in QSXGA mde (2592x1944), uses DVP data

More information

Ten-Tec Model RX-366 Subreceiver 565/566 Subreceiver Installation and Operation Manual-74467

Ten-Tec Model RX-366 Subreceiver 565/566 Subreceiver Installation and Operation Manual-74467 Ten-Tec Mdel RX-366 Subreceiver 565/566 Subreceiver Installatin and Operatin Manual-74467 Tls required: Sldering irn r heat gun (fr shrinking heat shrink tubing) Number 1 Phillips screw driver Number 2

More information

Microsoft PowerPoint 2007

Microsoft PowerPoint 2007 Micrsft PwerPint 2007 Finding Presentatins n the Web Open the Internet and g t http://www.ggle.cm Click n Advanced Search. Enter wrds r phrases t describe desired results. On the File Frmat line, click

More information

Altis Flight Manager. PC application for AerobTec devices. AerobTec Altis v3 User Manual 1

Altis Flight Manager. PC application for AerobTec devices. AerobTec Altis v3 User Manual 1 Altis Flight Manager PC applicatin fr AerbTec devices AerbTec Altis v3 User Manual 1 Table f Cntents Intrductin...3 Requirements...3 Installatin...3 Applicatin...3 USB Driver fr Altis v3 interface ALink...4.NET

More information

KIP Cost Center User Guide

KIP Cost Center User Guide - 1 - KIP Cst Center User Guide Cntents 1 Intrductin... 3 1.1 Requirements:... 4 1.2 Supprted Operating Systems... 4 2 Installatin... 5 3 Setup... 8 4 KIP Cst Center Main Screen Print Mde... 12 4.1 Lading

More information

ECE 3829: Advanced Digital System Design with FPGAs A Term 2017

ECE 3829: Advanced Digital System Design with FPGAs A Term 2017 ECE 3829: Advanced Digital System Design with FPGAs A Term 2017 Lab 2- VGA display and Light Sensr interface Reprt due at start f class Friday September 15 th Use the prvided Ambient Light Sensr mdule

More information

User Guide. ACC Mobile 3 Preview App for ios

User Guide. ACC Mobile 3 Preview App for ios User Guide ACC Mbile 3 Preview App fr ios 2017, Avigiln Crpratin. All rights reserved. AVIGILON, the AVIGILON lg, AVIGILON CONTROL CENTER, ACC, and TRUSTED SECURITY SOLUTIONS are trademarks f Avigiln Crpratin.

More information

Puget Sound Company Overview. Purpose of the Project. Solution Overview

Puget Sound Company Overview. Purpose of the Project. Solution Overview Puget Sund Cmpany Overview Puget Sund Energy is Washingtn State s largest and ldest energy utility, serving nearly 1 millin electric custmers and mre than 650,000 natural gas custmers, primarily within

More information

Introduction. Version 8.2.2

Introduction. Version 8.2.2 Intrductin As with each new versin, minr changes and new ptins are added. Sme f these changes are nt visible because they are designed t imprve functins and crrect sme minr bug. Fr visible changes, please

More information

RS232 Communication Between a Sunny Boy 2500U and a PC. Technical Note

RS232 Communication Between a Sunny Boy 2500U and a PC. Technical Note RS232 Cmmunicatin Between a Sunny By 2500U and a PC Technical Nte Revisin 1.5 July 8, 2003 Kent Sheldn Revisin Histry 1.5 July 8, 2003 Kent Sheldn Cntact update 20830 Red Dg Rad Grass Valley, CA 95945

More information

GANTOM iq AND iqx USER GUIDE

GANTOM iq AND iqx USER GUIDE GANTOM iq AND iqx USER GUIDE The Gantm iq is the wrld s smallest gb prjectr with zm and fcus fr prfessinal lighting applicatins. The Gantm iqx features the same amazing ptics f the Gantm iq but adds integrated

More information

Nordic ID AR82 User Guide Version 1.2 NORDIC ID AR82 USER GUIDE

Nordic ID AR82 User Guide Version 1.2 NORDIC ID AR82 USER GUIDE NORDIC ID AR82 USER GUIDE TABLE OF CONTENTS GETTING STARTED... 4 1.1. GENERAL... 4 1.2. AVAILABLE VARIANTS... 4 1.3. AVAILABLE ACCESSORIES... 4 1.4. PACKAGE CONTENT... 4 1.5. FEATURES AND CONNECTORS OVERVIEW...

More information

LED wdali MC Switch Input Modul Set - User Manual

LED wdali MC Switch Input Modul Set - User Manual LED wli MC Switch Input Mdul Set - User Manual Buttn mdul (Transmitter) 1. Prduct Descriptin Item N.: LC-004-302 Receive mdul (Receiver) The wli MC Switch Input Mdul Set is a cmpact wireless Multi Cntrl

More information

IntesisBox PA-RC-KNX-1i v1.2

IntesisBox PA-RC-KNX-1i v1.2 IntesisBx PA-RC-KNX-1i v1.2 User's Manual Issue Date: 08/2015 r1.2 eng IntesisBx KNX Panasnic AC (FS / FSM) Intesis Sftware S.L. 2015 All Rights Reserved. Infrmatin in this dcument is subject t change

More information

NSF/NCAR Aircraft Field Project Computing Handbook

NSF/NCAR Aircraft Field Project Computing Handbook NSF/NCAR Aircraft Field Prject Cmputing Handbk Table f Cntents: 1. Integrating t the RAF Aircraft Cmputing Infrastructure 1.1. Basic Onbard Instrument Integratin 1.1.1. Attaching t the Netwrk 1.1.2. Timing

More information

ELEC 7250 VLSI TESTING. Term Paper. Analog Test Bus Standard

ELEC 7250 VLSI TESTING. Term Paper. Analog Test Bus Standard ELEC 7250 VLSI TESTING Term Paper On Analg Test Bus Standard Muthubalaji Ramkumar 1 Analg Test Bus Standard Muthubalaji Ramkumar Dept. f Electrical and Cmputer Engineering Auburn University Abstract This

More information

Application Note. Lock-in Milliohmmeter

Application Note. Lock-in Milliohmmeter Applicatin Nte AN2207 Lck-in Millihmmeter Authr: Oleksandr Karpin Assciated Prject: Yes Assciated Part Family: CY8C24xxxA, CY8C27xxx PSC Designer Versin: 4.1 SP1 Assciated Applicatin Ntes: AN2028, AN2044,

More information

LINE POWER SUPPLIES Low-Loss Supplies for Line Powered EnOcean Modules

LINE POWER SUPPLIES Low-Loss Supplies for Line Powered EnOcean Modules Lw-Lss Supplies fr Line Pwered EnOcean Mdules A line pwer supply has t ffer the required energy t supply the actuatr electrnic and t supply the EnOcean TCM/RCM radi cntrl mdule. This paper cntains sme

More information

Operating Instructions

Operating Instructions TC 60/8 THERMOCOMPUTER TC 60/8 temp / time s s temp / time k start stp Operating Instructins Cntents General Infrmatin...1 Security Advice...1 Firing Curves...1 Typical Firing Curves...2 Entering a Firing

More information

Guide for ESP32-Sense Development Kit

Guide for ESP32-Sense Development Kit Guide fr ESP32-Sense Develpment Kit 1. Overview The ESP32 tuch sensr develpment kit, ESP32-Sense Kit, is used fr evaluating and develping ESP32 tuch sensr system. ESP32-Sense Kit cnsists f ne mtherbard

More information

Security Exercise 12

Security Exercise 12 Security Exercise 12 Asynchrnus Serial Digital Baseband Transmissin Discussin: In this chapter, yu learned that bits are transmitted ver a cpper wire as a series f vltage pulses (a prcess referred t as

More information

SVT Tab and Service Visibility Tool Job Aid

SVT Tab and Service Visibility Tool Job Aid Summary This Jb Aid cvers: SVT Tab Overview Service Visibility Tl (SVT) Area Overview SVT Area: Satellite Mdem Status (Frm Mdem) Clumn SVT Area: Satellite Mdem Status (Frm SMTS) Clumn SVT Area: Prvisining

More information

NanoDrop One/One C Printing

NanoDrop One/One C Printing MARK S100 INSTRUCTIONS NanDrp One/One C NanDrp One/One C Printing Fr use with versin 1.4 f lcal cntrl sftware All Therm Scientific NanDrp One/One C instruments with versin 1.4 f lcal cntrl sftware can

More information

TUTORIAL I ECE 555 CADENCE SCHEMATIC SIMULATION USING SPECTRE

TUTORIAL I ECE 555 CADENCE SCHEMATIC SIMULATION USING SPECTRE TUTORIAL I ECE 555 CADENCE SCHEMATIC SIMULATION USING SPECTRE Cadence Virtus Schematic editing prvides a design envirnment cmprising tls t create schematics, symbls and run simulatins. This tutrial will

More information

IntesisBox MAPS. Configuration & monitoring software of IntesisBox BACnet series. User's manual Issue Date: 05/17 r1.0 eng

IntesisBox MAPS. Configuration & monitoring software of IntesisBox BACnet series. User's manual Issue Date: 05/17 r1.0 eng IntesisBx MAPS Cnfiguratin & mnitring sftware f IntesisBx BACnet series User's manual Issue Date: 05/17 r1.0 eng Intesis Sftware S.L.U. 2017 All Rights Reserved. Infrmatin in this dcument is subject t

More information

Excel Step by Step Instructions Creating Lists and Charts. Microsoft

Excel Step by Step Instructions Creating Lists and Charts. Microsoft Infrmatin Yu Can Enter in a Wrksheet: Labels: Any type f text r infrmatin nt used in any calculatins. Labels are used fr wrksheet headings and make wrksheets easy t read and understand. Labels can als

More information

Spectracom GSG ecall Test Suite

Spectracom GSG ecall Test Suite 18-Dec-2017 GSG App Nte Spectracm GSG ecall Test Suite Table f Cntents 1. Intrductin... 1 2. Befre Starting the Test... 2 3. Running the ecall Test Suite... 4 4. Psitin Errr Tests 2.2.2-2.2.4... 10 5.

More information

CATA Composer R2016 Fact Sheet. Add a New Dimension to Your Product Communications

CATA Composer R2016 Fact Sheet. Add a New Dimension to Your Product Communications CATA Cmpser R2016 Fact Sheet Add a New Dimensin t Yur Prduct Cmmunicatins Versin 1.0-8/11/2015 Table f Cntents 1. CATIA Cmpser: VALUE AT A GLANCE... 3 2. CATIA Cmpser: Overview... 4 2.1. Immediate Prductivity

More information

GE Multilin 339 Motor Protection Specifications

GE Multilin 339 Motor Protection Specifications GE Multilin 339 Mtr Prtectin Specificatins The mtr prtectin relay shall prvide primary prtectin fr medium vltage mtrs. The relay shall be equipped with the fllwing prtectin functins. Mtr Thermal Overlad

More information

WS-400 BASE STATION FOR WIRELESS INTERCOM WITH FOUR TX/RX MODULES USER MANUAL

WS-400 BASE STATION FOR WIRELESS INTERCOM WITH FOUR TX/RX MODULES USER MANUAL WS-400 BASE STATION FOR WIRELESS INTERCOM WITH FOUR TX/RX MODULES USER MANUAL Issue February 2011 ASL Intercm BV DESIGNED AND MANUFACTURED BY: ASL INTERCOM BV ZONNEBAAN 42 3542 EG UTRECHT THE NETHERLANDS

More information

1.12 Equipment Manager

1.12 Equipment Manager Mdule 1 Categry 1 1.12 Equipment Manager Functin f the windw The windw is the central data file fr the Kntrl Pr and cllects the main data fr fees f an bject that t be used in this prject. The Equipment

More information

Workflow Working Group

Workflow Working Group Wrkflw Wrking Grup June 19, 2007 Chiba University Ann McCarthy Lexmark Internatinal Inc. Chair, Wrkflw Wrking Grup presented by: William Li Wrkflw WG Charter T identify a small number f the mst cmmnly

More information

Omni-Bus Interface Translator Rev 2. Reference Manual

Omni-Bus Interface Translator Rev 2. Reference Manual Omni-Bus Interface Translatr Rev 2 Reference Manual Table f Cntents 1. Overview... 3 1.1. LEVITON Omni Link Interface... 3 1.2. Bus Gateway... 4 2. TCPIP Netwrk Setup... 5 3. USB Gateway Setup... 6 4.

More information

Banner pocket v3 Page 1/7. Banner pocket v3

Banner pocket v3 Page 1/7. Banner pocket v3 Banner pcket v3 Page 1/7 Banner pcket v3 Descriptin Banner pcket will help yu get the printed sheets arranged in the way yu need fr attaching the frnt and back side pckets tgether. It will crp ne sides

More information

The WHO e-atlas of disaster risk for the European Region Instructions for use

The WHO e-atlas of disaster risk for the European Region Instructions for use The WHO e-atlas f disaster risk fr the Eurpean Regin Instructins fr use 1 Last Update: June 2011 Cntents 1. Basic system requirements... 3 2. Structure f the WHO e-atlas... 4 2.1. Main menu... 4 2.1.1.

More information

DXF2DAT 3.0 Professional Designed Computing Systems 848 W. Borton Road Essexville, Michigan 48732

DXF2DAT 3.0 Professional Designed Computing Systems 848 W. Borton Road Essexville, Michigan 48732 Prgram Infrmatin 1 DXF2DAT 3.0 Prfessinal Designed Cmputing Systems 848 W. Brtn Rad Essexville, Michigan 48732 Cntact: (989) 892-4376 website: http://www.famwrk.net General Infrmatin: inf@famwrk.net Technical

More information

Flash Image Rotator Web Part

Flash Image Rotator Web Part Flash Image Rtatr Web Part User Guide Cpyright 2007 Data Springs Inc. All rights reserved. Table f cntents: 1 INTRODUCTION...3 2 INSTALLATION PROCEDURE...4 2.1 After installatin ntes:...5 2.2 Trubleshting...6

More information

Dry Contact Sensor. Communications cable - RJ-45 jack to sensor using UTP Cat 5 wire. Power source: powered by the unit. No additional power needed.

Dry Contact Sensor. Communications cable - RJ-45 jack to sensor using UTP Cat 5 wire. Power source: powered by the unit. No additional power needed. Intrductin Dry Cntact Sensr The Dry Cntact sensr is a simple cnnectin t burglar alarms, fire alarms r any applicatin that requires mnitring by the unit. Dry cntact sensrs are user definable and can be

More information

FIRMWARE RELEASE NOTES. Versions V2.0.0 to V Model HDL-32E. High Definition LiDAR Sensor

FIRMWARE RELEASE NOTES. Versions V2.0.0 to V Model HDL-32E. High Definition LiDAR Sensor FIRMWARE RELEASE NOTES Versins V2.0.0 t V2.2.21.0 Mdel HDL-32E High Definitin LiDAR Sensr HDL-32E Firmware Release Ntes Page 2 Fr all new features and changes, refer t the dcumentatin that accmpanies the

More information

Figure 1: View, connection compartment closed

Figure 1: View, connection compartment closed Radi Management Art. N. : 2700AP Operating instructins 1 Safety instructins Electrical equipment may nly be installed and fitted by electrically skilled persns. Serius injuries, fire r prperty damage pssible.

More information

GDL Technical Bulletin

GDL Technical Bulletin Table f Cntents Table f Cntents... 1 Specificatins... 1 SDI-12 Cmmand Nmenclature... 1 Channel Setup Using Aqua4Plus... 2 SDI-12 Cmmands... 3 Setup Cmmands... 3 Measurement Cmmands... 3 Request Measurement...

More information

Operation and installation manual KNX ENO 636 secure. Application. 1. Installation and connection

Operation and installation manual KNX ENO 636 secure. Application. 1. Installation and connection EN Operatin and installatin manual KNX ENO 636 secure (Art. # 5268) Bidirectinal Gateway with 32 channels between EnOcean and KNX Bus KNX ENO 636 secure Applicatin The KNX ENO 636 is a bidirectinal gateway

More information

PS 430 FOUR CHANNEL REMOTE SPEAKER STATION

PS 430 FOUR CHANNEL REMOTE SPEAKER STATION PS 430 FOUR CHANNEL REMOTE SPEAKER STATION USER MANUAL August 2016 This prduct is designed and manufactured by: ASL Intercm BV Znnebaan 42 3542 EG Utrecht The Netherlands Phne: +31 (0)30 2411901 Fax: +31

More information

This course is intended for people who aspire to careers as computer programmers and game developers.

This course is intended for people who aspire to careers as computer programmers and game developers. Instructr Sam Stkes Email sstkes@micrsft.cm Classrm SAC 2012 Class time 7 PM t 10 PM Office Call r email t set up apt. Office Hurs Phne 949 6275736 Skype: scalsamstkes URL http://blgs.msdn.cm/devschl Curse

More information

AccuBuild Version 9.3 Release 05/11/2015. Document Management Speed Performance Improvements

AccuBuild Version 9.3 Release 05/11/2015. Document Management Speed Performance Improvements AccuBuild Versin 9.3 Release 05/11/2015 Dcument Management Speed Perfrmance Imprvements The entire dcument management system and security system design was retled which shuld result in majr speed imprvements

More information

Automatic Number Plate Recognition

Automatic Number Plate Recognition Release Ntes Autmatic Number Plate Recgnitin Versin 14.2.0 Release Ntes Revisin 0 This dcument describes new features and reslved issues fr Autmatic Number Plate Recgnitin 14.2.0. Yu can retrieve the latest

More information

IntesisBox TO-RC-KNX-1i v1.3

IntesisBox TO-RC-KNX-1i v1.3 IntesisBx TO-RC-KNX-1i v1.3 User's Manual Issue Date: 12/2015 r1.2 eng IntesisBx KNX Tshiba AC Digital Inverter & VRF lines Intesis Sftware S.L. 2015 All Rights Reserved. Infrmatin in this dcument is subject

More information

Universal input/output controller

Universal input/output controller Embedded autmatin equipment (Shanghai) Limited Rm 305. Twer B.NO.18Talin rad Pudng District, Shanghai Phne: +86-21-51090839/50750355, fax: +86-21-50758598, e-mail: sales@stammkn.cm Universal input/utput

More information

Figure 1: A Battleship game by Pogo

Figure 1: A Battleship game by Pogo CSCI 2312-002: Object Oriented Prgramming Final Prject Assigned: Octber 17, 2017 Design Due: Octber 24, 2017 IN CLASS (Graded as ne hmewrk grade) Final prject Due: Nvember 16, 2017 at 11:59 PM Fr many

More information

3DPIXA System Requirements

3DPIXA System Requirements 3DPIXA System Requirements CD40130 Versin 7 Table f Cntents CD40130 Versin 7 1 1 Abut Chrmasens 3 1.1 Cntact Infrmatin 3 1.2 Supprt 3 2 Hardware Requirements 4 2.1 Framegrabber 5 2.1.1 Qualified Framegrabbers

More information

IntesisBox KNX MD-AC-KNX-1B/16/64 v1.0. User's Manual r1 eng Issue Date: 2014/06

IntesisBox KNX MD-AC-KNX-1B/16/64 v1.0. User's Manual r1 eng Issue Date: 2014/06 IntesisBx KNX MD-AC-KNX-1B/16/64 v1.0 User's Manual r1 eng Issue Date: 2014/06 IntesisBx KNX - Midea A.C. (VRF line) Interface fr integratin f Midea air cnditiners int KNX TP-1 (EIB) cntrl systems. Cmpatible

More information

Lab 6 Spirometer System (Feb 20/21)

Lab 6 Spirometer System (Feb 20/21) GOAL Lab 6 Spirmeter System (Feb 20/21) Demnstrate a spirmeter system incrprating a (1) Lilly-type flw tube (2) piezresistive differential pressure sensr (3) instrumentatin amplifier and lw-pass filter

More information

VM1AT-R1 INDUSTRIAL MICROCONTROLLER

VM1AT-R1 INDUSTRIAL MICROCONTROLLER VM1AT-R1 INDUSTRIAL MICROCONTROLLER WARNING T avid permanent damage t integrated circuits yu may take precautins t discharge any static electricity frm yur bdy befre handling them. ASSEMBLY INSTRUCTIONS

More information

SARMAP RELEASE NOTES. Version: 7.0 (July 2016) rpsgroup.com

SARMAP RELEASE NOTES. Version: 7.0 (July 2016) rpsgroup.com SARMAP RELEASE NOTES Versin: 7.0 (July 2016) 55 Village Square Dr. Suth Kingstwn, RI 02879 Tel: (401) 789-6224 Fax: (401) 789-1932 Email: MapSupprt@ Table f Cntents Table f Cntents...ii 1 Intrductin...

More information

Electrical devices may only be mounted and connected by electrically skilled persons.

Electrical devices may only be mounted and connected by electrically skilled persons. Order N. : 5323 02 Operating instructins 1 Safety instructins Electrical devices may nly be munted and cnnected by electrically skilled persns. Serius injuries, fire r prperty damage pssible. Please read

More information

Creating HyperLynx DDRx Memory Controller Timing Model

Creating HyperLynx DDRx Memory Controller Timing Model Creating HyperLynx DDRx Memry Cntrller Timing Mdel AppNte 10706 A P P N T E S SM Creating HyperLynx DDRx Memry Cntrller Timing Mdel By: Min Maung Last Mdified: April 30, 2009 1.0 ntrductin The DRAM and

More information

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS Lad with min. 5 kg 405000090 405070090 INSTALLATION INSTRUCTIONS CONTENT: 1. Imprtant safety instructins. 2. Specificatins and main dimensins. 3. Parts included. 4. Installatin. 5. Adjusting the strke

More information

Service Update 7. PaperStream IP (TWAIN x64) for SP Series. change history. Version Version Version

Service Update 7. PaperStream IP (TWAIN x64) for SP Series. change history. Version Version Version PaperStream IP (TWAIN x64) fr SP Series change histry Service Update 7 Versin 1.46.0.5900 Crrected issue: 1. Minr errrs have been mdified. Versin 1.46.0.5775 New feature: 1. SP-1425 is newly supprted.

More information

Operating Instructions

Operating Instructions TC 40 THERMOCOMPUTER TC 40 start stp Operating Instructins Cntents General Infrmatin...1 Security Advice...1 Firing Curves...1 Typical Firing Curves...2 Entering a Firing Curve...2 Checing the Prgramme

More information

Acceptance and verification PCI tests according to MIL-STD

Acceptance and verification PCI tests according to MIL-STD Acceptance and verificatin PCI tests accrding t MIL-STD-188-125 Bertrand Daut, mntena technlgy V1 - August 2013 CONTENTS 1. INTRODUCTION... 1 2. DEFINITIONS... 1 3. SCHEMATIC OF THE TEST SETUP WITH USE

More information

RZ251W. Remote Sensing & Zoning Installation Guide. Quick Reference. Wireless Range

RZ251W. Remote Sensing & Zoning Installation Guide. Quick Reference. Wireless Range Remte Sensing & Zning Installatin Guide Pr Technlgies P.O. Bx 3377 Springfield, MO 65804 Tll ree : 888-776-47 Web: www.priaq.cm Hurs f Operatin: M- 9AM - 6PM Eastern Table f Cntents Table f Cntents Quick

More information

Pre-Installation Preparation Job Aid

Pre-Installation Preparation Job Aid Summary This Jb Aid cvers: ViaSat Installatin Standards Equipment Necessary fr ViaSat Service installatin Installatin Tls Safety: IDU Safety: ODU Safety: Persnal Safety: Wrking Arund Electricity Safety:

More information

Owner s Manual Installation and Operating Instructions

Owner s Manual Installation and Operating Instructions Meitav-tec Ltd (Cntel grup) Tel: +972 (3) 962 6462 Fax: +972 (3) 962 6620 www.meitavtec.cm - supprt@meitavtec.cm ETN-24-P-1S Owner s Manual Installatin and Operating Instructins Please read this manual

More information

User Guide. ACC Mobile 3 Preview App for Android

User Guide. ACC Mobile 3 Preview App for Android User Guide ACC Mbile 3 Preview App fr Andrid 2017-2018, Avigiln Crpratin. All rights reserved. AVIGILON, the AVIGILON lg, AVIGILON CONTROL CENTER, ACC, and TRUSTED SECURITY SOLUTIONS are trademarks f Avigiln

More information

Operating instructions

Operating instructions Ph-Amp MB7 Versin 2.0 Operating instructins PhAmp-MB7 µp V2.0 Page 1 f 18 Dku PhAmpV2.05e.dc Table f s 1 Hardware descriptin 3 1.1 ting started 3 1.2 Principle f A/D-cnversin 3 1.3 Under-range / Over-range

More information

ANALOG-TO-DIGITAL (ADC) & DIGITAL-TO-ANALOG (DAC) CONVERTERS

ANALOG-TO-DIGITAL (ADC) & DIGITAL-TO-ANALOG (DAC) CONVERTERS ANALOG-TO-DIGITAL (ADC) & DIGITAL-TO-ANALOG (DAC) CONVERTERS 37 Many events mnitred and cntrlled by the micrprcessr are analg events. ADC & DAC CONVERTERS These range frm mnitring all frms f events, even

More information

TC 60 THERMOCOMPUTER TC 60. prog. start stop. Operating Instructions

TC 60 THERMOCOMPUTER TC 60. prog. start stop. Operating Instructions TC 60 prg start stp THERMOCOMPUTER TC 60 h C/h C Operating Instructins Cntents General Infrmatin...1 Security Advice...1 Firing Curves...1 Typical Firing Curves...2 Entering a Firing Curve...2 Checing

More information

IEEE C802.16h-06/029

IEEE C802.16h-06/029 Prject Title IEEE 802.16 Bradband Wireless Access Wrking Grup Timing fr sending messages using the frequency dmain energy pulses Date Submitted Surce(s) Re: Abstract Purpse Ntice

More information

Power Splitters & Dividers

Power Splitters & Dividers Pwer Splitters & Dividers Bradband Frequency Range - dc t 40 GHz Widest Selectin f cnnectr types & Frequency xpress shipment available n select mdels. 4-Way Designs Available High Quality Cnstructin &

More information

Transmission is reliable and safe when antennas are managed by Movicon

Transmission is reliable and safe when antennas are managed by Movicon Transmissin is reliable and safe when antennas are managed by Mvicn Simetel Spa and Sigma Cnsulting have engineered an interesting supervisin system fr mnitring and security f the NATO VLF transceiver

More information

DesignCon A New Reference Design Development Environment for JPEG 2000 Applications

DesignCon A New Reference Design Development Environment for JPEG 2000 Applications DesignCn 2003 System-n-Chip and ASIC Design Cnference Reference Design Paper A New Reference Design Develpment Envirnment fr JPEG 2000 Applicatins Authrs Bill Finch Vice President, CAST Inc. Warren Miller

More information

Open Sesame. Grant Apodaca Jeffrey Bolin Eric Taba Richie Agpaoa Evin Sellin

Open Sesame. Grant Apodaca Jeffrey Bolin Eric Taba Richie Agpaoa Evin Sellin Open Sesame Grant Apdaca Jeffrey Blin Eric Taba Richie Agpaa Evin Sellin Descriptin Open Sesame is a prtable, affrdable, cmpact and easyt-use dr security accessry, that can unlck yur dr remtely with Wi-Fi

More information

Lab 3 ECG System GOALS GENERAL GUIDELINES REQUIRED MATERIALS LAB ACTIVITIES. BME/ECE 386 Lab 3 Winter 2018

Lab 3 ECG System GOALS GENERAL GUIDELINES REQUIRED MATERIALS LAB ACTIVITIES. BME/ECE 386 Lab 3 Winter 2018 GOALS Lab 3 ECG System 1) Build and test the signal cnditining electrnics fr an ECG system. 2) Develp the Arduin and MATLAB data acquisitin system. 3) Recrd an ECG wavefrm frm yurself. GENERAL GUIDELINES

More information

XDSL/TELEPHONE CABLE MEASUREMENT

XDSL/TELEPHONE CABLE MEASUREMENT XDSL/TELEPHONE CABLE MEASUREMENT Phenix 10056 Cmplete Slutin fr xdsl Cables Cat 3, 4, 5 and 5e DESCRIPTION Custmer requirements can vary cnsiderably in terms f size and design f cnnecting frames depending

More information

PaperStream IP (TWAIN) change history

PaperStream IP (TWAIN) change history PaperStream IP (TWAIN) change histry Service Update 6 Versin 1.30.0.5032 Crrected issue: 1. Fixed the defect that Sftware Operatin Panel culd nt functin prperly r culd stp respnding when tw r mre scanners

More information

7.3 3 CENTRAL PANEL DISPLAY SYSTEM 3.1 GENERAL 3.2 CONTROLS VEMD COMPLEMENTARY FLIGHT MANUAL

7.3 3 CENTRAL PANEL DISPLAY SYSTEM 3.1 GENERAL 3.2 CONTROLS VEMD COMPLEMENTARY FLIGHT MANUAL 3 CENTRAL PANEL DISPLAY SYSTEM 3.1 GENERAL COMPLEMENTARY FLIGHT MANUAL The CPDS includes the Vehicle and Engine Management Display (VEMD) and the Cautin Advisry Panel (CAD). The CPDS displays the necessary

More information