View Single Post
  #4   Spotlight this post!  
Unread 16-01-2014, 12:04
otherguy's Avatar
otherguy otherguy is offline
sparkE
AKA: James
FRC #2168 (The Aluminum Falcons)
Team Role: Mentor
 
Join Date: Feb 2010
Rookie Year: 2009
Location: CT
Posts: 430
otherguy is a splendid one to beholdotherguy is a splendid one to beholdotherguy is a splendid one to beholdotherguy is a splendid one to beholdotherguy is a splendid one to beholdotherguy is a splendid one to beholdotherguy is a splendid one to behold
Re: Pnuematics Programming Issues

Looks like that portion of your code is without errors.

When the compressor stops running, do you see any error messages printed out to the DriverStation or, if you are connected to your coding computer, in the console?

Are other functions of your robot still operating when the compressor stops running? for example, can you still drive the robot around?

Can you post the rest of the code from your project?
Note, use the [ code ] and [ / code ] tags (without spaces) around a block of code, and it will be easier for people to read.

example:
Code:
public class RobotTemplate extends IterativeRobot {

  Compressor compressor = new Compressor(1, 1);

  public void robotInit() {
    compressor.start();
  }
}
__________________
http://team2168.org