Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   Testing SmartDashboard Tools Display Subsystem Status (http://www.chiefdelphi.com/forums/showthread.php?t=145476)

cpapplefamily 09-03-2016 13:27

Testing SmartDashboard Tools Display Subsystem Status
 
I have been testing tools the team has never used but I see Value in. I tried to add my subsystem status on the SmartDashboard by using:
Code:

public void robotInit(){

SmartDashboard.putData(mySubsystem); //Works

//and

SmartDashboard.putData(myPIDSubsystem); //Does Not Work

The normal system display as expected the PID has Nothing. Is the PID system Not usable this way?

Arhowk 09-03-2016 19:34

Re: Testing SmartDashboard Tools Display Subsystem Status
 
The PID subsystem works quite well last I checked, you had the normal options for a command plus some tuning widgets for the PIDF constants. Check your code (command code and SD code (reset all if you aren't doing anything special)) and see if you can find an issue, if not post here.

cpapplefamily 10-03-2016 00:09

Re: Testing SmartDashboard Tools Display Subsystem Status
 
The live window works fine. I was looking for subsystem status in teleop.


All times are GMT -5. The time now is 00:42.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi