Physics 4341 Some lessons from Module 1. A control usually needs a default –It is not the equivalent to a constant, unless you make “current value default”

Slides:



Advertisements
Similar presentations
CDA 3100 Recitation Week 11.
Advertisements

Computational Biology, Part 23 Biological Imaging II Robert F. Murphy Copyright  1996, 1999, All rights reserved.
Floyd, Digital Fundamentals, 10 th ed EET 2259 Unit 5 Loops  Read Bishop, Sections 5.1 and 5.2.  Lab #5 and Homework #5 due next week.  Exam #1 next.
1 Homework Reading –Tokheim, Section 5-10, 7-4 Machine Projects –Continue on MP4 Labs –Continue labs with your assigned section.
Physics 434 Module 3 – Created by (and thanks to) T. Burnett 1 Physics 434 Module 3 Acoustic excitation of a physical system.
Physics 4341 Some lessons from Module 1. A control usually needs a default –It is not the equivalent to a constant, unless you make “current value default”
Physics 434 Module 3 - T. Burnett 1 Physics 434 Module 3 Acoustic excitation of a physical system.
How Computers Think: Binary, Decimal and Hexadecimal For NYSCPT Summer Institute, NYU Andrew O’Neill Columbia University.
Physics 434 Module 4-FFT – Thanks to Prof. Toby Burnett for writeups & lab 1 Physics 434: Continuing Module 4 week 2: the Fourier Transform Explore Fourier.
Physics 434 Module 4 – Thanks to Prof. Toby Burnett for writeups & labs 1 Physics 434 Module 4 Acoustic excitation of a physical system: time domain.
Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates Invitation to Computer Science, C++ Version, Fourth Edition.
7 Segment to BCD Converter
A bit can have one of two values: 0 or 1. The C language provides four operators that can be used to perform bitwise operations on the individual bits.
I am an L&S CS major. Why do I have to take this class? So you don’t look stupid when you get to your job. To prepare you for hands-on courses like CS.
BCD to 7-Segment Display
Lab 01:Binary numbers, UP-1 switches, and UP-1 LED’s :
Combinational Digital Circuits. Measurement Our world is an analog world. Measurements that we make of the physical objects around us are never in discrete.
In a not gate, if the input is on(1) the output is off (0) and vice versa.
Number Systems and Codes In PLC
Module 2 – Digital I/O Output: Use the digital port to provide signals to display a number on a seven segment light emitting display (LED) display by wiring.
UNIVERSAL COLLEGE OF ENGINEERING &TECHNOLOGY DIGITAL ELECTRONICS SUBJECT - DIGITAL ELECTRONICS.
BASIC Stamp Editor Once installed, the Stamp Editor will be available on your desktop, and as a menu option under Start  Program Files  Parallax Inc.
1 Survey of Computer Science CSCI 110, Spring 2011 Lecture 16 Digital Circuits, binary Numbers.
Simple Data Type Representation and conversion of numbers
ENGR 1181 First-Year Engineering Program College of Engineering Engineering Education Innovation Center First-Year Engineering Program Solar Energy Meter.
Lecture 1 Combinational Logic Design & Flip Flop 2007/09/07 Prof. C.M. Kyung.
Representing Information Digitally. Digitization Initially transforming data for computer use Assigning people social security numbers The creation of.
Last week’s project demos Servo control with photoresistor and enable/disable buttons Demo in class tonight – don’t start on the next project until I’ve.
ABCDNumber = Off 1 = On Binary Coded Decimal (BCD)
The miniDragon+ Board and CodeWarrior Lecture L2.1.
Bit Manipulation when every bit counts. Questions on Bit Manipulation l what is the motivation for bit manipulation l what is the binary, hexadecimal,
CH2 – Using Data. Constant Something which cannot be changed Data Type Format and size of a data item Intrinsic Data Types Pg. 47 – Table 2-1 Basic ones.
1 Building Larger Circuits Today: Combinational Building BlocksFirst Hour: Combinational Building Blocks –Section 4.1 of Katz’s Textbook –In-class Activity.
Department of Mathematics Computer and Information Science1 CS112: Survey of Computer Science Chapter One Review: Introduction, Chapter Two: Number Systems.
Microcontrollers Module 3: Digital Display. 7 – Segment Display A seven-segment display (SSD), or seven- segment indicator, is a form of electronic display.
Logic Signals and Gates. Binary Code Digital logic hides the pitfalls of the analog world by mapping the infinite set of real values for a physical quantity.
Binary01.ppt Decimal Decimal: Base 10 means 10 Unique numerical digits ,00010,000 Weight Positions 3,
Analog to Digital Converter David Wallace English 314.
Welcome to Week 4 at the Summer Computer Club Raspberry Pi (contd)
"Digital Systems"1 7-segment Numeric display b a d g e c f.
Principles & Applications
BCD S EVEN SEGMENT D ECODER. I NTRODUCTION  A Decoder IC, is a device which converts one digital format into another and the most commonly used device.
Logic Design EE-2121 Manesh T. Digital Systems  Introduction  Binary Quantities and Variables  Logic Gates  Boolean Algebra  Combinational Logic.
Digital Electronics Principles & Applications Fifth Edition Chapter 2 Numbers We Use in Digital Electronics ©1999 Glencoe/McGraw-Hill Roger L. Tokheim.
Binary Representation in Text
Binary Representation in Text
Topic: Binary Encoding – Part 1
ECT 109 Help Bcome Exceptional
Chapter 3 - Binary Numbering System
Digital Electronics INTRODUCTION ANALOG VS DIGITAL NUMBER SYSTEMS.
Binary numbers: Week 7 Lesson 1
Digital Electronics Jess 2008.
EPSII 59:006 Spring 2004.
EET 2259 Unit 5 Loops Read Bishop, Sections 5.1 and 5.2.
Think What will be the output?
Digital Electronics Ms. Deepa Mehta.
Lecture Part A Combinational Logic Design & Flip Flop
EET 2259 Unit 5 Loops Read Bishop, Sections 5.1 and 5.2.
Homework Reading Tokheim, Section 5-10, 7-4.
There are 10 types of people of people in this world…
Chapter 1 Number System RGGP, Narwana.
Design Example “Date of Birth Problem”
EET 2261 Unit 8 Seven-Segment Displays
2.1: Represent Relations and Functions HW: p.76 (4-20 even, all)
Remember the 10 types of people of people in this world…
Binary.
EET 2259 Unit 5 Loops Read Bishop, Sections 5.1 and 5.2.
Ladder programming Counter Instruction S7 300
2019 Investing Now Summer Program
Presentation transcript:

