MICROPROCESSOR ARCHITECTURE

Size: px
Start display at page:

Download "MICROPROCESSOR ARCHITECTURE"

Transcription

1 MICROPROCESSOR ARCHITECTURE UOP S.E.COMP (SEM-I) PIPELINED ARCHITECTURE Prof.P.C.Patil Department of Computer Engg Matoshri College of Engg.Nasik

2 Bus Cycles of

3 Bus Cycles of The internal and external bus operations of are synchronized by the clock signal. The perform variety of machine (bus) cycles in response to intemal requirements and external requirements There are seven types of machine (bus) cycles In each machine cycles corresponding status signals are activated. The memory read and memory write machine cycles can be locked to prevent another bus master from using the bus. 3

4 Bus Cycles of In each machine cycles corresponding status signals are activated. The memory read and memory write machine cycles can be locked to prevent another bus master from using the bus. 4

5 Bus Cycles of Seven types of machine (bus) cycles/operations. 1) Memory read 2) Memory write 3) I/O read 4) I/O write 5) Lestruction fetch 6) Interrupt acknowledge 7) Halt/Shut down 5

6 Bus Cycles of

7 System Clock 7

8 System Clock System clock syrchronizes the internal and external bus operations in the 80386DX. The 80386DX can operate on four different clock speeds DX - 16 (16 MHz) DX - 20 (20 MHz) DX - 25 (2s MHz) DX- 33 (33 MHz) Operating frequency of the 80386DX is half of, the CLK2 frequency. Therefore, CLK2 of an 80386DX - 20 is driven by 40 MHz signal. (Shown in Fig below) 8

9 System Clock 9

10 Bus States 10

11 Bus States Each machine (bus) cycle consists of at least two bus states T1 and T2, and each bus state consists of two CLK cycles. 1. During the first bus state (T1), address and bus status pin are active. 2. During the second bus state (T2), actual data lransfer takes place. The DX can perform two types of machine cycles : 1. Nonpipelined 2. Pipelined. 11

12 Dynamic Bus Sizing 12

13 Dynamic Bus Sizing Dynamic data bus sizing is a feature allowing direct processor connection to 32-bit or 16-bit data buses for memory or I/O. A single processor may connect to both size buses Transfers to or from 32 to 16 bit ports are supported by dynamically determining the bus width during each machine cycle. The 80386DX microprocessor's bus size 16 (BS-16 [Bar/Complement]) ) input is used to inform the 803B6DX at the currently addressed device is a 16-bit device rather than a 32-bit device 13

14 Nonpipelined Machine (Bus) Cycles 14

15 Nonpipelined Bus Cycle 15

16 Nonpipelined Bus Cycle During T1, the 803B6DX sends the address, bus status signal and control signals. In case of write cycle, data to be output is also send on the data bus, during T1. After address access time, read or write data transfer takes place over the data bus. This activity is carried out in T2. 16

17 Pipelined Machine (Bus) Cycles 17

18 Pipelined Bus Cycle Pipelining allows machine cycles to be overlapped. The main advantage of pipelining is that it increases the amount of time required for the memory or I/O device to respond. This time is also referred as access time. The 80386DX implements pipelining by overlapping addressing of the next bus cycle with the data transfer of previous bus cycle. 18

19 Pipelined Bus Cycle 19

20 Pipelined Bus Cycle Fig shows that address becomes valid in T2 state of the previous bus cycle, and the data transfer for address takes place in T2-state of the current bus cycle. IMP : address A n + 1 becomes valid during T2 of the current bus cycle and actual data transfer for address A n + 1 takes place in T2 state of the next bus cycle. If the processor is 80386DX-20 then one T-state time is 50 ns. In pipelined bus cycle the access time for memory and I/O device is 100 ns whereas access time for memory and l/o device in nonpipelined bus cycle is approximately 50 ns. 20

21 Nonpipelined Read Cycle 21

22 Enlarge Image

23 Nonpipelined Read Cycle The sequence of events for the nonpipelined read cycle: 1. The read operation starts at the beginning of phase in the T1 state of the bus cycle. 2. In this phase, 80386DX sends the address on the address bus and enables signals(be0 (Bar) - BE3 (Bar) ) according to data transfer type. 3. In the same phase, it activates ADS (Bar) signal to indicate valid address is placed on the address bus. 4. In phase 1 of T1 - state it also activates the bus cycle definition signals : M/IO, D/C and W/R. 23

24 Nonpipelined Read Cycle 5. At the beginning of phase 1 of T2 state, extemal device activates BS16 (BAR) signal. 6. Then samples this signal in the middle of phase 1 of T2-state. 32-bit data transfer: If BS16 16-bit data transfer: If BS16 BS16 (BAR) =1 BS16 (BAR) =0 7. The DX does this data transfer in phase 2 of T2-state. 8. At the end of phase 2 of T2-state the READY (BAR) signal is sampled. 9. The logic 1 on this signal inserts wait state in the current bus cycle to extend the bus cycle. 24

25 Nonpipelined Read Cycle 10. The LOCK (Bar) signal low indicates that it is bus locked cycle. 11. If bus cycles are locked the other bus master is not allowed to take control of the bus between two locked bus cycles. 25

26 Nonpipelined Write Cycle 26

27

28 Nonpipelined Write Cycle The sequence of events for the nonpipelined read cycle: 1. It is similar to nonpipelined read cycle. 2. The write operation starts at the beginning of phase 1 in the T1 state of the bus cycle. 3. In this phase, 80386DX sends the address on the address bus and enables signals BE0 (Bar) -BE3 (Bar) according to data transfer type. 4. After sending address in the same phase it activates its ADS (Bar) signal to indicate valid address is placed on the address bus. 28

