![]() |
Re: SmartDashboard not connecting to robot.
Might as well highjack this instead of making a new thread for a tiny question and its related to SmartDashboard.
If I have a display() method that just puts values on the Dashboard, ex: Code:
public void display(){ps i understand the pwm slots sure well aren't going to change its just an example of a display method that is only temporary... |
Re: SmartDashboard not connecting to robot.
Based on your code there, where you're putting a number, you'll need to call that regularly. If you put smarter things to the dashboard such as Commands, they update their status on their own.
|
Re: SmartDashboard not connecting to robot.
what would an example of a command be?
if i put SmartDashboard.putNumber(encoder1.get()); will it auto update or is that a command? |
Re: SmartDashboard not connecting to robot.
Commands are part of command-based programming, which is one of the WPILib-supported programming paradigms. See in the ScreenSteps here: http://wpilib.screenstepslive.com/s/...ed-programming.
|
Re: SmartDashboard not connecting to robot.
Oh, right. I always forget about Command based :cool:
thanks for your help ^^ |
| All times are GMT -5. The time now is 13:02. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi