Measurement and Control. Control Systems A control system usually consists of a processor, a control program, interfaces and a device under the processor's.

Slides:



Advertisements
Similar presentations
IGCSE ICT Control Systems.
Advertisements

In this presentation you will:
01/05/2015 Input-Output-Process Demo Automatic Streetlight System.
Dr. HABEEB HATTAB HABEEB Dr. HABEEB HATTAB HABEEB Office: BN-Block, Level-3, Room Ext. No.: 7292 UNITEN.
Industrial Automation and Control
1 The University of Jordan Mechatronics Engineering Department PLC: Programmable Logical Controller.
1 Sensors, Actuators, Signals, and Computers Part D Ping Hsu, Winncy Du, Ken Youssefi.
Automated Systems Standard Grade What Is An Automated System? A system in which computers are used to control machines and equipment For example: –Traffic.
FOLLOWER SENSORS AND ACTUATORS EE 552 INTSTRUCTOR :Dr MOHAN KRISNAN BY MOHAMMED KASHIF IQBAL ANESH BODDAPATTI UNIVERSITY OF DETROIT MERCY.
REAL-TIME SOFTWARE SYSTEMS DEVELOPMENT Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
Wireless Data Acquisition for SAE Car Project by: J.P. Haberkorn & Jon Trainor Advised by: Mr. Steven Gutschlag.
Input Devices Image Capture Devices, Sound Capture Devices, Remote Controls PREPARED & PRESENTED BY: FAHAD AHMAD KHAN.
Automated Systems Lesson 3: Getting the Robot to do work.
Hardware & Software Needed For LAN and WAN
Actuators & Their Applications
It consists of computers that are used to regulate the operation of other devices. It involves the use of sensors, ADCs, DACs and actuators.
Module 2: Hardware and Terminology
Sensors PREPARED & PRESENTED BY: FAHAD AHMAD KHAN.
PLC: Programmable Logical Controller
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:.
E-LABORATORY PRACTICAL TEACHING FOR APPLIED ENGINEERING SCIENCES W O R K S H O P University of Oradea, Romania February 6, 2012 G E N E R A L P R E S E.
Input and Output devices Input ports are connections at the back of a computer. Input devices are connected to these ports, for example, a keyboard which.
Monitoring, measurement and control technology. Definition of data logging Data logging – collecting data automatically from sensors over a certain period.
IGCSE ICT Control.
Open and Closed Loops Standard Grade Computing Studies.
Music by Touch. 1. Provide an example “stimulus-sensor- coordinator-effector-response” framework for both your (human) sense of touch and the robotic.
REAL-TIME SOFTWARE SYSTEMS DEVELOPMENT Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
COMPUTER CONTROL Year 11. Lesson 1 Introduction to Computer Control.
PLC introduction1 Discrete Event Control Concept Representation DEC controller design DEC controller implementation.
PLC: Programmable Logical Controller
Sensors are mostly electronic devices used to monitor or capture something.
// 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
 AUTOMATION  PLC  SCADA  INSTRUMENTATION  DRIVES & MOTORS.
(More) Interfacing concepts. Introduction Overview of I/O operations Programmed I/O – Standard I/O – Memory Mapped I/O Device synchronization Readings:
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.
Computer are used to control the operation of many and everyday objects. The instructions contained in the computer program send signals out to computer.
Overview What is Arduino? What is it used for? How to get started Demonstration Questions are welcome at any time.
REAL-TIME SOFTWARE SYSTEMS DEVELOPMENT Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
Applications of PPI Stepper Motors- D/A - A/D - Temperature Sensor.
Computer Control.
CBC BODY COMPUTERS CHAPTER 12. CBC OBJECTIVES H ANALOG AND DIGITAL VOLTAGE SIGNALS H COMPUTER COMMUNICATION H COMPUTER MEMORY H INPUTS H OUTPUTS H MULTIPLEXING.
Computer Control Using computers to control things.
Connectivity Devices. Network Interface Card (NIC) Allow user to connect to networks via Ethernet cable or Wi-Fi Nowadays integrally fitted into the.
Castor Bot. Now, we will begin creating a robot Log onto your computer On your screen, click on the website labeled “castor bot” Your building instructions.
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.
Lynxmotion Robotic Arm
S IMULATION AND R EAL - TIME PROCESSING Chapter 3.7 VCN 9691 Computing Notes 1.
EMBEDDED SYSTEM & ROBOTICS. Introduction to robotics Robots are machines capable of carrying out a complex series of actions automatically. Robotics is.
Team 20: Jordan Wagner.  iPhone controlled marble maze game  Rotation of the phone is translated into rotation of the board  Stepper motor connected.
Control Output Devices Hyper linking. Back to Input Devices Back to Input Devices What Are Control Output Devices? These are devices that are associated.
Learning Objectives Today we will Learn: What is meant by a Control System Examples of Control systems How control systems work.
Learning Objectives Today we will Learn:
Lesson 1 PLC BASICS. PLC Definition  Programmable Logic Controllers are industrial computers that control machine and other applications.  PLC have.
Monitoring and Control
Intro to USB-6009 DAQ.
Monitoring and Control
IBDP Computer SCIENCE Di WU
Data Acquisition Systems
DT-Assessment Frame Work Term2
Control GCSE ICT.
Control GCSE ICT.
Input-Output-Process Demo
Input-Output-Process Demo
Systems and Control.
Systems and Control.
Presentation transcript:

Measurement and Control

Control Systems A control system usually consists of a processor, a control program, interfaces and a device under the processor's control. The processor sends control signals through an output port which allows for: -different types of signal; -different types of cable connection.

To carry out tasks, the controlled device contains any of: -a relay, which is a switch operated by an electrical signal; -an actuator, which is a device to produce movement when given an electrical signal; -motors to produce large-scale movements.

A Simple Control System Computer Output Port Joining Cable Control Signal Actuator

Stepper Motor A stepper motor is a type of motor which needs to be sent repeated pulses to keep it going. A stepper motor has the advantage of precise control.

Interfaces An interface is used to connect two devices or systems to enable them to communicate. Control systems often need to include: -analogue-to-digital (A-D), or -digital-to-analogue (D-A) converters.

Sensors A sensor is a monitoring device which sends signals back to the processor via an input port. There are many types of sensor: -a thermocouple for measuring temperature; -a pressure pad -an infra-red sensor -an analogue light sensor

Feedback Feedback means using output from a system to affect the input.

Process Control zProcess control means automatic control of an industrial process

Robots A robot is a device programmed to do work otherwise done by people. An android is a robot which looks like a human being. Robots which move may use wheels, caterpillar tracks or legs. Sensors installed in a robot allow feedback and improve safety.

Datalogging Data logging is automatic recording of data as it is produced. Data acquisition is capture and storage of data for data logging. Data logging systems may display results continually and/or analyse them later.