Part II Introduction to Robot Code. How to open a new FRC robot project 1.Open LabVIEW. 2.Click "FRC cRIO Robot Project" in the upper left section "New".

Slides:



Advertisements
Similar presentations
Apple Pi Robotics Logic System and Programming Basics 1 1.
Advertisements

US First Robotics Lab View Tutorials Jim Thomas Lawrence Berkeley National Laboratory Team 496 Port Jeff Powerhouse.
VEX Troubleshooting.
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.
Creating and Editing a Web Page Using Inline Styles
1. 2 LabVIEW for FRC Doug Norman National Instruments January 6, 2012.
Networking By: Matt Motl… Programmer Brent Everson… Programming Mentor.
1. 2 FRC 2010 Driver Station Doug Norman & Stephanie Brierty National Instruments January 8, 2010 Thanks to Joe Ross – Team 330.
Programming and Electronics Training
Operating Systems First Program to load. Controls Hardware And software. Enable User to operate PC( Personal Computer) –Examples: DOS: Disk Operating.
3 levels Basic User Tasks Intermediate User Tasks Advanced User Tasks.
3 levels Basic User Tasks Intermediate User Tasks Advanced User Tasks.
FRC LabVIEW Software Overview Joe Hershberger Staff Software Engineer National Instruments.
DVG-N5402SP.
 General notes/quirks › Letters only in the SSID › g & b only › Use a different router for internet and robotics › Use a simple password.
Control System New control system: roboRIO – Allows for programming over the USB device port.
Geocaching By Samantha Rue Monday, December 6, 2010 Technology meets the outdoors.
How to Use This Training Deck
By Steven Campbell and Erik Boone.  Sharing projects by putting them into a central repository.  Checking out copies of projects from the repository.
Chapter 1: Windows XP. Contents of Desktop Lesson 1 (P.4)
Ch 11 Managing System Reliability and Availability 1.
Linksys LNKWET11 Setup b Ethernet Converter Step 1. Annotate your Computer’s ethernet IP address. Step 2. Change the Ethernet IP Address/subnet/router.
Drivers Station 2010 Joe Ross Team /12/2009.
Driver Station MVRT 2009 – 2010 Season. Add information Breadboard Classmate PC USB Hub Joysticks Stop Button.
CHAPTER 1 XNA Game Studio 4.0. Your First Project A computer game is not just a program—it is also lots of other bits and pieces that make playing the.
US First Kickoff 2012 Software Programming (And Control System) Daniel Kohn University of Memphis.
Common Rookie Blunders Kelvin Lin Team 4001 Programmer Yoan Holder Team 4001 Electrician.
SLC 500 Ethernet Processor Communications Configuration
Lexmark Wireless Printer Adaptor Instructions Step 1. For a Mac, go to network preferences/ select built-in-ethernet and click on TCP/IP tab and annotate.
Weston Schreiber & Joshua Gabrielse Robotics Summer Training Programming #1: EasyC Basics.
Hytera Patrol System Tutorial
LabVIEW Workshop September 26, 2009 Hauppauge High School SPBLI - FIRST Mark McLeod Advisor Hauppauge Team 358 Northrop Grumman Corp.
The New FTC Platform (Connecting your legacy hardware)
2009 FRC Control System Software Overview Dave Doerr, Mentor, Team 67 November 15, 2008.
FRC Robot Framework Labview Made Easy (er) For FIRST Robotics 1.
Otasuke GP-EX! Chapter 11 GP-Viewer EX
Ethernet port  Make sure that your computer has an Ethernet connection (RJ45 port).  Power the zSeries on and make sure the “network link” LED is solid.
 The Control Panel window will pop up. Existing LAN USB-to-Ethernet adapter  Use an inexpensive USB-to-Ethernet adapter and connect it to your computer’s.
Mechanics of LabVIEW Workshop January 10, 2009 Farmingdale State College SPBLI - FIRST Mark McLeod Advisor Hauppauge Team 358 Northrop Grumman Corp.
FRC Robot Programming 1.PID Continued 2.Downloading and Deploying Code 3.Program a 2012 Robot from Spec Basic code For FIRST Robotics.
Bar Code Scanner Software Installation Gui de
Splashtop Whiteboard Setting up your account. Open up Splashtop Whiteboard on your computer Your first time you will need to create a Splashtop Account.
Introduction to Vexnet
SAM9260-EK WinCE DEMO AT91 SAM9 Product Group. Version 1.0 October 2006.
How to connect your NXT via Bluetooth A step-by-step instruction.
DHP Agenda: How to Access Web Interface of the DHP-1320 on Access Point Mode How to Access Web Interface of the DHP-1320 on Router Mode How to Change.
SAM9260-EK WinCE DEMO AT91 SAM9 Product Group. Version 1.0 October 2006.
Understanding The 2008 FRC Robot Controller Chris Gregory FRC1089 – Team Mercury
Session 11 Intro to FRC API.
Cr yptonite robotics labview beta findings December 19, 2015.
Creating and Editing a Web Page
VAFIRST LabVIEW Workshop 11/19/11 Presenters: Marin Kobin & Patrick Foley.
After Construction Name: Per #:.
Basic Steps in Programming
Fix IP Address – Ethernet crossover cable
ETS Inside Product Launch
Do-more Technical Training
The first change to your project files that is needed is to change the device to the correct FPGA. This is done by going to the Assignments tab on the.
FTC Driver Station Setup and Operation Mike Zook 20-Sep-2016.
FTC Driver Station Setup and Operation Mike Zook 20-Sep-2016.
Lego Robotics Small Builds.
Lego Robotics Small Builds.
Training Module Introduction to the TB9100/P25 CG/P25 TAG Customer Service Software (CSS) Describes Release 3.95 for Trunked TB9100 and P25 TAG Release.
How to Connect a Dell Printer to Your PC. Connecting a Wired Printer on Windows 1. Set your printer near your PC.
Android Programming OnBot Java.
WHAT IS WINDOWS MULTIPOINT SERVER 2012?
The programming page of the Brick
Conference room user manual
BEGINNER PROGRAMMING LESSON
Downloading to the NXT requires the correct hardware setup
Presentation transcript:

Part II Introduction to Robot Code

How to open a new FRC robot project 1.Open LabVIEW. 2.Click "FRC cRIO Robot Project" in the upper left section "New".

Naming convention Name the project according to its function, not your name

cRIO IP address Set the x's and y's in the IP address to match our team number: replace this with:

How to deploy code Open Project Explorer Hit the plus symbol next to Build Specifications Right click FRC Robot Boot-up Deployment "Deploy"

Driver Station Software and hardware

Operations tab Shows the robot's battery voltage Shows the state of communication with the robot Shows whether code has been uploaded Shows whether stop button is connected Able to choose between teleoperated, autonomous and practice mode Enable and disable buttons o The space bar will enable or disable the robot from any window Elapsed time since you enabled the robot Shows PC battery Can choose which team you are (red or blue)

Diagnostics tab Shows the robot's battery voltage Shows the state of communication with the robot Shows whether code has been uploaded Shows whether stop button is connected Shows which joysticks are connected Shows whether an Ethernet link has been formed

Stop button Acts as an emergency stop o In general the program cannot be run without connecting the stop button o Ctrl-Alt-Enter Connected by the USB hub to the computer Have to reboot the cRio after pressing the stop button Reboot Robot button no longer works after Stop button is pressed, so manual reboot is needed. Sometimes it does not work when plugged into the USB hub