Applied Control Systems Technology. © t 4 Galway Education Centre 2 Applied Control Systems Inputs Push switches L.D.R. Microphone Tilt switch Infrared.

Slides:



Advertisements
Similar presentations
Calera High School Dawn Bone
Advertisements

EMBEDDED SYSTEMS. Textbook: T. Bräunl Embedded Robotics, Springer 2003.
Applications of PICs Advantages/disadvantages Digital and analogue control Loops, sub-routines, scanning, counting and feedback Interrupts Problems with.
Simple Microcontroller Programming with PIC16F88.
In this presentation you will:
Robotics Club, Snt Council2 The 3 Schools of Robotics: Mechanical Design – Types of motors – Material selection –
SUN TRACKING SOLAR PANEL. Introduction The main objective of this project is to track the sun and rotate the solar panel accordingly, to receive sunlight.
Dr. HABEEB HATTAB HABEEB Dr. HABEEB HATTAB HABEEB Office: BN-Block, Level-3, Room Ext. No.: 7292 UNITEN.
The world of micro electronics Introduction Microcontrollers Micro Applications Future education Practical demonstrations.
Dr. Andreas Kunz © 10/2004 inspire icvr BASICS OF ELECTRONICS.
Introduction to Information Technology: Your Digital World © 2013 The McGraw-Hill Companies, Inc. All rights reserved.Using Information Technology, 10e©
Arduino. Arduino is a tool for making computers that can sense and control more of the physical world than your desktop computer. It's an open-source.
PROGRAMMABLE INTERFACE CONTROLLERS Understanding what PIC’s are. How to use PIC logicator Knowing what you can do with PIC circuits.
Introduction.
ASPPRATECH.
B.RAMAMURTHY UNIVERSITY AT BUFFALO Introduction to Hardware (& Software) 5/30/2013 Amrita-UB-MSES-CSE
Microcontroller: Introduction
Engineering 1040: Mechanisms & Electric Circuits Fall 2011 Introduction to Embedded Systems.
Khaled A. Al-Utaibi  Microprocessors  Microcontrollers  Embedded Systems.
PICS / Microcontrollers
PIC microcontrollers. PIC microcontrollers come in a wide range of packages from small chips with only 8 pins and 512 words of memory all the way up to.
Exploring Engineering Chapter 9, Part 2 Logic and Computers.
Programmable Systems  Electronic devices have been developed to make life more enjoyable, easier, safer or more productive.  Some examples: Microwave.
Department of Electronic & Electrical Engineering Embedded system Aims: Introduction to: Hardware. Software Ideas for projects ? Robotics/Control/Sensors.
Getting started with interactive projects using the Arduino, Max and Processing.
Open and Closed Loops Standard Grade Computing Studies.
Introduction to Computers Personal Computing 10. What is a computer? Electronic device Performs instructions in a program Performs four functions –Accepts.
Computer Hardware and Software
Parts of a Computer.
PLC introduction1 Discrete Event Control Concept Representation DEC controller design DEC controller implementation.
COMPUTER SYSTEM ARCHITECTURE By Sohaib.  The digital computer is a digital system that performs various computational tasks.  The word digital implies.
COMPUTER MAIN PARTS By: diego Andrés pulgarin Pérez Teacher: Bertha Inés Ramírez Osorio Cesde 2015.
 AUTOMATION  PLC  SCADA  INSTRUMENTATION  DRIVES & MOTORS.
HL Sample Question Applied Control Systems Underlying Principles.
Computer Basics.
Overview What is Arduino? What is it used for? How to get started Demonstration Questions are welcome at any time.
The 3 parts of an electronic system are :
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Electronic Control Systems
Introduction to Arduino Microcontrollers. What is a Microcontroller ? What is a Microprocessor ? A Microcontroller (8 bit) does one task very fast and.
SUMMER TRAINING JULY 2012 EMBEDDED SYSTEM (Microcontroller) Submitted by:- CHANDRAMOHAN SINGH AMARJEET KUMAR ABHISHEK KUMAR Btech-ECE(5 th sem) CTIT.
Interactive Control in Engineering Projects Electronics and Control.
UNIT I. EMBEDDED SYSTEM It is an electrical/electro-mechanical system designed to perform a specific function. It is a combination of hardware and software.
MICROOCESSORS AND MICROCONTROLLER:
EMBEDDED SYSTEM & ROBOTICS. Introduction to robotics Robots are machines capable of carrying out a complex series of actions automatically. Robotics is.
Digital Literacy: Computer Basics
Department of Electronic & Electrical Engineering Introduction to microcontrollers A microcontroller is a small computer on a single integrated circuit.
An introduction to PIC’s for KS3 and KS4. Mr Rooks Hetton School.
RenBED – Technical Training Jon Fuge – Renishaw plc.
HOME AUTOMATION USING PC DONE BY RAJESHKUMAR S SRI HARSHA D.
Computer Parts There are many parts that work together to make a computer work.
Automatic Railway Gate Control System
 Input - A device, such as a keyboard, used to enter information into a computer  Output - Electronic or electromechanical equipment connected to.
