Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Java (http://www.chiefdelphi.com/forums/forumdisplay.php?f=184)
-   -   SmartDashboard SFX Help (http://www.chiefdelphi.com/forums/showthread.php?t=154238)

Leslieann Gomez 25-01-2017 16:02

SmartDashboard SFX Help
 
This is our team's first time really implementing SmartDashboard. I'm a little confused as to how it functions and how to put values onto it. Any resources apart from the screen steps would be great to know about. Thank you!

TylerHarmon 25-01-2017 16:18

Re: SmartDashboard SFX Help
 
Quote:

Originally Posted by Leslieann Gomez (Post 1636227)
This is our team's first time really implementing SmartDashboard. I'm a little confused as to how it functions and how to put values onto it. Any resources apart from the screen steps would be great to know about. Thank you!

The screen steps here explain it very well.

Don't ask questions like this until you have read the documentation. If you read the docs for 2 minutes I guarantee all of your questions will be answered.


::rtm:: ::rtm:: ::rtm:: ::rtm:: ::rtm::

Leslieann Gomez 25-01-2017 18:07

Re: SmartDashboard SFX Help
 
I have actually thoroughly read through the documentation; I just don't find it very helpful. That's why I am asking for alternative resources. Perhaps those will be of greater help.

david.e.boles 25-01-2017 18:33

Re: SmartDashboard SFX Help
 
SmartDashboard just uses a table of key (name) value pairs sent over the network from your robot. When you put data into the table it automatically creates a widget to display the value. Widgets can also display other things (like a MJPEG camera stream) and be deleted, moved and resized. That's about it!

TylerHarmon 25-01-2017 18:57

Re: SmartDashboard SFX Help
 
Quote:

Originally Posted by Leslieann Gomez (Post 1636295)
I have actually thoroughly read through the documentation; I just don't find it very helpful. That's why I am asking for alternative resources. Perhaps those will be of greater help.

If you want to print out a number, for example, you would type

Code:

SmartDashboard.putNumber("nameForNumber", numberValue);
Then, run SmartDashboard.jar and you should be able to see those values.


All times are GMT -5. The time now is 21:53.

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