ADC Channel Scan with Software PSoC 3 / PSoC 5

Size: px
Start display at page:

Download "ADC Channel Scan with Software PSoC 3 / PSoC 5"

Transcription

1 ADC Channel Scan with Software PSoC 3 / PSoC 5 Project Objective This project demonstrates how to multiplex analog signals to the ADC and display the results on the LCD. Overview In many situations, the ADC must measure more than one signal. In this design, the analog multiplexer (AMUX) component from PSoC Creator multiplexes the ADC channels. This document illustrates three channels multiplexing. These channels are connected to two voltage digital-to-analog converters (VDAC) and a potentiometer on the Development Kit. The channel is switched in the software after every end of conversion (EOC) of the ADC. The project scans the channels continuously and displays the results on the LCD. Top Design The following figure illustrates how the project multiplexes the analog signals to the ADC and displays the results on the LCD.

2 Component Configuration ADC_DelSig The ADC internal reference should be between 0.9 and 1.3 V for proper operation. To support radiometric measurement, the ADC module provides an option to generate the reference from the supply voltage (Vdda). To cater to wide supply range (3.3 V and 5 v), the ADC module has two resister dividers (Vdda/4 and Vdda/3) to derive the internal ADC reference from the supply voltage. In PSoC Creator, you must specify the supply voltage in the System tab in Design-Wide-Resources (shown in the following figure) to automatically select the appropriate reference setting. The ADC customizer shows the selected reference, as shown in the previous figure. For example, when 3.3 v is selected, the ADC module uses Vdda/3 (1.1 v) for internal reference. When 5.0 v is selected, the ADC module uses Vdda/4 (1.25 v) for internal reference. Note Because PSoC 3 ES2 silicon and PSoC 5 silicon does not have the Vdda/3 option to generate the internal reference, do not use 3.3 v for radiometric measurement (Vssa to Vdda reference). You must use multi-sample mode when the ADC input switches between multiple signals. Multi-sample mode resets the modulator and flushes out data in decimation filters between each sample automatically. Previous

3 samples do not affect the current conversion. Note that the sample rate of multi-sample mode is one-fourth the sample rate of continuous conversion. AMuxSeq VDAC8_Ch1

4 Operation The analog multiplexer for the sequential channel switching (AMuxSeq) component in PSoC Creator multiplexes the channels to the ADC input. This is software mux, and the channel switching is done in firmware after every end of conversion (EOC) of the ADC. The ADC stops after every EOC, and it restarts after the channel is switched. This reduces crosstalk between channels. Because the multiplexing is done in firmware, the scanning rate is determined by the CPU speed. Time required for one scan = Time to execute the following lines of code + ADC conversion time + Interrupt latency. This project demonstrates three-channel multiplexing. The three analog input channels are converted sequentially and displayed on the LCD in the same order along with channel numbers. Channel 1 is connected to VDAC8_Ch1 output, Channel 2 is connected to the potentiometer, and Channel 3 is connected to VDAC8_Ch3 output. The following code snippet shows continuous scanning of channels: /* The ADC stops after every conversion. This is to reduce the crosstalk between channels */ ADC_DelSig_StopConvert (); /* Connect next channel */ AMuxSeq_Next(); /* Get the ADC result for the present channel */ adc_value[ch_index]=adc_delsig_getresult8(); /* Increment the channel ch_index for the next channel*/ ch_index=(ch_index+1)%3; /* Start the ADC after the channel is switched */ ADC_DelSig_StartConvert(); Hardware Connections The project is tested with PSoC Development Kit CY8CKIT-001. For more information, refer to the PSoC Development Kit Board Guide, provided with the kit. Place the Character LCD on P18 of the DVK. Power the LCD by placing the jumper J12 in the ON position. Connect the potentiometer output VR to the pin P0[2]. Power the potentiometer by placing the jumper J11. Connect switch SW1 on the DVK to pin P0[0]. Connect switch SW2 on the DVK to pin P1[2]. Set switch SW3 to 5 V.

5 Output Use the device selector window (Project > Device Selector) in PSoC Creator to select the appropriate device and device revision. If you are using a PSoC 3 device with production revision (such as CY8C3866AXI-040), use the following selection. Similarly, select an appropriate device number to work with the PSoC 5 device family (such as CY8C5588AXI-060) Note For engineering samples, device revision is marked on the package as part of the device number. Production silicon does not have ES marking. Build the project and program the device. The three analog input channels are converted sequentially and displayed on the LCD in the same order along with the channel numbers. Channel 1 is connected to VDAC8_Ch1 output, Channel 2 is connected to the potentiometer, and Channel 3 is connected to VDAC8_Ch3 output. Press SW1 to increase VDAC8_Ch1 output; observe the corresponding change in the channel value on the LCD display. VDAC8_Ch1 voltage is observed at the pin P0[1] (Pin_Ch1). Vary the potentiometer output; observe the corresponding change in the channel value on the LCD display. Press SW2 to increase VDAC8_Ch3 output; observe the corresponding change in the channel value on the LCD display. VDAC8_Ch3 voltage is observed at the pin P0[4] (Pin_Ch3). Note The delta-sigma ADC is inherently a differential ADC and single-ended mode is implemented by connecting the negative input to ground. You may observe a large count when the input is closer to 0 V due to offset. For a more detailed explanation, see EP56170: Getting started with the Delta Sigma ADC PSoC 3 / PSoC 5.

