ECT 109 Help Bcome Exceptional

Slides:



Advertisements
Similar presentations
LabVIEW is a graphical programming development environment for data acquisition and control, data analysis, and data presentation. With LabVIEW you can.
Advertisements

Floyd, Digital Fundamentals, 10 th ed EET 2259 Unit 2 Virtual Instruments Read Bishop, Chapter 2. Lab #2 and Homework #2 due next week. Quiz #1 next week.
Based on LabVIEW 2011 Student Edition
Lecture #9 EGR 277 – Digital Logic
1. 2 LabVIEW for FRC Doug Norman National Instruments January 6, 2012.
Introduction to LabVIEW 8.5
Laboratory 5: Introduction to LabVIEW. Overview Objectives Background Materials Procedure Report / Presentation Closing.
Introduction to LabVIEW Seth Price Department of Chemical Engineering New Mexico Tech Rev. 10/5/14.
EG1003: Introduction to Engineering and Design Introduction to LabVIEW.
ME 411/511Prof. Sailor Data Acquisition & LabView Lecture goals… –Learn the basics of how to use and modify LabView Virtual Instruments –Become familiar.
Virtual Instrumentation With LabVIEW
Infinity-project.org Engineering education for today’s classroom The Infinity Project SM LabVIEW for The Infinity Project.
V1: HMFR, V2: MFNB, 2007 LabView Seminar University of Puerto Rico Mayagüez Campus.
Design of Bio-Medical Virtual Instrumentation Tutorial 1.
Virtual Instrumentation With LabVIEW. Course Goals Understand the components of a Virtual Instrument Introduce LabVIEW and common LabVIEW functions Create.
Chapter 1 LabVIEW Basics. Features > Uses Graphic Symbols > Created by National Instruments > Virtual Instruments (VIs) > Extensive Library of VIs.
Virtual Instrumentation With LabVIEW. Front Panel Controls = Inputs Indicators = Outputs LabVIEW Programs Are Called Virtual Instruments (VIs) Block Diagram.
LabVIEW an Introduction
Implementing LabVIEW in an Intermediate Physics Laboratory Steven Sahyun Physics Department, University of Wisconsin - Whitewater, Whitewater, Wisconsin.
Design of Bio-Medical Virtual Instrumentation Tutorial 3.
LabVIEW in 3 Hours. What is Test & Measurement? Keypad Functionality Keypad Functionality LCD Testing LCD Testing Sound Quality Sound Quality Acoustic.
LabVIEW – 2 Windows ► Front Panel- User Interface ► Block Diagram- Programming View.
1. 2 LabVIEW Intro, Basics, Tips, Tricks Doug Norman & Stephanie Brierty National Instruments January 8, 2010.
Number System. Number Systems Important Number systems – Decimal – Binary – Hexadecimal.
Introduction to LabVIEW 8.5
Virtual Instrumentation With LabVIEW. Front Panel Controls = Inputs Indicators = Outputs Block Diagram Accompanying “program” for front panel Components.
Lecture 2: Logic Bryan Burlingame 10 Feb Ref: xkcd:
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
Introduction to LabVIEW
Introduction to LabVIEW. Overview Objectives Background Materials Procedure Report/Presentation Closing.
Week 3 Data Structures and Common Tools. Common Tools in Labview Automatic Tool Selector Using the Operating Tool Using the Positioning Tool to Select.
EG1003: Introduction to Engineering and Design Introduction to LabVIEW.
Lecture 2: Logic Bryan Burlingame 31 Aug 2016.
Programmable Logic Controller
Introduction to LabVIEW
Getting Started with LabVIEW Virtual Instruments
EET 2259 Unit 3 Editing and Debugging VIs
Fundamentals & Ethics of Information Systems IS 201
University of Gujrat Department of Computer Science
Course Learning Map Lesson # Lesson Title Lesson 3 Lesson 2 Lesson 1
Introduction to LabVIEW
GSP 115 Competitive Success-- snaptutorial.com
ECET 230 Innovative Education--snaptutorial.com
GSP 115 Innovative Education-- snaptutorial.com
GSP 340 Innovative Education-- snaptutorial.com
MIS 578 Enthusiastic Studysnaptutorial.com
MIS 579 Enthusiastic Studysnaptutorial.com
GSP 115 Education for Service-- snaptutorial.com
WBG 370 Education for Service-- snaptutorial.com.
WBG 450 Education for Service-- snaptutorial.com.
WBG 370 Enthusiastic Studysnaptutorial.com
WBG 410 Enthusiastic Studysnaptutorial.com
WBG 450 Enthusiastic Studysnaptutorial.com
WBG 370 Education for Service-- snaptutorial.com
GSP 115 Teaching Effectively-- snaptutorial.com
GSP 115 Inspiring Innovation-- snaptutorial.com
Lesson 2: Introduction to Control programming using Labview
Number Systems and Binary Arithmetic
Doing some Boolean: On/Off
Chapter 1 LabVIEW Basics
Introduction to LabVIEW
Introduction to LabVIEW
Adders.
CST-115 Introduction to Computer Programming
CMSC250 Fall 2018 Circuits 1 1.
Introduction to LabVIEW
EET 2259 Unit 9 Arrays Read Bishop, Sections 6.1 to 6.3.
Introduction to LabVIEW
EET 2259 Unit 2 Virtual Instruments
EET 2259 Unit 3 Editing and Debugging VIs
Presentation transcript:

ECT 109 Help Bcome Exceptional www.snaptutorial.com ECT 109 Help Bcome Exceptional Education is everything - education is your power, education is your way in life for whatever you want to do.

ECT 109 Help Bcome Exceptional www.snaptutorial.com ECT 109 Help Bcome Exceptional ECT 109 Week 1 Homework 1. (TCO 1) Identify the logic gate  2. (TCO 1) Identify the logic gate  3. (TCO 1) Identify the logic gate  4. (TCO 1)Which output waveform would be produced if input A and input B were the inputs to an AND gate?  5. (TCO 1) Which output waveform would be produced if input A and input B were the inputs to an XOR gate?

ECT 109 ECT 109 Help Bcome Exceptional www.snaptutorial.com ECT 109 Help Bcome Exceptional ECT 109 Week 1 iLab 1 Converting binary numbers to decimal Title: Converting binary numbers to decimal  I.OBJECTIVES  In this lab, you will develop an algorithm to convert binary numbers to decimal numbers. Then, apply the algorithm to several binary numbers to obtain their decimal equivalent.  II. PROCEDURE  The process of converting a four bit binary number to its decimal equivalent is demonstrated in the following steps.

ECT 109 Help Bcome Exceptional www.snaptutorial.com ECT 109 Help Bcome Exceptional ECT 109 Week 1 iLab 2 Converting decimal numbers to binary  I.OBJECTIVES   In this lab, you will develop an algorithm to convert decimal numbers to binary numbers. Then, apply the algorithm to several decimal numbers to obtain their binary equivalent.g steps.

ECT 109 Help Bcome Exceptional www.snaptutorial.com ECT 109 Help Bcome Exceptional ECT 109 Week 1 iLab 3 I.OBJECTIVES   In this lab, you will convert between binary numbers, decimal numbers, and hexadecimal numbers. In this lab, you will develop an algorithm to convert decimal numbers to binary numbers. Then, apply the algorithm to several decimal numbers to obtain their binary equivalent.g steps.

ECT 109 Help Bcome Exceptional www.snaptutorial.com ECT 109 Help Bcome Exceptional ECT 109 Week 2 iLab 1 Title: Understanding LabVIEW basic componentsalent.g steps.

ECT 109 ECT 109 Help Bcome Exceptional www.snaptutorial.com ECT 109 Help Bcome Exceptional ECT 109 Week 2 iLab 2 Building a basic Virtual Instrument Title: Building a basic Virtual Instrument (VI) using LabVIEW I.OBJECTIVES This lab demonstrates the use of the Getting Started screen to start a Blank VI and create the front panel and block diagram windows. Pull-down menu tools, controls, and functions palettes are utilized to populate a VI’s front panel window with basic numeric controls and indicators. Proper procedures are used to program the VI using the block diagram’s nodes, terminals and wires to perform the following

ECT 109 ECT 109 Help Bcome Exceptional www.snaptutorial.com ECT 109 Help Bcome Exceptional ECT 109 Week 3 iLab 1 Understanding LabVIEW Basic Componentsa ECT 109 ECT/109 ECT 109 Week 3 iLab 1 Understanding LabVIEW Basic ComponentsI.OBJECTIVES

ECT 109 ECT 109 Help Bcome Exceptional www.snaptutorial.com ECT 109 Help Bcome Exceptional ECT 109 Week 3 iLab 3 Converting Decimal Numbers to Binary Numbers ECT 109 ECT/109 ECT 109 Week 3 iLab 3 Converting Decimal Numbers to Binary Numbers

ECT 109 Help Bcome Exceptional www.snaptutorial.com ECT 109 Help Bcome Exceptional ECT 109 Week 4 iLab Understanding basic LabVIEW’s Arithmetic, Comparison, and Boolean functions ECT 109 ECT/109 ECT 109 Week 4 iLab Understanding basic LabVIEW’s Arithmetic, Comparison, and Boolean functions

ECT 109 ECT 109 Help Bcome Exceptional www.snaptutorial.com ECT 109 Help Bcome Exceptional ECT 109 Week 5 iLab 1 LabVIEWs For and While structures Title: LabVIEWs For and While structures I.OBJECTIVES This lab identifies the operations of the For and While structures and introduces the timing functions used in LabVIEW. II. PROCEDURE 1.For loops and While loops control _____ operations until a specified number of iterations complete.

ECT 109 ECT 109 Help Bcome Exceptional www.snaptutorial.com ECT 109 Help Bcome Exceptional  ECT 109 Week 6 iLab 2 Using LabVIEW’s Case Structure Title: Using LabVIEW’s Case Structure I.OBJECTIVES Create a LabVIEW VI that utilizes the case structure to multiply or divide two values. II.DESCRIPTION When the multiply switch is ON and the divide switch is OFF, Input1 and Input2 are multiplied together and displayed on the results indicator. When the multiply switch is OFF and divide switch is ON, Input1 is divided by Input2 and displayed. Any other switch positions will display a zero on results

ECT 109 Help Bcome Exceptional www.snaptutorial.com ECT 109 Help Bcome Exceptional Education is everything - education is your power, education is your way in life for whatever you want to do. For more Courses Visit Now www.snaptutorial.com