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

Size: px
Start display at page:

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

Transcription

1 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, Cmputer Aided Slutins, LLC. Intrductin One f the mst cmmn autmatic cntrl methds is the Prprtinal-plus-Integral-and-Derivative (PID) cntrller. Industrial cntrllers utilizing this technique are used fr cntrlling prcesses like thse fund in chemical plants, thse fr temperature cntrl, fr certain autmtive applicatins, etc. The purpse f a cntrller is t cmpensate fr the effects f disturbances n prcess variables and t frce a prcess variable t track a desired set pint. While these cntrllers can be built using analg circuits, implementing them using a digital cntrller prvides greater flexibility in adjusting the cntrl algrithm and in fine-tuning the cntrller settings. The PID cntrller measures the utput f the prcess and calculates the difference (errr) between what is measured and the set pint. If an errr exists, the cntrller adjusts its utput t alter the prcess t bring it clser t the desired pint, thus minimizing the errr. Each time an errr is calculated, the cntrller must decide hw much t alter the prcess. If the cntrller is t aggressive (underdamped), it may cause the prcess t becme unstable and scillate. If cntrl is nt aggressive enugh (ver-damped), the system may require t much time t recver r nt recver at all. The respnse characteristics f the cntrller are determined by the PID cnstants prvided t the cntrller. The Prprtinal, Integral, and Derivative cnstants are used t calculate what the utput shuld be relative t the measured errr. The Prprtinal cnstant represents the area in which the cntrller is actually cntrlling the prcess and determines the band f peratin. It represents a cnstant that is multiplied by the errr. While the prprtin represents a cnstant multiplier f the errr, as the errr gets small, the effect f the prprtin term als gets small. Simply increasing the magnitude f the prprtin factr can lead t instability. The Integral prtin crrects fr the ffset between the set pint and the prcess variable by autmatically resetting r shifting the prprtining band. The integral accumulates the small cnstant errr ver time and frces the system twards the set pint.

2 The Derivative cnstant determines the rate at which the cntrller reacts t large changes in the prcess variable. Implementing a Digital PID Cntrller The architecture f the ADwin prduct family f data acquisitin and cntrl systems makes it well-suited fr PID applicatins. In a Windws-based envirnment, respnse times can vary dramatically depending n what ther applicatins are running n the PC. In fact it s nt uncmmn t see up t 50 msec. respnse times which is ften unacceptable fr maintaining the level f cntrl required in industrial r research prcess cntrl. ADwin systems cme with their wn DSP prcessrs with sub-micrsecnd respnse times that cntrl a variety f I/O. The I/O includes ADCs (analgt-digital cnverters), DACs (digital-t-analg cnverters), digital inputs, and digital utputs. Analg r digital inputs mnitr the prcess, and the prcessr calculates the errr between prcess utput and the set pint. A new utput level fr either analg r digital utput is calculated t cntrl the prcess. ADCs fr the ADwin prducts can be either 12- r 16-bit, while the digital inputs are either TTL, quadrature encder, PWM, r up/dwn cunters. The ADwin-PRO als has thermcuple and PTD input mdules. Fr highly-ptimized cnditins, the ADwin hardware is capable f acquiring data at a rate f up t 1MHz, and input signals can be measured n bth analg and digital inputs. The ADwin-GOLD has tw ADCs fr measuring tw channels simultaneusly and can be multiplexed acrss 16 inputs. The Pr- Ain-F family f analg input mdules are well-suited fr synchrnized sampling. Each channel has a dedicated A/D t allw fr parallel measurements, and the measurements can als be simultaneusly triggered acrss multiple input mdules. Once the prcess is cmpiled nt the ADwin micrprcessr and running, the prcess will run as lng as it is cnnected t the pwer supply. The perating system n the hst PC can crash, but as lng as the ADwin system is pwered, the prcess will cntinue t execute. Therefre, the ADwin system s prcesses run independently frm the lad f the PC prcessr. This cntinuus executin makes ADwin the ideal slutin fr fault-intlerant systems r where reliance n the hst PC s perating system is

