By Joshua Shaw.  This presentation demonstrates how to create a program  Take as much time as you need to go through this PowerPoint  Just remember.

Slides:



Advertisements
Similar presentations
Open Powerpoint and go to Slide Show in the top menu. Click VIEW SHOW. Then type in the white boxes. Type Name Date:
Advertisements

Clicking on the link for the.tns file gives you will get the following screen: Select Save File and click OK.
Burning a Video or File to a CD 1.Double click on the Nero- Burning Rom icon on your desktop or go to “Start” > “Programs” > “ahead Nero” > “Nero Burning.
Vex Robotics Program five: using the radio control transmitter.
Jason Howard. Agenda I. How to download robotc II. What is tele-op used for? III. How to build a basic tele-op program IV. Getting the robot to drive.
Using Schoolnet: Creating an Express Test Workshop Mike Antrim Woodbridge Technology Advisory Committee 1.
V EX C OACHES ' T RAINING October 12, Agenda for Today 9 – 10 AM : Tina Reeves and the Engineering Notebook 10 – Noon : Finish Building, Basic Robot.
Programing Concept Ken Youssefi/Ping HsuIntroduction to Engineering – E10 1 ENGR 10 Introduction to Engineering (Part A)
Introduction to SPSS (For SPSS Version 16.0)
Programming with App Inventor Computing Institute for K-12 Teachers Summer 2012 Workshop.
®® Microsoft Windows 7 Windows Tutorial 1 Exploring the Basics of Microsoft Windows 7.
Buttons and Hyperlinks in PowerPoint To add a button: 1.Open a PowerPoint Project and select the slide on which you wish to place a button. 2.Click on.
Click your mouse to continue. Using the PowerPoint Dialog Box When creating a new presentation, you can begin one of three ways: 1.using PowerPoint’s AutoContent.
How to Download and Install a Sharp Print Driver on a Mac.
by Chris Brown under Prof. Susan Rodger Duke University June 2012
Code Club Session 2 Dance Party. What will we learn ?  How to change the background  How to create animations  How to make objects talk to each other.
How to Download and Install a Print Driver on a Windows PC.
Available at: – Operate the Tumbler using a Jumper Pin Operate the Tumbler using the jumper pin.
Weston Schreiber & Joshua Gabrielse Robotics Summer Training Programming #1: EasyC Basics.
Thank you for your decision to try vTreePro Practice Tree Software! Your satisfaction is very important to us. Please feel free to send us an if.
Guess What’s Behind the Box Next Slide Remove Box Next Slide.
Teacher/Mentor Institute Using easyC Joel Kirkland July 30-31, 2015.
FRC Robot Framework Labview Made Easy (er) For FIRST Robotics 1.
1 After completing this lesson, you will be able to: Start Windows XP Professional. Log on to a Windows XP Professional computer on a network domain. Log.
The Fundamentals of Using Windows 95. Windows 95 ã operating system that performs every function necessary for the user to communicate and control computer.
Windows Tutorial Common Objects ACOS: 1, 4. Using the Taskbar 1. Using the taskbar, you can switch between open programs and between open documents within.
Vex Robotics Programming Sequence. Now that you’ve had some practice downloading and using the included programs, it's time to learn to write some of.
Downloading and Installing Autodesk Revit 2016
Microsoft ® Office PowerPoint ® 2003 Training Playing sound [Your company name] presents:
Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs.
Downloading and Installing Autodesk Inventor Professional 2015 This is a 4 step process 1.Register with the Autodesk Student Community 2.Downloading the.
COMPREHENSIVE Windows Tutorial 1 Exploring the Basics of Microsoft Windows Vista.
Excel 2010 Formatting Columns and Rows Excel 2010 / Mr. Bitenas In this lesson you will learn how to insert, delete, and resize Columns and Rows.
JAZLER SHOW2 JAZLER SHOW2 AUTOMATION SOFTWARE. EASY PLAYBACK JAZLER SHOW2 AUTOMATION SOFTWARE Jazler Show is a program that lets you load audio files.
Links take you to…  Different slides in your presentation  A different PowerPoint presentation  Any program - (Word can be used for example to complete.
Block Quoting Computer Instructions on How to Block Quote in Microsoft Word 2010.
MSOffice PowerPoint 1 Part 2 ® Microsoft® Office 2010: Illustrated Introductory.
Lesson 1. Security At the menu bar at the top you will see the word Tools. Click your mouse on Tools scroll down to Macro. Move the Mouse over and down.
Clearly Visual Basic: Programming with Visual Basic 2008 Chapter 13 How Long Can This Go On?
Creating Games with PowerPoint: The SECRET: Sequence – the order of the slides Connection – how the slides link together.
Data-information stored in files on the disks and CDs in your computer system Why should we save a file when we create it on the computer?
By Joshua Shaw.  Now that we have a program, we should see how it works in the real world  To do this we need the Cortex and the orange USB cable 
XP New Perspectives on Microsoft Windows XP Tutorial 1 1 Microsoft Windows XP Creating a Web Site Tutorial 1.
Vex Robotics program three: using motors and sensors together.
Teacher/Mentor Institute Intro to easyC Programming Scott McEwen July 21-22, 2016.
By Joshua Shaw.  We have previously added a While Loop  We are now going to use it for programming the robot  We have also added two motor programs.
After Construction Name: Per #:.
Exsys Developer Tutorial
Learning PowerPoint A Tutorial.
A Tutorial on How to Turn PowerPoint Presentations into Slideshows
Introduction to Arduino Microcontrollers
The method to Take down the printer's model number and on your computer Download Drivers For a Lexmark Laser Printer.
Guess What’s Behind the Box
Basics for Robotics Programming
BEGINNER PROGRAMMING LESSON
Guess What’s Behind the Box
Programming Autonomy By Joshua Shaw.
Lego Robotics Small Builds.
Lego Robotics Small Builds.
Guess What’s Behind the Box
Lesson Four: Building Custom Patient Lists
Programming a Servo By Joshua Shaw.
European Computer Driving Licence
Variables & getting info from the user
Providing an area on a PowerPoint slide that users can write into.
Introduction to PowerPoint
Podcasting Thai Lessons to the “M Crowd”
How to Save a Picture to the Computer or Jumpdrive
Introduction to Programing the Cortex for BEST
Presentation transcript:

By Joshua Shaw

 This presentation demonstrates how to create a program  Take as much time as you need to go through this PowerPoint  Just remember that you need to get the program finished as soon as possible so the drivers can practice  Good Luck 2

 In this power point I will walk you through as many steps as possible to ensure that the program runs smoothly  This includes several of the most obvious steps ◦ Such as using the start menu  This power point will act as if I am there to help. ◦ I will say “we” often  So, let us begin 3

 Easy C is a simpler version of C++  It uses cause and effect statements, which allow you to manipulate the robot  The next slide gives an example of a basic program  It can be modified to fit the conditions of the game 4

A Basic Program It does have limit switch capability which will be discussed later. 5 This is the program used by Hillcrest at the 2011 Crowley's Ridge Best Competition in Jonesboro.

 The first step to create the program is to start the Easy C software ◦ It will most likely be found on the desktop of your computer ◦ If not, then click the Start menu (indicated by red arrow below) ◦ Go to All Programs ◦ Click on easy C V4 for Cortex 6

 To begin a new program for the robot, click on New Standalone Project under New/Open  Select Joystick Project (WiFi)  Click Ok  If you have already begun a program, click on the name of your program under Recent Projects 7

 We are going to need a statement that is always true in order for the program to be effective  We will be applying a While Loop  To do this, go to the Function Blocks box beside your program and click the “ +” beside Program Flow 8

 Then click and drag While Loop from the list and place it on the vertical line between Variable box and End box.  At this point a dialog box appears ◦ Type a true expression such as (2<3)  Click OK 9

 The next PowerPoint is Programming a Motor