Design and Fabrication of a Microheater Control System. Mike Chambers

Size: px
Start display at page:

Download "Design and Fabrication of a Microheater Control System. Mike Chambers"

Transcription

1 Design and Fabrication of a Microheater Control System Mike Chambers Senior Project Mentor: Florian Solzbacher, PhD Senior Project Advisor: Ken Stevens, PhD Correspondence to: mike.chambers@utah.edu Project Homepage: University of Utah

2 Abstract Microsensors are becoming increasingly important to society as the field of nanotechnology advances. One such microsensor is a solid state gas concentration sensor, which has been used for over a decade, especially in the automotive field to control air/fuel ratios in the combustion process. My senior project is to develop the closed loop microheater controller needed to regulate the high temperature setpoint(s). Feedback for the closed loop will be provided by an on-board thin film Resistance Temperature Detector (RTD) located near the microheater. This device will be capable of maintaining a constant set temperature for gas sensing, as well controlling step and impulse temperature profiles needed for testing, tuning and diagnostic purposes, as well as to explore novel methods of gas concentration detection. Because combustion engines operate in thousands of RPMs, the device will be able to respond very quickly, on the order of one millisecond. This device will be small and very precise (within a few degrees at C). The device will interface with a computer to assign the microheater profiles and setpoints. Resistance processing of the microheater itself will be implemented to check consistency of thin film RTD, as well as to provide information about the current gas concentrations. Introduction Solid state gas concentration sensors have been used extensively in the automotive industry for over 10 years. These sensors provide feedback to the fuel injector controls to constantly maintain the most efficient ratios of air to fuel, thereby increasing the most efficient combustion. Simply put, this type of sensor utilizes semiconductor properties of surface adsorption to detect changes in resistance as a function of varying concentrations of different gases. In order to detect these resistive changes and equate them to changing (and static) gas concentrations, the gas temperature must be held constant. A microheater or an array of microheaters near the gas sensor is controlled to maintain this temperature and to account for the convective cooling caused by gas flow. Fig. 1 below shows an example of a microheater. This picture is one of three microheaters on an array of three, which reportedly exhibits excellent temperature homogeneity [1]. Fig. 1: This figure displays an example of a microheater. The green rings are the heaters, the central array is the temperature sensor, and the central speckled bars are the gas sensors. The gas sensors are approximately 50 µm wide, or half the width of a human hair.

3 A disadvantage of many current gas sensors is that they are rated at relatively low temperatures (up to about 300ºC). Thus, they are located downstream from the combustion chambers far enough to allow sufficient cooling of the exhaust gases. However, high operation temperatures are needed for optimum performance and accuracy. Mike Sorenson, Srinivasan Kannan, and Xiaoxin Chen, under the supervision of Dr. Florian Solzbacher, are currently working on a solid state gas concentration sensor that will be capable of operating at temperatures of over 600ºC. This will allow the sensor to be placed directly outside the combustion manifold to provide superior accuracy. The design is currently in the last stages of fabrication and consists of interdigitated metal-oxide fingers serving as the gas sensor, with the heater encapsulating these fingers and a platinum RTD temperature sensor located near the heater. Platinum RTDs are one of the most stable, linear, and reproducible temperature sensors [2]. Rapid, accurate control of the microheater can be accomplished using a proportional-integralderivative (PID) controller. A basic block diagram of this controller is displayed in Fig. 2 below [3]. Fig. 2: A PID controller sums the 3 terms derived from the error signal e(t) to provide very accurate and stable control of a process. PID controllers are well documented. Please refer to [3] for a very detailed description of the PID controller. Basically, for temperature control, the temperature is compared with the desired setpoint temperature. The difference or error signal e(t) is applied to the controller, which uses e(t) to produce the control signal u(t). u(t) manipulates a physical input to the process, thereby causing a change in the regulated temperature that will reduce the error. The PID controller sums the 3 terms derived from e(t), namely: the proportional term K p applies a corrective term proportional to the error; the integral term K i seeks to hold its average input at zero; and the derivative term K d improves stability, reduces overshot caused by high K i and K p terms and improves response time by anticipating changes in error. To control the temperature of the microheater, the system must accurately measure the current temperature of the microheater and adjust the input power accordingly. This can be done strictly using discrete analog components. However, in order to obtain response times on the order of 1 ms, as well as to perform signal

4 processing on the resistance of the RTD and metal-oxide layer, it was decided to implement the PID control algorithm on a microcontroller. A basic block diagram for this project showing the present control setup is shown in Fig. 3 below. RTD- High precision current forced through resistor to obtain voltage drop related to temp. PC- RS232 serial comm. link with microcontroller. Setpoint temperatures and profiles assigned. 16-Bit ADC- High speed digital voltages (heater temp) provide feedback to microcontroller. 32-Bit Microcontroller- Processes the resistance signals from the RTD and metal-oxide heater and controls the power delivered to the heater. 16-Bit DAC- High speed analog current (scaled power) output to control heater. Microheater- Heater maintained at desired temperatures. Resistance signal fed back into controller Fig. 3: Block diagram of project. The voltage drop across the RTD corresponds to the temperature of the microheater. This voltage is converted to a 16-bit word and fed to the microcontroller to perform the PID algorithm based on the difference between the desired setpoint and the actual temperature. The microcontroller communicates with a computer to relay the desired temperature profile, as well as to relay resistance data. Based upon the setpoint temperature and the error signal, the microcontroller exports a digital 16-bit current to control the microheater. This signal is converted to an analog signal and fed to the microheater. The resistance of the heater is digitized and sent to the microcontroller for processing. This diagram displays the basic structure of the project. Using the microcontroller, the heater temperature can be controlled very rapidly and accurately using feedback provided by the RTD and the heater itself. The microcontroller will process the resistance signals, compute the PID control algorithm accordingly, and control the microheater. The high speed analog-to-digital converter (ADC) is needed to convert the voltage drop across the RTD into a digital word representing the temperature of the RTD. This will enable processing in the microcontroller itself. The high speed digital-to-analog converter (DAC) is needed to ensure long life of the microheater, as a digital signal could wear it out faster. Using an on board UART serial interface on the microprocessor, a computer will be interfaced for bidirectional communication. The computer will relay the desired temperature setpoints and the microcontroller will export

5 resistance data. If time permits, the device will also utilize on-board memory to log heater resistance and temperature. It was decided that using high speed data converters and a slower microcontroller would result in a more cost effective and simple design. Deliverables and Stretch Goals The end device will be a small box with a RS232 connector interfacing a PC, with wire leads for the RTD resistor and the heater. A computer will manage the desired setpoints of the microheater, and the microcontroller will deliver power to the microheater based on the feedback it receives from the RTD temperature sensor. The resistance signal of the heater will be fed back to the microcontroller as well, currently to add precision to the temperature calculation but future improvements could be made. If time permits, special processing of heater resistance signal will be implemented. This will allow novel approaches to gas concentration detection. To display this functional device, an LCD interface will be added to display the current heater temperature. An infrared (IR) camera will be used to visibly show the temperature of the heater. Oscilloscope plots will show the response times achieved. Should there be problems with the microheater currently being fabricated, a lower temperature microheater will be purchased to display the working controller. Project Tasks Stay on track o Attend weekly meetings with group/mentor, as well as advisor o ET: ~40 hours Familiarize myself with project, goals, etc. o Research micro-heaters, PID control, DSP, and microcontrollers Sources: web scholarly papers other publications o ET: ~25 hours Plan control setup o Work with Mike Sorenson, PhD student who is on team designing the microheater o Specs: Input: signal from PC which tells the device the desired temp. This could include a temperature transient or pulse Output: signal to PC relaying resistance of heater itself as well as the resistance of the RTD Interface with PC using RS232 o On-board microcontroller UART serial converted to RS232 Response time of 1 ms (room temp to 600ºC in 1 ms) Scalable analog control of the micro-heater On/off (digital) control won t work, decreases life of micro-heaters

6 If time permits, data-logging of resistance of metal-oxide layer Sensitivity and selectivity very critical in this application Heater is ~150 ohms Max of 1 watt power is to be delivered to heater On-board thin film resistor (RTD) will provide feedback in the PID loop, ~150 ohms o Further research on micro-controllers, data converters, and DSP~20 hours o Create block diagram~2 hours o Contact manufacturers to get free academic samples of development tools, evaluation boards, and electronics~10 hours o Order parts which are not available for academic samples~4 hours o Develop working (alterable) schematic~5 hours Construct controller (evaluation board will be used until final design perfected) o Solder components to evaluation board~6 hours o Program the microcontroller~ hours C coding of PID loop Must be integer math to use slower clock speed C coding of microcontroller loops o Read a lot in this step! Get help from Mike Sorenson and CE friend Test controller o Hook up controller to oscilloscope to test I/O o Hook up controller to a micro-heater in test chamber o Examine with IR camera o Design tests for the controller~20 hours Ensure stability Ensure accuracy Interfaces Schedule ADC w/ microcontroller o 16-bit word relaying voltage drop across RTD o 16-bit word relying resistance of microheater DAC w/ microcontroller o 16-bit word relaying current to power heater (P=IV) Microcontroller w/ on-board FLASH o Store digital words, as well as logging variables Computer w/ microcontroller o RS232 transceiver chip Convert UART serial interface on microcontroller to RS232 Milestones Block Diagram: finished by Oct. 10 Basic Schematic: finished by Oct. 17 Vendors contacted to negotiate price: Oct. 24 Parts ordered: Oct. 31 Main assemble completed (assuming parts arrive in time): Nov. 14 Program/coding: Rest of November/December

7 Testing: start of next semester o On evaluation board setup Packaging o PCB layout Testing Completed microheater control device: March 21 Risk Assessment Block Diagram: Green Working Schematic: Green Parts ordered/decided on: Green Device assembled: Green Programming: o PID control: Yellow Need compact integer math code to ensure I meet the response time o Microcontroller program: Yellow Not very experienced in this, YET. o HW interfacing (control with SW): Red I will need the most help on this I am not experienced in microcontrollers, ADCs, and DACs It was recommended that I go with a slower processor speed and high speed data converters to avoid board complexity. The tradeoff is code complexity. On-board flash should not be as difficult to work with BOM (unless otherwise noted, all prices for quantities greater than 1K) I will try to get as many parts as I can for free. 16/32-bit 60 MHz Microcontroller w/ >256 kb on-board flash o Texas Instraments TMS470 series Up to 60 MHz clock <$10 o Philips ARM 2100 series Up to 60 MHz On-board flash, RAM On-board UART serial interface LPC2194 o 512 KB Flash, 32 K RAM o 47 I/O pins o 8 timers o <$10 16-bit high speed ADC o Analog Devices AD MSPS 4 channels

8 $10.45 o Texas Instraments 16-bit high speed DAC o Analog Devices AD GSPS 1 channel $28.95 o Texas Instraments Precision current source o Drive current through RTD to get sample voltage Build this Could use Wheatstone Bridge Or another method Transistors, resistors, etc Precision Op-amp o Amplify voltage to deliver to heater Precision Resistors o To set gain on op-amp o To convert current out from DAC to a voltage RS232 transceiver chip o Convert serial to RS232 MAX232 Free samples available PC w/ LabView running (I am not doing the LabView part) Development Tools o Keil Software Free lite version o Evaluation boards Get academic version for Philips ARM microcontrollers References Florian Solzbacher, PhD Ken Stevens, PhD Mike Sorenson, PhD candidate [1] M. Graf, D. Barrettino, P. Kaeser, J. Cerda, A. Heirlemann, and H. Baltes. Smart Single- Chip CMOS Microhotplate Array for Metal-Oxide-Based Gas Sensors, Transducers (2003), 123. [2] Application Note. [3] E. Neary. Mixed-Signal Control Circuits Use Microcontroller for Flexibility in Implementing PID Algorithms. Analog Dialogue 38-01, January (2004)

Design and Fabrication of a Microheater Control System

Design and Fabrication of a Microheater Control System Design and Fabrication of a Microheater Control System University of Utah Senior Project Michael William Chambers Electrical and Computer Engineering University of Utah Salt Lake City, USA www.ece.utah.edu/~mchamber

