INTERMEDIATE PROGRAMMING LESSON

Slides:



Advertisements
Similar presentations
BEGINNER EV3 PROGRAMMING LESSON By: Droids Robotics Topics Covered: Turning.
Advertisements

Parallel Beams INTERMEDIATE EV3 PROGRAMMING LESSON By Droids Robotics
INTERMEDIATE PROGRAMMING LESSON By: Droids Robotics Turn Degrees My Block.
By Droids Robotics INTERMEDIATE PROGRAMMIN G LESSON DATA WIRES.
By Droids Robotics INTERMEDIATE PROGRAMMING LESSON BRICK BUTTONS AS SENSORS.
INTERMEDIATE PROGRAMMING LESSON
By Sanjay and Arvind Seshan
By Sanjay and Arvind Seshan
By Sanjay and Arvind Seshan
BEGINNER EV3 PROGRAMMING Lesson
By Sanjay and Arvind Seshan
BEGINNER PROGRAMMING LESSON
Proportional Control with the Sound Sensor
By Sanjay and Arvind Seshan
BEGINNER EV3 PROGRAMMING Lesson
BEGINNER PROGRAMMING LESSON
Parallel Beam Synchronization
BEGINNER PROGRAMMING LESSON
By Sanjay and Arvind Seshan
SIMPLE & OPTIMIZED ULTRASONIC WALL FOLLOW
BEGINNER EV3 PROGRAMMING Lesson
INTERMEDIATE PROGRAMMING LESSON
SIMPLE & OPTIMIZED ULTRASONIC WALL FOLLOW
BEGINNER PROGRAMMING LESSON
BEGINNER EV3 PROGRAMMING Lesson
By Sanjay and Arvind Seshan
INTERMEDIATE PROGRAMMING LESSON
Parallel Beam Synchronization
INTERMEDIATE PROGRAMMING LESSON
INTERMEDIATE PROGRAMMING LESSON
INTERMEDIATE PROGRAMMING LESSON
INTERMEDIATE PROGRAMMING LESSON
Downloading & Uploading Files
BEGINNER PROGRAMMING LESSON
INTERMEDIATE PROGRAMMING LESSON
Beginner Programming Lesson
INTERMEDIATE PROGRAMMING LESSON
BEGINNER PROGRAMMING LESSON
BEGINNER EV3 PROGRAMMING Lesson
INTERMEDIATE PROGRAMMING LESSON
INTERMEDIATE PROGRAMMING LESSON
INTERMEDIATE PROGRAMMING LESSON
INTERMEDIATE PROGRAMMING LESSON
By Sanjay and Arvind Seshan
By Sanjay and Arvind Seshan
Repeating Actions (Loops)
BEGINNER PROGRAMMING LESSONS
Lesson 6: aligning on Walls & MODELS
BEGINNER PROGRAMMING LESSON
Downloading & Uploading Files
BEGINNER PROGRAMMING LESSON
Proportional Control with the Sound Sensor
INTERMEDIATE PROGRAMMING LESSON
INTERMEDIATE PROGRAMMING LESSON
INTERMEDIATE PROGRAMMING LESSON
By Sanjay and Arvind Seshan
INTERMEDIATE PROGRAMMING LESSON
Passive Attachments Robot DESIGN Lesson.
BEGINNER PROGRAMMING LESSONS
Passive Attachments Robot DESIGN Lesson.
BEGINNER PROGRAMMING LESSON
BEGINNER EV3 PROGRAMMING Lesson
By Sanjay and Arvind Seshan
Menu System.
BEGINNER EV3 PROGRAMMING Lesson
Introduction to Attachments
Advanced Programming Lesson: Parallel Beams
BEGINNER PROGRAMMING LESSON
BEGINNER EV3 PROGRAMMING Lesson
BEGINNER EV3 PROGRAMMING Lesson
Presentation transcript:

INTERMEDIATE PROGRAMMING LESSON PARALLEL BEAMS

© 2016 EV3Lessons.com, Last edit 7/06/2016 Lesson Objectives Learn what a parallel beam is and how to use them Learn when you might use parallel beams © 2016 EV3Lessons.com, Last edit 7/06/2016

What are Parallel Beams? Parallel beams allow you to run two or more blocks at the same time. What if you have one or more attachment arms connected to motors and you want to turn these arms while the robot is moving to complete a mission Robot lifting up hoops and driving forward. © 2016 EV3Lessons.com, Last edit 7/06/2016

How Do I Make a Parallel Beam? To create a parallel beam click and drag on the bump on the right center of any block and release once you hover over the inverted bump on the left center side on a block. Note: Blocks before the split will run one at a time. After the split blocks on the two “beams” will run at the same time © 2016 EV3Lessons.com, Last edit 7/06/2016

Parallel Beams and My Blocks Here is a simple program that moves both wheels of our robot forward If you run it, our robot moves forward by about 4 inches To simplify it, we can make the below My Block (Motor_Inches) that moves the selected motor forward © 2016 EV3Lessons.com, Last edit 7/06/2016

Parallel Beams and My Blocks BE CAREFUL WHEN YOU USE PARALLEL BEAMS AND MY BLOCKS Using the Motor_Inches My Block, we can convert the program on the bottom left to the one on the bottom right If you run the program, the robot does completely different things!!!!! The code on the right moves one wheel 4 inches and then moves the other wheel 4 inches. This causes the robot to spin around in one direction then the other The code on the left moves both wheels 4 inches at the same time. This makes the robot move forward. Lesson: EV3 does not let you run two copies of the same My Block at the same time © 2016 EV3Lessons.com, Last edit 7/06/2016

© 2016 EV3Lessons.com, Last edit 7/06/2016 Challenge Can you write a program that uses parallel beams that have to move and pick up an object at the same time? © 2016 EV3Lessons.com, Last edit 7/06/2016

© 2016 EV3Lessons.com, Last edit 7/06/2016 Credits This tutorial was created by Sanjay Seshan and Arvind Seshan More lessons at www.ev3lessons.com                           This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. © 2016 EV3Lessons.com, Last edit 7/06/2016