Automated Systems Lesson 3: Getting the Robot to do work.

Slides:



Advertisements
Similar presentations
Systems Approach Universal System INPUT PROCESS OUTPUT
Advertisements

Automated Systems Lesson 4: Stationary v Mobile Robots.
Control Systems The elements of a control system
IGCSE ICT Control Systems.
Basic Electronic Systems
Automated Systems Lesson 2: Robot Terminology. By the end of this lesson you will be able to: 1.Name 6 pieces of anatomy a robot 2.Suggest suitable end.
Embedded Computer Systems Elec471 Welcome remarks and Class Overview Associate Professor Cap’n Tim Johnson, PE.
Commercial Data Processing Lesson 3: Data Validation.
Automated Systems Standard Grade What Is An Automated System? A system in which computers are used to control machines and equipment For example: –Traffic.
Blogics! It’s a logic circuit simulator aimed at beginners. It introduces simple concepts in the design of interactive physical computing systems such.
Standard Grade Automated Systems and Industrial Applications Automated Systems and Industrial Applications Standard Grade.
How Does a Light Sensor Work?. 1. How do humans sense light? 2. Provide an example “stimulus-sensor- coordinator-effector-response” framework using the.
Sensors PREPARED & PRESENTED BY: FAHAD AHMAD KHAN.
Sensors and data logging Lesson What is a sensor A sensor is a piece of equipment that senses or monitors something. Example : thermometer.
SCADA and Telemetry Presented By:.
Applied Control Systems Robotics & Robotic Control
Control Systems Did you get these? Washing machine Microwave cooker
AS ICT.  Have an understanding of how organizations use ICT.  Be able to describe a number of uses, giving the hardware and software requirements. 
Monitoring, measurement and control technology. Definition of data logging Data logging – collecting data automatically from sensors over a certain period.
Open and Closed Loops Standard Grade Computing Studies.
Systems Approach Universal System  We use a systems diagram to analyse technology.  All systems can be analysed and simplified in terms of their inputs,
COMPUTER CONTROL Year 11. Lesson 1 Introduction to Computer Control.
Parts of computers Four parts: Input device Processor (small silicon chip, microprocessor, video recorder, dedicated) Output device Storage Device.
Computer Science Lego Robotics Lab 07 Page 51. CS Lego Robotics Lab 07 (Updated ) Objectives: 1.Extend the Lego robot with three sensors. 2.Program.
// This is a simple control program Move forward 200 units Turn right 90 Move forward 100 units Turn right 45 Move forward 100 Turn right 45 Move forward.
Module 1: Introduction to PLC
Monitoring Patients 3.3 Health. IT Features A Process is monitored by Sensors Sensors are usually connected to an Interface that is connected to a computer.
CAD Cad means computer aided design, this is used by people such as graphic designers and manufacturers etc. They use the program to design an object.
Measurement and Control. Control Systems A control system usually consists of a processor, a control program, interfaces and a device under the processor's.
Computer Data Logging and Control  Lesson Objective: Understand the main terminology based about Data Logging and Models  Learning Outcome: Complete.
Sensors By Francisco Baqueriza. Heat Sensors Heat sensors are the sensors that capture heat levels like Infra- red, or even a thermometer in the air conditioning.
Computer Control.
Modular Electronics Use the systems approach.
Computer Control Using computers to control things.
Weather forecasting –How it used to be done Traditionally weather forecasting relied upon the use of large numbers of different places in the country sending.
Process Control 2.1 – Control Systems.
GCSE ICT Robots. Control Although many people assume that businesses mainly use computers in offices to help workers to perform administrative tasks,
What is Computer Control? A set of instructions programmed into a machine, which will cause it to operate in a predetermined manner. e.g the traffic.
Digital Technology 14.1 Analogue and Digital Signals.
System A collection of parts that perform a function.
S3 INNOVATION ELECTRONICS. LESSON TITLE: ELECTRONICS Learning Intention: To understand when to use different types of logic gates Activity: Building own.
EG1003: Introduction to Engineering and Design Laboratory 4: Sensors.
HARDWARE DEVICES TOBY WILSON. HARDWARE DEVICES InputOutputStorage KeyboardMonitorsExternal Hard Disk MicePrintersFlash Drives Graphics TabletSpeakers.
Control Output Devices Hyper linking. Back to Input Devices Back to Input Devices What Are Control Output Devices? These are devices that are associated.
DATA REPRESENTATION: SOUNDS GCSE Computing. Learning Objective ■ To understand how sounds are represented in Binary ■ To be able to convert a sound wave.
OBJECTIVES 1. Be able to recognise binary code 2. Be able to convert denary numbers into binary numbers 3. Be able to convert binary into denary numbers.
Lesson 6 Binary Understand what Binary Code means and apply this knowledge Understand how data is represented using bit systems and be able to change decimal.
Somerset Berkley Regional High School Robotics Engineering with LabView.
Data logging: The term 'data logging' refers to collecting or gathering data over a period of time. How Data is collected? Sensors are used to take readings.
With. Project Overview  Introduction to Factory Automation Numerical Control  Build an autonomous robotic solution  Testing an autonomous robot build.
Data Representation: Sound
Cambridge Technical.
GCSE COMPUTER SCIENCE Computers
Module 1: Introduction to PLC
physics-chemistry-interactive-flash-animation
3 Computing System Fundamentals
How Does a Color Sensor Work?
Introduction to robotics
How Does a Touch Sensor Work?
DT-Assessment Frame Work Term2
Control GCSE ICT.
Obstacle Detection Ultrasonic Sensor.
Control GCSE ICT.
Analogue and Digital Signals
How electronic systems work using the Systems approach.
Components of a Computer System
Weather forecasting –How it used to be done Traditionally weather forecasting relied upon the use of large numbers of different places in the country sending.
Presentation transcript:

