Automation and Programming

Slides:



Advertisements
Similar presentations
Robofest 2005 Introduction to Programming RIS 2.0 RCX Code.
Advertisements

Engineering Roles We will be forming groups of 3 students
Automation and Robotics
VEX and Robot C Chris Patterson Presented by Modified by J. Andazola.
Photos and Sensor Instructions
Connecting VEX and ROBOTC
EducateNXT NXT... an introduction The Kit and the Software.
Turning Glowing Text into Animated Glowing Text Using Animation Shop.
AUTOMATION AND PROGRAMMING SOME GET STARTED TIPS… Everyone please log into RobotC !
Obstacle Detection Introductory Presentation. Opening Activity If you were blindfolded, what senses would you use to find things in the room?
Robot C and Natural Language
AUTOMATION WITH ROBOTC Starting to write and troubleshoot computer code.
3 | Touch sensors Created by H. Robinson & A. Gostelow TOUCH SENSORS.
Rascalbot EEL4665 Eric Page. Problem Dogs have been shown to increase the happiness and well being of their owners Keeps elderly active Many people are.
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.
Use the book to build and mount the light sensor on your robot. This will allow the robot to remain inside the blue square (fight ring) on the tile floor.
ADVANCED EV3 PROGRAMMING LESSON By Droids Robotics 1 Data Logging (Part 2)
CSE 321 Alex Reiner Nischal Vasant. CRC Card MovesCollaborations Responsibilities 1.Detect Obstacles 2.Detect Remote control Signals 1.Turn following.
Vex Robotics Program four: reversing and turning.
The George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 4/Lab3.
Automated Mechanisms Help. Potentiometers Potentiometer Check –Analog Port 2 How they work –Analog sensor –Measures rotation of a shaft between 0 and.
Rescue Robot Day 2 Exploring Computer Science Lesson 6-11.
Available at: – Program Functions for VEX Robots Program Functions for VEX Robots.
VEX and Robot C Chris Patterson Frisco ISD CTE Center Presented by.
Obstacle Detection. In the previous program the robot moves forward and then checks for something in the way. As we observed it only checks for things.
After install, please login from English server..
Automation and Robotics.  First you select the platform type so that you can use Natural Language PLTW.
Vex Robotics program three: using motors and sensors together.
Robot C and Natural Language. Create a folder Create a folder on your desktop to insert all your Robot C files, Here you will begin with your template.
Connect VEX and ROBOTC Electrical Engineer Responsibilities © 2011 Project Lead The Way, Inc.Automation and Robotics VEX.
ROBOTC for VEX Online Professional Development. Homework Questions Thoughts? Questions?
With. Project Overview  Introduction to Factory Automation Numerical Control  Build an autonomous robotic solution  Testing an autonomous robot build.
Robotics Education & Competition Foundation
Programming Design ROBOTC Software Principles Of Engineering
Basic Steps in Programming
Introduction to Programming in RobotC
Electrical Engineer Responsibilities
Automation with RobotC
Know your Robot Electrical Parts
ClawBot Beginning Programing.
VEX IQ Curriculum Smart Machines Lesson 09 Lesson Materials:
An Introduction to VEX IQ Programming with Modkit
ROBOTC for VEX Online Professional Development
Introduction to Programming
Electrical Engineer Responsibilities
ROBOTC for VEX On-Site Professional Development
Electrical Engineer Responsibilities
Automation and Robotics
Programming Design ROBOTC Software Computer Integrated Manufacturing
Programming Part 2 Mod Kit
Electrical Engineer Responsibilities
RobotC Sensors.
Introductory Presentation
Automation and Robotics
Introductory Presentation
Obstacle Detection Ultrasonic Sensor.
Introductory Presentation
Forward Until Touch Robot goes forward until it hits a wall.
Holyoke Codes LEGO ROBOTICS
Line Following Behavior
By Sanjay and Arvind Seshan
Programming Design ROBOTC Software Principles Of Engineering
Automation with RobotC
Inside a PMI Online Course
Introductory Presentation
Automation with RobotC
Obstacle Detection.
Obstacle Detection.
Programming Design ROBOTC Software Principles of Engineering
Exploring Computer Science Lesson 6-11
Presentation transcript:

Automation and Programming Some get started tips… Everyone please log into RobotC !

1. Make sure you are set on natural Language

2. Check the Communication Mode

3. Check Your Preferences : Click on “Detailed Preferences”

Only check “Open Last Project” and the 2 tool bar options

4. Open a file or open a new file The Last few programs you worked on will be down here…

5a. Look at the motors and Sensors

5b. Choose the GTT Testbed

5c. Look at the sensor ports

4 Sensors: Sensors Touch / Bumper Switch Limit Switch Line Tracker Presentation Name Course Name Unit # – Lesson #.# – Lesson Name Sensors 4 Sensors: Touch / Bumper Switch Limit Switch Line Tracker Potentiometer Sensors are used so the robot can sense its environment, and the robot can adjust its own behaviors based on that knowledge. A sensor will generally tell the robot about one very simple thing in the environment, and the robot’s program will interpret that information to determine how it should react. The Bumper Switch sensor, for instance, will tell the robot whether it is in contact with a physical object or not. Depending on how the sensor is set up, this can tell the robot a lot of different things. If the sensor is mounted on the front bumper, the robot could use this information to tell whether it has run into an obstacle, like a wall inside a maze. By making good use of sensors to detect the important aspects of its environment, a robot can make things much easier for its human operator. A robot can even operate completely independent of human control, autonomously.

LineFollower or Potentiometer

LineFollower or Potentiometer