29 Nonpipelined Write Cycle 10. In phase 1 of T1-state it also activates the bus cycle definition signals M/IO, D/C and W/R 11. At the beginning of phase 2 of T1-state, it sends data on the data bus. This data remains valid until the start of phase 2 of the T1-state of the next bus cycle. 12. At the end of phase 2 of T1- state, ADS (Bar) is returned to its inactive logic 1 states. 13. The address bus, byte enable pins, and bus status pins remain active through the end of the write cycle. 29

30 Nonpipelined Write Cycle 10. In the middle of phase 1 of T2-State, 80386DX samples BS16 (Bar) input. 11. If this signal is high, DX does the 32-bit data transfer otherwise 80386DX performs 16-bit data transfer. Comparison of Read and Write Cycle 30

31 Pipelined Read/Write Cycle 31

32

33 Pipelined Read/Write Cycle In the pipelined bus cycle the address for the next bus cycle is sent during the T2 - state of the current cycle. NA (next address) signal initiates address pipelining. 33

34 Pipelined Read/Write Cycle It then samples NA signal at the beginning of phase 2 of any T state in which ADS is not active, specifically. In the second T-state of a non-pipelined address cycle In the first T-state of a pipelined address cycle In any wait state of a non-pipelined address or pipelined address cycle unless NA has already been sampled active 34

35 Pipelined Read/Write Cycle The NA (Bar) is tested as 0 (active) during T2 of cycle 2 which ensures that 80386DX has to execute next cycle as pipelined bus cycle. The cycle 2 (nonpipelined read cycle) is also extended with one wait state because READY pin is not active, in wait state, the valid address for the next bus cycle is sent on the address bus as next bus cycle is pipelined bus cycle. 35

36 Pipelined Read/Write Cycle The next cycle (cycle 3) is pipelined write cycle. In this, data is sent on the data bus in phase 2 of T1p-state and remains valid for the rest of the cycle. The READY signal is sampled at the end of T2p - state. As it is low, write cycle is completed without wait state. 36

37 Pipelined Read/Write Cycle The next cycle (cycle 4) is pipelined read cycle. In this, READY signal is tested 0 at the end of phase 2 of T2p - state. This means that read cycle is completed without wait state. It is important to note that due to pipelined address cycle, access time is extended and one state (T-wait) of read cycle is saved. 37

82C288 BUS CONTROLLER FOR PROCESSORS (82C C C288-8)

82C288 BUS CONTROLLER FOR PROCESSORS (82C C C288-8) BUS CONTROLLER FOR 80286 PROCESSORS (82C288-12 82C288-10 82C288-8) Y Provides Commands and Controls for Local and System Bus Y Wide Flexibility in System Configurations Y High Speed CHMOS III Technology

More information

VLSI Design I; A. Milenkovic 1

VLSI Design I; A. Milenkovic 1 Review: The Regenerative Property V i V o V i V o CPE/EE 47, CPE 57 VLSI esign I : Sequential Circuits epartment of Electrical and Computer Engineering University of labama in Huntsville leksandar Milenkovic

More information

CPE/EE 427, CPE 527 VLSI Design I L21: Sequential Circuits. Review: The Regenerative Property

CPE/EE 427, CPE 527 VLSI Design I L21: Sequential Circuits. Review: The Regenerative Property CPE/EE 427, CPE 527 VLSI esign I L21: Sequential Circuits epartment of Electrical and Computer Engineering University of Alabama in Huntsville Aleksandar Milenkovic ( www.ece.uah.edu/~milenka ) www.ece.uah.edu/~milenka/cpe527-5f

More information

A Single Cycle Processor. ECE4680 Computer Organization and Architecture. Designing a Pipeline Processor. Overview of a Multiple Cycle Implementation

A Single Cycle Processor. ECE4680 Computer Organization and Architecture. Designing a Pipeline Processor. Overview of a Multiple Cycle Implementation ECE468 Computer Organization and Architecture Designing a Pipeline Processor A Single Cycle Processor Jump nstruction op Main nstruction : Fetch op 3 mm6 func 5 5 5 ctr 3 m Rw busw -bit

More information

HW #5: Digital Logic and Flip Flops

HW #5: Digital Logic and Flip Flops HW #5: Digital Logic and Flip Flops This homework will walk through a specific digital design problem in all its glory that you will then implement in this weeks lab. 1 Write the Truth Table (10 pts) Consider

More information

Application Note PowerPC 750GX Lockstep Facility

Application Note PowerPC 750GX Lockstep Facility Abstract Typical lockstep systems are complicated to design, and typically require a large pin count of logic to be added to the system. The IBM PowerPC 750GX contains a lockstep facility that allows lockstep

More information

256/512 /1K /2K/4K x 9 Asynchronous FIFO

256/512 /1K /2K/4K x 9 Asynchronous FIFO /25/29/ fax id: 5404 Features Asynchronous first-in first-out (FIFO) buffer memories 256 x 9 (CY7C419) 512 x 9 (CY7C421) 1K x 9 (CY7C425) 2K x 9 (CY7C429) 4K x 9 (CY7C433) Dual-ported AM cell High-speed

More information

DAV CENTENARY COLLEGE, FARIDABAD

DAV CENTENARY COLLEGE, FARIDABAD DAV CENTENARY COLLEGE, FARIDABAD SUMMARY OF LESSION PLAN (JAN-18 TO APRIL-18) Name of Asst/Associate Professor : RASHMI VERMA Class & Section : BCA-2ND Semester Subject : Logical Organization of computer-ii

More information

Profile-driven Selective Code Compression