More information

Analog I/O. ECE 153B Sensor & Peripheral Interface Design Winter 2016

Analog I/O. ECE 153B Sensor & Peripheral Interface Design Winter 2016 Analog I/O ECE 153B Sensor & Peripheral Interface Design Introduction Anytime we need to monitor or control analog signals with a digital system, we require analogto-digital (ADC) and digital-to-analog

More information

UNIT III Data Acquisition & Microcontroller System. Mr. Manoj Rajale

UNIT III Data Acquisition & Microcontroller System. Mr. Manoj Rajale UNIT III Data Acquisition & Microcontroller System Mr. Manoj Rajale Syllabus Interfacing of Sensors / Actuators to DAQ system, Bit width, Sampling theorem, Sampling Frequency, Aliasing, Sample and hold

More information

Wireless Music Dock - WMD Portable Music System with Audio Effect Applications

Wireless Music Dock - WMD Portable Music System with Audio Effect Applications Wireless Music Dock - WMD Portable Music System with Audio Effect Applications Preliminary Design Report EEL 4924 Electrical Engineering Design (Senior Design) 26 January 2011 Members: Jeffrey Post and

More information

P a g e 1. Introduction

P a g e 1. Introduction P a g e 1 Introduction 1. Signals in digital form are more convenient than analog form for processing and control operation. 2. Real world signals originated from temperature, pressure, flow rate, force

More information

Imaging serial interface ROM

Imaging serial interface ROM Page 1 of 6 ( 3 of 32 ) United States Patent Application 20070024904 Kind Code A1 Baer; Richard L. ; et al. February 1, 2007 Imaging serial interface ROM Abstract Imaging serial interface ROM (ISIROM).

More information

2.017 DESIGN OF ELECTROMECHANICAL ROBOTIC SYSTEMS Fall 2009 Lab 4: Motor Control. October 5, 2009 Dr. Harrison H. Chin

2.017 DESIGN OF ELECTROMECHANICAL ROBOTIC SYSTEMS Fall 2009 Lab 4: Motor Control. October 5, 2009 Dr. Harrison H. Chin 2.017 DESIGN OF ELECTROMECHANICAL ROBOTIC SYSTEMS Fall 2009 Lab 4: Motor Control October 5, 2009 Dr. Harrison H. Chin Formal Labs 1. Microcontrollers Introduction to microcontrollers Arduino microcontroller

More information

ALM-CAN. Accurate Lambda Meter With CAN bus V2.6 COPY RIGHTS ECOTRONS LLC ALL RIGHTS RESERVED.

ALM-CAN. Accurate Lambda Meter With CAN bus V2.6 COPY RIGHTS ECOTRONS LLC ALL RIGHTS RESERVED. ALM-CAN Accurate Lambda Meter With CAN bus V2.6 COPY RIGHTS ECOTRONS LLC ALL RIGHTS RESERVED Http://www.ecotrons.com Note: If you are not sure about any specific details, please contact us at info@ecotrons.com.

More information

Environmental ADC Interface P Team Members

Environmental ADC Interface P Team Members Environmental ADC Interface P14346 Team Members Caleb Stephens- Electrical Engineer Kevin Oswald- Electrical Engineer Ory Maimon- Electrical Engineer Edward Wlodarczyk- Electrical Engineer Marissa Fox-

More information

CT435. PC Board Mount Temperature Controller

CT435. PC Board Mount Temperature Controller CT435 PC Board Mount Temperature Controller Features Two RTD temperature sensor inputs: Pt100 or Pt1000. Wide temperature sensing range: -70 C to 650 C. All controller features are configurable through

More information

Making Basic Strain Measurements

Making Basic Strain Measurements IOtech Product Marketing Specialist steve.radecky@iotech.com Making Basic Strain Measurements using 24-Bit IOtech Hardware INTRODUCTION Strain gages are sensing devices used in a variety of physical test

More information

Design of a Heating Chamber for Sensor Characterization

Design of a Heating Chamber for Sensor Characterization Design of a Heating Chamber for Sensor Characterization Gengchen Liu a, Xiaoju Guo a and Tolga Kaya a a Central Michigan University, Mount Pleasant, MI 48859 Email: { liu3g, guo3x, kaya2t}@cmich.edu Abstract

More information

All parts needed to build sensor board obtained. RTD sensor is expected to arrive on October 26.

All parts needed to build sensor board obtained. RTD sensor is expected to arrive on October 26. Progress Report I DATE : October 25, 2012 FROM : ECE480 Capstone Project Team 5 TO : Prof. Strangas SUBJECT : Progress on Wireless Sensing System for Concrete Curing Purpose Statement This progress report

More information

Project Proposal. Low-Cost Motor Speed Controller for Bradley ECE Department Robots L.C.M.S.C. By Ben Lorentzen

Project Proposal. Low-Cost Motor Speed Controller for Bradley ECE Department Robots L.C.M.S.C. By Ben Lorentzen Project Proposal Low-Cost Motor Speed Controller for Bradley ECE Department Robots L.C.M.S.C. By Ben Lorentzen Advisor Dr. Gary Dempsey Bradley University Department of Electrical Engineering December

More information

Embedded Robotics. Software Development & Education Center

Embedded Robotics. Software Development & Education Center Software Development & Education Center Embedded Robotics Robotics Development with ARM µp INTRODUCTION TO ROBOTICS Types of robots Legged robots Mobile robots Autonomous robots Manual robots Robotic arm

More information

Introduction To Temperature Controllers

Introduction To Temperature Controllers Introduction To Temperature Controllers The Miniature CN77000 is a full featured microprocessor-based controller in a 1/16 DIN package. How Can I Control My Process Temperature Accurately and Reliably?

More information

OVEN INDUSTRIES, INC. Model 5C7-362

OVEN INDUSTRIES, INC. Model 5C7-362 OVEN INDUSTRIES, INC. OPERATING MANUAL Model 5C7-362 THERMOELECTRIC MODULE TEMPERATURE CONTROLLER TABLE OF CONTENTS Features... 1 Description... 2 Block Diagram... 3 RS232 Communications Connections...

