![]() |
Sending basic data to driver station
Ok, so while porting our last year's labview code to java, I found that the labview version would do things like send pwm values to the driverstation.
How would I go about in doing this in java? I couldn't find anything that stuck out in the DriverStation API |
Re: Sending basic data to driver station
Look at the DashboardExample Project for interfacing to the LabVIEW dashboard. You could also look into the ZomB or SmartDashboard dashboards.
|
Re: Sending basic data to driver station
Where do you find this ZomB dashboard? --- OK, I found the reference to this.
Where is the documentation on the SmartDashboard? |
Re: Sending basic data to driver station
I would just like to say that, we are experimenting with the dashboard that is already on the classmate.
We have to run the following code each loop of operator control. Code:
float gyroValue; |
Re: Sending basic data to driver station
Quote:
|
Re: Sending basic data to driver station
I posted a class here that I'm using to handle communications with the driver station and dashboard. I'm sure it if feature incomplete, but at the moment it does a good job of interfacing with both station and dash, and simplifies communications with the station LCD. If you find it useful, enjoy, just toss a blurb in there giving me and Team 647 some credit, and if you improve it let me know :)
|
Re: Sending basic data to driver station
Quote:
|
| All times are GMT -5. The time now is 22:17. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi