Research of Intelligent Traffic Light Control System Design Based on the NI ELVIS II Platform Yuan Wang a, Mi Zhou b

Size: px
Start display at page:

Download "Research of Intelligent Traffic Light Control System Design Based on the NI ELVIS II Platform Yuan Wang a, Mi Zhou b"

Transcription

1 Applied Mechanics and Materials Online: ISSN: , Vols , pp doi: / Trans Tech Publications, Switzerland Research of Intelligent Traffic Light Control System Design Based on the NI ELVIS II Platform Yuan Wang a, Mi Zhou b Polytechnic Institute, Sanya University, Sanya, , China a wangyuan0155@163.com, b mizhou330@126.com Keywords: Intelligent Traffic Light Control System; NI ELVIS II Platform; Virtual Instrument Technology Abstract. In this paper, introduces a crossroads two-way intelligent traffic light control system based on the virtual instrument technology. The programming language Laboratory Virtual Instrumentation Engineering Workbench (LabVIEW) is used and the NI Educational Laboratory Virtual Instrumentation Suite II (NI ELVIS II) platform is chosen as target device in designing this control system. The control kernel of the system is LabVIEW program, it can realize lots of functions, such as adjusting the passing time in all directions and the duration of the yellow light, passing time count down and treatment of abnormal traffic. The experiment proves, NI ELVIS II platform than traditional experimental teaching equipment more innovative, flexibility and practicality, be helpful for students in the field of innovation ability training. Introduction Electronic courses have problems of obsolete experimental equipments and old-fashioned teaching method in some China's university. Traditional laboratory has the disadvantage of a variety of experimental equipments, high cost and single use. To update the experimental equipments need to invest a lot of money, and maintenance is difficult. Defects and shortcomings of traditional instruments have become increasingly prominent. Nowadays, experimental teaching has become one of the important links of talent training in China's university, and in the training of students' practical ability and innovation ability plays a very important role[1]. In recent years, with the development of measuring instrument to digital and computerized, traditional instruments have been gradually replaced by the virtual instrument. Virtual instrument is the use of customizable software and modular measurement hardware to create user-defined measurement systems[1]. Traditional hardware instrumentation systems are made up of pre-defined hardware components, such as digital multimeters and oscilloscopes that are completely specific to their stimulus, analysis, or measurement function. Because of their hard-coded function, these systems are more limited in their versatility than virtual instrumentation systems. The primary difference between hardware instrumentation and virtual instrumentation is that software is used to replace a large amount of hardware. The software enables complex and expensive hardware to be replaced by already purchased computer hardware; e. g. analog-to-digital converter can act as a hardware complement of a virtual oscilloscope. In this paper, introduces a new crossroads two-way intelligent traffic light control system which is based on the programming language LabVIEW and NI ELVIS II platform. This system is advantageous to have short design period, high reliability, easy operation and maintenance. LabVIEW and NI ELVIS II LabVIEW is a platform and development environment for a visual programming language from National Instruments. The purpose of such programming is automating the usage of processing and measuring equipment in any laboratory setup[2][3]. The programming language used in LabVIEW, also referred to as G, is a dataflow programming language. Execution is determined by the structure of a graphical block diagram (the LV-source code) on which the programmer connects different function-nodes by drawing wires. These wires All rights reserved. No part of contents of this paper may be reproduced or transmitted in any form or by any means without the written permission of Trans Tech Publications, (ID: , Pennsylvania State University, University Park, USA-09/05/16,13:14:12)

2 Applied Mechanics and Materials Vols propagate variables and any node can execute as soon as all its input data become available[3] [4][5]. Since this might be the case for multiple nodes simultaneously, G is inherently capable of parallel execution. Multi-processing and multi-threading hardware is automatically exploited by the built-in scheduler, which multiplexes multiple OS threads over the nodes ready for execution. LabVIEW ties the creation of user interfaces (called front panels) into the development cycle. LabVIEW programs/subroutines are called virtual instruments (VIs)[6][7]. The NI Educational Laboratory Virtual Instrumentation Suite (NI ELVIS) is a hands-on design and prototyping platform that integrates 12 of the most commonly used instruments including the oscilloscope, digital multimeter, function generator, arbitrary waveform generatorand, bode analyzer, digital reader, digital writer, dynamic signal analyzer, two-wire current voltage analyzer, three-wire current voltage analyzer, variable power supplies and impedance analyzer into a compact form factor ideal for the hardware lab or classroom. Based on NI LabVIEW graphical system design software, NI ELVIS, with USB plug-and-play capabilities, offers the flexibility of virtual instrumentation and allows for quick and easy measurement acquisition and display. This hardware platform helps educators teach a variety of concepts, including measurement and instrumentation, analog and digital circuits, controls and mechatronics, telecommunications[1]. System Design Design requirements.design requirements of the intelligent traffic light control system are as follows: (1) Alternative use of the red, yellow and green light in all directions, and the traffic lights of the relative direction have the same state. (2) The yellow light to blink 3 times in the process, in order to make the vehicles have time to stop in the forbidden line. (3) The passage time in all directions and the duration of the yellow light can be adjusted, and by default, the passage time in east-west and south-north direction is 30 seconds and 25 seconds respectively, the duration of the yellow light is 3 seconds. (4) Show the passing time, and can count down the passing time. (5) The system with an external interrupt control button, can into the interrupt program with the manual control. (6) In case of emergency, the system into the interrupt program, and all the red lights lit. (7) After the emergency, the system back to normal state. Hardware circuit.the hardware circuit of the intelligent traffic light control system is composed of four identical traffic light hardware circuit modules and four identical pedestrian signal light hardware circuit modules, in which the four traffic light hardware circuit modules are the core. (a) Protues schematic diagram (b) Printed circuit board Fig.1. The traffic light hardware circuit module The protues schematic diagram and printed circuit board of the traffic light hardware circuit module shown in Figure1 (a) and (b). The traffic light hardware circuit module is composed of two 7-segment displays, two common cathode BCD to 7-segment decoders(cd4511), three light

