|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#5
|
||||
|
||||
|
Re: Custom Driver station app for classmate
We created a very nice (but still in testing) Dashboard client (in C#.Net, on the Classmate) and a Dashboard Server (In C++, on the robot)
one of the controls it has is a data graph, and all you have to do is: (on Classmate) Create new Project in Visual Studio Reference the Dashboard DLL Drag and Drop a DataGraph Control onto the form Drag and Drop a DashboardDataHub onto the Form go into the constructor of the form, or a button click, and type DashboardDataHub1.AddControl(DataHub1); DashboardDataHub1.StartMonitoring(); (On C++ Robot) Type in constructor ZDashboard dash = ZDashboard(); Type in main loop dash.Add("grph",stick.GetY()); dash.Send(); I don't have the code with me now, but I can get it on tuesday if you are interested. Porting the robot code to Java would be very easy, so you can use Java too. |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| pic: Custom Icons for Driver Station Accounts | Phreadumb | Extra Discussion | 1 | 02-02-2010 20:58 |
| Classmate Question: Default Path Location for Driver Dashboard | Ziaholic | FRC Control System | 4 | 25-01-2010 13:56 |
| 2010 Driver Station Netbook Driver Account and Java | joshholat | FRC Control System | 2 | 10-01-2010 15:04 |
| Power for Driver Station | mutantblond | Technical Discussion | 26 | 11-03-2009 01:20 |
| Driver Station for Autonomous | shrimp | Control System | 5 | 03-03-2009 17:05 |