Physics 4341 Some lessons from Module 1. A control usually needs a default –It is not the equivalent to a constant, unless you make “current value default” after setting it. How about the low-current limit? Didn’t those wiggles bother you when you were measuring small currents? –The range counts! Default is 0 to +10, so 10V/4096=2.5 mV!

Physics 4342 Notes on Module 2 (thank you Prof. Toby Burnett) Two VI’s, due at the end of this week. –(Note that you can combine them into one, using a listbox or ring ) –TTL output logic levels: 4.35 V = “on”. –TTL Input: open or > 4.35 V = “on”, closed (shorted to ground) = “off”. Don’t need all the different colors for the wires. (But distinguish ground). Use ~300  current-limiting resistors for each display bar. Note that same 8 lines DIO lines are output (part I) and input (part II). –You can set up your breadboard to do both You have to deal with binary numbers (table II is a worksheet) –Note the Format & Precision menu item for a numeric constant, which can be used to set binary (or octal or hexadecimal). Note the requirement: your VI should turn the LED’s off when it stops. (think about how to do it.)

Physics 4343 Recall the AT-E board

Physics 4344 Seven-segment-display wiring (common cathode type) A14 B13 C8 D7 E6 F1 G2 dp9 Cath4,12

Physics 4345 Notes on mapping number to bars How do you convert the numbers 1-9 to a different sequence? In most languages, two choices: –case or if-elseif (adds code, complexity) –Table lookup (adds to memory) How does this map into G? See the Demo VI.Demo VI