Software Analog Video Inputs

Software Analog Video Inputs Software FG-38-II has signed drivers for 32-bit and 64-bit Microsoft Windows. The standard interfaces such as Microsoft Video for Windows / WDM and Twain are supported to use third party video software.

More information

Section bit Analog-to-Digital Converter (ADC)

Section bit Analog-to-Digital Converter (ADC) Section 17. 10-bit Analog-to-Digital Converter (ADC) HIGHLIGHTS This section of the manual contains the following major topics: 17 17.1 Introduction...17-2 17.2 Control Registers...17-4 17.3 ADC Operation,

More information

Alice EduPad Board. User s Guide Version /11/2017

Alice EduPad Board. User s Guide Version /11/2017 Alice EduPad Board User s Guide Version 1.02 08/11/2017 1 Table OF Contents Chapter 1. Overview... 3 1.1 Welcome... 3 1.2 Launchpad features... 4 1.3 Alice EduPad hardware features... 4 Chapter 2. Software

More information

nc... Freescale Semiconductor, I

nc... Freescale Semiconductor, I Application Note Rev. 0, 2/2003 Interfacing to the HCS12 ATD Module by Martyn Gallop, Application Engineering, Freescale, East Kilbride Introduction Many of the HCS12 family of 16-bit microcontrollers

More information

WINTER 15 EXAMINATION Model Answer

WINTER 15 EXAMINATION Model Answer Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme. 2) The model answer and the answer written by candidate

More information

Hello and welcome to this presentation of the STM32L4 Analog-to-Digital Converter block. It will cover the main features of this block, which is used

Hello and welcome to this presentation of the STM32L4 Analog-to-Digital Converter block. It will cover the main features of this block, which is used Hello and welcome to this presentation of the STM32L4 Analog-to-Digital Converter block. It will cover the main features of this block, which is used to convert the external analog voltage-like sensor

More information

Digital Fundamentals. Introduction to Digital Signal Processing

Digital Fundamentals. Introduction to Digital Signal Processing Digital Fundamentals Introduction to Digital Signal Processing 1 Objectives List the essential elements in a digital signal processing system Explain how analog signals are converted to digital form Discuss

More information

Interfacing Analog to Digital Data Converters. A/D D/A Converter 1

Interfacing Analog to Digital Data Converters. A/D D/A Converter 1 Interfacing Analog to Digital Data Converters A/D D/A Converter 1 In most of the cases, the PPI 8255 is used for interfacing the analog to digital converters with microprocessor. The analog to digital

More information

Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET

Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET LABORATORY MANUAL EXPERIMENT NO. 1 ISSUE NO. : ISSUE DATE: REV. NO. : REV. DATE :

More information

1. Keyboard and Panel Switch Scanning DX7 CIRCUIT DESCRIPTION The 4 bits BO ~ B3 from the sub-cpu (6805S) are input to the decoder (40H138). The decoder output is sent to the keyboard transfer contacts

More information

DT9837 Series. High Performance, USB Powered Modules for Sound & Vibration Analysis. Key Features:

DT9837 Series. High Performance, USB Powered Modules for Sound & Vibration Analysis. Key Features: DT9837 Series High Performance, Powered Modules for Sound & Vibration Analysis The DT9837 Series high accuracy dynamic signal acquisition modules are ideal for portable noise, vibration, and acoustic measurements.

More information

ET398 LAB 4. Concurrent Statements, Selection and Process

ET398 LAB 4. Concurrent Statements, Selection and Process ET398 LAB 4 Concurrent Statements, Selection and Process Decoders/Multiplexers February 16, 2013 Tiffany Turner OBJECTIVE The objectives of this lab were for us to become more adept at creating VHDL code

More information

Decade Counters Mod-5 counter: Decade Counter:

Decade Counters Mod-5 counter: Decade Counter: Decade Counters We can design a decade counter using cascade of mod-5 and mod-2 counters. Mod-2 counter is just a single flip-flop with the two stable states as 0 and 1. Mod-5 counter: A typical mod-5

More information

ECE 372 Microcontroller Design

ECE 372 Microcontroller Design E.g. Port A, Port B Used to interface with many devices Switches LEDs LCD Keypads Relays Stepper Motors Interface with digital IO requires us to connect the devices correctly and write code to interface

More information

Major Differences Between the DT9847 Series Modules

Major Differences Between the DT9847 Series Modules DT9847 Series Dynamic Signal Analyzer for USB With Low THD and Wide Dynamic Range The DT9847 Series are high-accuracy, dynamic signal acquisition modules designed for sound and vibration applications.

More information

Analog to Digital Conversion

Analog to Digital Conversion Analog to Digital Conversion What the heck is analog to digital conversion? Why do we care? Analog to Digital Conversion What the heck is analog to digital conversion? Why do we care? A means to convert

More information

ANALOG I/O MODULES AD268 / DA264 / TC218 USER S MANUAL

ANALOG I/O MODULES AD268 / DA264 / TC218 USER S MANUAL UM-TS02 -E026 PROGRAMMABLE CONTROLLER PROSEC T2-series ANALOG I/O MODULES AD268 / DA264 / TC218 USER S MANUAL TOSHIBA CORPORATION Important Information Misuse of this equipment can result in property damage

More information

Using ADC and QADC Modules with ColdFire Microcontrollers The MCF5211/12/13 and MCF522xx ADC Module The MCF5214/16 and MCF528x QADC Module

Using ADC and QADC Modules with ColdFire Microcontrollers The MCF5211/12/13 and MCF522xx ADC Module The MCF5214/16 and MCF528x QADC Module Freescale Semiconductor Application Note Document Number: AN3749 Rev.0, 10/2008 Using ADC and QADC Modules with ColdFire Microcontrollers The MCF5211/12/13 and MCF522xx ADC Module The MCF5214/16 and MCF528x

More information

ES /2 digit with LCD

ES /2 digit with LCD Features Max. ±19,999 counts QFP-44L and DIP-40L package Input full scale range: 200mV or 2V Built-in multiplexed LCD display driver Underrange/Overrange outputs 10µV resolution on 200mV scale Display

More information

0 0/1 0/1 0/1 0/1 0/1 0/1 0/1 0/1 1 1 Stop bits. 11-bit Serial Data format

0 0/1 0/1 0/1 0/1 0/1 0/1 0/1 0/1 1 1 Stop bits. 11-bit Serial Data format Applications of Shift Registers The major application of a shift register is to convert between parallel and serial data. Shift registers are also used as keyboard encoders. The two applications of the

More information

BASIC LINEAR DESIGN. Hank Zumbahlen Editor Analog Devices, Inc. All Rights Reserved

BASIC LINEAR DESIGN. Hank Zumbahlen Editor Analog Devices, Inc. All Rights Reserved BASIC LINEAR DESIGN Hank Zumbahlen Editor A 2007 Analog Devices, Inc. All Rights Reserved Preface: This work is based on the work of many other individuals who have been involved with applications and

More information

Segment LCD Driver Datasheet SLCD V 2.10

Segment LCD Driver Datasheet SLCD V 2.10 Driver Datasheet SLCD V 2.10 001-64830 Rev. *E Segment LCD Copyright 2009-2013 Cypress Semiconductor Corporation. All Rights Reserved. Resources PSoC Blocks API Memory Digital Analog CT Analog SC Flash

More information

BCN1043. By Dr. Mritha Ramalingam. Faculty of Computer Systems & Software Engineering

BCN1043. By Dr. Mritha Ramalingam. Faculty of Computer Systems & Software Engineering BCN1043 By Dr. Mritha Ramalingam Faculty of Computer Systems & Software Engineering mritha@ump.edu.my http://ocw.ump.edu.my/ authors Dr. Mohd Nizam Mohmad Kahar (mnizam@ump.edu.my) Jamaludin Sallim (jamal@ump.edu.my)

More information

PACSystems* RX3i Thermocouple Input Module, 12 Channels, IC695ALG412-CB

PACSystems* RX3i Thermocouple Input Module, 12 Channels, IC695ALG412-CB September 2013 PACSystems* RX3i Thermocouple Input Module, 12 Channels, IC695ALG412-CB The PACSystems * Thermocouple Input module IC695ALG412 provides twelve isolated differential thermocouple input channels.

More information

DMC550 Technical Reference

DMC550 Technical Reference DMC550 Technical Reference 2002 DSP Development Systems DMC550 Technical Reference 504815-0001 Rev. B September 2002 SPECTRUM DIGITAL, INC. 12502 Exchange Drive, Suite 440 Stafford, TX. 77477 Tel: 281.494.4505

More information

Area-Efficient Decimation Filter with 50/60 Hz Power-Line Noise Suppression for ΔΣ A/D Converters

Area-Efficient Decimation Filter with 50/60 Hz Power-Line Noise Suppression for ΔΣ A/D Converters SICE Journal of Control, Measurement, and System Integration, Vol. 10, No. 3, pp. 165 169, May 2017 Special Issue on SICE Annual Conference 2016 Area-Efficient Decimation Filter with 50/60 Hz Power-Line

More information

DT8837. High Performance Ethernet Instrument Module for Sound & Vibration. Overview. Key Features

DT8837. High Performance Ethernet Instrument Module for Sound & Vibration. Overview. Key Features DT8837 High Performance Ethernet Instrument Module for Sound & Vibration Overview The DT8837 is a high-accuracy, multi-channel module that is ideal for sound and vibration measurements. All the I/O channels

More information

Delta-Sigma Modulators

Delta-Sigma Modulators Delta-Sigma Modulators Modeling, Design and Applications George I Bourdopoulos University ofpatras, Greece Aristodemos Pnevmatikakis Athens Information Technology, Greece Vassilis Anastassopoulos University

More information

ADC Peripheral in Microcontrollers. Petr Cesak, Jan Fischer, Jaroslav Roztocil

ADC Peripheral in Microcontrollers. Petr Cesak, Jan Fischer, Jaroslav Roztocil ADC Peripheral in s Petr Cesak, Jan Fischer, Jaroslav Roztocil Czech Technical University in Prague, Faculty of Electrical Engineering Technicka 2, CZ-16627 Prague 6, Czech Republic Phone: +420-224 352

More information

An Introduction to CY8C22x45

An Introduction to CY8C22x45 Cypress Semiconductor White Paper By Jemmey Huang and Eric Jia Executive Summary This whitepaper is a brief introduction to CY8C22x45, an enhanced product of CY8C21xxx PSoC family. Introduction CY8C22x45

More information

BE1-81O/U Frequency Protection. Washington State University Hands-On Relay School.