More information

Quantity available (A) Quantity required (R) Sl. No. Deficiency (R - A) Description of Equipment

Quantity available (A) Quantity required (R) Sl. No. Deficiency (R - A) Description of Equipment . 2. 3. 4. 5. 6. (R 203) Semester II EE62 Electric Circuits Laboratory Regulated Power Supply: 0 5 V D.C Function Generator ( MHz) Single Phase Energy Meter Oscilloscope (20 MHz). Digital Storage Oscilloscope

More information

Fuzzy Based Control Using Lab view For Temperature Process

Fuzzy Based Control Using Lab view For Temperature Process Fuzzy Based Control Using Lab view For Temperature Process 1 S.Kavitha, 2 B.Chinthamani, 3 S.Joshibha Ponmalar 1 Assistant Professor, Dept of EEE, Saveetha Engineering College Tamilnadu, India 2 Assistant

More information

Fuzzy Based Control Using Lab view For Temperature Process

Fuzzy Based Control Using Lab view For Temperature Process Fuzzy Based Control Using Lab view For Temperature Process 1 S.Kavitha, 2 B.Chinthamani, 3 S.Joshibha Ponmalar 1 Assistant Professor, Dept of EEE, Saveetha Engineering College Tamilnadu, India 2 Assistant

More information

The Development and Application of High Compression Ratio Methanol Engine ECU

The Development and Application of High Compression Ratio Methanol Engine ECU National Conference on Information Technology and Computer Science (CITCS 2012) The Development and Application of High Compression Ratio Methanol Engine ECU Hong Bin, 15922184696 hongbinlqyun@163.com

More information

Electronic Module of Hydraulic Damper Test Bench using ARM Microcontroller Interfacing in LabVIEW

Electronic Module of Hydraulic Damper Test Bench using ARM Microcontroller Interfacing in LabVIEW International Journal of Scientific & Engineering Research Volume 4, Issue 1, January-2013 1 Electronic Module of Hydraulic Damper Test Bench using ARM Microcontroller Interfacing in LabVIEW Hare Ram Jha,

More information

Testing Power Factor Correction Circuits For Stability

Testing Power Factor Correction Circuits For Stability Keywords Venable, frequency response analyzer, impedance, injection transformer, oscillator, feedback loop, Bode Plot, power supply design, switching power supply, PFC, boost converter, flyback converter,

More information

Programmable with Electronic Assistant Simulink

Programmable with Electronic Assistant Simulink TECHNICAL DATASHEET #TDAX022410 2 Universal Inputs, Dual Valve Controller 2 Universal Signal Inputs 2-3A Outputs Drive Hydraulic Valves CAN (SAE J1939) Programmable with Electronic Assistant Simulink P/N:

More information

CHAPTER 6 PHASE LOCKED LOOP ARCHITECTURE FOR ADC

CHAPTER 6 PHASE LOCKED LOOP ARCHITECTURE FOR ADC 138 CHAPTER 6 PHASE LOCKED LOOP ARCHITECTURE FOR ADC 6.1 INTRODUCTION The Clock generator is a circuit that produces the timing or the clock signal for the operation in sequential circuits. The circuit

More information

Experiment 9. PID Controller

Experiment 9. PID Controller Experiment 9 PID Controller Objective: - To be familiar with PID controller. - Noting how changing PID controller parameter effect on system response. Theory: The basic function of a controller is to execute

More information

TF Electronics Throttle Controller

TF Electronics Throttle Controller TF Electronics Throttle Controller Software Installation: Double click on TFEsetup.exe file to start installation. After installation there will be a shortcut on your desktop. Connecting the USB cable

More information

32-bit ARM Cortex-M0, Cortex-M3 and Cortex-M4F microcontrollers

32-bit ARM Cortex-M0, Cortex-M3 and Cortex-M4F microcontrollers -bit ARM Cortex-, Cortex- and Cortex-MF microcontrollers Energy, gas, water and smart metering Alarm and security systems Health and fitness applications Industrial and home automation Smart accessories

More information

JUMA-TRX2 DDS / Control Board description OH2NLT

JUMA-TRX2 DDS / Control Board description OH2NLT JUMA-TRX2 DDS / Control Board description OH2NLT 22.08.2007 General Key functions of the JUMA-TRX2 DDS / Control board are: - provide user interface functions with LCD display, buttons, potentiometers

More information

Lesson 13. The Big Idea: Lesson 13: Infrared Transmitters

Lesson 13. The Big Idea: Lesson 13: Infrared Transmitters Lesson Lesson : Infrared Transmitters The Big Idea: In Lesson 12 the ability to detect infrared radiation modulated at 38,000 Hertz was added to the Arduino. This lesson brings the ability to generate

More information

ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING

ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING 1 HARSHUL BALANI, 2 CHARU GUPTA, 3 KRATIKA SUKHWAL 1,2,3 B.TECH (ECE), Poornima College Of Engineering, RTU E-mail; 1 harshul.balani@gmail.com, 2 charu95g@gmail.com,

More information

2 Thermistor + Op-Amp + Relay = Sensor + Actuator

2 Thermistor + Op-Amp + Relay = Sensor + Actuator Physics 221 - Electronics Temple University, Fall 2005-6 C. J. Martoff, Instructor On/Off Temperature Control; Controlling Wall Current with an Op-Amp 1 Objectives Introduce the method of closed loop control

More information

Application Note. Spacecraft Health Monitoring. Using. Analog Multiplexers and Temperature Sensors. Application Note AN /2/10

Application Note. Spacecraft Health Monitoring. Using. Analog Multiplexers and Temperature Sensors. Application Note AN /2/10 Application Note Spacecraft Health Monitoring Using Analog Multiplexers and emperature Sensors Application Note AN8500-4 12/2/10 Rev A Aeroflex Plainview Application Note Spacecraft Health Monitoring using

More information

MAINTENANCE MANUAL AUDIO BOARDS 19D902188G1, G2 & G3

MAINTENANCE MANUAL AUDIO BOARDS 19D902188G1, G2 & G3 B MAINTENANCE MANUAL AUDIO BOARDS 19D902188G1, G2 & G3 TABLE OF CONTENTS Page Front Cover DESCRIPTION............................................... CIRCUIT ANALYSIS............................................