Automated Systems Lesson 3: Getting the Robot to do work

By the end of this lesson you will be able to: 1.Identify what the controlling computer does. 2.Explain what a control program is. 3.Explain what a sensor is. 4.Explain why sensors are needed. 5.Explain the term feedback. 6.Explain what happens to the feedback. 7.Explain why an interface is required. 8.Explain the term analogue signal. 9.Explain the term digital signal 10.Explain what a AD to DA converter does. Lesson 3: Automated Systems

Controlling Computer A robot must be connected to a controlling computer. The controlling computer sends instructions to the arm. The controlling computer is the "brain" of the robot. The controlling computer will have a control program uploaded onto it ie a set of instructions written in code.

Sensors & Feedback Lesson 3: Automated Systems Feedback is essential for most automated systems, eg 1.the temperature of water needs to be fed back to be able to control a kettle 2.the microwaves have to be fed back to traffic light control systems. Robots need sensors to “sense” their surroundings. All physical properties can be measured with sensors such as light, heat, sound, pressure, acidity and humidity. Sensors collect information to be used by the controlling computer to decide what to do next. This process is known as feedback. There are many different types of sensors, Controlling Computer Sensor FeedbackFeedback Control Instruction

Interface Lesson 3: Automated Systems An interface is needed between a sensor and the controlling computer. The interface is required because sensors are analogue yet the controlling computer understands digital data only. The interface converts the signals. Analogue signals vary in strength: eg temperature goes gradually up and down pressure gradually builds and fades. Digital signals are either 0 or 1: Sensor Interface data feedback Control program instruction

AD and DA Converters An AD converter is the interface that translates analogue data into digital data. AD Converter A DA converter is the interface that translates digital data into analogue data. DA Converter digital 100 o C analogue Lesson 3: Automated Systems OFF analogue 0 digital

Questions Answer the following questions in your jotter. 1)Name the part of the automated system that control the action. 2)Why is a sensor needed? 3)List 3 types of sensors and explain what each could be used for. 4)Explain the term feedback. 5)Why is feedback necessary? 6)What happens as a result of feedback? 7)Explain why a interface is required. 8)Draw a diagram of where an interface will be positioned in system. 9)What is an AD converter? 10)What does a DA converter do and why? Lesson 3: Automated Systems

Fun Things To Do Robots with a sense of touch Beetles & Sensors Robot Cars Smart Cars Try programming the Picobot using it’s sensor. Try programming Lego Robot cars.