The Marble Sorter By Frank Katona, Bardhyl Gjoka, John Nessan and Jack Nilan Project Lead the Way – POE Summer 2009.

Slides:



Advertisements
Similar presentations
Reduce, Reuse, Recycle and Respect Reduce To reduce the size, number, or use of something is very important. Each person in the US produces four pounds.
Advertisements

Robofest 2005 Introduction to Programming RIS 2.0 RCX Code.
Repetition Statements Perform the same task repeatedly Allow the computer to do the tedious, boring things.
Car Hoist.
Decision Maths 1 Sorting Algorithms Bubble Sort A V Ali : 1.Start at the beginning of the data set. 2.Compare the first two elements,
M100 M100 Overview Preparation & Testing. M100 Overview  The M100 is a computerized tabulator that optically reads then counts and totals specially designed.
Delaware State Driver’s Education Study Guide. Drivers have trouble seeing motorcycles in traffic. Why?
Field Setup Field Setup (6 stations) Separate large field into four equal “stations” using cones, and small field into two equal “stations” using cones.
Misplaced and Dangling Modifiers .
Lecture 7: PLC: Review Questions
EV3 Software EV3 Robot Workshop 2015
Preparing and Using Schematics for Wiring Applications Using Cable
Electrical Wiring Three-Way Switches. Three-Way Switch.
TRAVEL GEAR. Travel Checklist Jerseys Shorts Shooting shirts Game Socks Adidas Rolling bags Shower Towels and bench towels Laundry baskets Markers + clipboard.
Reduce, Reuse, Recycle and Respect Reduce To reduce the size, number, or use of something is very important. To reduce the size, number, or use of something.
MARBLE SORTER By: Bridger Gibbs & Fred Vann. Brief Mr. Green has given us the task of making a machine that sorts red, clear, and opaque marbles. With.
Ch. 19: Reflection, Absorption, and Refraction of Light
Robotics Engineering Basic Maneuvers. Getting the Boe-Bot to Move One of the first tasks we need to do is to get our bots moving.One of the first tasks.
Common Electrical Devices John Jones. Single Pole Switch Used to control a light from one location.
Introduction to Robo Pro
Solving Equations with Exponents and Radicals Intro to Algebra.
Reactive robots UPNA The Public University of Navarra Material for pupils & students.
I am going to fly on an airplane.. We will drive a car to the airport and park our car.
Programming a light sensor to follow a black line.
Forging new generations of engineers
Today’s Agenda 1.Scribbler Program Assignment 1.Project idea due next class 2.Program demonstration due Wednesday, June 3 2.Attendance & lab pair groupings.
How to make a Shooting Target game in Scratch!. WE ARE GOING TO MAKE A TARGET GAME. This game will have: A Target that will move when clicked. A Timer.
Build a track for the ‘train’ to go back and forth across. It should switch directions after a set amount of time.
1. Enter service mode and scroll to the Calibrate menu option What is Rider Calibration? This feature enables a rider to calibrate the Watt sensor before.
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.
Slide 1 Flowchart with loop Start Is light less than 50? Turn lamp on Yes No.
Rotation Around a Point. A Rotation is… A rotation is a transformation that turns a figure around a fixed point called the center of rotation. A rotation.
Problem Marble Sorter By: Andrew, Matt, and Maxim Shershnev.
1 RoboticsPresents KaaShiv InfoTech For Inplant Training / Internship, please download the "Inplant training registration form" from our website
Slide 1 Flowchart with loop Start Is light less than 50? Turn lamp on Yes No.
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
BEGINNER FLL PROGRAMMING WORKSHOP BY DROIDS ROBOTICS & EV3LESSONS.
DISTANCE = RATE*TIME D = rt D = r(t) D = r x t.
Terms Wiring WVAOhm’s Law Misc. FR.
The “Board of Education” 1 Three-position switch 0 = OFF 1 = ON / wheels OFF 2 = ON / wheels ON breadboard (for building circuits) electrical power (V.
Sensor Information: while loops and Boolean Logic.
ROBOTC for CORTEX Teacher Training © 2011 Project Lead The Way, Inc. Automation and Robotics VEX.
 circumference = distance around the wheel  Distance around the wheel = distance travelled in 1 rotation  Distance travelled in 1 rotation would change.
How to Open a Locker 1 Turn the knob clockwise several times to reset the lock. Continuing to turn clockwise, stop at your first number. My first number.
Shooting Target Practice Opposed
Polar Coordinate System
fischertechnik® RoboPro Software for Gateway To Technology® RoboPro
installing electrical system
Touch Sensor.
Canon Customer Support First you need to turn on your Printer. Press & hold the “Reset button” on the printer. While pressing the “Reset.
Print slides for students reference
Light Review.
Electrical Wiring Single Pole Switches.
Electromagnetic fields are magnets sensing other metal or something else it can make sound or light it can change. Electric motors are a good example of.
Stepper Motors A stepper motor is a “pulse-driven” motor that changes the angular position of the rotor in “steps” Define β = the step angle (per input.
Open Differentials By: Paul Decarolis
While Loops and If-Else Structures
random number between 1 and 5.
Repeating Behaviors.
While Loops and If-Else Structures
While Loops and If-Else Structures
if-else Structures Principles of Engineering
What does this symbol mean?
Electromagnetic fields are magnets sensing other metal or something else it can make sound or light it can change. Electric motors are a good example of.
While Loops and If-Else Structures
Island/Employee Parking
2. ATP INITIALIZATION PLACE ATP SWITCH TO “1” OR “NORMAL” POSITION A
Electromagnetic Waves: Seeing Objects and Color
Grade 6 Filtering and Sieving.
Presentation transcript:

The Marble Sorter By Frank Katona, Bardhyl Gjoka, John Nessan and Jack Nilan Project Lead the Way – POE Summer 2009

The Marble Sorter. Our marble sorter takes marbles into a funnel. The marbles are then taken one at a time by a wheel feeder that delivers one marble to the system every 3 seconds. The marble then travels down the shoot. If the marble is black it will change the value received by the photoresistor to a value greater than 270. This then closes a gate which will sort black marbles into a separate bin. After one second the gate will reset itself. Clear marbles will travel down the shoot and will not trip the gate.

The Marble Sorter. Our marble sorter takes marbles into a funnel. The marbles are then taken one at a time by a wheel feeder that delivers one marble to the system every 3 seconds. The marble then travels down the shoot. If the marble is black it will change the value received by the photoresistor to a value greater than 270. This then closes a gate which will sort black marbles into a separate bin. After one second the gate will reset itself. Clear marbles will travel down the shoot and will not trip the gate.

The Marble Sorter Program

First we turn on the lamp that will be used to give the photoresistor a consistent value. Next we turn on the motor for the controlled wheel feeder that will feed the marbles one at a time into the sorter.

Next the program enters a loop which will feed up to 10 black marbles Next the program enters a loop which will feed up to 10 black marbles. The we get the photoresistor value and put it into a variable (so we could see the changing value). The value starts at a value of 80, opposite the lamp. Next we put that into the decision box. If the value is greater than 270 than something dark has passed in front of it and we then turn on the motor, clockwise, for .2 seconds, which then closes a gate so the black marble will be diverted into its own bin.

The third part of the program turns off the motor, waits a second, leaving the gate open. Then the motor turns on counter clockwise for .2 of a second closing the gate. Then the motor turns off and the program loops around and starts over again.

The Marble Sorter Working Our Marble Sorter on YouTube