BE1-81O/U Frequency Protection. Washington State University Hands-On Relay School. Frequency Protection Washington State University Hands-On Relay School www.basler.com Relay Benefits As many as four independent, adjustable frequency setpoints and time delays Each setpoint has output

More information

INDIAN INSTITUTE OF TECHNOLOGY KHARAGPUR NPTEL ONLINE CERTIFICATION COURSE. On Industrial Automation and Control

INDIAN INSTITUTE OF TECHNOLOGY KHARAGPUR NPTEL ONLINE CERTIFICATION COURSE. On Industrial Automation and Control INDIAN INSTITUTE OF TECHNOLOGY KHARAGPUR NPTEL ONLINE CERTIFICATION COURSE On Industrial Automation and Control By Prof. S. Mukhopadhyay Department of Electrical Engineering IIT Kharagpur Topic Lecture

More information

Computer Systems Architecture

Computer Systems Architecture Computer Systems Architecture Fundamentals Of Digital Logic 1 Our Goal Understand Fundamentals and basics Concepts How computers work at the lowest level Avoid whenever possible Complexity Implementation

More information

PACSystems* RX3i. Isolated Thermocouple Input Module, 6 Channels, IC695ALG306-EB Isolated Thermocouple Input Module, 12 Channels, IC695ALG312-EB

PACSystems* RX3i. Isolated Thermocouple Input Module, 6 Channels, IC695ALG306-EB Isolated Thermocouple Input Module, 12 Channels, IC695ALG312-EB September 2013 PACSystems* RX3i Isolated Thermocouple Input Module, 6 Channels, IC695ALG306-EB Isolated Thermocouple Input Module, 12 Channels, IC695ALG312-EB Isolated +24 VDC Power Isolated Thermocouple

More information

Build A Video Switcher

Build A Video Switcher Build A Video Switcher VIDEOSISTEMAS serviciotecnico@videosistemas.com www.videosistemas.com Reprinted with permission from Electronics Now Magazine September 1997 issue Copyright Gernsback Publications,

More information

4X70 PROFINET SYSTEM

4X70 PROFINET SYSTEM Kokkedal Industripark 4 DK-2980 Kokkedal Denmark info@eilersen.com Tel +45 49 180 100 Fax +45 49 180 200 4X70 PROFINET SYSTEM Status and weight transfer using PROFINET Applies for: Software: CONCTR_4.150907.1v4

More information

Chapter 9 MSI Logic Circuits

Chapter 9 MSI Logic Circuits Chapter 9 MSI Logic Circuits Chapter 9 Objectives Selected areas covered in this chapter: Analyzing/using decoders & encoders in circuits. Advantages and disadvantages of LEDs and LCDs. Observation/analysis

More information

10-Channel 16-Bit Analog Board Set User s Manual And Troubleshooting Guide

10-Channel 16-Bit Analog Board Set User s Manual And Troubleshooting Guide 10-Channel 16-Bit Analog Board Set User s Manual And Troubleshooting Guide March 16, 2011 Rev. C Moog Components Group Springfield Operations 750 West Sproul Road Springfield, PA 19064 E-Mail: mcg@moog.com

More information

Industriefunkuhren. Technical Manual. OEM Sync-Module FE1000 (IRIG-B) ENGLISH

Industriefunkuhren. Technical Manual. OEM Sync-Module FE1000 (IRIG-B) ENGLISH Industriefunkuhren Technical Manual OEM Sync-Module FE1000 (IRIG-B) ENGLISH Version: 07.02-24.03.2014 2 / 19 FE1000 IRIG-B Synchronisation - V07.02 IMPORTANT NOTES Version Number (Firmware / Manual) THE

More information

Enable input provides synchronized operation with other components

Enable input provides synchronized operation with other components PSoC Creator Component Datasheet Pseudo Random Sequence (PRS) 2.0 Features 2 to 64 bits PRS sequence length Time Division Multiplexing mode Serial output bit stream Continuous or single-step run modes

More information

Fixed Audio Output for the K2 Don Wilhelm (W3FPR) & Tom Hammond (NØSS) v August 2009

Fixed Audio Output for the K2 Don Wilhelm (W3FPR) & Tom Hammond (NØSS) v August 2009 Fixed Audio Output for the K2 Don Wilhelm (W3FPR) & Tom Hammond (NØSS) v. 2.1 06 August 2009 I have had several requests to provide a fixed audio output from the K2. After looking at the circuits that

More information

Design and Implementation of an AHB VGA Peripheral

Design and Implementation of an AHB VGA Peripheral Design and Implementation of an AHB VGA Peripheral 1 Module Overview Learn about VGA interface; Design and implement an AHB VGA peripheral; Program the peripheral using assembly; Lab Demonstration. System

More information

Section Bit ADC with 4 Simultaneous Conversions

Section Bit ADC with 4 Simultaneous Conversions Section 49. 10-Bit ADC with 4 Simultaneous Conversions HIGHLIGHTS This section of the manual contains the following major topics: 49.1 Introduction...1-2 49.2 Control Registers...1-4 49.3 Overview of and

More information

AD9884A Evaluation Kit Documentation

AD9884A Evaluation Kit Documentation a (centimeters) AD9884A Evaluation Kit Documentation Includes Documentation for: - AD9884A Evaluation Board - SXGA Panel Driver Board Rev 0 1/4/2000 Evaluation Board Documentation For the AD9884A Purpose