3 1130 Mechanical Engineering, Industrial Electronics and Information Technology Applications in Industry emitting diodes which the color is red, yellow and green respectively, three Triodes and some resistances. The CD4511 s function is to convert the logic states of a 4-bit BCD, and outputs the 7-bit signals which will drive the 7-segment LED display. The display shows the decimal numbers 0-9. The two 7-segment displays are show units and tens of the passing time. The input signal of triode controls the light emitting diode. When the triode input high, the light emitting diode lit. The input signals of traffic light hardware circuit module are follows: 4-bit BCD(A, B, C, D), tens 7-segment display s chip select signal, units 7-segment display s chip select signal, light emitting diode s control signal(red, yellow, green), VCC and GND. Pedestrian signal light hardware circuit module is composed of two light emitting diodes which the color is red and green respectively, two Triodes and some resistances. The schematic diagram of the pedestrian signal light hardware circuit module is same of the traffic light hardware circuit module. The input signals of pedestrian signal light hardware circuit module are follows: red light emitting diode s control signal, green light emitting diode s control signal, VCC(5V) and GND. Software program.the software program of the intelligent traffic light control system was programed by the LabVIEW. In the program, the passage time in all directions and the duration of the yellow light should be factitious setting. By default, the passage time in east-west and south-north direction is 30 seconds and 25 seconds respectively, the duration of the yellow light is 3 seconds, and the passage time ranges between 1 to 99. The yellow light to blink 3 times is to come true by the For Loop. And through the conditional terminal of the For Loop to realize into the interrupt program with the external interrupt control button. After the emergency, the system back to normal state. The units and tens of passage time and the duration of the yellow light are converted from a decimal number to 4-bit BCD. The logic states of all traffic lights are decided by the block diagram. The outputs of the LabVIEW program are inputted to NI ELVIS II platform through the Data Acquisition(DAQ) VIs, which include the 4-bit BCD, tens 7-segment displays chip select signal, units 7-segment displays chip select signal, light emitting diodes control signal, VCC(5V) and GND. The hardware circuit that connects traffic light hardware circuit modules, pedestrian signal light hardware circuit modules and NI ELVIS II platform over DuPont lines, and using the data line to connect NI ELVIS II platform and computer. The hardware circuit s test result of the intelligent traffic light control system shown in Figure2 (a), and the test result of the LabVIEW program shown in Figure2 (b). Through the test results, the system has been tested by practice, having reached the requirements. (a) The result of hardware circuit (b) The front panel of LabVIEW program Fig.2. The intelligent traffic light control system

4 Applied Mechanics and Materials Vols Conclusion Through the LabVIEW and the NI ELVIS II platform to design an intelligent traffic light control system. The experiment proves, NI ELVIS II platform than traditional experimental teaching equipment more innovative, flexibility and practicality, be helpful for students in the field of innovation ability training. Acknowledgement In this paper, the research was sponsored by the Scientific Research Fund of Hainan Provincial Education Department (No.Hjjg ) and Education Research Fund of Sanya University(No. Syxyjy120506). References [1] Li Jun. Traffic Light Control System Design Based on the NI ELVIS Platform[J]. Computer Knowledge and Technology.2010,6(32), [2] Dr Cor J. Kalkman MD, PhD. LabVIEW: A software system for data acquisition, data analysis, and instrument control[j]. Journal of Clinical Monitoring,1995(1) [3] Inc. National Instruments Inc. LabVIEW 8 Student Edition[M]. Prentice Hall, [4] Surekha, P. LabVIEW based advanced instrumentation systems[m]. Phoenix Lieb press, [5] Jeffrey Travis; Jim Kring. LabVIEW for Everyone: Graphical Programming Made Easy and Fun[M]. Prentice Hall, [6] Tiernan, Peter. Enhancing the learning experience of undergraduate technology students with LabVIEW software[j]. Computers and Education. 2010, 55(4), [7] Levent Sevgi, Agatay Uluisik. A Labview-Based Virtual Instrument for Engineering Education: A Numerical Fourier Transform Tool[J]. Turkish Journal of Electrical Engineering and Computer Sciences. 2006, 15(4).

5 Mechanical Engineering, Industrial Electronics and Information Technology Applications in Industry / Research of Intelligent Traffic Light Control System Design Based on the NI ELVIS II Platform /

Integration of Virtual Instrumentation into a Compressed Electricity and Electronic Curriculum

Integration of Virtual Instrumentation into a Compressed Electricity and Electronic Curriculum Integration of Virtual Instrumentation into a Compressed Electricity and Electronic Curriculum Arif Sirinterlikci Ohio Northern University Background Ohio Northern University Technological Studies Department

More information

The aim is to design a next generation real time karaoke device which would be a stereo type equalizer by efficient

The aim is to design a next generation real time karaoke device which would be a stereo type equalizer by efficient ISSN: 0975-766X CODEN: IJPTFI Available Online through Research Article www.ijptonline.com IMPLEMENTATION OF SIGNAL EQUALIZER FOR THE EFFICIENT KARAOKE USING LAB VIEW BASED ON MYDAQ S Mohammed Adil 1,

More information

Elvis Has Entered Digital Circuits!