More information

Hardware Platforms and Sensors

Hardware Platforms and Sensors Hardware Platforms and Sensors Tom Spink Including material adapted from Bjoern Franke and Michael O Boyle Hardware Platform A hardware platform describes the physical components that go to make up a particular

More information

RX23T inverter ref. kit

RX23T inverter ref. kit RX23T inverter ref. kit Deep Dive October 2015 YROTATE-IT-RX23T kit content Page 2 YROTATE-IT-RX23T kit: 3-ph. Brushless Motor Specs Page 3 Motors & driving methods supported Brushless DC Permanent Magnet

More information

Ordering Part Numbers: SAE J1939 version Controller: AX022400

Ordering Part Numbers: SAE J1939 version Controller: AX022400 TECHNICAL DATASHEET #TDAX022400 2 Universal Inputs, Dual Valve Controller 2 Universal Inputs 2-3A Outputs CAN (SAE J1939) Programmable with Electronic Assistant P/N: AX022400 Features: 2 universal signal

More information

Using Magnetic Sensors for Absolute Position Detection and Feedback. Kevin Claycomb University of Evansville

Using Magnetic Sensors for Absolute Position Detection and Feedback. Kevin Claycomb University of Evansville Using Magnetic Sensors for Absolute Position Detection and Feedback. Kevin Claycomb University of Evansville Using Magnetic Sensors for Absolute Position Detection and Feedback. Abstract Several types

More information

AERO2705 Space Engineering 1 Week 7 The University of Sydney

AERO2705 Space Engineering 1 Week 7 The University of Sydney AERO2705 Space Engineering 1 Week 7 The University of Sydney Presenter Mr. Warwick Holmes Executive Director Space Engineering School of Aerospace, Mechanical and Mechatronic Engineering The University

More information

Putting It All Together: Computer Architecture and the Digital Camera

Putting It All Together: Computer Architecture and the Digital Camera 461 Putting It All Together: Computer Architecture and the Digital Camera This book covers many topics in circuit analysis and design, so it is only natural to wonder how they all fit together and how

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.14 International Journal of Advance Engineering and Research Development Volume 3, Issue 3, March -2016 DIGITAL FUEL INDICATOR Ashish S. Dain 1, Akshay U.

More information

Lecture 6: Electronics Beyond the Logic Switches Xufeng Kou School of Information Science and Technology ShanghaiTech University

Lecture 6: Electronics Beyond the Logic Switches Xufeng Kou School of Information Science and Technology ShanghaiTech University Lecture 6: Electronics Beyond the Logic Switches Xufeng Kou School of Information Science and Technology ShanghaiTech University EE 224 Solid State Electronics II Lecture 3: Lattice and symmetry 1 Outline

More information

Pulse Sensor Individual Progress Report

Pulse Sensor Individual Progress Report Pulse Sensor Individual Progress Report TA: Kevin Chen ECE 445 March 31, 2015 Name: Ying Wang NETID: ywang360 I. Overview 1. Objective This project intends to realize a device that can read the human pulse

More information

PART 1: DESCRIPTION OF THE DIGITAL CONTROL SYSTEM

PART 1: DESCRIPTION OF THE DIGITAL CONTROL SYSTEM ELECTRICAL ENGINEERING TECHNOLOGY PROGRAM EET 433 CONTROL SYSTEMS ANALYSIS AND DESIGN LABORATORY EXPERIENCES INTRODUCTION TO DIGITAL CONTROL PART 1: DESCRIPTION OF THE DIGITAL CONTROL SYSTEM 1. INTRODUCTION

More information

Sensors and Sensing Motors, Encoders and Motor Control

Sensors and Sensing Motors, Encoders and Motor Control Sensors and Sensing Motors, Encoders and Motor Control Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 13.11.2014

More information

Lock-in and Signal Averaging Circuits for an NDIR Gas Spectroscopy Based Carbon Monoxide Detector

Lock-in and Signal Averaging Circuits for an NDIR Gas Spectroscopy Based Carbon Monoxide Detector Application Note 002c Date of publication: October 22, 2002 Lock-in and Signal Averaging Circuits for an NDIR Gas Spectroscopy Based Carbon Monoxide Detector By Daniel Guibord Copyright 2002 Daniel Guibord

More information

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 98 Chapter-5 ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 99 CHAPTER-5 Chapter 5: ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION S.No Name of the Sub-Title Page

More information

Command Set For EZController Model EZCTRL. Document Revision: A08 12/05/10

Command Set For EZController Model EZCTRL. Document Revision: A08 12/05/10 Command Set For EZController Model EZCTRL Document Revision: A08 12/05/10 INDEX Overview... Page 2 EZController as an I/O Module.. Page 4 EZController as a Temperature/Pressure Controller. Page 6 EZController

More information

Sensors. CS Embedded Systems p. 1/1

Sensors. CS Embedded Systems p. 1/1 CS 445 - Embedded Systems p. 1/1 Sensors A device that provides measurements of a physical process. Many sensors are transducers, devices that convert energy from one form to another. Examples: Pressure

More information

Designing of a 8-bits DAC in 0.35µm CMOS Technology For High Speed Communication Systems Application

Designing of a 8-bits DAC in 0.35µm CMOS Technology For High Speed Communication Systems Application Designing of a 8-bits DAC in 035µm CMOS Technology For High Speed Communication Systems Application Veronica Ernita Kristianti, Hamzah Afandi, Eri Prasetyo ibowo, Brahmantyo Heruseto and shinta Kisriani

More information

Better Learning. ECEDHA 2013 Clint Cole, Digilent

Better Learning. ECEDHA 2013 Clint Cole, Digilent Better Learning ECEDHA 2013 Clint Cole, Digilent ECE Department Heads are the most important people in the world. Engineering is Fun We re starting early and building excitement Introductory hands-on engineering

More information

PHYSIOLOGICAL SIGNALS AND VEHICLE PARAMETERS MONITORING SYSTEM FOR EMERGENCY PATIENT TRANSPORTATION

