Control Systems IB Computer Science.

Slides:



Advertisements
Similar presentations
Exam Technique Intermediate 2 / Higher Computing.
Advertisements

IGCSE ICT Control Systems.
Sensors and data logging Lesson What is a sensor A sensor is a piece of equipment that senses or monitors something. Example : thermometer.
AS ICT.  Have an understanding of how organizations use ICT.  Be able to describe a number of uses, giving the hardware and software requirements. 
Open and Closed Loops Standard Grade Computing Studies.
Embedded Systems Design ICT Embedded System What is an embedded System??? Any IDEA???
Module 4: Analog programming blocks. Module Objectives Analyze a control task that uses analog inputs. Connect a potentiometer to LOGO! controller and.
REAL-TIME SOFTWARE SYSTEMS DEVELOPMENT Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
// 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.
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.
Course Assessment SL External Assessment (Exam): 70% Paper 1 (Sections 1-4): 45% Paper 2 (Options paper): 25% Internal Assessment (Projects): 30% Solution:
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.
REAL-TIME SOFTWARE SYSTEMS DEVELOPMENT Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
Computer Control.
Computer Control Using computers to control things.
S IMULATION AND R EAL - TIME PROCESSING Chapter 3.7 VCN 9691 Computing Notes 1.
MODEM B Y K H U S H. With the evolution of technology, world has contracted in to a small village. One single click on your computer can connect you to.
Comparators, DAC, and ADC
Embedded Control Systems Dr. Bonnie Heck School of ECE Georgia Tech.
Write a function rule for a graph EXAMPLE 3 Write a rule for the function represented by the graph. Identify the domain and the range of the function.
IB Computer Science Content developed by Dartford Grammar School Computer Science Department Objects as a programming concept.
Bar code scanner Department of Computer Engineering, M.S.P.V.L. Polytechnic College, Pavoorchatram.
Computer Organisation
Monitoring and Control
Computational Thinking, Problem-solving and Programming: General Principals IB Computer Science.
GCSE COMPUTER SCIENCE Computers
Planning & System installation
System Design Basics IB Computer Science.
Resource Management IB Computer Science.
Planning & System installation
Planning & System installation
Resource Management IB Computer Science.
Planning & System Installation
CHAPTER 9 COMPUTER ARITHMETIC - ALU
Monitoring and Control
Planning & System installation
Planning & System installation
Computer Organisation
Computational Thinking, Problem-solving and Programming: General Principals IB Computer Science.
System Backup IB Computer Science.
Computational Thinking, Problem-solving and Programming: General Principals IB Computer Science.
DATA CONVERTERS (Linear Circuits) S.Senthil Kumar, Dept. of Aero, KCT
Planning & System Installation
Planning & System Installation
Objects as a programming concept
Planning & System Installation
System Design Basics IB Computer Science.
Computer Organisation
Planning & System installation
Planning & System Installation
Planning & System Installation
User Focus IB Computer Science.
1.0 Introduction to Physical Computing
INTRODUCTION TO ELECTRONIC INSTRUMENTATION
System Design Basics IB Computer Science.
Instrumentation and Control Systems
Tiny Computers, Hidden Control
Control GCSE ICT.
Transducers Gordon Shering November 18 By Gordon Shering.
Lesson 1: Overview of Sequential Control and Data Acquisition
Control GCSE ICT.
Control Loops: Primary Sensors, Transmitters, and Transducers - Agenda
Data Representation and Organization
Evaluating Logarithms
Input-Output-Process Demo
Introductory Concepts
Components of a Computer System
Presentation transcript:

Control Systems IB Computer Science

HL Topics 1-7, D1-4 1: System design 2: Computer Organisation 3: Networks 4: Computational thinking 5: Abstract data structures 6: Resource management 7: Control D: OOP

HL only 7 Overview Centralized control systems Distributed systems 1: System design HL only 7 Overview 2: Computer Organisation Centralized control systems 7.1.1 Discuss a range of control systems 7.1.2 Outline the uses of microprocessors and sensor input in control systems 7.1.3 Evaluate different input devices for the collection of data in specified situations 7.1.4 Explain the relationship between a sensor, the processor and an output transducer 7.1.5 Describe the role of feedback in a control system 7.1.6 Discuss the social impacts and ethical considerations associated with the use of embedded systems Distributed systems 7.1.7 Compare a centrally controlled system with a distributed system 7.1.8 Outline the role of autonomous agents acting within a larger system 3: Networks 4: Computational thinking 5: Abstract data structures 6: Resource management 7: Control D: OOP

Topic 7.1.4 Explain the relationship between a sensor, the processor and an output transducer

Basic I-P-O model Simplistically, sensors take analogue input and convert them to digital data. Digital data can then be processed by a microprocessor, producing digital output. Output transducers can then turn the digital data into analogue signals to power ‘real world’ devices.

Analogue signals are converted to digital

ADC (Analogue to Digital Converter) and vice versa Sensors record analogue signals which are then converted to digital signals for processing in the microprocessor. The processor’s digital output can then be converted to analogue signals again (if needed).

Examples of analogue input sensors Friendly warning: Sometimes Transducers can be classified as input devices too…

SIDENOTE: Transducers as input

Transducers are used every time a signal has to be converted from one form to another

Rule of thumb: Input = sensor (via transducer) Output = actuator (via transducer)