Elvis Has Entered Digital Circuits! Elvis Has Entered Digital Circuits! Timothy Johnson, Andrew Heran, and Murat Tanyel Geneva College, Beaver Falls, PA 15010 Email: mtanyel@geneva.edu Abstract NI Elvis II is an educational design and prototyping

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

Interactive Virtual Laboratory for Distance Education in Nuclear Engineering. Abstract

Interactive Virtual Laboratory for Distance Education in Nuclear Engineering. Abstract Interactive Virtual Laboratory for Distance Education in Nuclear Engineering Prashant Jain, James Stubbins and Rizwan Uddin Department of Nuclear, Plasma and Radiological Engineering University of Illinois

More information

Fig. 1. The Front Panel (Graphical User Interface)

Fig. 1. The Front Panel (Graphical User Interface) ME 4710 Motion and Control Data Acquisition Software for Step Excitation Introduction o These notes describe LabVIEW software that can be used for data acquisition. The overall software characteristics

More information

ENGR 1000, Introduction to Engineering Design

ENGR 1000, Introduction to Engineering Design ENGR 1000, Introduction to Engineering Design Unit 2: Data Acquisition and Control Technology Lesson 2.4: Programming Digital Ports Hardware: 12 VDC power supply Several lengths of wire NI-USB 6008 Device

More information

Bell. Program of Study. Accelerated Digital Electronics. Dave Bell TJHSST

Bell. Program of Study. Accelerated Digital Electronics. Dave Bell TJHSST Program of Study Accelerated Digital Electronics TJHSST Dave Bell Course Selection Guide Description: Students learn the basics of digital electronics technology as they engineer a complex electronic system.

More information

Basic LabVIEW Programming Amit J Nimunkar, Sara Karle, Michele Lorenz, Emily Maslonkowski

Basic LabVIEW Programming Amit J Nimunkar, Sara Karle, Michele Lorenz, Emily Maslonkowski Introduction This lab familiarizes you with the software package LabVIEW from National Instruments for data acquisition and virtual instrumentation. The lab also introduces you to resistors, capacitors,

More information

Design and Realization of the Guitar Tuner Using MyRIO

Design and Realization of the Guitar Tuner Using MyRIO Journal of Automation and Control, 2017, Vol. 5, No. 2, 41-45 Available online at http://pubs.sciepub.com/automation/5/2/2 Science and Education Publishing DOI:10.12691/automation-5-2-2 Design and Realization

More information

The Micropython Microcontroller

The Micropython Microcontroller Please do not remove this manual from the lab. It is available via Canvas Electronics Aims of this experiment Explore the capabilities of a modern microcontroller and some peripheral devices. Understand

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

Recording of Coincidence Signals in a Software Medium

Recording of Coincidence Signals in a Software Medium Science Journal of Circuits, Systems and Signal Processing 2018; 7(1): 28-33 http://www.sciencepublishinggroup.com/j/cssp doi: 10.11648/j.cssp.20180701.14 ISSN: 2326-9065 (Print); ISSN: 2326-9073 (Online)

More information

DALHOUSIE UNIVERSITY Department of Electrical & Computer Engineering Digital Circuits - ECED 2200

DALHOUSIE UNIVERSITY Department of Electrical & Computer Engineering Digital Circuits - ECED 2200 DALHOUSIE UNIVERSITY Department of Electrical & Computer Engineering Digital Circuits - ECED 2200 Tutorial 1. Xilinx Integrated Software Environment (ISE) Tools Objectives: 1. Familiarize yourself with

More information

DSP Laboratory: Analog to Digital and Digital to Analog Conversion *

DSP Laboratory: Analog to Digital and Digital to Analog Conversion * OpenStax-CNX module: m13035 1 DSP Laboratory: Analog to Digital and Digital to Analog Conversion * Erik Luther This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution

More information

Chapter 60 Development of the Remote Instrumentation Systems Based on Embedded Web to Support Remote Laboratory

Chapter 60 Development of the Remote Instrumentation Systems Based on Embedded Web to Support Remote Laboratory Chapter 60 Development of the Remote Instrumentation Systems Based on Embedded Web to Support Remote Laboratory F. Yudi Limpraptono and Irmalia Suryani Faradisa Abstract Web-based remote instrumentation

More information

The Design of Teaching Experiment System Based on Virtual Instrument Technology. Dayong Huo

The Design of Teaching Experiment System Based on Virtual Instrument Technology. Dayong Huo 3rd International Conference on Management, Education, Information and Control (MEICI 2015) The Design of Teaching Experiment System Based on Virtual Instrument Technology Dayong Huo Department of Physics,

More information

ENGG2410: Digital Design Lab 5: Modular Designs and Hierarchy Using VHDL

ENGG2410: Digital Design Lab 5: Modular Designs and Hierarchy Using VHDL ENGG2410: Digital Design Lab 5: Modular Designs and Hierarchy Using VHDL School of Engineering, University of Guelph Fall 2017 1 Objectives: Start Date: Week #7 2017 Report Due Date: Week #8 2017, in the

More information

Lab experience 1: Introduction to LabView

Lab experience 1: Introduction to LabView Lab experience 1: Introduction to LabView LabView is software for the real-time acquisition, processing and visualization of measured data. A LabView program is called a Virtual Instrument (VI) because

More information

CHAPTER 3 ECG SIGNAL RECORDING USING LABVIEW

CHAPTER 3 ECG SIGNAL RECORDING USING LABVIEW 103 CHAPTER 3 ECG SIGNAL RECORDING USING LABVIEW 3.1 INTRODUCTION The Work has been inspired by the need to find an efficient method for ECG signal recording and processing. ECG signals are non-stationary

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

