The Dewi Sant Greenhouse Control Project Lesson 2.

Slides:



Advertisements
Similar presentations
IGCSE ICT Control Systems.
Advertisements

By the end of the lesson you will: 1.Be able to describe a range of sensors. 2.Be able to explain possible uses for the sensors. 3.Be able to describe.
By Nayyab Nadeem IX White Industrial Use of a Computer Computers are useful tools for warehouses, distribution centers, manufacturers and other industrial.
Heating element Temperature sensor Heating element 220V AC Controller I/O panel.
House. Cold outside air house Heat loss Cold outside air.
Greenhouse Functions and Controls Horticulture II.
18/04/20151 Operating Systems Modes of Use / Operation On-Line & Real-Time.
Paper 1 - Theory (Chapter 7.1) Exam Questions and Answers
My Portfolio The area I am working on to improve my Level My end of year target is.. I am becoming more confident in this area I have met this target and.
Do it now activity Last lesson we learnt about instructions are run in a computer. Write a set of instructions that a computer could follow to make a cup.
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.
Task Detailed Design Specification Bullet pointed list of what you want your final product to be- you need to explain each point Create a range of designs.
COMPUTER CONTROL Year 11. Lesson 1 Introduction to Computer Control.
Introduction to Robo Pro
Module 1: Introduction to PLC
OCR Cambridge Nationals in ICT (Level 1/2) R010 Developing Control Systems.
Do you have control? Mr. Caudy Systems and Computer Control.
ICT and Environmental Monitoring Mr Conti ICT in Society.
By the end of this session you should be able to...
HL Sample Question Applied Control Systems Underlying Principles.
Unit 1 Living in the Digital WorldChapter 4 – Smart Working This presentation will cover the following topics: Cloud Storage Name:
Test and Review chapter State the differences between archive and back-up data. Answer: Archive data is a copy of data which is no longer in regular.
Computer Control.
03/11/20151 System Development Lifecycle Design. 203/11/2015 Learning Objectives Consider the relevance and timeliness of data. Describe: The processes.
Process Control 2.1 – Control Systems.
CSCI1600: Embedded and Real Time Software Lecture 12: Modeling V: Control Systems and Feedback Steven Reiss, Fall 2015.
Slide 1 Flowchart with loop Start Is light less than 50? Turn lamp on Yes No.
Your Brief: You are the lead programmer responsible for designing and implementing the control program that controls all input and output devices in the.
System A collection of parts that perform a function.
Welcome to Science! Can you please do this task – without talking and without waiting to be asked: On your whiteboards, write down the four main requirements.
Algorithms and Pseudocode
Control Output Devices Hyper linking. Back to Input Devices Back to Input Devices What Are Control Output Devices? These are devices that are associated.
Unit 7.6 Lesson 4 Goals: Complete the control system (flowchart) to control all elements of the greenhouse. Test and refine the flowchart to improve how.
Slide 1 Computers or people? Teacher resource 5.1.
Unit 7.6 – Control & Monitoring Overview Key Stage 3 National Strategy ICT Strand.
Learning Objectives Today we will Learn:
Unit 9.1_Lesson 4_CD Resource 4a_Sensors and flowcharts Sensors and Flowcharts.
PHYSICS – Digital electronics. LEARNING OBJECTIVES Core Supplement Explain and use the terms analogue and digital in terms of continuous variation and.
Computer Control and Monitoring Today we will look at: What we mean by computer control Examples of computer control Sensors – analogue and digital Sampling.
Algorithms and Flowcharts
Data Flow Diagrams Start Do you want to continue? Yes End No Test on
The Dewi Sant Greenhouse Project - Assessment. Slide 2 We are learning today: To build a control system that operates all of the parts of the greenhouse.
Monitoring and Control
Sensors Control Systems with Flowol.
GCSE COMPUTER SCIENCE Computers
GLOBAL WARMING.
Raspberry pi controlled greenhouse
Monitoring and Control
Data Logging & Control Systems
Task 4 – Report (individual work)
Computers Logic Gates.
AQA GCSE 6 Systems approach to designing Design and Technology 8552
DT-Assessment Frame Work Term2
Print slides for students reference
Control Systems An Overview Computer Integrated Manufacturing
Control GCSE ICT.
Photosynthesis Research Task
A collection of parts that perform a function
All very logical I think!
Control GCSE ICT.
Lesson 3 Sub-Routines.
What are Computers? E Use this tutorial alongside the numbers coded in your workbook and answer the related questions in each section.
Welcome to Science! Can you please do this task – without talking and without waiting to be asked: On your whiteboards, write down the four main requirements.
How electronic systems work using the Systems approach.
Unit Standard credits 7 weeks
Presentation transcript:

The Dewi Sant Greenhouse Control Project Lesson 2

Slide 2 We are learning today: Discuss the uses of control in everyday life Understand how a greenhouse can be controlled and monitored, using a computer Know how to create flowcharts to show the operation elements in a greenhouse

Slide 3 The Greenhouse Project

Slide 4 Conditions in the greenhouse 1What do plants need to make them grow? 2What conditions may change in a greenhouse?

Slide 5 How do greenhouses work? To get the best plant growing conditions temperature and humidity (moisture in the air) have to be controlled. The greenhouse has temperature and humidity sensors linked to a computer, and the computer has a program storing details of the correct temperature and humidity settings.sensors program The greenhouse is fitted with a heater, sprinkler and window motor, also linked to the computer. If the humidity falls below the values stored in the program, the computer activates the sprinklers and close the windows. If the temperature falls outside the values stored in the program, the heater is activated by the computer. The system monitors the conditions night and day with immediate response to any changes. To alter the growing conditions the values in the computer program can of course be changed.system

Slide 6 Annotate our greenhouse mimic val 1 = analogue heat sensor val 2 = analogue light sensor input 1 = digital moisture sensor output 5 = heater output 6 = light mot a = open / close window mot b = sprinkler

Slide 7 Comparing values in a feedback loop Sometimes, an input value is not as simple as being on or off Values can be within a range We need to be able to get the computer to test that a value falls within a range of values and respond appropriately

Slide 8 Start Is Val 1 > 30? Yes No Turn Output 5 off Val 1 is a temperature sensor What might this be? Turn Output 5 on Val 1 is a temperature sensor

Slide 9 Lesson tasks 1. Use moisture sensor to turn on the sprinkler 2. Use heat sensor to turn on the heater 3. Use light sensor to turn on the light 4. Use moisture sensor to close the window and turn on the sprinklers for 10 seconds Remember to print out each flowchart, stick in your book and annotate to explain what is happening in each step

Slide 10 Evidence: One to two A4 pages Name Title: “Greenhouse Assessment” Date A clear print screen of your greenhouse control system, showing the mimic An explanation of your system, talking through every part of your system to show how it works

Slide 11 We are learning today: To build a control system that operates all of the parts of the greenhouse system in an efficient way – Level 4: A mostly working system that controls most parts of the greenhouse – Level 5: A fully working system that controls most of the parts of the greenhouse in one big flowchart – Level 6: A fully working system that controls all of the parts of the greenhouse and uses as least one subroutine – Level 7: A fully working system that controls all of the parts of the greenhouse and uses several effective subroutines

Slide 12 Task Two Write an article for the school magazine about the greenhouse project. Find a suitable photo to illustrate the article. You might include information on: – the benefits of using the computer to control the greenhouse; – how you can monitor and control the temperature, light and heat; – how practical the project is (whether it is feasible).