Profile-driven Selective Code Compression Profile-driven Selective Code Compression Yuan Xie and Wayne Wolf Electrical Engineering Department Princeton University Princeton, NJ 08540, USA yuanxie,wolf@ee.princeton.edu Haris Lekatsas NEC USA 4

More information

Design of AMBA APB Protocol

Design of AMBA APB Protocol Design of AMBA APB Protocol G. Venkat Rao 1, Pasam Abhigna 2, J. Naveen 3, S. Vineeth Reddy 4 1 Assistant Professor Department of ECE Geethanjali College of engineering and technology 2, 3, 4 Bachelor

More information

ELE 455/555 Computer System Engineering. Section 2 The Processor Class 4 Pipelining with Hazards

ELE 455/555 Computer System Engineering. Section 2 The Processor Class 4 Pipelining with Hazards ELE 455/555 Computer System Engineering Section 2 The Processor Class 4 Pipelining with Hazards Overview Simple Datapath 2 tj Overview Pipeline Control 3 tj Data Hazards Data Hazards sub $2,$1,$3 $2 =?

More information

Distributed Control Systems

Distributed Control Systems Unit 41: Unit code Distributed Control Systems M/615/1509 Unit level 5 Credit value 15 Introduction With increased complexity and greater emphasis on cost control and environmental issues, the efficient

More information

Roller AC Servo System

Roller AC Servo System Safely Instruction Roller AC Servo System HMI-15 User Manual Please read this manual carefully, also with related manual for the machinery before use the controller. For installing and operating the controller

More information

IDT7200L IDT7201LA IDT7202LA

IDT7200L IDT7201LA IDT7202LA CMOS ASYCHONOUS FIFO 256 x, 512 x, 1,024 x 7200L 7201LA 7202LA FEATUES: First-In/First-Out dual-port memory 256 x organization (7200) 512 x organization (7201) 1,024 x organization (7202) Low power consumption

More information

Asynchronous, Cascadable 8K/16K/32K/64K x9 FIFOs

Asynchronous, Cascadable 8K/16K/32K/64K x9 FIFOs 60A CY7C460A/CY7C462A Features Asynchronous, Cascadable 8K/16K/32K/64K x9 FIFOs Functional Description High-speed, low-power, first-in first-out (FIFO) memories 8K x 9 FIFO (CY7C460A) 16K x 9 FIFO (CY7C462A)

More information

CBC2 performance with switched capacitor DC-DC converter. systems meeting, 12/2/14

CBC2 performance with switched capacitor DC-DC converter. systems meeting, 12/2/14 CBC2 performance with switched capacitor DC-DC converter systems meeting, 12/2/14 1 reminder of results from CBC1 +2.5V GND 1n can power CBC from single +2.5V supply 1uF DC-DC diff. clock (CMOS) 1 MHz

More information

Matrix-based software test data decompression for systems-on-a-chip

Matrix-based software test data decompression for systems-on-a-chip Journal of Systems Architecture 50 (2004) 247 256 www.elsevier.com/locate/sysarc Matrix-based software test data decompression for systems-on-a-chip Kedarnath Balakrishnan, Nur A. Touba * Computer Engineering

More information

Lockstep. Reference Manual. Last updated on September 23, Figure 53, LLC

Lockstep. Reference Manual. Last updated on September 23, Figure 53, LLC Lockstep Reference Manual Last updated on September 23, 2016 Figure 53, LLC 2018 Table of Contents Table of Contents Support Lockstep Documentation 1 2 3 Support Lockstep Support 3 Lockstep Documentation

More information

Software Design of the Stiquito Micro Robot

Software Design of the Stiquito Micro Robot Software Design of the Stiquito Micro Robot Andrew McClain and James M. Conrad University of North Carolina at Charlotte jmconrad@uncc.edu Abstract The Stiquito robot is a small, six legged robot that

More information

VLSI Design I; A. Milenkovic 1

VLSI Design I; A. Milenkovic 1 CPE/EE 427, CPE 527 VLSI esign I L2: ynamic Sequential Circuits epartment of Electrical and Computer Engineering University of Alabama in Huntsville Aleksandar Milenkovic ( www. ece.uah.edu/~milenka )

More information

Spacecraft Simulation Tool. Debbie Clancy JHU/APL

Spacecraft Simulation Tool. Debbie Clancy JHU/APL FSW Workshop 2011 Using Flight Software in a Spacecraft Simulation Tool Debbie Clancy JHU/APL debbie.clancy@jhuapl.edu 443-778-7721 Agenda Overview of RBSP and FAST Technical Challenges Dropping FSW into

More information

Fast Floating Point Compression on the Cell BE Processor

Fast Floating Point Compression on the Cell BE Processor Fast Floating Point Compression on the Cell BE Processor Ajith Padyana, T.V. Siva Kumar, P.K.Baruah Sri Satya Sai University Prasanthi Nilayam - 515134 Andhra Pradhesh, India ajith.padyana@gmail.com, tvsivakumar@gmail.com,

More information

Table 1: Safety Function (SF) Descriptions

Table 1: Safety Function (SF) Descriptions Table 1: Safety Function (SF) Descriptions NOTE: all safety s are individual safety s TUV NORD? Pressing the Estop PB on the pendant 1 or the Estop (if using the Estop Safety Input configured for Estop)

More information

AHE58/59 AC Servo System

AHE58/59 AC Servo System AHE58/59 AC Servo System HMI-12 User Manual Safely INstruction Please read this manual carefully, also with related manual for the machine head before use. For perfect operation and safety, installing

More information