DEVELOPMENT OF LABVIEW BASED WIRELESS CONTROL SYSTEMS FOR ION BEAM MICROMACHINING SYSTEMS

DEVELOPMENT OF LABVIEW BASED WIRELESS CONTROL SYSTEMS FOR ION BEAM MICROMACHINING SYSTEMS International Journal of Scientific & Engineering Research, Volume 3, Issue 11, November-2012 1 DEVELOPMENT OF LABVIEW BASED WIRELESS CONTROL SYSTEMS FOR ION BEAM MICROMACHINING SYSTEMS Mr. JOSHI TUSHAR

More information

Laboratory 9 Digital Circuits: Flip Flops, One-Shot, Shift Register, Ripple Counter

Laboratory 9 Digital Circuits: Flip Flops, One-Shot, Shift Register, Ripple Counter page 1 of 5 Digital Circuits: Flip Flops, One-Shot, Shift Register, Ripple Counter Introduction In this lab, you will learn about the behavior of the D flip-flop, by employing it in 3 classic circuits:

More information

3D Video Transmission System for China Mobile Multimedia Broadcasting

3D Video Transmission System for China Mobile Multimedia Broadcasting Applied Mechanics and Materials Online: 2014-02-06 ISSN: 1662-7482, Vols. 519-520, pp 469-472 doi:10.4028/www.scientific.net/amm.519-520.469 2014 Trans Tech Publications, Switzerland 3D Video Transmission

More information

PHYSICS 5620 LAB 9 Basic Digital Circuits and Flip-Flops

PHYSICS 5620 LAB 9 Basic Digital Circuits and Flip-Flops PHYSICS 5620 LAB 9 Basic Digital Circuits and Flip-Flops Objective Construct a two-bit binary decoder. Study multiplexers (MUX) and demultiplexers (DEMUX). Construct an RS flip-flop from discrete gates.

More information

IoT Based Controlling and Monitoring of Smart City

IoT Based Controlling and Monitoring of Smart City IoT Based Controlling and Monitoring of Smart City P. Sai Bhavani Prasad,Mahantesh H Arutagi, Sanket Bandi, Shridhar V. Nayak, Dr. Iranna Korachagaon Professor and HoD, Department of Electrical and Electronics,

More information

ME EN 363 ELEMENTARY INSTRUMENTATION Lab: Basic Lab Instruments and Data Acquisition

ME EN 363 ELEMENTARY INSTRUMENTATION Lab: Basic Lab Instruments and Data Acquisition ME EN 363 ELEMENTARY INSTRUMENTATION Lab: Basic Lab Instruments and Data Acquisition INTRODUCTION Many sensors produce continuous voltage signals. In this lab, you will learn about some common methods

More information

IJMIE Volume 2, Issue 3 ISSN:

IJMIE Volume 2, Issue 3 ISSN: Development of Virtual Experiment on Flip Flops Using virtual intelligent SoftLab Bhaskar Y. Kathane* Pradeep B. Dahikar** Abstract: The scope of this paper includes study and implementation of Flip-flops.

More information

1.1 Digital Signal Processing Hands-on Lab Courses

1.1 Digital Signal Processing Hands-on Lab Courses 1. Introduction The field of digital signal processing (DSP) has experienced a considerable growth in the last two decades primarily due to the availability and advancements in digital signal processors

More information

CPE 200L LABORATORY 3: SEQUENTIAL LOGIC CIRCUITS UNIVERSITY OF NEVADA, LAS VEGAS GOALS: BACKGROUND: SR FLIP-FLOP/LATCH

CPE 200L LABORATORY 3: SEQUENTIAL LOGIC CIRCUITS UNIVERSITY OF NEVADA, LAS VEGAS GOALS: BACKGROUND: SR FLIP-FLOP/LATCH CPE 200L LABORATORY 3: SEUENTIAL LOGIC CIRCUITS DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING UNIVERSITY OF NEVADA, LAS VEGAS GOALS: Learn to use Function Generator and Oscilloscope on the breadboard.

More information

MODULAR DIGITAL ELECTRONICS TRAINING SYSTEM

MODULAR DIGITAL ELECTRONICS TRAINING SYSTEM MODULAR DIGITAL ELECTRONICS TRAINING SYSTEM MDETS UCTECH's Modular Digital Electronics Training System is a modular course covering the fundamentals, concepts, theory and applications of digital electronics.

More information

RF4432 wireless transceiver module

RF4432 wireless transceiver module RF4432 wireless transceiver module 1. Description RF4432 adopts Silicon Lab Si4432 RF chip, which is a highly integrated wireless ISM band transceiver. The features of high sensitivity (-121 dbm), +20

More information

Synchronous Sequential Logic

Synchronous Sequential Logic Synchronous Sequential Logic Ranga Rodrigo August 2, 2009 1 Behavioral Modeling Behavioral modeling represents digital circuits at a functional and algorithmic level. It is used mostly to describe sequential

More information

MONITORING AND ANALYSIS OF VIBRATION SIGNAL BASED ON VIRTUAL INSTRUMENTATION

MONITORING AND ANALYSIS OF VIBRATION SIGNAL BASED ON VIRTUAL INSTRUMENTATION MONITORING AND ANALYSIS OF VIBRATION SIGNAL BASED ON VIRTUAL INSTRUMENTATION Abstract Sunita Mohanta 1, Umesh Chandra Pati 2 Post Graduate Scholar, NIT Rourkela, India 1 Associate Professor, NIT Rourkela,

More information

Lab #6: Combinational Circuits Design