PHYSIOLOGICAL SIGNALS AND VEHICLE PARAMETERS MONITORING SYSTEM FOR EMERGENCY PATIENT TRANSPORTATION PHYSIOLOGICAL SIGNALS AND VEHICLE PARAMETERS MONITORING SYSTEM FOR EMERGENCY PATIENT TRANSPORTATION Dhiraj Sunehra 1, Thirupathi Samudrala 2, K. Satyanarayana 3, M. Malini 4 1 JNTUH College of Engineering,

More information

EE 230. Electronic Circuits and Systems. Randy Geiger 2133 Coover

EE 230. Electronic Circuits and Systems. Randy Geiger 2133 Coover EE 230 Electronic Circuits and Systems Randy Geiger 2133 Coover rlgeiger@iastate.edu 294-7745 Course Description Linear Systems Frequency domain characterization of electronic circuits and systems transfer

More information

Chapter IX Using Calibration and Temperature Compensation to improve RF Power Detector Accuracy By Carlos Calvo and Anthony Mazzei

Chapter IX Using Calibration and Temperature Compensation to improve RF Power Detector Accuracy By Carlos Calvo and Anthony Mazzei Chapter IX Using Calibration and Temperature Compensation to improve RF Power Detector Accuracy By Carlos Calvo and Anthony Mazzei Introduction Accurate RF power management is a critical issue in modern

More information

CSE 3215 Embedded Systems Laboratory Lab 5 Digital Control System

CSE 3215 Embedded Systems Laboratory Lab 5 Digital Control System Introduction CSE 3215 Embedded Systems Laboratory Lab 5 Digital Control System The purpose of this lab is to introduce you to digital control systems. The most basic function of a control system is to

More information

Figure 4.1 Vector representation of magnetic field.

Figure 4.1 Vector representation of magnetic field. Chapter 4 Design of Vector Magnetic Field Sensor System 4.1 3-Dimensional Vector Field Representation The vector magnetic field is represented as a combination of three components along the Cartesian coordinate

More information

Soldier Tracking and Health Indication System Using ARM7 LPC-2148

Soldier Tracking and Health Indication System Using ARM7 LPC-2148 Soldier Tracking and Health Indication System Using ARM7 LPC-2148 Shraddha Mahale, Ekta Bari, Kajal Jha Mechanism under Guidance of Prof. Elahi Shaikh (HOD) Electronics Engineering, Mumbai University Email:

More information

ME 461 Laboratory #5 Characterization and Control of PMDC Motors

ME 461 Laboratory #5 Characterization and Control of PMDC Motors ME 461 Laboratory #5 Characterization and Control of PMDC Motors Goals: 1. Build an op-amp circuit and use it to scale and shift an analog voltage. 2. Calibrate a tachometer and use it to determine motor

More information

-binary sensors and actuators (such as an on/off controller) are generally more reliable and less expensive

-binary sensors and actuators (such as an on/off controller) are generally more reliable and less expensive Process controls are necessary for designing safe and productive plants. A variety of process controls are used to manipulate processes, however the most simple and often most effective is the PID controller.

More information

Mechatronics Laboratory Assignment 3 Introduction to I/O with the F28335 Motor Control Processor

Mechatronics Laboratory Assignment 3 Introduction to I/O with the F28335 Motor Control Processor Mechatronics Laboratory Assignment 3 Introduction to I/O with the F28335 Motor Control Processor Recommended Due Date: By your lab time the week of February 12 th Possible Points: If checked off before

More information

Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier

Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier 1 Mr. Gangul M.R PG Student WIT, Solapur 2 Mr. G.P Jain Assistant Professor WIT,

More information

SMART SENSORS AND MEMS

SMART SENSORS AND MEMS 2 SMART SENSORS AND MEMS Dr. H. K. Verma Distinguished Professor (EEE) Sharda University, Greater Noida (Formerly: Deputy Director and Professor of Instrumentation Indian Institute of Technology Roorkee)

More information

Index Terms IR communication; MSP430; TFDU4101; Pre setter

Index Terms IR communication; MSP430; TFDU4101; Pre setter Design and Development of Contactless Communication Module for Pre setter of Underwater Vehicles J.Lavanyambhika, **D.Madhavi *Digital Systems and Signal Processing in Electronics and Communication Engineering,

More information

The Datasheet and Interfacing EE3376

The Datasheet and Interfacing EE3376 The Datasheet and Interfacing EE3376 MSP430 Datasheet Modes of the MSP430 Active Mode (this class) LPM0 (CPU asleep) LPM3 (only ACLK on) LPM4 (sleep mode) 0 0 0 0 250uA 0 0 0 1 35 ua 1 1 0 1 1 ua 1 1 1

More information

Figure 70 - False-colored image of Shoffner's team basic design for a Peltier (thermalelectric cooler - TEC) driven PCR-chip thermocycler.

Figure 70 - False-colored image of Shoffner's team basic design for a Peltier (thermalelectric cooler - TEC) driven PCR-chip thermocycler. External fast thermocycler - 151 Basic setup A final decision on temperature control concerned the basic setup of the system; that is, which components (sensors, circuitry, etc.) to use and in what hierarchical

More information

JEPPIAAR SRR Engineering College Padur, Ch

JEPPIAAR SRR Engineering College Padur, Ch An Automated Non-Invasive Blood Glucose Estimator and Infiltrator M. Florence Silvia 1, K. Saran 2, G. Venkata Prasad 3, John Fermin 4 1 Asst. Prof, 2, 3, 4 Student, Department of Electronics and Communication

More information

CHAPTER 6 IMPLEMENTATION OF FPGA BASED CASCADED MULTILEVEL INVERTER

CHAPTER 6 IMPLEMENTATION OF FPGA BASED CASCADED MULTILEVEL INVERTER 8 CHAPTER 6 IMPLEMENTATION OF FPGA BASED CASCADED MULTILEVEL INVERTER 6.1 INTRODUCTION In this part of research, a proto type model of FPGA based nine level cascaded inverter has been fabricated to improve

More information

Ultrasound Brain Imaging System