3.3 VOLT CMOS ASYNCHRONOUS FIFO 512 x 9, 1,024 x 9, 2,048 x 9, 4,096 x 9, 8,192 x 9, 16,384 x 9 WRITE POINTER THREE- STATE BUFFERS DATA OUTPUTS FLAG

3.3 VOLT CMOS ASYNCHRONOUS FIFO 512 x 9, 1,024 x 9, 2,048 x 9, 4,096 x 9, 8,192 x 9, 16,384 x 9 WRITE POINTER THREE- STATE BUFFERS DATA OUTPUTS FLAG 3.3 VOLT CMOS ASYNCHONOUS FIFO 512 x, 1,024 x, 2,048 x, 4,06 x, 8,12 x, 16,384 x LEAD FINISH (SnPb) AE IN EOL POCESS - LAST TIME BUY EXPIES JUNE 15, 2018 FEATUES: 3.3V family uses less power than the 5

More information

Fast Software-managed Code Decompression

Fast Software-managed Code Decompression Fast Software-managed Code Decompression Charles Lefurgy and Trevor Mudge Advanced Computer Architecture Laboratory Electrical Engineering and Computer Science Dept. The University of Michigan, Ann Arbor

More information

ECE 757. Homework #2

ECE 757. Homework #2 ECE 757 Homework #2 Matt Ramsay 2/27/03 Problem 1 (5.3): a) Private Reads:.7 *.03 * 3 bus cycles =.063 bus cycles Private Writes:.2 *.03 * 5 bus cycles =.03 bus cycles Shared Reads:.08 *.05 * 3 bus cycles

More information

GOLOMB Compression Technique For FPGA Configuration

GOLOMB Compression Technique For FPGA Configuration GOLOMB Compression Technique For FPGA Configuration P.Hema Assistant Professor,EEE Jay Shriram Group Of Institutions ABSTRACT Bit stream compression is important in reconfigurable system design since it

More information

Functional safety. Functional safety of Programmable systems, devices & components: Requirements from global & national standards

Functional safety. Functional safety of Programmable systems, devices & components: Requirements from global & national standards Functional safety Functional safety of Programmable systems, devices & components: Requirements from global & national standards Matthias R. Heinze Vice President Engineering TUV Rheinland of N.A. Email

More information

Outline Single Cycle Processor Design Multi cycle Processor. Pipelined Processor: Hazards and Removal. Instruction Pipeline. Time

Outline Single Cycle Processor Design Multi cycle Processor. Pipelined Processor: Hazards and Removal. Instruction Pipeline. Time 3/8/5 Pipelined Processor: Hazards and its Removal A. Sahu CSE, T Guwahati Please be updated with http://jatinga.iitg.ernet.in/~asahu/cs/ Outline Single Cycle Processor esign Multi cycle Processor Merging

More information

Perfect Game Baseball - msherwood pseudo code backbone Using MVC Convention (Model/View/Controller) With Multimodal I/O

Perfect Game Baseball - msherwood pseudo code backbone Using MVC Convention (Model/View/Controller) With Multimodal I/O Perfect Game Baseball - msherwood pseudo code backbone Using MVC Convention (Model/View/Controller) With Multimodal I/O Model: DataModel.h/c Use this to store the game states View: Buzzers.h/.c Output

More information

1. Functional description. Application program usage. 1.1 General. 1.2 Behavior on bus voltage loss and bus voltage. 1.

1. Functional description. Application program usage. 1.1 General. 1.2 Behavior on bus voltage loss and bus voltage. 1. Application program usage product family: Product type: Manufacturer: Name: Order-No.: Valve actuators Constant valve actuator Siemens Valve actuator AP 562/02 5WG1 562-7AB02 Commissioning For commissioning

More information

A 64 Bit Pipeline Based Decimal Adder Using a New High Speed BCD Adder

A 64 Bit Pipeline Based Decimal Adder Using a New High Speed BCD Adder A 64 Bit Pipeline Based Decimal Adder Using a New High Speed BCD Adder Rahul Jain 1, Khushboo Singh 2, Ghanshyam Jangid 3 1 Assistant Professor GIT College Jaipur, Rajasthan, India 2 M.Tech Student, Suresh

More information

Technical Data Sheet MF010-O-LC

Technical Data Sheet MF010-O-LC Technical Data Sheet MF010-O-LC - 1 - 1. Properties The oxygen measuring system MF010-O-LC determines the oxygen content in gas mixtures up to a temperature of 250 C. It is particularly suitable for the

More information

AMS 6915 Board mount pressure sensor with digital output (I²C)

AMS 6915 Board mount pressure sensor with digital output (I²C) Board mount pressure sensor with digital output (I²C) FEATURES Calibrated and temperature compensated pressure sensor with digital output (I²C) Differential, relative (gage), bidirectional differential,

More information

SCHEINWORKS Measuring and Analysis Systems by

SCHEINWORKS Measuring and Analysis Systems by Pressure Measurement Systems for standing and walking analysis Germany since 1879 Pressure Measurement Systems for standing and walking analysis Documentation of Gait image Stance Symmetry of all parameters

More information

GOLT! RED LIGHT DISTRICT

GOLT! RED LIGHT DISTRICT GOLT! RED LIGHT DISTRICT USER MANUAL v2.1 How RLD Works Signal Flow PROCESSOR The timing processor receives all clock signals and start stop commands. Its main function is to determine which timing signals

More information

Virtual Breadboarding. John Vangelov Ford Motor Company

Virtual Breadboarding. John Vangelov Ford Motor Company Virtual Breadboarding John Vangelov Ford Motor Company What is Virtual Breadboarding? Uses Vector s CANoe product, to simulate MATLAB Simulink models in a simulated or real vehicle environment. Allows

More information