More information

Video Graphics Array (VGA)

Video Graphics Array (VGA) Video Graphics Array (VGA) Chris Knebel Ian Kaneshiro Josh Knebel Nathan Riopelle Image Source: Google Images 1 Contents History Design goals Evolution The protocol Signals Timing Voltages Our implementation

More information

DT9857E. Key Features: Dynamic Signal Analyzer for Sound and Vibration Analysis Expandable to 64 Channels

DT9857E. Key Features: Dynamic Signal Analyzer for Sound and Vibration Analysis Expandable to 64 Channels DT9857E Dynamic Signal Analyzer for Sound and Vibration Analysis Expandable to 64 Channels The DT9857E is a high accuracy dynamic signal acquisition module for noise, vibration, and acoustic measurements

More information

In the development of electronic instruments or the analysis

In the development of electronic instruments or the analysis DL2700 MULTICHANNEL, LONG-RECORDING DIGITAL OSCILLOSCOPE SHIBUYA Manabu * 1 FUKUZAWA Hitoshi * 1 TAKEZAWA Shigeru * 1 We have developed a digital oscilloscope with a maximum of 8 input channels, a maximum

More information

Oscilloscopes, logic analyzers ScopeLogicDAQ

Oscilloscopes, logic analyzers ScopeLogicDAQ Oscilloscopes, logic analyzers ScopeLogicDAQ ScopeLogicDAQ 2.0 is a comprehensive measurement system used for data acquisition. The device includes a twochannel digital oscilloscope and a logic analyser

More information

Report. Digital Systems Project. Final Project - Synthesizer

Report. Digital Systems Project. Final Project - Synthesizer Dep. Eng. Electrotécnica e de Computadores Report Digital Systems Project Final Project - Synthesizer Authors: Ana Cláudia Fernandes dos Reis 2011149543 Francisca Agra de Almeida Quadros 2011149841 Date:

More information

UNIIQA+ NBASE-T Monochrome CMOS LINE SCAN CAMERA

UNIIQA+ NBASE-T Monochrome CMOS LINE SCAN CAMERA UNIIQA+ NBASE-T Monochrome CMOS LINE SCAN CAMERA Datasheet Features Cmos Monochrome Sensor : 4096 RGB Pixels 5x5µm 2048 RGB Pixels 10x10µm Interface : NBASE-T (up to 5Gb/s) Line Rate : Up to 140 kl/s in

More information

Tutorial on Technical and Performance Benefits of AD719x Family

Tutorial on Technical and Performance Benefits of AD719x Family The World Leader in High Performance Signal Processing Solutions Tutorial on Technical and Performance Benefits of AD719x Family AD7190, AD7191, AD7192, AD7193, AD7194, AD7195 This slide set focuses on

More information

2070 PROFINET MODULE

2070 PROFINET MODULE Kokkedal Industripark 4 DK-2980 Kokkedal Denmark info@eilersen.com Tel +45 49 180 100 Fax +45 49 180 200 2070 PROFINET MODULE Status and weight transfer using PROFINET Applies for: Software: CONCTR_4.160530.1v0

More information

DT8837 Ethernet High Speed DAQ

DT8837 Ethernet High Speed DAQ DT8837 High Performance Ethernet (LXI) Instrument Module for Sound & Vibration (Supported by the VIBpoint Framework Application) DT8837 Ethernet High Speed DAQ The DT8837 is a highly accurate multi-channel

More information

Electronic Panel Meters DIGEM Preference Program Process control, automation & laboratory uses Class 0.01 to 1 Current, Voltage, Frequency,

Electronic Panel Meters DIGEM Preference Program Process control, automation & laboratory uses Class 0.01 to 1 Current, Voltage, Frequency, Electronic Panel Meters DIGEM Preference Program Process control, automation & laboratory uses Class 0.01 to 1 Current, Voltage, Frequency, Temperature, RPM, Pressure, etc. LED/ LCD displays 1999 to 99999

More information

picasso TM 3C/3Cpro series Datasheet picasso TM 3C/3Cpro models Key features

picasso TM 3C/3Cpro series Datasheet picasso TM 3C/3Cpro models Key features Datasheet picasso TM 3C/3Cpro models Key features high performance RGB framegrabber with excellent linearity and very low noise levels 3C models: two multiplexed channels with each 3 x 8 bits RGB video

More information

Find the equivalent decimal value for the given value Other number system to decimal ( Sample)

Find the equivalent decimal value for the given value Other number system to decimal ( Sample) VELAMMAL COLLEGE OF ENGINEERING AND TECHNOLOGY, MADURAI 65 009 Department of Information Technology Model Exam-II-Question bank PART A (Answer for all Questions) (8 X = 6) K CO Marks Find the equivalent

More information

Specifications for Thermopilearrays HTPA8x8, HTPA16x16 and HTPA32x31 Rev.6: Fg

Specifications for Thermopilearrays HTPA8x8, HTPA16x16 and HTPA32x31 Rev.6: Fg Principal Schematic for HTPA16x16: - 1 - Pin Assignment in TO8 for 8x8: Connect all reference voltages via 100 nf capacitors to VSS. Pin Assignment 8x8 Pin Name Description Type 1 VSS Negative power supply

More information

Data Acquisition Using LabVIEW

