USB Project (22nd August)

Slides:



Advertisements
Similar presentations
A guide to using PowerPoint
Advertisements

Trails End Popcorn System for Unit Leaders. Is it hard? How does it work? 1. Log In 2. Add your Scout List (optional but good!) 3. Approve Scout Orders.
Controller Tests Stephen Kaye Controller Test Motivation Testing the controller before the next generation helps to shake out any remaining.
Databases Section 4: Select Queries Presented By: Lindani Ncube Based on Materials by: M Halse.
Downloading Audacity software Julie Collareda Adapted from Shaughnessy 2006.
ACTIVITY-6 WORKING WITH SPREADSHEET SOFTWARE TO PREPARE/FORMAT DIFFERENT KINDS OF SHEETS/TABLES BRIDGE COURSE of INFORMATION & COMMUNICATION TECHNOLOGY.
Analysis of chip with 100 events, July 2001 Variation in pixel to pixel average ADC values (fixed pattern noise) Pixel ADC value event to event repeatability.
Managing Grades with Excel Viewing Help To view Help 1.Open Excel on your computer. 2.In the top right hand corner of the Excel Screen type in the.
4-channel ASIC Tests Michael Baumer, Jean-Francois Genat, Sam Meehan, Eric Oberla August 26 th 2009.
Digital Guitar Recorder Team RAD – Michael McGuirk, Nick Herrera, David Wormus, Fesehaye G. Abrhaley.
Simulation of Created Design Documentation on the simulation process of a basic injector-separation channel model design.
ChemStation - Level 1 - Training
Microsoft ® Office Word 2007 Training Reuse text and other document parts: Introducing building blocks [Your company name] presents:
Introduction to LabVIEW
Committing to the future easyEmission - Testing Module for Engines.
Physics 145 Introduction to Experimental Physics I Instructor: Karine Chesnel Office: N319 ESC Tel: Office hours: on appointment.
Data Acquisition Software Integration and ADC Characterisation Jack Hobbs 4 th August
Composite Amplifier Stability Analysis First Scheme & Second Scheme Tim Green, MGTS Precision Linear Analog Applications August 7,
STATISTICS Microsoft Excel “Frequency Distribution”
Database Queries. Queries Queries are questions used to retrieve information from a database. Contain criteria to specify the records and fields to be.
EDA385 Project Presentation The Sound Disguiser. Overview Sample input audio Read input from the rotary encoder Process the audio due to choosen mode.
EE 211 Lecture 4 T. H. Ortmeyer Spring This week’s labs Grounding Lab Labview Tutorial.
Your compuBase online services Module 5: Extract Data.
Activity 1 Record and edit your voice using Audacity 1.Download Audacity (a free and open source audio editing software from
Anti-Fraud System Design: Authenticating Magnetic Fingerprint Signal Amanda Spencer AND Raja Timihiri Dr. Robert E. Morley, Jr., Edward J. Richter, Washington.
Effort Reporting System Cost Transfer Demo A step-by-step guide to doing cost transfers (retros) in ERS.
USB Project (15 th August) Ian Coulter. Last Week Needed to work error flags and error counting into labview. This seems to work successfully but doesn’t.
Development of a microprocessor project with LPC2388 development board.
(Analog) Data Acquisition D. Gordon E. Robertson, PhD, FCSB.
USB Project Ian Coulter. USB Interface USB Menu -Download HEX File -Send Trigger -Start DAQ.
SAM Payroll Processing Understanding and Using Payroll Features in SAM.
Copyright © Curt Hill Loop Types and Construction Logical types and construction hints.
LCFI meeting 19 th August 2008 TESTING OF CPR2A Mirek Havranek, Peter Murray, Konstantin Stefanov, Stephen Thomas.
Visual Basic for Application - Microsoft Access 2003 Finishing the application.
How to create a prompt in an Alma Analytics report Yoel Kortick | Senior Librarian.
Programming with LabVIEW Intro to programming and.
Dual FSI1 Halfway Presentation Dual Laser FSI: Distinguishing lasers using AM tuning speed differences 4 th August 2009 Alice Lighton.
1 Programming of FPGA in LiCAS ADC for Continuous Data Readout Week 7 Report Friday 15 th August 2008 Jack Hickish.
1 Programming of FPGA in LiCAS ADC for Continuous Data Readout Week 6 Report Wednesday 6 th August 2008 Jack Hickish.
4 BIT ADC BIT STREAM THE SOUND IS MEASURED (SAMPLED) AT REGULAR INTERVALS AND GIVEN A VALUE FROM 0 TO 15. THIS BINARY VALUE IS SENT TO A PARALLEL TO SERIAL.
DATA REPRESENTATION: SOUNDS GCSE Computing. Learning Objective ■ To understand how sounds are represented in Binary ■ To be able to convert a sound wave.
Introduction to ligo_viewer Vladimir Dergachev (University of Michigan) DCC: G Z DetChar camp, Hanford August 2004.
General: # miniRODS # gains # samples # FIFO pairs EMEC data will contain (in whatever format …) things like: For each event: FIFO channel pattern miniROD.
Design of the 64-channel ASIC: update DEI - Politecnico di Bari and INFN - Sezione di Bari Meeting INSIDE, December 18, 2014, Roma Outline  Proposed solution.
PHOTOTUBE SCANNING SETUP AT THE UNIVERSITY OF MARYLAND Doug Roberts U of Maryland, College Park.
Sampling. Introduction  Sampling refers to the process of converting a continuous, analog signal to discrete digital numbers.
Echo and Reverberation
SAP Runs May 26, 2016.
Printing Address Labels
PowerPoint Activity 5: To Be Determined…
Downloading in EBSCOhost
USB Project (15th July) Ian Coulter.
USB Project (6th August)
Yoel Kortick Senior Librarian Alma Product Management
Rounding Learning Objectives: Able to round to the nearest 10, 100
Object of the game Yahtzee Large straight Small straight Full house
Introduction to ligo_viewer
Database Queries.
USB Project (22nd July) Ian Coulter.
Difference Between Voltage Amplifier and Power Amplifier
Data Acquisition Software Integration and ADC Characterisation
Horizontal Centering Using the menu bar
Jean-Francois Genat, Sam Meehan, Eric Oberla August 26th 2009
HOW TO CREATE A CLASS Steps:
Activity 1 Record and edit your voice using Audacity
Object of the game Yahtzee Large straight Small straight Full house
Instructions on printing multiple slides on one sheet
HEADLINE GOES HERE. Directions to save header as JPEG:
Object of the game Yahtzee Large straight Small straight Full house
Object of the game Yahtzee Large straight Small straight Full house
Presentation transcript:

USB Project (22nd August) Ian Coulter

Last Week All data wrote into a single binary file which could be reinterpreted into columns of data later At its fastest, this could go 4 channels at full speed

Multiple File Writing We now open a file, take data in and write it to the file. We then close the file and create a new file and loop round again. The amount of data in each file can be chosen by the size of the file or for a given number of loops

Multiple File Writing The multiple file writing was able to run 3 channels at full speed without filling the FIFO and so losing data A decoder function was added to the DLL that formats the data from the binary files into the real columns of data

Amplification The ADC uses amplifiers and so needs to set the amount of gain for each channel Can now choose the gain for each channel using labview Can also choose whether we want AC or DC signal

Other things Can now choose the location of some of the files in the labview menu Introduced labview button to allow sampling instead of averaging