Software. Computers can be used to control all sorts of devices: The device follows a sequence of instructions created by the software.

Slides:



Advertisements
Similar presentations
How Do You Make a Program Wait?. 1. What is an algorithm? 2. Can you think of a reason why it might be inconvenient to program your robot to always go.
Advertisements

Dr. Gary Stewardson, Raymond Boyles Hello again, Sparkey here. Slippery and I will help you explore how to create a program that simulates outputs on a.
Advanced Chips and Gates Simulation with TINA Linda Soulliere & Janet Dudek
Super Logo. Key Instructions Pendown penup Forward 50 ( this number can change) Right 90 ( this number can change as well) Now try and draw a Early finishers,
"Turtle Graphics“ for kids.
Chapter 1- Visual Basic Schneider 1 Chapter 1 An Introduction to Computers and Visual Basic.
Standard Grade Automated Systems and Industrial Applications Automated Systems and Industrial Applications Standard Grade.
Output devices Monitors: screens or Visual Display Units (VDUs) display the effects of what the user is doing can vary in size and resolution. Printers:
1 Word Lesson 4 Working with Graphic Objects Microsoft Office 2010 Fundamentals Story / Walls.
Programmable Systems  Electronic devices have been developed to make life more enjoyable, easier, safer or more productive.  Some examples: Microwave.
PGCE Design Technology Session 3
IGCSE ICT Control.
Open and Closed Loops Standard Grade Computing Studies.
Computer Integrated Manufacturing (CIM). What is CIM? It is the manufacturing process done with the use of a computer for controlling the complete production.
Applied Control Systems Technology. © t 4 Galway Education Centre 2 Applied Control Systems Inputs Push switches L.D.R. Microphone Tilt switch Infrared.
COMPUTER CONTROL Year 11. Lesson 1 Introduction to Computer Control.
COMPUTER SYSTEM.
Level 2 Unit 4 Producing Engineering Solutions Engineering Diploma Level 2 Unit 4 Producing Engineering Solutions An Approach to Unit Delivery and Assessment.
LOGO SOFTWARE BY: SAVE 9S. INTRODUCTION Logo is a software that can be found at : Shared area> High School > ICT > take home software > LOGO32. This is.
Controlling Agents with Natural Language Jared Allen 2005 University of Arkansas EiA Agent team.
Introduction to Algorithms using Netlogo. What’s an Algorithm Definitions of Algorithm on the Web: –A procedure or formula for solving a problem.
StarLogoTNG 101 Treasure Hunt Game Unit Lesson 2: Keyboard Controls.
Computer are used to control the operation of many and everyday objects. The instructions contained in the computer program send signals out to computer.
Introduction to Software Software. Types of software Click on each type of software to find out what it does.
CSCI-100 Introduction to Computing Hardware Design Part I.
Computer Control.
Computer Control Using computers to control things.
Chapter 1: An Introduction to Control Structures Introduction to Programming with C++ Fourth Edition.
Lego MindStorm An Introduction to Blocks. Blocks Blocks are used to give instructions to your robot. There are many types of blocks You can use the blocks.
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.
Prepared by: Engr. Qurban Ali Memon 11ES (SEC- 1 & 2)
Lesson Using Robotics Systems. Interest Approach Think of some practical uses of a robot. Think of some practical uses of a robot.
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.
1. an electronic device that manipulates information, or "data“
Chapter Six. Exercises Clear the screen Write a procedure to show a symbol at (dl, dh). AL stores the symbol. Write a procedure to control a character.
Control Output Devices Hyper linking. Back to Input Devices Back to Input Devices What Are Control Output Devices? These are devices that are associated.
Search for it on your computer
LOGO WHAT IS IT? HOW TO USE IT AND HOW USEFUL CAN IT BE?
Seminar on "PLC” (Programmable Logic Controller)
Foundations of Engineering and Technology Careers in Engineering.
FlowArm PLTW Motions © 2013 Project Lead The Way, Inc.Computer Integrated Manufacturing.
 Creates machines, robots, and tools etc..  Designs these things using mechanics, thermodynamics, materials science etc..
March 4, What is a switch?  switch: a component made of conductive material that controls the flow of current through the circuit.
Using Logo to explore spiral patterns. Paul Broadbent Spiral patterns This is a (1,2,3) spiral path. It repeats lines of three.
Basics of Computer A Computer is Electronic device that can
LOGO 32 By: Xenon 9S.
Control Control Devices.
FlowArm PLTW Motions Computer Integrated Manufacturing
What Is an Electric Motor? How Does a Rotation Sensor Work?
INTRODUCTION (Manufacturing Planning)
How SCADA Systems Work?.
Data Logging 2 WJEC ICT.
Digital electronics and logic gates
Jeopardy $100 $100 $100 $100 $100 $200 $200 $200 $200 $200 $300 $300 $300 $300 $300 $400 $400 $400 $500 $500.
Introduction to robotics
Introduction to Flowcharts
DT-Assessment Frame Work Term2
Control GCSE ICT.
Control GCSE ICT.
An Introduction to VEX IQ Programming with Modkit
Warm Up- What is a robot? Describe in one sentence what you understand by the term ‘robot’ 2. What are the main parts of a robot? What do people do to.
A few tricks to take you beyond the basics of Microsoft Office
Computing Introduction.
An Introduction to VEX IQ Programming with Modkit
Intro to Robotics It’s YOUR FUTURE.
Presentation transcript:

Software

Computers can be used to control all sorts of devices: The device follows a sequence of instructions created by the software.

Logo is a software program that controls the movement of a onscreen turtle. Logo is a good introduction to programming. It can also be used to control models by using an interface. It can follow basic commands such as forward and back and turn left or right through so many degrees. These can be built up into more complex procedures. They can also be repeated to make complex shapes. The commands have to be typed in very accurately.

Can you guide the blue car out of the car park?

Others drag and drop the electronic components used to design circuit boards, which can then be produced and used to control devices. Control systems often use flow charts to make them clearer. Some software lets you drag and drop flow chart symbols.

Control systems also control domestic appliances, such as washing machines, burglar alarms and CD players. Traffic lights and motorway warning systems are also controlled remotely by computer. Industrial robots and computer-controlled machine tools are used in computer aided manufacturing. Air-conditioned offices and climate-controlled greenhouses also use control systems.

Summary Control systems are used to control all sorts of devices, not just computers. They use flow charts to explain the logic of the controls. Logo software controls a screen turtle and can be used to control devices through an interface. Some software lets you build flow charts by dragging and dropping. You can also build electronic control circuits in a similar way.