Lab #6: Combinational Circuits Design Lab #6: Combinational Circuits Design PURPOSE: The purpose of this laboratory assignment is to investigate the design of combinational circuits using SSI circuits. The combinational circuits being implemented

More information

RF4432F27 wireless transceiver module

RF4432F27 wireless transceiver module RF4432F27 wireless transceiver module 1. Description RF4432F27 is 500mW RF module embedded with amplifier and LNA circuit. High quality of component, tightened inspection and long term test make this module

More information

NORTHWESTERN UNIVERSITY TECHNOLOGICAL INSTITUTE

NORTHWESTERN UNIVERSITY TECHNOLOGICAL INSTITUTE NORTHWESTERN UNIVERSITY TECHNOLOGICL INSTITUTE ECE 270 Experiment #8 DIGITL CIRCUITS Prelab 1. Draw the truth table for the S-R Flip-Flop as shown in the textbook. Draw the truth table for Figure 7. 2.

More information

LabView Exercises: Part III

LabView Exercises: Part III Physics 3100 Electronics, Fall 2008, Digital Circuits 1 LabView Exercises: Part III The working VIs should be handed in to the TA at the end of the lab. This is a lab under development so we may experience

More information

COMPUTER ENGINEERING PROGRAM

COMPUTER ENGINEERING PROGRAM COMPUTER ENGINEERING PROGRAM California Polytechnic State University CPE 169 Experiment 6 Introduction to Digital System Design: Combinational Building Blocks Learning Objectives 1. Digital Design To understand

More information

LABORATORY # 1 LAB MANUAL. Digital Signals

LABORATORY # 1 LAB MANUAL. Digital Signals Department of Electrical Engineering University of California Riverside Laboratory #1 EE 120 A LABORATORY # 1 LAB MANUAL Digital Signals 2 Objectives Lab 1 contains 3 (three) parts and the objectives are

More information

OPTIMUM Power Technology: Low Cost Combustion Analysis for University Engine Design Programs Using ICEview and NI Compact DAQ Chassis

OPTIMUM Power Technology: Low Cost Combustion Analysis for University Engine Design Programs Using ICEview and NI Compact DAQ Chassis OPTIMUM Power Technology: Low Cost Combustion Analysis for University Engine Design Programs Using ICEview and NI Compact DAQ Chassis World Headquarters (USA): European Sales Office: Japanese Office: 3117

More information

0.56" 4 Digital Blue LED Panel Meter (rescalable) User s Guide

0.56 4 Digital Blue LED Panel Meter (rescalable) User s Guide 0.56" 4 Digital Blue LED Panel Meter (rescalable) User s Guide 2004-2009 Sure Electronics Inc. ME-SP037B_Ver1.0 0.56" 4 DIGITAL BLUE LED PANEL METER (RESCALABLE) USER S GUIDE Table of Contents Chapter

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

ELEC 204 Digital System Design LABORATORY MANUAL

ELEC 204 Digital System Design LABORATORY MANUAL Elec 24: Digital System Design Laboratory ELEC 24 Digital System Design LABORATORY MANUAL : 4-bit hexadecimal Decoder & 4-bit Increment by N Circuit College of Engineering Koç University Important Note:

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

Experiment 13 Sampling and reconstruction

Experiment 13 Sampling and reconstruction Experiment 13 Sampling and reconstruction Preliminary discussion So far, the experiments in this manual have concentrated on communications systems that transmit analog signals. However, digital transmission

More information

Digital audio is superior to its analog audio counterpart in a number of ways:

Digital audio is superior to its analog audio counterpart in a number of ways: TABLE OF CONTENTS What s an Audio Snake...4 The Benefits of the Digital Snake...5 Digital Snake Components...6 Improved Intelligibility...8 Immunity from Hums & Buzzes...9 Lightweight & Portable...10 Low

More information

Experiment (6) 2- to 4 Decoder. Figure 8.1 Block Diagram of 2-to-4 Decoder 0 X X

Experiment (6) 2- to 4 Decoder. Figure 8.1 Block Diagram of 2-to-4 Decoder 0 X X 8. Objectives : Experiment (6) Decoders / Encoders To study the basic operation and design of both decoder and encoder circuits. To describe the concept of active low and active-high logic signals. To

More information

ECE Lab 5. MSI Circuits - Four-Bit Adder/Subtractor with Decimal Output

ECE Lab 5. MSI Circuits - Four-Bit Adder/Subtractor with Decimal Output ECE 201 - Lab 5 MSI Circuits - Four-Bit Adder/Subtractor with Decimal Output PURPOSE To familiarize students with Medium Scale Integration (MSI) technology, specifically adders. The student should also

More information

Review : 2 Release Date : 2019 Last Amendment : 2013 Course Code : SKEE 2742 Procedure Number : PK-UTM-FKE-(0)-10

Review : 2 Release Date : 2019 Last Amendment : 2013 Course Code : SKEE 2742 Procedure Number : PK-UTM-FKE-(0)-10 School Course Name : : ELECTRICAL ENGINEERING 2 ND YEAR ELECTRONIC DESIGN LAB Review : 2 Release Date : 2019 Last Amendment : 2013 Course Code : SKEE 2742 Procedure Number : PK-UTM-FKE-(0)-10 School of

More information

Bruce Chubb s Computer/Model Railroad Interface (C/MRI) 101- The Basics

Bruce Chubb s Computer/Model Railroad Interface (C/MRI) 101- The Basics Bruce Chubb s Computer/Model Railroad Interface (C/MRI) 101- The Basics By Jay Beckham http://jaysoscalelayout.blogspot.com/ james@thebeckhams.us Visit the layout Sunday Afternoon 1 My presentation is

More information

Getting Started with the LabVIEW Sound and Vibration Toolkit