Data Acquisition Using LabVIEW Experiment-0 Data Acquisition Using LabVIEW Introduction The objectives of this experiment are to become acquainted with using computer-conrolled instrumentation for data acquisition. LabVIEW, a program

More information

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

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

More information

AN3023 Application note

AN3023 Application note Application note Using the analog-to-digital converter of the STM8A microcontroller Introduction The purpose of this application note is to explain how to use the analog-to-digital converter implemented

More information

Logic Design Viva Question Bank Compiled By Channveer Patil

Logic Design Viva Question Bank Compiled By Channveer Patil Logic Design Viva Question Bank Compiled By Channveer Patil Title of the Practical: Verify the truth table of logic gates AND, OR, NOT, NAND and NOR gates/ Design Basic Gates Using NAND/NOR gates. Q.1

More information

Instruction manual for 5024 Weighing Terminal

Instruction manual for 5024 Weighing Terminal Instruction manual for 5024 Weighing erminal Basic system with Analog output, Ethernet connectivity and Profibus or DeviceNet connectivity. Article no. E67X000005024 ESE02162EN Date of issue: August 11,

More information

Analog-to-Digital Converter

Analog-to-Digital Converter 5 5.1 Objectives: The TM4C is equipped with an analog-to-digital (ATD) conversion system that samples an analog (continuous) signal at regular intervals and then converts each of these analog samples into

More information

Why Use the Cypress PSoC?

Why Use the Cypress PSoC? C H A P T E R1 Why Use the Cypress PSoC? Electronics have dramatically altered the world as we know it. One has simply to compare the conveniences and capabilities of today s world with those of the late

More information

User s Manual. Log Scale (/LG) GX10/GX20/GP10/GP20/GM10 IM 04L51B01-06EN. 3rd Edition

