BRX Technical Training

Slides:



Advertisements
Similar presentations
PowerFlex40 Step Logic May Logic Functions It starts with a philosophy Step Logic Logical functions Digital Input AND, OR, NOR Timer Function Digital.
Advertisements

Switch code for Lab 4.2 switch (input) { /* input is a variable that we will test. */ case 'M': printf("The prefix is equal to 1E6.\n"); break; case 'k':
The 8051 Microcontroller and Embedded Systems
Analog-to-Digital Converter (ADC) And
Industrial Automation and Control
Digital to Analog and Analog to Digital Conversion
Ethernet over VDSL Technical Specifications. Agenda –Rate – Reach –Band Allocation –SNR and BER –PSD mask and Power Backoff Algorithm –Rate Limitation.
Advanced Digital Circuits ECET 146 Week 9 Professor Iskandar Hack ET 221B,
Digital Signal Processing (DSP) Fundamentals. Overview What is DSP? Converting Analog into Digital –Electronically –Computationally How Does It Work?
Debouncing Switches Mechanical switches are one of the most common interfaces to a uC. Switch inputs are asynchronous to the uC and are not electrically.
© Bob York Gates +5 V 1 kΩ Out +5 V A B Out In 1 kΩ +5 V A B Out
Aloha Proof Module Design Cabled Observatory Presentation School of Ocean and Earth Science and Technology February 2006.
WALTA DAQ. Input 4 BNC Connections for PM signal GPS Connection for Time Signal Serial port for programming.
A compact, low power digital CDS CCD readout system.
Low Cost TDC Using FPGA Logic Cell Delay Jinyuan Wu, Z. Shi For CKM Collaboration Jan
Sept EE24C Digital Electronics Project Design of a Digital Alarm Clock.
AUTOMATIC ROOM LIGHT CONTROLLER WITH BIDIRECTIONAL VISITOR COUNTER
8254 Counter/Timer Counter Each of the three counter has 3 pins associated CLK: input clock frequency- 8 MHz OUT GATE: Enable (high) or disable.
Programming Concepts Part B Ping Hsu. Functions A function is a way to organize the program so that: – frequently used sets of instructions or – a set.
Analog to Digital conversion. Introduction  The process of converting an analog signal into an equivalent digital signal is known as Analog to Digital.
Technical Training. 1 Configuration: 2558 Analog Input Module 1. Select voltage or current input mode for each channel 3. Select digital filtering, offset.
GPS based time synchronization of PC hardware Antti Gröhn
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN Lecture 17 Dr. Shi Dept. of Electrical and Computer Engineering.
Timer Timer is a device, which counts the input at regular interval (δT) using clock pulses at its input. The counts increment on each pulse and store.
Lecture 16: Digital to Analog Converter - PWM Implementation
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
NOISE MEASUREMENTS ON CLICPIX AND FUTURE DEVELOPMENTS Pierpaolo Valerio.
FOR MORE CLASSES VISIT   ECET 340 Week 1 HomeWork 1  ECET 340 Week 1 iLab 1  ECET 340 Week 2 HomeWork 2  ECET 340 Week 2 iLab.
Electronic Devices and Circuit Theory
REMOTE CONTROLLED FAN REGULATOR. Alvasim P. A. Anumol R. Geo Joy Nimmy Yesudas Pradeep K. Vijayan MET’S School of Engineering Dept. of Electrical & Electronics.
Mrs V.S.KharoteChavan,E&Tc,PC poly
Lecture 10: Programmable Logic Controllers
BRX Technical Training
Sequential Logic An Overview
Introduction to the Board Game Counter
Timers and Event Counters
BRX Technical Training
Ocular Prosthesis May 00-13
BRX Technical Training
Chapter 13 Linear-Digital ICs
Digital Communication
BRX Technical Training
CMS EMU TRIGGER ELECTRONICS
TexPREP Summer Camp Computer Science
BRX Technical Training
29th Oct Review Session 8.
D Flip-Flop.
ECET 340 Competitive Success/snaptutorial.com
ECET 340 Education for Service-- snaptutorial.com.
ECET 340 Teaching Effectively-- snaptutorial.com.
Trainings 10/28 Woooooo!!.
The 3-Way Light Switch and The If-And-Only-If Statement
Digital Computer Electronics TTL
Download the GOTO BEACON program from the E10 website, Robot lab section,
Some Information Instructor Details Main Book. Some Information Instructor Details Main Book.
PLC’s Are ... Similar to a Microcontroller: Microprocessor Based
Lesson 8: Analog Signal Conversion
CSCI1600: Embedded and Real Time Software
Technical Communication Skills Practicum
S RAJARAJAN_ASST PROF, BSARCIS&T
INTRODUCTION OF DIGITAL SYSTEM
امتحانات میں شامل سوالات کے برے ،اچھے اور بہترین نمونے
Input-Output-Process Demo
ENGR 1 Presentation Thomas Matthews.
ANALOG VS DIGITAL Analog devices and systems: Process analog signals (time-varying signals that can take any value across a continuous range known as dynamic.
How to Tell Time Hannah Fleming.
What Time is It?.
CSCI1600: Embedded and Real Time Software
Ocular Prosthesis Team Members: Adam Lee, EE Faculty Advisors:
Presentation transcript:

BRX Technical Training Onboard Input Digital Filtering

Onboard Input Filters BX10 BX10E 6 discrete IN (all high-speed) Digitally filtered 4 discrete OUT (2 high-speed) No analog IN No analog OUT No Ethernet port BX10E 1 analog IN 1 analog OUT Ethernet port

Onboard Input Filters BX18 BX18E 10 discrete IN (all high-speed) Digitally filtered 8 discrete OUT (4 high-speed) No analog IN No analog OUT No Ethernet port BX18E 1 analog IN 1 analog OUT Ethernet port

Onboard Input Filters BX36 BX36E 20 discrete IN (10 high-speed) Digitally filtered 16 discrete OUT (8 high-speed) No analog IN No analog OUT No Ethernet port BX36E 4 analog IN 2 analog OUT Ethernet port

Onboard Input Filters Purpose Solution Cleaner solution: Switch bounce Electrical noise Solution Low-pass filter Cleaner solution: Digital low-pass filter

3 ways to enter the filter value Onboard Input Filters Digital Filtering Input state determined every clock tick System clock is 75MHz thus every 1/75MHz = 13.33ns Digital filtering is just a counter If the hardware circuitry sees the input as ON, counter increments by 1 If the hardware circuitry sees the input as OFF, counter decrements by 1 When counter reaches number of raw clock counts preset in filter value, the input is seen as ON 3 ways to enter the filter value