1 ALARMLINC. 2 OVERVIEW Expanding Situational AwarenessOVERVIEW.
BATCH MEMBERS R.ABHISHEK-08N41A0401 K.DHEERAJ REDDY-08N41A0412 S.RAJENDRA REDDY-08N41A0458 JYOTHISHMATHI COLLEGE OF ENGINEERING AND TECHNOLOGY,TURKAPALLY.
1 Microcontrollers. 2 Programmers work in the virtual world Machinery works in the physical world Microcontrollers connect the virtual and physical world.
Inside a Computer. Computer Hardware/Software What is the difference? Computer Hardware.
EMBEDDED SYSTEM An embedded system is a special-purpose computer system and a combination of software and hardware designed to perform specific task. It.
Overview What is Arduino? What is it used for? How to get started
Overview What is Arduino? What is it used for? How to get started
EMBEDDED SYSTEMS SUCHITA M. DAKI.
Automatic Railway Gate Control System
AQA GCSE 7 Electronic systems processing Design and Technology 8552
“Innovative Peripheral Interfacing System and Peripheral Learning Platform for Embedded System-Hardware Approach”
Why microcontrollers in embedded systems?
Applied Control Systems Underlying Principles
EMBEDDED SYSTEMS.
ACOE347 – Data Acquisition and Automation Systems
Chapter 4: Hardware for Educators
Introduction to Hardware
Presentation transcript:

Applied Control Systems Technology

© t 4 Galway Education Centre 2 Applied Control Systems Inputs Push switches L.D.R. Microphone Tilt switch Infrared detector Furby the intelligent toy? – exhibits complex interactive behaviour Outputs D.C. Motor Speaker Infrared LED Process - Microcontroller

© t 4 Galway Education Centre 3 Applied Control Systems Microcontroller – PIC (Peripheral Interface Controller) A PIC is an IC which can be programmed to respond to one or more inputs and control one or more outputs, i.e. ‘a computer on a chip’ A PIC contains on board: - ROM (Read Only Memory) RAM (Random Access Memory) I / O (Input / Output) CPU (Central Processing Unit)

© t 4 Galway Education Centre 4 How are PICs used? Purchased blank Inserted into a circuit board A control program is developed and tested on the computer and downloaded to the PIC. Applied Control Systems PICAXE-08 PICAXE-18X PIC 16F628 INPUTPROCESSOUTPUT PIC LOGICATOR

© t 4 Galway Education Centre 5 Applied Control Systems PIC Applications: - Household appliances - Washing machines / microwaves Alarm systems Medical equipment Vehicle subsystems - engine management / remote locking Traffic lights Car barriers Entertainment industry Vending machines Display units

© t 4 Galway Education Centre 6 Advantages of PICs :- PICs can be repeatedly programmed and reprogrammed Increased reliability due to less circuitry requirements Rapid product changes can be made by changing the program and not the electronic hardware Greater product flexibility and adaptability Provides a platform to support the development of simple to complex solutions i.e. What If ? Applied Control Systems

© t 4 Galway Education Centre 7 Applied Control Systems Hardware: - Computer – USB port (Windows NT,ME,2000,XP) Circuit board – PICAXE 18X Training board Power supply unit - 9V, 550mA Download cable - USB AXE027 Software: - PIC - Logicator Version 2

© t 4 Galway Education Centre 8 Applied Control Systems PICAXE 18X Training Board (5 inputs, 8 outputs) Inputs 3 Analogue: - LDR Var. Resistor Temp. Sensor 2 Digital: - 2 PTM Switches Outputs 8 LED outputs 1 Piezo 1 Seven segment 2 External motors 4 External outputs 1 Stepper motor 1 Server motor