3 impssible. The ADwin-Gld and ADwin-Pr prducts als have bt lader ptins that allw them t be pre-prgrammed t run n pwer-up withut the need f a PC. Flw cntrl is a very cmmn use fr PID cntrllers. This applicatin invlves cntrlling hw much fluid r gas is flwing thrugh a pipe with a valve. This vlume is mnitred and then cntrlled with the PID. The cntrl steps are summarized here: 1. Values fr the desired flw and PID cnstants are passed t the ADwin prcessr. 2. The flw sensr is measured using ne ADwin analg input channel. 3. The differential between what has been measured and the new set pint is calculated. 4. The errr is added t all previus errr terms that have been calculated. 5. The sum f errrs is cmpared t the limit f the valve. If the sum is t large r small, the sum is capped t crrespnd t a wide pen r clsed valve. 6. The new psitin fr the valve is calculated and then changed with ne analg utput channel n the ADwin. 7. Return t Step 2 t cntinue the algrithm. Available Input Types: Analg (12 & 16-bit) Digital Thermcuple RTD Cunter/Encder Quadrature PWM

4 Calculating the PID Cnstants Calculating the cnstants that are used by the PID cntrller is the tpic f much science and research. Likewise many bks and methds exist fr tuning the cntrller t prvide the desired respnse. Mst methds prvide values fr each cnstant, but when the system is actually implemented, the system des nt functin prperly. In fact, even the best methds typically nly allw users t apprach the crrect cnstants, but fr ptimal peratin fr a specific cntrller and prcess variable, there is still an element f trial and errr. ADwin prducts easily allw fr this trial and errr. The prgramming language fr the ADwin family is ADbasic. The hardware and ADbasic allw yu t define integer and flating-pint variables that are stred in registers that can be accessed while ADwin is running. The I/O registers can be easily accessed by mst f tday s ppular prgramming envirnments such as TestPint, LabVIEW, Visual Basic, r C. The PID cnstants can then be passed t the apprpriate register lcatin and used by the ADwin prcessr during peratin. Als, imprtant prcess infrmatin can be read thrugh ne f the prgrams while ADwin is running. PID Lp Timing and Multiple Cntrllers The PID lp time is determined by hw many times per secnd the utput f the cntrller is updated. Fr a 1kHz lp, the inputs are measured and utputs changed fr the cntrller 1000 times per secnd. A general rule f thumb states that the PID cntrl lp shuld update twice as ften as the physical parameter (e.g. temperature, lever psitin, valve, etc.) Therefre if the time cnstant f this physical parameter is ne secnd, then the cntrl lp shuld be updated every 0.5 secnds. Typical industrial PID cntrllers update at 1kHz, while ther real-time cntrllers are generally capable f nly abut 5kHz. ADbasic enables quick and simple develpment f different cntrl structures in additin t the PID, but it is pssible t cnstruct a PID lp fr ADwin at 500kHz (100% CPU lad). As the cntrl lp speed is decreased, the lad n the CPU is als reduced. Therefre, a PID cntrl lp running at 50kHz culd require nly abut 10% f the ADwin CPU, and a 20kHz lp uses apprximately 4%.

5 Fr cntrl lps running at less than 500kHz, excess prcessr bandwidth is available t run multiple cntrllers n the same ADwin hardware. These multiple cntrllers culd be either cascaded r independent. The cntrllers can als run at different frequencies r cycle times. Equipment List: 1. PC running Windws (95/98/ME/NT/2000/XP/Windws 7) 2. ADwin real-time cntrl hardware 3. ADbasic real-time develpment envirnment 4. Custm wiring harness fr cnnecting t test setup Alternative Slutins The ADwin prduct family ffers many different frm factrs, prcessrs, and I/O in which t create the PID cntrller. The ADwin family includes: ADwin-Light-16 systems Plug-in bards and external Analg inputs and utputs (ne 12-bit A/D) expandable Digital I/O Optinal cunters PCI, USB r Ethernet cmmunicatin with the PC ADwin-GOLD Stand-alne, external system 16 analg inputs 10ms & 0.8ms) BNC cnnectins

6 2 analg utputs (16-bit) expandable 32 digital I/Os, in blck f 8 as input r utput Optinal cunter (event cunter, encder interface, perid cycle, PWM) Integrated USB r Ethernet cmmunicatin with the PC ADwin-PRO Industrial, mdular 19-inch system Up t 4 CPUs per system Mdular and expandable: 480 analg inputs (multiplexed r parallel) 120 analg utputs 480 digital I/Os Thermcuples, RTD, cunter, filters, islatin, etc. CAN-bus, Prfibus, RS-232, RS-485, RS-422 USB r Ethernet fr cmmunicatin with the PC In additin, the ADwin-Gld and ADwin-Pr can supprt up t 32Mbytes f RAM per prcessr and ptinal btlader. The btlader stres an ADbasic prcess(es) and begins running the prcess upn pwer-up. Therefre, nce the ADwin hardware is prgrammed, it can be used as a stand-alne slutin withut a PC.