Getting Started with the LabVIEW Sound and Vibration Toolkit 1 Getting Started with the LabVIEW Sound and Vibration Toolkit This tutorial is designed to introduce you to some of the sound and vibration analysis capabilities in the industry-leading software tool

More information

News from Rohde&Schwarz Number 195 (2008/I)

News from Rohde&Schwarz Number 195 (2008/I) BROADCASTING TV analyzers 45120-2 48 R&S ETL TV Analyzer The all-purpose instrument for all major digital and analog TV standards Transmitter production, installation, and service require measuring equipment

More information

SignalTap Plus System Analyzer

SignalTap Plus System Analyzer SignalTap Plus System Analyzer June 2000, ver. 1 Data Sheet Features Simultaneous internal programmable logic device (PLD) and external (board-level) logic analysis 32-channel external logic analyzer 166

More information

Research on Color Reproduction Characteristics of Mobile Terminals

Research on Color Reproduction Characteristics of Mobile Terminals Applied Mechanics and Materials Submitted: 2014-09-14 ISSN: 1662-7482, Vol. 731, pp 80-86 Accepted: 2014-11-19 doi:10.4028/www.scientific.net/amm.731.80 Online: 2015-01-29 2015 Trans Tech Publications,

More information

Technology Control Technology

Technology Control Technology L e a v i n g C e r t i f i c a t e Technology Control Technology P I C A X E 1 8 X Prog. 1.SOUND Output Prog. 3 OUTPUT & WAIT Prog. 6 LOOP Prog. 7...Seven Segment Display Prog. 8...Single Traffic Light

More information

Search Platform Design Based On WSN

Search Platform Design Based On WSN American Journal of Engineering Research (AJER) e-iss: 2320-0847 p-iss : 2320-0936 Volume-5, Issue-1, pp-01-05 www.ajer.org Research Paper Search Platform Design Based On WS Open Access Song Jinbo, Duan

More information

Virtual instruments and introduction to LabView

Virtual instruments and introduction to LabView Introduction Virtual instruments and introduction to LabView (BME-MIT, updated: 26/08/2014 Tamás Krébesz krebesz@mit.bme.hu) The purpose of the measurement is to present and apply the concept of virtual

More information

LabView Exercises: Part II

LabView Exercises: Part II Physics 3100 Electronics, Fall 2008, Digital Circuits 1 LabView Exercises: Part II The working VIs should be handed in to the TA at the end of the lab. Using LabView for Calculations and Simulations LabView

More information

Lesson Sequence: S4A (Scratch for Arduino)

Lesson Sequence: S4A (Scratch for Arduino) Lesson Sequence: S4A (Scratch for Arduino) Rationale: STE(A)M education (STEM with the added Arts element) brings together strands of curriculum with a logical integration. The inclusion of CODING in STE(A)M

More information

Practical Exercise Look at the circuit diagram shown. What will happen in this circuit if switch S2 is pressed momentarily?

Practical Exercise Look at the circuit diagram shown. What will happen in this circuit if switch S2 is pressed momentarily? Practical Exercise 3 1. Two electronics technicians are discussing the resistance of copper wire. Technician A says that the resistance of copper wire increases as its cross-sectional area increases. Technician

More information

A dedicated data acquisition system for ion velocity measurements of laser produced plasmas

A dedicated data acquisition system for ion velocity measurements of laser produced plasmas A dedicated data acquisition system for ion velocity measurements of laser produced plasmas N Sreedhar, S Nigam, Y B S R Prasad, V K Senecha & C P Navathe Laser Plasma Division, Centre for Advanced Technology,

More information

PHYS 3322 Modern Laboratory Methods I Digital Devices

PHYS 3322 Modern Laboratory Methods I Digital Devices PHYS 3322 Modern Laboratory Methods I Digital Devices Purpose This experiment will introduce you to the basic operating principles of digital electronic devices. Background These circuits are called digital

More information

Traffic Light Controller. Thomas Quinn, Brandon Londo, Alexander C. Vincent, Yezan Hussein

Traffic Light Controller. Thomas Quinn, Brandon Londo, Alexander C. Vincent, Yezan Hussein Traffic Light Controller Variable Cycle Time Design Thomas Quinn, Brandon Londo, Alexander C. Vincent, Yezan Hussein Electrical and Computer Engineering Department School of Engineering and Computer Science

More information

Experiment 9 Analog/Digital Conversion

Experiment 9 Analog/Digital Conversion Experiment 9 Analog/Digital Conversion Introduction Most digital signal processing systems are interfaced to the analog world through analogto-digital converters (A/D) and digital-to-analog converters

More information

Amplification. Most common signal conditioning

Amplification. Most common signal conditioning 1. Labview basics virtual instruments, data flow, palettes 2. Structures for, while, case,... editing techniques 3. Controls&Indicators arrays, clusters, charts, graphs 4. Additional lecture State machines,

More information

Main Design Project. The Counter. Introduction. Macros. Procedure

Main Design Project. The Counter. Introduction. Macros. Procedure Main Design Project Introduction In order to gain some experience with using macros we will exploit some of the features of our boards to construct a counter that will count from 0 to 59 with the counts

More information

Research Article. ZOOM FFT technology based on analytic signal and band-pass filter and simulation with LabVIEW

Research Article. ZOOM FFT technology based on analytic signal and band-pass filter and simulation with LabVIEW Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2015, 7(3):359-363 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 ZOOM FFT technology based on analytic signal and

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

ระบบคอมพ วเตอร และการเช อมโยง Computer Systems and Interfacing บทท 1 พ นฐานด จ ตอล

