1 / 7

Control technology – Lesson 3

Control technology – Lesson 3. Lesson Objectives To understand how to use a variable in a flowchart to solve a problem. To understand how to use monitoring boxes to assist in debugging programs. Crocodile Clips. You have 5 minutes to re-create a dance routine from yesterday! Go! .

morty
Download Presentation

Control technology – Lesson 3

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Control technology – Lesson 3 Lesson Objectives • To understand how to use a variable in a flowchart to solve a problem. • To understand how to use monitoring boxes to assist in debugging programs

  2. Crocodile Clips • You have 5 minutes to re-create a dance routine from yesterday! Go!

  3. What is control technology? • What different types of sensor are there? • Where can you see Control Technology being used in every day life?

  4. Variables • In control technology we use variables to control devices. • A variable is something which can stand for any value • Like in algebra a2xb2=c2 , a b and c are all equal to numbers

  5. Variables in control technology • We want to control a washing machine to go around 100 times before it stops • We have a variable called y • y is equal to 0 • When the washing machine goes around once we add 1 to y • When y is equal to 100 the washing machine stops

  6. The flow chart Always include a start Start This makes sure at the start of the flow diagram that y is always equal to 0. It resets it. Y = 0 Add 1 to y We then add 1 to y This asks the question, is y equal to 100? If it is the flow chart will stop (the machine will stop) if it isn’t, the flow chart will loop and add another 1 to y until it equals 100 Y = 100? Stop This stops the machine

  7. Try it for yourself

More Related