Ultrasound Brain Imaging System Ultrasound Brain Imaging System Dec13-01 Michael McFarland Zach Bertram Jonathan Runchey Maurio Mckay Client/Advisor: Dr. Timothy Bigelow 1 Table of Contents Problem Statement 3 System Block Diagram 3

More information

Applications of the LM392 Comparator Op Amp IC

Applications of the LM392 Comparator Op Amp IC Applications of the LM392 Comparator Op Amp IC The LM339 quad comparator and the LM324 op amp are among the most widely used linear ICs today. The combination of low cost, single or dual supply operation

More information

EECS 140/240A Final Project spec, version 1 Spring 17. FINAL DESIGN due Monday, 5/1/2017 9am

EECS 140/240A Final Project spec, version 1 Spring 17. FINAL DESIGN due Monday, 5/1/2017 9am EECS 140/240A Final Project spec, version 1 Spring 17 FINAL DESIGN due Monday, 5/1/2017 9am 1 1.2 no layout? XC? Golden Bear Circuits is working on its next exciting circuit product. This is a mixedsignal

More information

The SFC 1000PA P2DAAA can be mounted on a prover trailer, which can be moved from field to field to provide proving services.

The SFC 1000PA P2DAAA can be mounted on a prover trailer, which can be moved from field to field to provide proving services. The SFC 1000 P2DAAA is a dual meter run bidirectional flow computer with a built in Rosemount 205 Multivariable Transmitter (DP, P, and TEMP) for the measurement of liquid & Gas products. Using orifice

More information

University of California at Berkeley Donald A. Glaser Physics 111A Instrumentation Laboratory

University of California at Berkeley Donald A. Glaser Physics 111A Instrumentation Laboratory Published on Instrumentation LAB (http://instrumentationlab.berkeley.edu) Home > Lab Assignments > Digital Labs > Digital Circuits II Digital Circuits II Submitted by Nate.Physics on Tue, 07/08/2014-13:57

More information

TC LV-Series Temperature Controllers V1.01

TC LV-Series Temperature Controllers V1.01 TC LV-Series Temperature Controllers V1.01 Electron Dynamics Ltd, Kingsbury House, Kingsbury Road, Bevois Valley, Southampton, SO14 OJT Tel: +44 (0) 2380 480 800 Fax: +44 (0) 2380 480 801 e-mail support@electrondynamics.co.uk

More information

ME 4447 / ME 6405 MICROPROCESSOR CONTROL OF MANUFACTURING SYSTEMS / INTRODUCTION TO MECHATRONICS

ME 4447 / ME 6405 MICROPROCESSOR CONTROL OF MANUFACTURING SYSTEMS / INTRODUCTION TO MECHATRONICS ME 4447 / ME 6405 MICROPROCESSOR CONTROL OF MANUFACTURING SYSTEMS / INTRODUCTION TO MECHATRONICS Instructor: Professor I. Charles Ume Phone: 404-894-7411 Office: MARC Building, Room 453 Office Hours: Wednesday

More information

Using Z8 Encore! XP MCU for RMS Calculation

Using Z8 Encore! XP MCU for RMS Calculation Application te Using Z8 Encore! XP MCU for RMS Calculation Abstract This application note discusses an algorithm for computing the Root Mean Square (RMS) value of a sinusoidal AC input signal using the

More information

Performing Temperature Regulation and Monitoring in an Oil Aging Test System

Performing Temperature Regulation and Monitoring in an Oil Aging Test System Performing Temperature Regulation and Monitoring in an Oil Aging Test System ALEKSANDAR ZIGIC, SASA MILIC, ALEKSANDAR NIKOLIC 1 Nikola Tesla Institute of Electrical Engineering Koste Glavinica 8a, Belgrade

More information

1. GENERAL DESCRIPTION FEATURES PIN DESCRIPTION BLOCK DIAGRAM... 5

1. GENERAL DESCRIPTION FEATURES PIN DESCRIPTION BLOCK DIAGRAM... 5 Table of Contents- 1. GENERAL DESCRIPTION... 2 2. FEATURES... 3 3. PIN DESCRIPTION... 4 4. BLOCK DIAGRAM... 5 5. ELECTRICAL CHARACTERISTICS... 5 5.1 Absolute Maximum Ratings... 5 5.2 D.C. Characteristics...

More information

Lecture 14 Interface Electronics (Part 2) ECE 5900/6900 Fundamentals of Sensor Design

Lecture 14 Interface Electronics (Part 2) ECE 5900/6900 Fundamentals of Sensor Design EE 4900: Fundamentals of Sensor Design 1 Lecture 14 Interface Electronics (Part 2) Interface Electronics (Part 2) 2 Linearizing Bridge Circuits (Sensor Tech Hand book) Precision Op amps, Auto Zero Op amps,

More information

CHAPTER-5 DESIGN OF DIRECT TORQUE CONTROLLED INDUCTION MOTOR DRIVE

CHAPTER-5 DESIGN OF DIRECT TORQUE CONTROLLED INDUCTION MOTOR DRIVE 113 CHAPTER-5 DESIGN OF DIRECT TORQUE CONTROLLED INDUCTION MOTOR DRIVE 5.1 INTRODUCTION This chapter describes hardware design and implementation of direct torque controlled induction motor drive with

More information

INTEGRATED CIRCUITS. AN109 Microprocessor-compatible DACs Dec

INTEGRATED CIRCUITS. AN109 Microprocessor-compatible DACs Dec INTEGRATED CIRCUITS 1988 Dec DAC products are designed to convert a digital code to an analog signal. Since a common source of digital signals is the data bus of a microprocessor, DAC circuits that are

More information

Training Schedule. Robotic System Design using Arduino Platform

Training Schedule. Robotic System Design using Arduino Platform Training Schedule Robotic System Design using Arduino Platform Session - 1 Embedded System Design Basics : Scope : To introduce Embedded Systems hardware design fundamentals to students. Processor Selection

More information

New Techniques for Testing Power Factor Correction Circuits

New Techniques for Testing Power Factor Correction Circuits Keywords Venable, frequency response analyzer, impedance, injection transformer, oscillator, feedback loop, Bode Plot, power supply design, power factor correction circuits, current mode control, gain

More information

RESIDUE AMPLIFIER PIPELINE ADC

RESIDUE AMPLIFIER PIPELINE ADC RESIDUE AMPLIFIER PIPELINE ADC A direct-conversion ADC designed only with Op-Amps Abstract This project explores the design of a type of direct-conversion ADC called a Residue Amplifier Pipeline ADC. Direct-conversion

More information

STARTER / GENERATOR MOTOR CONTROLLER

STARTER / GENERATOR MOTOR CONTROLLER MIL-PRF-38534 AND 38535 CERTIFIED FACILITY M.S.KENNEDY CORP. STARTER / GENERATOR MOTOR CONTROLLER 4413 (315) 701-6751 FEATURES: 28V/160A Brushless DC motor control capability. 28V/90A Synchronous Boost

More information

ENGS 26 CONTROL THEORY. Thermal Control System Laboratory

ENGS 26 CONTROL THEORY. Thermal Control System Laboratory ENGS 26 CONTROL THEORY Thermal Control System Laboratory Equipment Thayer school thermal control experiment board DT2801 Data Acquisition board 2-4 BNC-banana connectors 3 Banana-Banana connectors +15

More information

Digital Monitoring Cum Control of a Power Transformer with Efficiency Measuring Meter

Digital Monitoring Cum Control of a Power Transformer with Efficiency Measuring Meter Digital Monitoring Cum Control of a Power Transformer with Efficiency Measuring Meter Shaikh Ahmed Ali, MTech(Power Systems Control And Automation Branch), Aurora s Technological and Research institute(atri),hyderabad,

More information

Driving Strain-Gauge Bridge Sensors with Signal- Conditioning ICs

Driving Strain-Gauge Bridge Sensors with Signal- Conditioning ICs SENSOR SIGNAL CONDITIONERS Nov 11, 2004 Driving Strain-Gauge Bridge Sensors with Signal- Conditioning ICs Strain-gauge sensors - reliable, repeatable, and precise - are used extensively in manufacturing,

More information

Keywords BTS, Current measurement, DSP controller, Current Shunts, TMS320F28031.

Keywords BTS, Current measurement, DSP controller, Current Shunts, TMS320F28031. Volume 3, Issue 11, November 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Design of

More information

Source: IC Layout Basics. Diodes

Source: IC Layout Basics. Diodes Source: IC Layout Basics C HAPTER 7 Diodes Chapter Preview Here s what you re going to see in this chapter: A diode is a PN junction How several types of diodes are built A look at some different uses

More information

Self Powered Radio Systems in Practice: Concepts, Products & Prospects

Self Powered Radio Systems in Practice: Concepts, Products & Prospects Forum Innovations for Industry Session: Energy Harvesting and Wireless Sensor Networks Hannover Messe 2010 Self Powered Radio Systems in Practice: Concepts, Products & Prospects Frank Schmidt, Founder

More information

DIGITAL ELECTRONICS ANALOG ELECTRONICS

DIGITAL ELECTRONICS ANALOG ELECTRONICS DIGITAL ELECTRONICS 1. N10 4 Bit Binary Universal shift register. 2. N22- Random Access Memory (16*4). 3. N23- Read Only Memory. 4. N4-R-S/D-T Flip flop, characteristic and comparison. 5. Master Slave

More information

Code No: M0326 /R07 Set No. 1 1. Define Mechatronics and explain the application of Mechatronics in CNC Machine tools and Computer Integrated Manufacturing (CIM). 2. (a) What are the various Filters that

More information

KUMU A O CUBESAT: THERMAL SENSORS ON A CUBESAT

KUMU A O CUBESAT: THERMAL SENSORS ON A CUBESAT KUMU A O CUBESAT: THERMAL SENSORS ON A CUBESAT Tyson K. Seto-Mook Department of Electrical Engineering University of Hawai i at Mānoa Honolulu, HI 96822 INTRODUCTION A. Abstract CubeSat is a project that

More information

THE CRYSTAL OSCILLATOR CHARACTERIZATION FACILITY AT THE AEROSPACE CORPORATION

THE CRYSTAL OSCILLATOR CHARACTERIZATION FACILITY AT THE AEROSPACE CORPORATION THE CRYSTAL OSCILLATOR CHARACTERIZATION FACILITY AT THE AEROSPACE CORPORATION S. Karuza, M. Rolenz, A. Moulthrop, A. Young, and V. Hunt The Aerospace Corporation El Segundo, CA 90245, USA Abstract At the

More information

Outline. Analog/Digital Conversion

Outline. Analog/Digital Conversion Analog/Digital Conversion The real world is analog. Interfacing a microprocessor-based system to real-world devices often requires conversion between the microprocessor s digital representation of values

More information

GSM BASED PATIENT MONITORING SYSTEM

GSM BASED PATIENT MONITORING SYSTEM GSM BASED PATIENT MONITORING SYSTEM ABSTRACT This project deals with the monitoring of the patient parameters such as humidity, temperature and heartbeat. Here we have designed a microcontroller based

More information

Analog circuit design ( )

Analog circuit design ( ) Silver Oak College of Engineering & Technology Department of Electronics and Communication 4 th Sem Mid semester-1(summer 2019) Syllabus Microprocessor & Interfacing (2141001) 1 Introduction To 8-bit Microprocessor

More information

Capacitive Measuring Device

Capacitive Measuring Device International Journal of Emerging Engineering Research and echnology Volume 4, Issue, January 6, PP 9-37 ISSN 349-4395 (Print) & ISSN 349-449 (Online) Capacitive Measuring Device Mamikonyan B. M., Mamikonyan

More information

Deficiency (R - A) Sl. No. (A) (R) 7. Pspice / Matlab /other Equivalent software Package) with PC Single Phase Wattmeter

Deficiency (R - A) Sl. No. (A) (R) 7. Pspice / Matlab /other Equivalent software Package) with PC Single Phase Wattmeter (R 03) Semester II EE6 Electric Circuits Laboratory.. 3. 4. 5. 6. Regulated Power Supply: 0 5 V D.C Function Generator ( MHz) Single Phase Energy Meter Oscilloscope (0 MHz). Digital Storage Oscilloscope

More information