Process Gain and Loop Gain

Process Gain and Loop Gain Prcess Gain and Lp Gain By nw, it is evident that ne can calculate the sensitivity fr each cmpnent in a cntrlled prcess. Smetimes, this sensitivity is referred t as a gain. The cnfusin is understandable

More information

Maxon Motor & Motor Controller Manual

Maxon Motor & Motor Controller Manual Maxn Mtr & Mtr Cntrller Manual Nte: This manual is nly fr use fr the Maxn mtr and cntrller utlined belw. This infrmatin is based upn the tutrial vides fund nline and thrugh testing. NOTE: Maximum Permitted

More information

Exam solutions FYS3240/

Exam solutions FYS3240/ Exam slutins FYS3240/4240 2014 Prblem 1 a) Explain hw the accuracy (cnstant frequency utput) f quartz crystal scillatrs is imprved. The accuracy is imprved using temperature cmpensatin (temperature cmpensated

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

Specification for a communicating Panelboard system to monitor, control and maintain LV electrical installations

Specification for a communicating Panelboard system to monitor, control and maintain LV electrical installations Specificatin fr a cmmunicating Panelbard system t mnitr, cntrl and maintain LV electrical installatins A system fr: - Mnitring the prtectin and cntrl devices in an electrical installatin and prviding the

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

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

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

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

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

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

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

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

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

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

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

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

EE 311: Electrical Engineering Junior Lab Phase Locked Loop

EE 311: Electrical Engineering Junior Lab Phase Locked Loop Backgrund Thery EE 311: Electrical Engineering Junir Lab Phase Lcked Lp A phase lcked lp is a cntrlled scillatr whse instantaneus frequency is dynamically adjusted thrugh multiplicative feedback and lw

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

Remote Control Learn Button Receiver Input Connections

Remote Control Learn Button Receiver Input Connections Remte Cntrl Learn Buttn Receiver Input Cnnectins Remte Cntrl LED Light Wi-fi/Factry Reset Buttn Receiver Output Cnnectin Heartbeat LED Light PRV Cnnectins Pwer Reset Buttn Pl / Treadmill Switch Flat Switch

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

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

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

Laboratory: Introduction to Mechatronics. Instructor TA: Edgar Martinez Soberanes Lab 1.

Laboratory: Introduction to Mechatronics. Instructor TA: Edgar Martinez Soberanes Lab 1. Labratry: Intrductin t Mechatrnics Instructr TA: Edgar Martinez Sberanes (eem370@mail.usask.ca) 2015-01-12 Lab 1. Intrductin Lab Sessins Lab 1. Intrductin Read manual and becme familiar with the peratin

More information

This app uses callas pdftoolbox server as the imposition engine and consequently you have to have that program installed on your Switch server.

This app uses callas pdftoolbox server as the imposition engine and consequently you have to have that program installed on your Switch server. Autmatic impsitin Page 1/8 Autmatic impsitin Descriptin Autmatic impsitin will d the mst cmmn impsitins fr yur digital printer. It will autmatically d flders fr A5, A4 r US Letter page sizes in either

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

Hands-Free Music Tablet

Hands-Free Music Tablet Hands-Free Music Tablet Steven Tmer Nate Decker Grup Website: steve@wasatch.cm milamberftheassembly@yah.cm http://www.cs.utah.edu/~ndecker/ce3992/ Abstract The typical musician handles a great deal f sheet

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

D a i s y M o d e m s

D a i s y M o d e m s D a i s y M d e m s D a i s y - C h a i n i n g Y u r N e t w r k W i t h R a v e n s W i r e l e s s T e c h n l g y Using Raven s secure Daisy radi mdems t access yur data frm arund the wrld, build yur

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

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

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

SARAD GmbH Tel.: 0351 / Wiesbadener Straße 10 FAX: 0351 / Dresden Internet:

SARAD GmbH Tel.: 0351 / Wiesbadener Straße 10 FAX: 0351 / Dresden   Internet: SARAD GmbH Tel.: 0351 / 6580712 Wiesbadener Straße 10 FAX: 0351 / 6580718 01159 Dresden e-mail: supprt@sarad.de GERMANY Internet: www.sarad.de APPLICATION NOTE AN-001_EN The Installatin f autnmus instrumentatin

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

BENZINGER. obliged to precision BENZINGER PRÄZISIONSMASCHINEN TNI. Precise Fast Compact PRECI CNC-PRECISION- TURNING-MILLING CENTRE

BENZINGER. obliged to precision BENZINGER PRÄZISIONSMASCHINEN TNI. Precise Fast Compact PRECI CNC-PRECISION- TURNING-MILLING CENTRE BENZINGER PRÄZISIONSMASCHINEN BENZINGER bliged t precisin Precise Fast Cmpact TNI CNC-SION- TURNING-MILLING CENTRE Precise Fast Cmpact TNI PreciLine - Everything is abut the custmer s need, cmplete machining

More information

3TX Transmitters for Measurement, Control & Datalogging of Ion Selective, ph & ORP, Dissolved Oxygen & Conductivity

3TX Transmitters for Measurement, Control & Datalogging of Ion Selective, ph & ORP, Dissolved Oxygen & Conductivity ph / ORP / ISE / DO / Cnductivity Measurement Prducts Lines 3TX Transmitters fr Measurement, Cntrl & Datalgging f In Selective, ph & ORP, Disslved Oxygen & Cnductivity The mdular cmpnents f the 3TX series

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

HygroFlex HF4 Humidity Temperature Transmitters. User Guide

HygroFlex HF4 Humidity Temperature Transmitters. User Guide Page 1 f 27 HygrFlex HF4 Humidity Temperature Transmitters User Guide 2009; E-M-HF4-V1_20 Page 2 f 27 Table f cntents 1 Overview... 3 2 Mechanical cnfiguratins and dimensins... 4 2.1 Display and keypad

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

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

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

AIR CONDITIONER REMOTE CONTROLLER ILLUSTRATION CS406-R51E

AIR CONDITIONER REMOTE CONTROLLER ILLUSTRATION CS406-R51E AIR CONDITER REMOTE CONTROLLER ILLUSTRAT CS406-R5E 00550905 0009 Thank yu very much fr purchasing ur air cnditiner. Please read this wner's manual carefully befre using yur air cnditiner. CONTENTS Handling

More information

A c r o s s t h e S k y l i n e

A c r o s s t h e S k y l i n e A c r s s t h e S k y l i n e D a i s y - C h a i n i n g Y u r N e t w r k W i t h R a v e n s W i r e l e s s T e c h n l g y Using Raven s secure Daisy radi mdems and Skyline System t wirelessly access

More information

A c r o s s t h e S k y l i n e

A c r o s s t h e S k y l i n e A c r s s t h e S k y l i n e D a i s y - C h a i n i n g Y u r N e t w r k W i t h R a v e n s W i r e l e s s T e c h n l g y Using Raven s secure Daisy radi mdems and Skyline System t access yur data

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

Green House Monitoring and Controlling Using Android Mobile App

Green House Monitoring and Controlling Using Android Mobile App Green Huse Mnitring and Cntrlling Using Andrid Mbile App Ullas S Patel 1, Saiprasad 2, Shravankumar 3, Veerabhadra K J 4 Dept. f ECE, The Oxfrd Cllage Of Engineering, Bengaluru, Karnataka, India Abstract-

More information

INTRODUCTION TO PLL DESIGN

INTRODUCTION TO PLL DESIGN INTRODUCTION TO PLL DESIGN FOR FREQUENCY SYNTHESIZER Thanks Sung Tae Mn and Ari Valer fr part f this material A M S C Analg and Mixed-Signal Center Cntents Intrductin t Frequency Synthesizer Specificatin

More information

E-Learning, DC drives DCS800 Hardware Options, part 1 Size D1 D4. ABB Group February 2, 2010 Slide 1 DCS800_HARDWARE_OPTIONS_01R0101

E-Learning, DC drives DCS800 Hardware Options, part 1 Size D1 D4. ABB Group February 2, 2010 Slide 1 DCS800_HARDWARE_OPTIONS_01R0101 E-Learning, DC drives DCS800 Hardware Optins, part 1 Size D1 D4 February 2, 2010 Slide 1 Objectives This training mdule cvers: Lcatin fr plug-in ptins Types f plug-in ptins Fiber ptic cnnectin bard DCS800

More information

Simulation of Model Based System Design Using Real Time Windows

Simulation of Model Based System Design Using Real Time Windows Simulatin f Mdel Based System Design Using Real Time Windws Engr. Lubna Min, Dr. Shahid Ali, Dr. Vali Uddin Natinal University f Science and Technlgy Pakistan Engineering Cllege, Karachi engr_lubna@yah.cm,

More information

NATF CIP Requirement R1 Guideline

NATF CIP Requirement R1 Guideline Open Distributin NATF CIP 014-2 Requirement R1 Guideline Disclaimer This dcument was created by the Nrth American Transmissin Frum (NATF) t facilitate industry wrk t imprve physical security. NATF reserves

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

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

JPS Interoperability Solutions SNV-12 Voter Executive Outline

JPS Interoperability Solutions SNV-12 Voter Executive Outline JPS Interperability Slutins SNV-12 Vter Executive Outline December 1, 2017 Prepared by: JPS Interperability Slutins, Inc. 5800 Departure Drive Raleigh, NC 27616 (919) 790-1011 supprt@jpsinterp.cm sales@jpsinterp.cm

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

.,Plc..d,~t l~ucjio PA300 DIGITAL BASS PROCESSOR USER'S MANUAL. 2 Why use the DIGITAL BASS PROCESSOR? 2 About the PWM Subsonic Filter

.,Plc..d,~t l~ucjio PA300 DIGITAL BASS PROCESSOR USER'S MANUAL. 2 Why use the DIGITAL BASS PROCESSOR? 2 About the PWM Subsonic Filter .,Plc..d,~t l~ucji PA300 DIGITAL BASS PROCESSOR Cngratulatins n yur purchase f a Planet Audi signal prcessr. It has been designed, engineered and manufactured t bring yu the highest level f perfrmance

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

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

Insertion Loss (db)

Insertion Loss (db) Optical Interleavers Optplex s Optical Interleaver prducts are based n ur patented Step-Phase Interfermeter design. Used as a DeMux (r Mux) device, an ptical interleaver separates (r cmbines) the Even

More information

Rectifiers convert DC to AC. Inverters convert AC to DC.

Rectifiers convert DC to AC. Inverters convert AC to DC. DT23-3 Inverter Ntes 3 January 23. The difference between Rectifiers and Inverters Rectifiers cnvert DC t AC. Inverters cnvert AC t DC. 2. Uses f Inverters Battery Backup. Batteries stre DC. Many appliances

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

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

LED DALI MC+ Switch Input Module - User Manual

LED DALI MC+ Switch Input Module - User Manual LED MC+ Switch Input Mdule - User Manual Item n.: LC-004-301 1. Prduct Descriptin The MC+ is a Cmpact Multi Cntrl mdule with 4 freely prgramable swithcing inputs (ptential-free clsing cntacts). The supply

More information

NanoScan v2 Readme Version 2.7. Change log. v2.7 - Added information for new product Pyro/9/5-MIR.

NanoScan v2 Readme Version 2.7. Change log. v2.7 - Added information for new product Pyro/9/5-MIR. NanScan v2 Readme Versin 2.7 Change lg v2.7 - Added infrmatin fr new prduct Pyr/9/5-MIR. v2.6 - Redesigned Messages windw. Imprved readability and ease f use. Mves almst all pp up message bxes int the

More information

CM5530 GENERAL DESCRIPTION APPLICATIONS TYPICAL APPLICATION CIRCU. Rev.1.0 0

CM5530 GENERAL DESCRIPTION APPLICATIONS TYPICAL APPLICATION CIRCU.  Rev.1.0 0 FEATURES Quasi-Resnant Primary Side Regulatin (QR-PSR) Cntrl with High Efficiency Multi-Mde PSR Cntrl Fast Dynamic Respnse Built-in Dynamic Base Drive Audi Nise Free Operatin ±4% CC and C Regulatin Lw

More information

SolarEdge. Immersion Heater Controller Installation Guide. For Europe, APAC & South Africa Version 1.6

SolarEdge. Immersion Heater Controller Installation Guide. For Europe, APAC & South Africa Version 1.6 SlarEdge Immersin Heater Cntrller Installatin Guide Fr Eurpe, APAC & Suth Africa Versin 1.6 Cntents Cntents HANDLING AND SAFETY INSTRUCTIONS 2 Safety Symbls Infrmatin 2 Immersin Heater Cntrller Installatin

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

Sci. Technol. Arts Res. J., Oct-Dec 2015, 4(4):

Sci. Technol. Arts Res. J., Oct-Dec 2015, 4(4): DOI: http://dx.di.rg/10.4314/star.v4i4.20 ISSN: 2226-7522 (Print) and 2305-3372 (Online) Science, Technlgy and Arts Research Jurnal Sci. Technl. Arts Res. J., Oct-Dec 2015, 4(4): 131-137 Jurnal Hmepage:

More information

Internship opportunities

Internship opportunities Internship pprtunities 2018-2019 1 General Infrmatin Why is an internship valuable fr yu? In the first instance, an internship needs t be wrthwhile fr yu, the student! Everyne deserves the pprtunity t

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

The demand for a successful flaw analysis is that the test equipment produces no distortion on the echos no noise. I _... I i.j J...

The demand for a successful flaw analysis is that the test equipment produces no distortion on the echos no noise. I _... I i.j J... SYSTEM ANALYSIS FOR WIDE BAND ULTRASONIC TEST SET-UPS Ulrich Opara Krautkramer GmbH Clgne, West Germany INTRODUCTION In the last years, the discussins abut ultrasnic test equipment fcussed n amplifier

More information

Application for Drive Technology

Application for Drive Technology Applicatin fr Drive Technlgy MICROMASTER 4 Applicatin Descriptin Warranty, Liability and Supprt 1 Warranty, Liability and Supprt We d nt accept any liability fr the infrmatin cntained in this dcument.

More information

GE Multilin 369 LV & MV Motor Management Relay Specifications

GE Multilin 369 LV & MV Motor Management Relay Specifications GE Multilin 369 LV & MV Mtr Management Relay Specificatins The mtr management relay shall prvide primary prtectin and management t medium vltage mtrs. The relay shall be equipped with the fllwing prtectin

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

VLBA Electronics Memo No. 737

VLBA Electronics Memo No. 737 VLBA Electrnics Mem N. 737 U S I N G PULSECAL A M P L I T U D E S TO D E T E R M I N E SYSTEM T E M P E R A T U R E D.S.Bagri 1993Mar05 INTRODUCTION System temperature is nrmally measured using mdulated

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

START UPS DO NOT HAVE TO BE DIFFICULT

START UPS DO NOT HAVE TO BE DIFFICULT Cpyright 2011 ISA. All Rights Reserved START UPS DO NOT HAVE TO BE DIFFICULT Michel Ruel 1 1 BBA Tp Cntrl Inc., Green Bay, WI, USA Keywrds: Prcess Mdel, PID Algrithm, Lp Tuning, Cntrl Strategy, Alarm Management,

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

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS Lad: Min. 5 kg Max. 100 kg TS1000A TS700A INSTALLATION INSTRUCTIONS CONTENT: 1. Imprtant safety instructins. 2. Specificatins and main measures. 3. Parts included. 4. Installatin. 5. Adjusting the strke

More information

TROUBLESHOOTING GUIDE

TROUBLESHOOTING GUIDE TROUBLESHOOTING GUIDE Dcument revisin 1.3 Last revised: December 6, 2017 Recn Wireless Blckage and Flw Mnitr Trubleshting Guide 2014-2017 Intelligent Agricultural Slutins All Rights Reserved. Recn Wireless

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

SENSOR AND MEASUREMENT TECHNOLOGY

SENSOR AND MEASUREMENT TECHNOLOGY SENSOR AND MEASUREMENT TECHNOLOGY FOR SENSOR MANUFACTURERS The perfect wireless system FOR MACHINE MANUFACTURERS Transferring sensr data directly int the cntrl unit Using the Wireless Sensr Gateway DATAEAGLE

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

MUELLER CO. MAGIC BOX IN-SERVICE POLYETHYLENE INSERTION MACHINE

MUELLER CO. MAGIC BOX IN-SERVICE POLYETHYLENE INSERTION MACHINE 23rd Wrld Gas Cnference, Amsterdam 2006 MUELLER CO. MAGIC BOX IN-SERVICE POLYETHYLENE INSERTION MACHINE B. KORTTE USA ABSTRACT This paper details the features, functins and benefits f the Mueller C. MAGIC

More information

Instructions Lemon Rx DSMX-Compatible 7-Channel Full-Range Integrated Telemetry Receiver Full Range with Diversity Antenna and PPM

Instructions Lemon Rx DSMX-Compatible 7-Channel Full-Range Integrated Telemetry Receiver Full Range with Diversity Antenna and PPM Instructins Lemn Rx DSMX-Cmpatible 7-Channel Full-Range Integrated Telemetry Receiver Full Range with Diversity Antenna and PPM The Lemn Rx 7-Channel Integrated Telemetry Receiver cmbines in a single cmpact

More information

HygroFlex HF4 Humidity Temperature Transmitters. User Guide

HygroFlex HF4 Humidity Temperature Transmitters. User Guide Page 1 f 33 HygrFlex HF4 Humidity Temperature Transmitters User Guide 2008; Page 2 f 33 Table f cntents 1 Overview...3 2 Mdels...4 2.1 Ordering cdes...4 2.2 Mechanical cnfiguratins and dimensins...7 2.3

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

Super ABC Plug-in kit for Pacman or Ms Pacman

Super ABC Plug-in kit for Pacman or Ms Pacman Super ABC Plug-in kit fr Pacman r Ms Pacman This page is a technical reference fr thse wh wn the SUPER ABC kit manufactured by Tw Bit Scre during the 1990's. This prduct is n lnger available. Under the

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

Developed By: Firefighter Alex Chapin August 2017

Developed By: Firefighter Alex Chapin August 2017 F O G N A I L O P E R A T I O N S 1. 1 Develped By: Firefighter Alex Chapin August 2017 T A S K S K I L L D E S C R I P T I O N A N D D E T A I L The fgnail, when deplyed in a timely and accurate manner

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

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

Models 7008, 7034, 7035, 7035R & 7041 Planar Blind-Mate Connectors, dc to 40.0 GHz

Models 7008, 7034, 7035, 7035R & 7041 Planar Blind-Mate Connectors, dc to 40.0 GHz Mdels 7008, 7034, 7035, 7035R & 7041 Planar Blind-Mate Cnnectrs, dc t 40.0 GHz Threadless Cnnectr System / S pace Saving / L ng Life Features Threadless Cnnectr Mating - This blind-mate cnnectr series

More information

SISTEMA ELEVATÓRIO ETV 460A

SISTEMA ELEVATÓRIO ETV 460A Parts included with yur Flat Lift Lift unit ( #1 ) Pwer supply ( #2 ) R.F. Mdule ( #3 ) Rcker switch ( #4 ) Remte Cntrl ( #5 ) Lift unit ( #1 ) Remte Cntrl ( #5 ) Pwer supply ( #2 ) Rcker switch ( #4 )

More information

LCN Remote Control. Perfection. High-End Building Management. Remote Control

LCN Remote Control. Perfection. High-End Building Management. Remote Control Remte Cntrl C 1992 YEARS 2017 High-End Building Management C Remte Cntrl 25 ISSEORFF KG Magdeburger Str.3 30880 Rethen/Germany Tel: +49 (0)5066 99 80 www.c.eu Remte Cntrl C-RR Infrared receiver with lens

More information

AF4000 MOD-1 OEM Production Line Troubleshooting Guide

AF4000 MOD-1 OEM Production Line Troubleshooting Guide Revisin 0: Initial dcument creatin, 9/2006, M. Rgers AF4000 MOD-1 OEM Prductin Line Trubleshting Guide If erratic system behavir is bserved that cannt be reslved by the methds utlined belw, ensure that

More information

Gurley Series 8X60 Angle Encoder. Very High Resolution - Industrial Ruggedness

Gurley Series 8X60 Angle Encoder. Very High Resolution - Industrial Ruggedness Gurley Series 8X60 Angle Encder Mtin Type: Rtary Usage Grade: Industrial Metrlgy Output: Incremental Max Reslutin: 0.000078 (0.28 arcsec) Very High Reslutin - Industrial Ruggedness The Series 8X60 is a

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

Implementation Of 12V To 330V Boost Converter With Closed Loop Control Using Push Pull Topology

Implementation Of 12V To 330V Boost Converter With Closed Loop Control Using Push Pull Topology Implementatin Of 12V T 330V Bst Cnverter With Clsed Lp Cntrl Using Push Pull Tplgy Anande J.T 1, Odinya J.O.. 2, Yilwatda M.M. 3 1,2,3 Department f Electrical and Electrnics Engineering, Federal University

More information