Log in

View Full Version : Network tables


Herbblood
17-01-2015, 15:42
Has anyone done much with the new update to network tables?
I'm trying to get the the robot to connect to a custom dashboard using jframes and network tables. Anyone know how i should use network tables to do this?

BradAMiller
18-01-2015, 19:56
Check out this post from the 2014 documentation.

http://wpilib.screenstepslive.com/s/3120/m/7912/l/80205-writing-a-simple-networktables-program-in-c-and-java-with-a-java-client-pc-side#!prettyPhoto

I think it will still work. You'll need to create a desktop java program and include the NetworkTables.jar in your project from the <user>/wpilib/java/currrent/lib folder. Then just try that example. I'll give it a try tomorrow with a robot to verify that it works, then move that page into the 2015 documentation.

Be sure to add the library to the Project Properties, Java build path, libraries project settings.

Fauge7
18-01-2015, 21:11
I was able to get a desktop program to connect to the smart dashboard using network tables so I am pretty sure it still works.

Herbblood
20-01-2015, 15:48
Thank you so much!
This year is my first with working with network tables, so I hope this works!

Herbblood
23-01-2015, 21:17
To add on to this, does anyone know of getting the camera images onto the custom dashvboard? I need to get both the usb and axis images.

Fauge7
23-01-2015, 21:37
find the ip addresses of the cameras using the webdashboard for the roborio located at "roborio-####.local" where #### is your team number, or something similar to it.