Touch Screen Guide. OG-1500 and OG Part # T011

Touch Screen Guide. OG-1500 and OG Part # T011 Touch Screen Guide OG-1500 and OG-2000 Part # 9000000.T011 Effective 11/2010 External View Internal View 1. Transducer Banks 2. Oxygen Sensor 3. PLC These are the two manifolds with three (3) transducers

More information

Road Data Input System using Digital Map in Roadtraffic

Road Data Input System using Digital Map in Roadtraffic Data Input System using Digital Map in traffic Simulation Namekawa,M 1., N.Aoyagi 2, Y.Ueda 2 and A.Satoh 2 1 College of Management and Economics, Kaetsu University, Tokyo, JAPAN 2 Faculty of Engineering,

More information

Lecture 1 Temporal constraints: source and characterization

Lecture 1 Temporal constraints: source and characterization Real-Time Systems Lecture 1 Temporal constraints: source and characterization Basic concepts about real-time Requirements of Real-Time Systems Adapted from the slides developed by Prof. Luís Almeida for

More information

Reduction of Bitstream Transfer Time in FPGA

Reduction of Bitstream Transfer Time in FPGA IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 2, Ver. III (Mar - Apr. 2014), PP 82-86 Reduction of Bitstream Transfer Time in

More information

Computing s Energy Problem:

Computing s Energy Problem: Computing s Energy Problem: (and what we can do about it) Mark Horowitz Stanford University horowitz@ee.stanford.edu 1 of 46 Everything Has A Computer Inside 2of 46 The Reason is Simple: Moore s Law Made

More information

PROSTHETIC ACTUATION: A CASE FOR PNEUMATICS.

PROSTHETIC ACTUATION: A CASE FOR PNEUMATICS. PROSTHETIC ACTUATION: A CASE FOR PNEUMATICS. Dick H. Plettenburg, Ph.D. WILMER Research, Man Machine Systems and Control Faculty of Design & Engineering, Delft University of Technology Mekelweg 2, 2628

More information

Proof of concept of a Bio-Containment System for Mars Sample Return Mission

Proof of concept of a Bio-Containment System for Mars Sample Return Mission Proof of concept of a Bio-Containment System for Mars Sample Return Mission S. Senese (I), P. Magnani (I), A. Fumagalli (I), M. Colomba (I) A. Pedrini (II), D. Indrigo (II), A. Terribile (II), R. Ferrario

More information

RG2 Gripper Datasheet Version 1.6

RG2 Gripper Datasheet Version 1.6 RG2 Gripper Datasheet Version 1.6 The RG2 gripper is a flexible electric gripper specially designed for robots from Universal Robots. The long stroke allows the gripper to handle a variety of object sizes.

More information

Aalborg Universitet. Publication date: Document Version Accepted author manuscript, peer reviewed version

Aalborg Universitet. Publication date: Document Version Accepted author manuscript, peer reviewed version Aalborg Universitet Automatic Detection Of Conflicts At Signalized Intersections Madsen, Tanja Kidholm Osmann; Bahnsen, Chris Holmberg; Lahrmann, Harry Spaabæk; Moeslund, Thomas B. Publication date: 2014

More information

Implementation of Height Measurement System Based on Pressure Sensor BMP085

Implementation of Height Measurement System Based on Pressure Sensor BMP085 017 nd International Conference on Test, Measurement and Computational Method (TMCM 017) ISBN: 978-1-60595-465-3 Implementation of Height Measurement System Based on Pressure Sensor BMP085 Gao-ping LIU

More information

RM-80 respiration monitor

RM-80 respiration monitor RM-80 respiration monitor User Manual September 18, 2015 0025-003M 950 North Hague Avenue Columbus, Ohio 43204-2121 USA Sales: sales@colinst.com Service: service@colinst.com Phone: (614) 276-0861 Fax:

More information

Precision level sensing with low-pressure module MS

Precision level sensing with low-pressure module MS The task on hand Level sensing as it is understood in modern process automation is much more than simply "tank half full" or "tank a quarter full". Using suitable sensors, levels, inlets and outlets can

More information

CMOS ASYNCHRONOUS FIFO 256 x 9, 512 x 9 and 1,024 x 9

CMOS ASYNCHRONOUS FIFO 256 x 9, 512 x 9 and 1,024 x 9 CMOS ASYNCHONOUS FIFO IDT7200L IDT7201LA IDT7202LA FEATUES: First-In/First-Out dual-port memory 256 x organization (IDT7200) 512 x organization (IDT7201) 1,024 x organization (IDT7202) Low power consumption

More information

Datasheet: K-30 ASCII Sensor

Datasheet: K-30 ASCII Sensor Datasheet: K-30 ASCII Sensor The K30 ASCII sensor is a low cost, infrared and maintenance free transmitter module intended to be built into different host devices that require CO2 monitoring data. The

More information

Control System Nur Istianah-THP-FTP-UB-2014

Control System Nur Istianah-THP-FTP-UB-2014 Control System Control System Control is the process of causing a system variable to conform to some desired value. Manual control Automatic control (involving machines only). A control system is an interconnection

More information

Application Notes. SLP85xD Load Cells

Application Notes. SLP85xD Load Cells Application Notes Load Cells Table of Contents 1 Introduction 3 2 Description of the Filling Cycle 4 3 Filling Optimization 7 4 Filling Monitor 8 4.1 Weight-Based Filling Monitor... 8 4.2 Time-Based Filling

More information

Visual Observation of Nucleate Boiling and Sliding Phenomena of Boiling Bubbles on a Horizontal Tube Heater