ระบบคอมพ วเตอร และการเช อมโยง Computer Systems and Interfacing บทท 1 พ นฐานด จ ตอล 04-612-307 ระบบคอมพ วเตอร และการเช อมโยง Computer Systems and Interfacing บทท 1 พ นฐานด จ ตอล สาขาว ชาว ศวกรรมคอมพ วเตอร คณะว ศวกรรมศาสตร มหาว ทยาล ยเทคโนโลย ราชมงคลพระนคร Digital and Analog Quantities

More information

Laboratory 11. Required Components: Objectives. Introduction. Digital Displays and Logic (modified from lab text by Alciatore)

Laboratory 11. Required Components: Objectives. Introduction. Digital Displays and Logic (modified from lab text by Alciatore) Laboratory 11 Digital Displays and Logic (modified from lab text by Alciatore) Required Components: 2x lk resistors 1x 10M resistor 3x 0.1 F capacitor 1x 555 timer 1x 7490 decade counter 1x 7447 BCD to

More information

UNIT V 8051 Microcontroller based Systems Design

UNIT V 8051 Microcontroller based Systems Design UNIT V 8051 Microcontroller based Systems Design INTERFACING TO ALPHANUMERIC DISPLAYS Many microprocessor-controlled instruments and machines need to display letters of the alphabet and numbers. Light

More information

PARALLEL PROCESSOR ARRAY FOR HIGH SPEED PATH PLANNING

PARALLEL PROCESSOR ARRAY FOR HIGH SPEED PATH PLANNING PARALLEL PROCESSOR ARRAY FOR HIGH SPEED PATH PLANNING S.E. Kemeny, T.J. Shaw, R.H. Nixon, E.R. Fossum Jet Propulsion LaboratoryKalifornia Institute of Technology 4800 Oak Grove Dr., Pasadena, CA 91 109

More information

ME 515 Mechatronics. Introduction to Digital Electronics

ME 515 Mechatronics. Introduction to Digital Electronics ME 55 Mechatronics /5/26 ME 55 Mechatronics Digital Electronics Asanga Ratnaweera Department of Faculty of Engineering University of Peradeniya Tel: 8239 (3627) Email: asangar@pdn.ac.lk Introduction to

More information

Electrical and Telecommunications Engineering Technology_TCET3122/TC520. NEW YORK CITY COLLEGE OF TECHNOLOGY The City University of New York

Electrical and Telecommunications Engineering Technology_TCET3122/TC520. NEW YORK CITY COLLEGE OF TECHNOLOGY The City University of New York NEW YORK CITY COLLEGE OF TECHNOLOGY The City University of New York DEPARTMENT: SUBJECT CODE AND TITLE: COURSE DESCRIPTION: REQUIRED: Electrical and Telecommunications Engineering Technology TCET 3122/TC

More information

Inside Digital Design Accompany Lab Manual

Inside Digital Design Accompany Lab Manual 1 Inside Digital Design, Accompany Lab Manual Inside Digital Design Accompany Lab Manual Simulation Prototyping Synthesis and Post Synthesis Name- Roll Number- Total/Obtained Marks- Instructor Signature-

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

Quick Reference Manual

Quick Reference Manual Quick Reference Manual V1.0 1 Contents 1.0 PRODUCT INTRODUCTION...3 2.0 SYSTEM REQUIREMENTS...5 3.0 INSTALLING PDF-D FLEXRAY PROTOCOL ANALYSIS SOFTWARE...5 4.0 CONNECTING TO AN OSCILLOSCOPE...6 5.0 CONFIGURE

More information

DSO138mini Troubleshooting Guide

DSO138mini Troubleshooting Guide DSO138mini Troubleshooting Guide Applicable main board: 109-13800-00I Applicable analog board: 109-13801-00H 1. Frequently Found Problems 1) LCD completely dark. No backlight 2) LCD lights up but no display

More information

Checkpoint 2 Video Interface

Checkpoint 2 Video Interface University of California at Berkeley College of Engineering Department of Electrical Engineering and Computer Sciences EECS150 Fall 1998 R. Fearing and Kevin Cho 1. Objective Checkpoint 2 Video Interface

More information

Prototype Model of Li-Fi Technology using Visible Light Communication

Prototype Model of Li-Fi Technology using Visible Light Communication Prototype Model of Li-Fi Technology using Visible Light Communication Rashmi.T 1, Rajalaxmi.R 2, Mr.Balaji.V.R 3 1,2 UG Student, 3 Assistant Professor Department of ECE, St. Joseph s Institute of Technology

More information

EECS145M 2000 Midterm #1 Page 1 Derenzo

EECS145M 2000 Midterm #1 Page 1 Derenzo UNIVERSITY OF CALIFORNIA College of Engineering Electrical Engineering and Computer Sciences Department EECS 145M: Microcomputer Interfacing Laboratory Spring Midterm #1 (Closed book- calculators OK) Wednesday,

More information

Analogue output module DAO 081