User s Manual. Log Scale (/LG) GX10/GX20/GP10/GP20/GM10 IM 04L51B01-06EN. 3rd Edition User s Manual Model GX10/GX20/GP10/GP20/GM10 Log Scale (/LG) 3rd Edition Introduction Thank you for purchasing the SMARTDAC+ Series GX10/GX20/GP10/GP20/GM10 (hereafter referred to as the recorder, GX,

More information

DT9834 Series High-Performance Multifunction USB Data Acquisition Modules

DT9834 Series High-Performance Multifunction USB Data Acquisition Modules DT9834 Series High-Performance Multifunction USB Data Acquisition Modules DT9834 Series High Performance, Multifunction USB DAQ Key Features: Simultaneous subsystem operation on up to 32 analog input channels,

More information

STA2051E VESPUCCI 32-BIT SINGLE CHIP BASEBAND CONTROLLER FOR GPS AND TELEMATIC APPLICATIONS 1 FEATURES. Figure 1. Packages

STA2051E VESPUCCI 32-BIT SINGLE CHIP BASEBAND CONTROLLER FOR GPS AND TELEMATIC APPLICATIONS 1 FEATURES. Figure 1. Packages STA2051 VESPUCCI 32-BIT SINGLE CHIP BASEBAND CONTROLLER FOR GPS AND TELEMATIC APPLICATIONS DATA BRIEF 1 FEATURES ARM7TDMI 16/32 bit RISC CPU based host microcontroller. Complete Embedded Memory System:

More information

User s Manual. Log Scale (/LG) GX10/GP10/GX20/GP20 IM 04L51B01-06EN. 1st Edition

User s Manual. Log Scale (/LG) GX10/GP10/GX20/GP20 IM 04L51B01-06EN. 1st Edition User s Manual Model GX10/GP10/GX20/GP20 Log Scale (/LG) User s Manual 1st Edition Introduction Notes Trademarks Thank you for purchasing the SMARTDAC+ Series GX10/GX20/GP10/GP20 (hereafter referred to

More information

Reaction Game Kit MitchElectronics 2019

Reaction Game Kit MitchElectronics 2019 Reaction Game Kit MitchElectronics 2019 www.mitchelectronics.co.uk CONTENTS Schematic 3 How It Works 4 Materials 6 Construction 8 Important Information 9 Page 2 SCHEMATIC Page 3 SCHEMATIC EXPLANATION The

More information

IT T35 Digital system desigm y - ii /s - iii

IT T35 Digital system desigm y - ii /s - iii UNIT - III Sequential Logic I Sequential circuits: latches flip flops analysis of clocked sequential circuits state reduction and assignments Registers and Counters: Registers shift registers ripple counters

More information

Operating Instructions for Throttle Valves Using VRC Valve Positioner

Operating Instructions for Throttle Valves Using VRC Valve Positioner ThrottleMaster TM Operating Instructions for Throttle Valves Using VRC Valve Positioner p/n: X709116 $10.00 3/2012 Throttlemaster is a registered trademark of Vacuum Research Corporation Introduction The

More information

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

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

More information

Experiment: FPGA Design with Verilog (Part 4)

Experiment: FPGA Design with Verilog (Part 4) Department of Electrical & Electronic Engineering 2 nd Year Laboratory Experiment: FPGA Design with Verilog (Part 4) 1.0 Putting everything together PART 4 Real-time Audio Signal Processing In this part

More information

Linear Circuit Design Handbook

Linear Circuit Design Handbook Linear Circuit Design Handbook Linear Circuit Design Handbook Hank Zumbahlen with the engineering staff of Analog Devices AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO

More information

CSE140L: Components and Design Techniques for Digital Systems Lab. CPU design and PLDs. Tajana Simunic Rosing. Source: Vahid, Katz

CSE140L: Components and Design Techniques for Digital Systems Lab. CPU design and PLDs. Tajana Simunic Rosing. Source: Vahid, Katz CSE140L: Components and Design Techniques for Digital Systems Lab CPU design and PLDs Tajana Simunic Rosing Source: Vahid, Katz 1 Lab #3 due Lab #4 CPU design Today: CPU design - lab overview PLDs Updates

More information

Electromania Problem statement discussion

Electromania Problem statement discussion Electromania Problem statement discussion A Competition Basic Circuiting What is Electromania? Debuggin g Innovation Let s recall the previous lecture..!! Electronics Digital Analog Analog Digital Digital

More information

MTL Software. Overview

MTL Software. Overview MTL Software Overview MTL Windows Control software requires a 2350 controller and together - offer a highly integrated solution to the needs of mechanical tensile, compression and fatigue testing. MTL

More information

Data Converter Overview: DACs and ADCs. Dr. Paul Hasler and Dr. Philip Allen

Data Converter Overview: DACs and ADCs. Dr. Paul Hasler and Dr. Philip Allen Data Converter Overview: DACs and ADCs Dr. Paul Hasler and Dr. Philip Allen The need for Data Converters ANALOG SIGNAL (Speech, Images, Sensors, Radar, etc.) PRE-PROCESSING (Filtering and analog to digital

More information

User s Manual. Log Scale (/LG) GX10/GX20/GP10/GP20/GM10 IM 04L51B01-06EN. 2nd Edition

User s Manual. Log Scale (/LG) GX10/GX20/GP10/GP20/GM10 IM 04L51B01-06EN. 2nd Edition User s Manual Model GX10/GX20/GP10/GP20/GM10 Log Scale (/LG) User s Manual 2nd Edition Introduction Notes Trademarks Thank you for purchasing the SMARTDAC+ Series GX10/GX20/GP10/GP20/GM10 (hereafter referred

More information

LABORATORY 14: ANALOG TO DIGITAL CONVERSION USING ADC0809

LABORATORY 14: ANALOG TO DIGITAL CONVERSION USING ADC0809 LABORATORY 14: ANALOG TO DIGITAL CONVERSION USING ADC0809 NAME: STUDENT ID#: Objectives To understand how the ADC0809 works for analog-to-digital signal conversion. To program loop tests for analog-to-digital

More information

Reading an Image using CMOS Linear Image Sensor. S.R.Shinthu 1, P.Maheswari 2, C.S.Manikandababu 3. 1 Introduction. A.

Reading an Image using CMOS Linear Image Sensor. S.R.Shinthu 1, P.Maheswari 2, C.S.Manikandababu 3. 1 Introduction. A. International Journal of Inventions in Computer Science and Engineering, Volume 2 Issue 4 April 2015 Reading an Image using CMOS Linear Image Sensor S.R.Shinthu 1, P.Maheswari 2, C.S.Manikandababu 3 1,2

More information

Limited WARRANTY: Make Noise implies and accepts no responsibility for harm to person or apparatus caused through operation of this product.

Limited WARRANTY: Make Noise implies and accepts no responsibility for harm to person or apparatus caused through operation of this product. v2.5 2 BRAINS Limited Warranty ----------------------------------------------------3 Installation --------------------------------------------------4 Jumpers and Cable Connections --------------------------------5

More information

Introduction To LabVIEW and the DSP Board

Introduction To LabVIEW and the DSP Board EE-289, DIGITAL SIGNAL PROCESSING LAB November 2005 Introduction To LabVIEW and the DSP Board 1 Overview The purpose of this lab is to familiarize you with the DSP development system by looking at sampling,

More information

Where Are We Now? e.g., ADD $S0 $S1 $S2?? Computed by digital circuit. CSCI 402: Computer Architectures. Some basics of Logic Design (Appendix B)

Where Are We Now? e.g., ADD $S0 $S1 $S2?? Computed by digital circuit. CSCI 402: Computer Architectures. Some basics of Logic Design (Appendix B) Where Are We Now? Chapter 1: computer systems overview and computer performance Chapter 2: ISA (machine-spoken language), different formats, and various instructions Chapter 3: We will learn how those

More information

A First Laboratory Course on Digital Signal Processing

A First Laboratory Course on Digital Signal Processing A First Laboratory Course on Digital Signal Processing Hsien-Tsai Wu and Hong-De Chang Department of Electronic Engineering Southern Taiwan University of Technology No.1 Nan-Tai Street, Yung Kang City,

More information

Design and implementation (in VHDL) of a VGA Display and Light Sensor to run on the Nexys4DDR board Report and Signoff due Week 6 (October 4)

Design and implementation (in VHDL) of a VGA Display and Light Sensor to run on the Nexys4DDR board Report and Signoff due Week 6 (October 4) ECE 574: Modeling and synthesis of digital systems using Verilog and VHDL Fall Semester 2017 Design and implementation (in VHDL) of a VGA Display and Light Sensor to run on the Nexys4DDR board Report and

More information

Generation and Measurement of Burst Digital Audio Signals with Audio Analyzer UPD

Generation and Measurement of Burst Digital Audio Signals with Audio Analyzer UPD Generation and Measurement of Burst Digital Audio Signals with Audio Analyzer UPD Application Note GA8_0L Klaus Schiffner, Tilman Betz, 7/97 Subject to change Product: Audio Analyzer UPD . Introduction

More information

Table of contents 1. INTRODUCTION GENERAL CONTENTS OF PACKAGE GENERAL USE OF THE EQUFLOW 6100 D/A CONVERTER STORAGE..

Table of contents 1. INTRODUCTION GENERAL CONTENTS OF PACKAGE GENERAL USE OF THE EQUFLOW 6100 D/A CONVERTER STORAGE.. Installation instructions and user s guide Equflow 6100 D/A Converter Please read this manual carefully before installation and use of the converter. 6100 D/A Converter Type: 6100DACONDC03 Despite effort

More information

DSP in Communications and Signal Processing

DSP in Communications and Signal Processing Overview DSP in Communications and Signal Processing Dr. Kandeepan Sithamparanathan Wireless Signal Processing Group, National ICT Australia Introduction to digital signal processing Introduction to digital

More information

Model 6010 Four Channel 20-Bit Audio ADC Data Pack

Model 6010 Four Channel 20-Bit Audio ADC Data Pack Model 6010 Four Channel 20-Bit Audio ADC Data Pack Revision 3.1 SW v1.0.0 This data pack provides detailed installation, configuration and operation information for the Model 6010 Four Channel 20-bit Audio

More information

USER MANUAL FOR THE ANALOGIC GAUGE FIRMWARE VERSION 1.0

USER MANUAL FOR THE ANALOGIC GAUGE FIRMWARE VERSION 1.0 by USER MANUAL FOR THE ANALOGIC GAUGE FIRMWARE VERSION 1.0 www.aeroforcetech.com Made in the USA! WARNING Vehicle operator should focus primary attention to the road while using the Interceptor. The information

More information

B. Sc. III Semester (Electronics) - ( ) Digital Electronics-II) BE-301 MODEL ANSWER (AS-2791)

B. Sc. III Semester (Electronics) - ( ) Digital Electronics-II) BE-301 MODEL ANSWER (AS-2791) B. Sc. III Semester (Electronics) - (2013-14) Digital Electronics-II) BE-301 MODEL ANSWER (AS-2791) Section-[A] i. (B) ii. (A) iii. (D) iv. (C) v. (C) vi. (C) vii. (D) viii. (B) Ans-(ix): In JK flip flop

More information

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION (Autonomous) (ISO/IEC Certified) WINTER 2018 EXAMINATION MODEL ANSWER

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION (Autonomous) (ISO/IEC Certified) WINTER 2018 EXAMINATION MODEL ANSWER Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in themodel answer scheme. 2) The model answer and the answer written by candidate may