Visual Observation of Nucleate Boiling and Sliding Phenomena of Boiling Bubbles on a Horizontal Tube Heater Proceedings of the 2 nd World Congress on Mechanical, Chemical, and Material Engineering (MCM'16) Budapest, Hungary August 22 23, 216 Paper No. HTFF 146 DOI:.11159/htff16.146 Visual Observation of Nucleate

More information

Front-end Realization of ASIC for Traffic Light Control with Real Time Clock Synchronization

Front-end Realization of ASIC for Traffic Light Control with Real Time Clock Synchronization Front-end Realization of ASIC for Traffic Light Control with Real Time Clock Synchronization Mukul Bhargava M.Tech Scholar Deptt. of Elex. & Instr., Shri G.S. Institute of technology, Indore-452003 (M.P.)

More information

Sequence of Operations

Sequence of Operations MAGNUM Condensing Unit Software 5580 Enterprise Pkwy. Fort Myers, FL 33905 Office: 239-694-0089 Fax: 239-694-0031 Sequence of Operations MAGNUM Chiller V8 software www.mcscontrols.com MCS Total Solution

More information

VLSI Design I; A. Milenkovic 1

VLSI Design I; A. Milenkovic 1 State Registers Review: Sequential efinitis CPE/EE 427, CPE 527 VLSI esign I L2: ynamic Sequential Circuits epartment of Electrical and Computer Engineering University of labama in Huntsville leksandar

More information

User manual CF8-D/W-IN

User manual CF8-D/W-IN User manual CF8-D/W-IN General The sensor CF8-D/W-IN is used to measure the carbon dioxide concentration inside incubators. All functions can be modified from a PC with the communication cable. UMA 48

More information

Exercise 1: Control Functions

Exercise 1: Control Functions Exercise 1: Control Functions EXERCISE OBJECTIVE When you have completed this exercise, you will be able to control the function of an asynchronous ripple counter. You will verify your results by operating

More information

Certification Exhibit FCC ID: R7PIWRS4. FCC Rule Part: ACS Report Number: W03.11.A

Certification Exhibit FCC ID: R7PIWRS4. FCC Rule Part: ACS Report Number: W03.11.A Certification Exhibit FCC ID: R7PIWRS4 FCC Rule Part: 15.247 ACS Report Number: 09-0412.W03.11.A Manufacturer: Cellnet Technology Inc. Model: Gridstream DCIWR Manual 5015 B.U. Bowman Drive Buford, GA 30518

More information

A handy systematic method for data hazards detection in an instruction set of a pipelined microprocessor

A handy systematic method for data hazards detection in an instruction set of a pipelined microprocessor A hy systematic method for data hazards detection in an instruction set of a pipelined microprocessor Ahmed M Mahran Computer Systems Engineering Department, Faculty of Engineering, Alexria University,

More information

Device overview. 6 Breathing circuit connection. Note: When the remote control foot pedal is connected, the manual switch is disabled.

Device overview. 6 Breathing circuit connection. Note: When the remote control foot pedal is connected, the manual switch is disabled. CoughAssist E70 Quick start guide 1 2 3 4 5 Device overview Starting therapy Modifying therapy settings Monitoring view and icons 6 7 Suggested guidelines for therapy Device menu Mask fitting 1 Device

More information

e2c 20 - easy to connect

e2c 20 - easy to connect closer contacts Fieldbus Communications e2c 20 - easy to connect e2c 20 / IP 20 Distributed I/O System for Switch Cabinets Switch cabinets and distribution boxes continue to rely on wiring systems that

More information

Project Title: Pneumatic Exercise Machine

Project Title: Pneumatic Exercise Machine EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report 27 January 2011 Project Title: Pneumatic Exercise Machine Team Members: Name: Gino Tozzi Name: Seok Hyun (John) Yun Email:

More information

ZSTT Team Description Paper for Humanoid size League of Robocup 2017

ZSTT Team Description Paper for Humanoid size League of Robocup 2017 Adult- ZSTT Team Description Paper for Humanoid size League of Robocup 2017 Jaesik Jeong, Youngsup Oh and Jeehyun Yang ZSTT E-mail: soulmatree@gmail.com Web: www.soulmatree.com Abstract. This paper describes

More information

xtreme DB Innovation Every Day Murrelektronik is your system partner: PIN ASSIGNMENTS INPUT OUTPUT AT A GLANCE

xtreme DB Innovation Every Day Murrelektronik is your system partner: PIN ASSIGNMENTS INPUT OUTPUT AT A GLANCE Deutsch Plug MDC06-s MDC06-s -0V AC/DC, A, R 707-70-xxxx V -0V AC/DC, A, 707-700-xxxx MJT-P -0V AC/DC, A, R 707-700-70xxxx V -0V AC/DC, A, & Suppression R 707-7006-70xxxx V -0V AC/DC, A, R 707-7000-70xxxx

More information

256/512/1K/2K/4K x 9 Asynchronous FIFO

256/512/1K/2K/4K x 9 Asynchronous FIFO 256/512/1K/2K/4K x 9 Asynchronous FIFO CY7C419/21/25/29/33 256/512/1K/2K/4K x 9 Asynchronous FIFO Features Asynchronous First-In First-Out (FIFO) Buffer Memories 256 x 9 (CY7C419) 512 x 9 (CY7C421) 1K

More information

CT433 - Machine Safety

CT433 - Machine Safety Rockwell Automation On The Move May 16-17 2018 Milwaukee, WI CT433 - Machine Safety Performance Level Selection and Design Realization Jon Riemer Solution Architect Safety & Security Functional Safety

More information

Air Compressor Control System for Energy Saving in Manufacturing Plant

Air Compressor Control System for Energy Saving in Manufacturing Plant IJSTE - International Journal of Science Technology & Engineering Volume 1 Issue 2 August 2014 ISSN(online) : 2349-784X Air Compressor Control System for Energy Saving in Manufacturing Plant Ms. Snehal

More information

Indiana Traffic Signal Hi Resolution Data Logger Enumerations

Indiana Traffic Signal Hi Resolution Data Logger Enumerations Purdue University Purdue e-pubs JTRP Data Papers 11-2012 Indiana Traffic Signal Hi Resolution Data Logger Enumerations James R. Sturdevant INDOT, jsturdevant@indot.in.gov Timothy Overman INDOT Eric Raamot

More information

Stand-Alone Bubble Detection System

Stand-Alone Bubble Detection System Instruction Sheet P/N Stand-Alone Bubble Detection System 1. Introduction The Bubble Detection system is designed to detect air-bubble induced gaps in a bead of material as it is being dispensed. When

More information

Smart Data Role computers play in Technology

Smart Data Role computers play in Technology Smart Data Role computers play in Technology October 30 th 2015 Sizzle Video 2016 2 Introduction: Will Phillips INDYCAR Vice President of Technology Daniel Louks INDYCAR Support Engineer Smart Data Role

More information

Certificate of compliance

Certificate of compliance Bureau Veritas Consumer Products Services Germany GmbH Businesspark A96 86842 Türkheim Germany + 49 (0) 40 740 41 0 cps-tuerkheim@de.bureauveritas.com Certification body of BV CPS GmbH Accredited according

More information

Partial Stroke Testing. A.F.M. Prins

Partial Stroke Testing. A.F.M. Prins Partial Stroke Testing A.F.M. Prins Partial Stroke Testing PST in a safety related system. As a supplier we have a responsibility to our clients. What do they want, and what do they really need? I like

More information

IBIS Modeling for IO-SSO Analysis. Thunder Lay and Jack W.C. Lin IBIS Asia Summit Taipei, Taiwan Nov. 19, 2013

IBIS Modeling for IO-SSO Analysis. Thunder Lay and Jack W.C. Lin IBIS Asia Summit Taipei, Taiwan Nov. 19, 2013 IBIS Modeling for IO-SSO Analysis Thunder Lay and Jack W.C. Lin IBIS Asia Summit Taipei, Taiwan Nov. 19, 2013 Agenda What is IO-SSO? Missing Components in Traditional IO-SSO Analysis Accurate On-die and

More information

Safety Manual VEGAVIB series 60

Safety Manual VEGAVIB series 60 Safety Manual VEGAVIB series 60 NAMUR Document ID: 32005 Contents Contents 1 Functional safety... 3 1.1 General information... 3 1.2 Planning... 4 1.3 Adjustment instructions... 6 1.4 Setup... 6 1.5 Reaction

More information

An Efficient Code Compression Technique using Application-Aware Bitmask and Dictionary Selection Methods

An Efficient Code Compression Technique using Application-Aware Bitmask and Dictionary Selection Methods An Efficient Code Compression Technique using Application-Aware Bitmask and Selection Methods Seok-Won Seong sseong@cise.ufl.edu Prabhat Mishra prabhat@cise.ufl.edu Department of Computer and Information

More information

Flight Software Overview

Flight Software Overview Solar Probe Plus A NASA Mission to Touch the Sun Flight Software Overview Christopher Krupiarz Christopher.Krupiarz@jhuapl.edu Overarching Science Objective To determine the structure and dynamics of the

More information

THE CANDU 9 DISTRffiUTED CONTROL SYSTEM DESIGN PROCESS

THE CANDU 9 DISTRffiUTED CONTROL SYSTEM DESIGN PROCESS THE CANDU 9 DISTRffiUTED CONTROL SYSTEM DESIGN PROCESS J.E. HARBER, M.K. KATTAN Atomic Energy of Canada Limited 2251 Speakman Drive, Mississauga, Ont., L5K 1B2 CA9900006 and M.J. MACBETH Institute for

More information

A4 Operation Manual. Fig.1-1 Controller Socket Diagram

A4 Operation Manual. Fig.1-1 Controller Socket Diagram A4 Operation Manual Safety Instruction Please read this manual carefully, also with related manual for the machinery before use the controller. For installing and operating the controller properly and

More information

Applications & Tools. Evaluation of the selection of a safetyrelated mode using non-safety-related components

Applications & Tools. Evaluation of the selection of a safetyrelated mode using non-safety-related components Cover sheet Evaluation of the selection of a safetyrelated mode using non-safety-related components SINUMERIK 840D sl SINUMERIK Safety Integrated Application description February 2015 Applications & Tools

More information

CMOS ASYNCHRONOUS FIFO 2048 x 9, 4096 x 9, 8192 x 9 and x 9

CMOS ASYNCHRONOUS FIFO 2048 x 9, 4096 x 9, 8192 x 9 and x 9 Integrated Device Technology, Inc. CMOS ASYNCHONOUS FIFO 2048 x, 406 x, 812 x and 16384 x 7203 7204 7205 FEATUES: First-In/First-Out Dual-Port memory 2048 x organization (7203) 406 x organization (7204)

More information

EasySas. The most advanced airlock electronics on the market. Recyclable product. Eco-design. Energy savings

EasySas. The most advanced airlock electronics on the market. Recyclable product. Eco-design. Energy savings EasySas The most advanced airlock electronics on the market Eco-design Energy savings Recyclable product ELECTRONIC AIRLOCK MANAGEMENT SkySas range UniSas range CompacSas range An electronic management

More information

THE PROBLEM OF ON-LINE TESTING METHODS IN APPROXIMATE DATA PROCESSING

THE PROBLEM OF ON-LINE TESTING METHODS IN APPROXIMATE DATA PROCESSING THE PROBLEM OF ON-LINE TESTING METHODS IN APPROXIMATE DATA PROCESSING A. Drozd, M. Lobachev, J. Drozd Odessa National Polytechnic University, Odessa National I.I.Mechnikov University, Odessa, Ukraine,

More information

Adiabatic Switching. A Survey of Reversible Computation Circuits. Benjamin Bobich, 2004

Adiabatic Switching. A Survey of Reversible Computation Circuits. Benjamin Bobich, 2004 Adiabatic Switching A Survey of Reversible Computation Circuits Benjamin Bobich, 2004 Agenda for Today 1. The Basics of Adiabatic Logic and the Fundamentals of Adiabatic Charging 2. Early Adiabatic Circuit

More information

Product Overview. Product Description CHAPTER

Product Overview. Product Description CHAPTER CHAPTER 1 This chapter provides a functional overview of the Cisco Redundant Power System 2300 and covers these topics: Product Description, page 1-1 Features, page 1-3 Supported Devices, page 1-4 Deployment

More information

OPERATION & INSTALLATION INSTRUCTIONS

OPERATION & INSTALLATION INSTRUCTIONS Reliable Golf Course Supplies Rev. A 6/30/98 OPERATION & INSTALLATION INSTRUCTIONS Congratulations on your purchase of Reliable Golf Course Supplies Tee Sentry. Your shipment should include the following

More information

An underwater autonomous platform/vehicle

An underwater autonomous platform/vehicle An underwater autonomous platform/vehicle R S Bradbeer 1, H F Lai 2, M H Lee 2, T W Ying 2 1 Department of Electronic Engineering, 2 Department of Manufacturing Engineering and Engineering Management City

More information

PL estimation acc. to EN ISO

PL estimation acc. to EN ISO PL estimation acc. to EN ISO 3849- Example calculation for an application MAC Safety / Armin Wenigenrath, January 2007 Select the suitable standard for your application Reminder: The standards and the

More information

securing networks with silicon

securing networks with silicon NITROX II A Family of In-line Security Processors Presented by: Muhammad Raghib Hussain Contributed by: Bob Sanzone, Dan Katz, David Asher, David Carlson, Gregg Bouchard, Michael Bertone, Muhammad Hussain,

More information

A4s Operation Manual

A4s Operation Manual A4s Operation Manual Safety Instruction Please read this manual carefully, also with related manual for the machinery before use the controller. For installing and operating the controller properly and

More information

Instruction Cache Compression for Embedded Systems by Yujia Jin and Rong Chen

Instruction Cache Compression for Embedded Systems by Yujia Jin and Rong Chen Instruction Cache Compression for Embedded Systems by Yujia Jin and Rong Chen Abstract Code compression could lead to less overall system die area and therefore less cost. This is significant in the embedded

More information

Digi Connect ME 9210 Linux: 2 nd serial over FIM

Digi Connect ME 9210 Linux: 2 nd serial over FIM Digi Connect ME 9210 Linux: 2 nd serial over FIM Document History Date Version Change Description 09/04/2009 Initial entry/outline Table of Contents Document History... 2 Table of Contents... 2 1 Problem

More information

MPCS: Develop and Test As You Fly for MSL

MPCS: Develop and Test As You Fly for MSL MPCS: Develop and Test As You Fly for MSL GSAW 2008 Michael Tankenson & Lloyd DeForrest Wednesday April 2, 2008 Copyright 2008 California Institute of Technology. Government sponsorship acknowledged. Mission

More information

Operating instructions. FOCUS compressor control for screw compressors

Operating instructions. FOCUS compressor control for screw compressors Operating instructions compressor control for screw compressors Table of contents Operating instructions compressor control for screw compressors BOGE KOMPRESSOREN Postfach 10 07 13 D-33507 Bielefeld Germany

More information

Dynamic Analysis of a Multi-Stage Compressor Train. Augusto Garcia-Hernandez, Jeffrey A. Bennett, and Dr. Klaus Brun

Dynamic Analysis of a Multi-Stage Compressor Train. Augusto Garcia-Hernandez, Jeffrey A. Bennett, and Dr. Klaus Brun Dynamic Analysis of a Multi-Stage Compressor Train Augusto Garcia-Hernandez, Jeffrey A. Bennett, and Dr. Klaus Brun Slide 2: Presenter/Author Bios Augusto Garcia-Hernandez Group Leader, Pipeline Simulation,

More information

(12) Patent Application Publication (10) Pub. No.: US 2005/ A1

(12) Patent Application Publication (10) Pub. No.: US 2005/ A1 US 2005.0022815A1 (19) United States (12) Patent Application Publication (10) Pub. No.: US 2005/0022815 A1 Frola (43) Pub. Date: (54) APPARATUS AND METHOD FOR Related U.S. Application Data MONITORING SUPPLEMENTAL

More information

Ultima. X Series Gas Monitor

Ultima. X Series Gas Monitor Ultima X Series Gas Monitor Safety Manual SIL 2 Certified " The Ultima X Series Gas Monitor is qualified as an SIL 2 device under IEC 61508 and must be installed, used, and maintained in accordance with

More information

PRODUCT MANUAL. Diver-MOD

PRODUCT MANUAL. Diver-MOD PRODUCT MANUAL Diver-MOD Contents 1 Introduction... 1 1.1 Scope and Purpose... 1 1.2 Features... 1 1.3 System Overview... 1 1.4 Specifications... 2 2 Getting Started... 2 2.1 Supported Equipment... 2 2.2

More information