Analogue output module DAO 081 ANALOGUE OUTPUT MODULE DAO 081 Analogue output module DAO 081 for eight ±10 V DC outputs This analogue output module is used for driving components capable of being analogue driven (e.g. proportional pressure

More information

Solutions to Embedded System Design Challenges Part II

Solutions to Embedded System Design Challenges Part II Solutions to Embedded System Design Challenges Part II Time-Saving Tips to Improve Productivity In Embedded System Design, Validation and Debug Hi, my name is Mike Juliana. Welcome to today s elearning.

More information

Real-time Chatter Compensation based on Embedded Sensing Device in Machine tools

Real-time Chatter Compensation based on Embedded Sensing Device in Machine tools International Journal of Engineering and Technical Research (IJETR) ISSN: 2321-0869 (O) 2454-4698 (P), Volume-3, Issue-9, September 2015 Real-time Chatter Compensation based on Embedded Sensing Device

More information

Pixel LED SPI Digital Controller

Pixel LED SPI Digital Controller Pixel LED SPI Digital Controller Part number: The Mini LED Pixel Controller provides a wide array of color changing and chasing effects for both PixelPro and PixelControl products. The 32 different effects

More information

FPGA-BASED EDUCATIONAL LAB PLATFORM

FPGA-BASED EDUCATIONAL LAB PLATFORM FPGA-BASED EDUCATIONAL LAB PLATFORM Mircea Alexandru DABÂCAN, Clint COLE Mircea Dabâcan is with Technical University of Cluj-Napoca, Electronics and Telecommunications Faculty, Applied Electronics Department,

More information

A Directional Indicator with a Symbol Based Interface for improvised Safety-Enhanced Directional Indicators using Matrix LED

A Directional Indicator with a Symbol Based Interface for improvised Safety-Enhanced Directional Indicators using Matrix LED AUSTRALIAN JOURNAL OF BASIC AND APPLIED SCIENCES ISSN:1991-8178 EISSN: 2309-8414 Journal home page: www.ajbasweb.com A Directional Indicator with a Symbol Based Interface for improvised Safety-Enhanced

More information

ENGR 1000, Introduction to Engineering Design

ENGR 1000, Introduction to Engineering Design Unit 2: Mechatronics ENGR 1000, Introduction to Engineering Design Lesson 2.3: Controlling Independent Systems Hardware: 12 VDC power supply Several lengths of wire NI-USB 6008 Device with USB cable Digital

More information

Main Design Project. The Counter. Introduction. Macros. Procedure

Main Design Project. The Counter. Introduction. Macros. Procedure Main Design Project Introduction In order to gain some experience with using macros we will exploit some of the features of our boards to construct a counter that will count from 0 to 59 with the counts

More information

Field Programmable Gate Array (FPGA) Based Trigger System for the Klystron Department. Darius Gray

Field Programmable Gate Array (FPGA) Based Trigger System for the Klystron Department. Darius Gray SLAC-TN-10-007 Field Programmable Gate Array (FPGA) Based Trigger System for the Klystron Department Darius Gray Office of Science, Science Undergraduate Laboratory Internship Program Texas A&M University,

More information

International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 03 Issue: 07 July p-issn:

International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 03 Issue: 07 July p-issn: IC Layout Design of Decoder Using Electrical VLSI System Design 1.UPENDRA CHARY CHOKKELLA Assistant Professor Electronics & Communication Department, Guru Nanak Institute Of Technology-Ibrahimpatnam (TS)-India

More information

VIRTUAL INSTRUMENTATION

VIRTUAL INSTRUMENTATION VIRTUAL INSTRUMENTATION Virtual instrument an equimplent that allows accomplishment of measurements using the computer. It looks like a real instrument, but its operation and functionality is essentially

More information

Laboratory 8. Digital Circuits - Counter and LED Display

Laboratory 8. Digital Circuits - Counter and LED Display Laboratory 8 Digital Circuits - Counter and Display Required Components: 2 1k resistors 1 10M resistor 3 0.1 F capacitor 1 555 timer 1 7490 decade counter 1 7447 BCD to decoder 1 MAN 6910 or LTD-482EC

More information

DE2-115/FGPA README. 1. Running the DE2-115 for basic operation. 2. The code/project files. Project Files

DE2-115/FGPA README. 1. Running the DE2-115 for basic operation. 2. The code/project files. Project Files DE2-115/FGPA README For questions email: jeff.nicholls.63@gmail.com (do not hesitate!) This document serves the purpose of providing additional information to anyone interested in operating the DE2-115

More information

THE LXI IVI PROGRAMMING MODEL FOR SYNCHRONIZATION AND TRIGGERING

THE LXI IVI PROGRAMMING MODEL FOR SYNCHRONIZATION AND TRIGGERING THE LXI IVI PROGRAMMIG MODEL FOR SCHROIZATIO AD TRIGGERIG Lynn Wheelwright 3751 Porter Creek Rd Santa Rosa, California 95404 707-579-1678 lynnw@sonic.net Abstract - The LXI Standard provides three synchronization

More information

Application Note Using Buffered Outputs and Patch Panels with the SETPOINT Machinery Protection System

Application Note Using Buffered Outputs and Patch Panels with the SETPOINT Machinery Protection System Application Note Using Buffered Outputs and Patch Panels with the SETPOINT Machinery Protection System Doc 1446106 Page 1 of 8 Overview The SETPOINT Machinery Protection System provides three separate

More information

Preface. About SunFounder. About Super Kit. Free Support

Preface. About SunFounder. About Super Kit. Free Support About SunFounder Preface SunFounder is a technology company focused on Raspberry Pi and Arduino open source community development. Committed to the promotion of open source culture, we strive to bring

More information

EECS 140 Laboratory Exercise 7 PLD Programming

EECS 140 Laboratory Exercise 7 PLD Programming 1. Objectives EECS 140 Laboratory Exercise 7 PLD Programming A. Become familiar with the capabilities of Programmable Logic Devices (PLDs) B. Implement a simple combinational logic circuit using a PLD.

More information

Lab 23 Controller Diagnostics

Lab 23 Controller Diagnostics Lab 23 Controller Diagnostics Name(s) Read the handout titled Controller Area Network (CAN) Theory of Operation Also read in your textbook pages 354 356 to Answer these questions: 1) Why are the Can High

More information