More information

Vorne Industries. 87/719 Analog Input Module User's Manual Industrial Drive Itasca, IL (630) Telefax (630)

Vorne Industries. 87/719 Analog Input Module User's Manual Industrial Drive Itasca, IL (630) Telefax (630) Vorne Industries 87/719 Analog Input Module User's Manual 1445 Industrial Drive Itasca, IL 60143-1849 (630) 875-3600 Telefax (630) 875-3609 . 3 Chapter 1 Introduction... 1.1 Accessing Wiring Connections

More information

A/D and D/A convertor 0(4) 24 ma DC, 16 bits

A/D and D/A convertor 0(4) 24 ma DC, 16 bits A/D and D/A convertor 0(4) 24 ma DC, 6 bits ZAT-DV The board contains independent isolated input A/D convertors for measurement of DC current signals 0(4) ma from technological convertors and sensors and

More information

HD-CONVERTER USER MANUAL MODEL GBS-8220

HD-CONVERTER USER MANUAL MODEL GBS-8220 Page 1 of 6 HD-CONVERTER USER MANUAL MODEL GBS-8220 CGA/EGA/YUV TO VGA CONVERTER VERSION 3.0 CONVERT OR REPLACE YOUR OLD STYLE MONITORS WITH NEWER VGA CRTS OR LCD SCREENS QUICKLY AND EASILY! FEATURES:

More information

5024 WEIGHING TERMINAL

5024 WEIGHING TERMINAL Kokkedal Industripark 4 DK-2980 Kokkedal Denmark info@eilersen.com Tel +45 49 180 100 Fax +45 49 180 200 5024 WEIGHING TERMINAL Basic system with automatic dosing Applies to: Software: Document no.: STDLIM.140630.1v1

More information

Data Conversion and Lab (17.368) Fall Lecture Outline

Data Conversion and Lab (17.368) Fall Lecture Outline Data Conversion and Lab (17.368) Fall 2013 Lecture Outline Class # 11 November 14, 2013 Dohn Bowden 1 Today s Lecture Outline Administrative Detailed Technical Discussions Lab Microcontroller and Sensors

More information

EE262: Integrated Analog Circuit Design

EE262: Integrated Analog Circuit Design EE262: Integrated Analog Circuit Design Instructor: Dr. James Morizio Home phone: 919-596-8069, Cell Phone 919-225-0615 email: jmorizio@ee.duke.edu Office hours: Thursdays 5:30-6:30pm Grader: Himanshu

More information

Fig. 1 Analog pins of Arduino Mega

Fig. 1 Analog pins of Arduino Mega Laboratory 7 Analog signals processing An analog signals is variable voltage over time and is usually the output of a sensor that monitors the environment. Such a signal can be processed and interpreted

More information