View Single Post
  #6   Spotlight this post!  
Unread 27-01-2010, 01:12
jhersh jhersh is offline
National Instruments
AKA: Joe Hershberger
FRC #2468 (Appreciate)
Team Role: Mentor
 
Join Date: May 2008
Rookie Year: 1997
Location: Austin, TX
Posts: 1,006
jhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond repute
Re: HELP!! No readouts anywhere on dashboard

Quote:
Originally Posted by bladetech932 View Post
In order to run your code on the Robot you need to
1:build the code,run as startup then switch to driver.
2:deploy the code from Robot main and open the DS that is in the all programs from the start menu.
This is one way to do it, but it's pretty tedious for development. What I do is simply run the driver station application from the start menu and always stay logged in to only the developer account.

--or--

If I'm at the development machine, then the classmate is running the driver station in the driver account and I'm doing all the robot code development on a separate computer.

In both cases, I don't build an application during development. I save that for when I'm happy with the code and I want it to run each time the mechanical guys switch on the robot.

-Joe