BRX Technical Training

Slides:



Advertisements
Similar presentations
Sistemi Elettronici Programmabili13-1 MULTI OSC + CLOCK FILTER LVD POWER SUPPLY CONTROL 8 BIT CORE ALU PROGRAM MEMORY RAM I2CI2C PORT A SPI PORT B 16-BIT.
Advertisements

A Next Generation OCS Welcome to Horner Operator Control Station Training.
Potentiometer Electric circuit Cell or Battery Resistor Switch Bulb Earth/Ground LED.
The Solar Tracker. Solar Tracking Project Team Members: –Cristian Ruvalcaba –Ken Seal –David Clark –Mark McKinley –Richard DeJarnatt.
Timers and Interrupts Shivendu Bhushan Summer Camp ‘13.
PWM (Pulse Width Modulation)
 Main Components:  Sensors  Micro controller  Motor drivers  Chasis.
Embedded Microcomputer Systems Andrew Karpenko 1 Prepared for Technical Presentation February 25 th, 2011.
Introduction to Arduino Chris Meyer Enlight Tech Talk
1923 Virtual Robot Part 4 By Nihar Sidhu.
CS 478: Microcontroller Systems University of Wisconsin-Eau Claire Dan Ernst Hybrid I/O – Pulses.
Lecture 15: Digital to Analog Converters Lecturers: Professor John Devlin Mr Robert Ross.
ELE22MIC Lecture 18 The AVR Sleep Modes The ATMEGA128’s Timer System
By: Eric Backman Advisor: Dr. Malinowski.  Introduction  Goals  Project Overview and Changes  Work Completed  Updated Schedule.
BM-305 Mikrodenetleyiciler Güz 2015 (3. Sunu) (Yrd. Doç. Dr. Deniz Dal)
Automatic accident avoiding system PROJECT MEMBERS MUTHUKUMAR.K (05ME33) SAKTHIDHASAN.S (05ME39) SAKTHIVEL.N (05ME40) VINOTH.S (05ME56) PROJECT GUIDE:
Getting Started With the Arduino Uno
Microcontroller Applications ELEC 421 Dr. Ron Hayne Images Courtesy of Ramesh Gaonkar and Delmar Learning.
Rebecca Bruce and Susan Reiser, May 2015 Analog Input and Output.
DESIGN CONSTRAINTS AND MICRO SELECTION PRESENTED BY: JACKSON MCCORMICK Acoustic Storm Interweaving the impressive visual power of electricity and the visceral.
Timer 1 and 2 operation, PWM Principles. Timer 1 Operation.
PWM: Pulse Width Modulation © 2014 Project Lead The Way, Inc.Digital Electronics.
Pulse width modulation
Analog Output Materials: animatronic head Processing Quiz HW: code links.
Seth Schwiethale James Crosetto James Ellison.  square pulse of ms, repeats every 20 ms  It is the same for both steering and acceleration 
Throttle Arduino RC Receiver Stock Golf Cart Motor Controller Motor 1 PWM signal: Voltage: 0 – 5V Period = 22ms Positive Pulse Width: 1ms – 2ms Digital.
MICROCONTROLLER INTERFACING WITH STEPPER MOTOR MADE BY: Pruthvirajsinh Jadeja ( ) COLLEGE:DIET BRANCH:EC.
Pulse-Width Modulation: Simulating variable DC output
Team 7 Chaofan Chen Dhruvmin Gandhi Larry Gerhardt Pulse-width Modulation with the TIVA C.
Lesson 1 PLC BASICS. PLC Definition  Programmable Logic Controllers are industrial computers that control machine and other applications.  PLC have.
BRX Technical Training
Application Case Study Christmas Lights Controller
BM-305 Mikrodenetleyiciler Güz 2016 (3. Sunu)
FRC Robot Electronics.
BRX Technical Training
Do-more Technical Training
Intro to USB-6009 DAQ.
simple example program to control a DC-Motor
Application Case Study Security Camera Controller
Demodulation PWM Signal
UMAC 구성예 (1) ▪ CPU (w/ WD Board) - Ethernet (TCP/IP)
Microcontrollers, Basics Fundamentals of Designing with Microcontrollers 16 January 2012 Jonathan A. Titus.
BRX Technical Training
Introduction to Servos
Do-more Technical Training
Intro to the Arduino Created by
BRX Technical Training
EE 319K Introduction to Embedded Systems
Beam Sync Output - fiber, one microsecond pulse of Beam Sync Input
BRX Technical Training
BM-305 Mikrodenetleyiciler Güz 2017 (3. Sunu)
Pulse Width Modulation (PWM) Motor Feedback - Shaft Encoder
The Arduino Microcontroller: Atmel AVR Atmega 328
Cart Control System Cart DIO Speed Pulses RS232 Links VCS Peripheral
Arduino Analog I/O Analog input pins: 0 – 5
CBC Fundamentals Lecture is based on material from Robotic Explorations: A Hands-on Introduction to Engineering, Fred Martin, Prentice Hall, 2001.
BRX Technical Training
Arduino : Introduction & Programming
TCSP – Software Design.
UNIT 19 PWM 로봇 SW 교육원 조용수.
Computer Science & Engineering Electrical Engineering
Dr. Unnikrishnan P.C. Professor, EEE
Jianming Yao ECE734 Project Fall 2000
Do-more Technical Training
UNIT 11: RC-SERVOMOTOR CONTROL
Robotics System Lecture 11_12: DC Motor
easYgen-3000XT Series Training
HOME AUTOMATION SYSTEM BLUETOOTH BASED.  INTRODUCTION  PROBLEM STATEMENT  OBJECTIVES  BLOCK DIAGRAM  CIRCUIT DIAGRAM  METHODOLOGY  APPLICATIONS.
Pulse-Width Modulation: Simulating variable DC output
Presentation transcript:

BRX Technical Training High-Speed I/O (PWM Outputs)

High-Speed I/O BX10 BX10E 6 discrete IN (all high-speed) 4 discrete OUT (2 high-speed) No analog IN No analog OUT No Ethernet port BX10E 1 analog IN 1 analog OUT Ethernet port

High-Speed I/O BX18 BX18E 10 discrete IN (all high-speed) 8 discrete OUT (4 high-speed) No analog IN No analog OUT No Ethernet port BX18E 1 analog IN 1 analog OUT Ethernet port

High-Speed I/O BX36 BX36E 20 discrete IN (10 high-speed) 16 discrete OUT (8 high-speed) No analog IN No analog OUT No Ethernet port BX36E 4 analog IN 2 analog OUT Ethernet port

High-Speed Outputs (PWM Outputs) PWM = Pulse Width Modulation

High-Speed Outputs (PWM Outputs) Select Device Name & Output Use Structure Members to control the PWM Output .EnableOutput (bit; R/W) – set ON to generate pulses; OFF to stop .PeriodScale (bit; R/W) – if OFF the .Period is in microseconds; if ON, milliseconds .Period (unsigned word; R/W) – 0 to 65,535 micro- or milliseconds .DutyCycle (real; R/W) – percentage of the .Period the pulse will be ON; 0.0 to 100.0%