|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#31
|
||||
|
||||
|
Re: Interactive DashBoard
Quote:
Thank you for your appreciation. I would love to help you but... The problem is I have never worked with the VEX system, nor do I have access to it for testing...basically, I need some ones help to get it going! Can you or someone else explain to me how the serialport system works on the VEX? If it doesn't have Kevin Watson's circular queue system then one has be developed for the dashboard to work with it. I am pretty sure that I can easily setup a working code for MPLAB but EasyC is another thing... -Lohit Last edited by 6600gt : 28-08-2007 at 02:24. |
|
#32
|
||||
|
||||
|
Re: Interactive DashBoard
Quote:
Code:
void Debug ( void )
{
StartTimer ( DebugTimer ) ; //DebugTimer set as 1
DebugClock = GetTimer ( DebugTimer ) ;
if ( DebugClock >= 26 ) //26ms
{
PresetTimer ( DebugTimer , 0 ) ; //reset timer to 0
PrintToScreen ( "SENSOR VALUE IS: %d\n" , (int)SENSORvariable ) ; //output "SENSOR VALUE IS:" + the sensor value (SENSORvariable)
}
}
|
|
#33
|
||||
|
||||
|
Re: Interactive DashBoard
Hi everyone,
It has been a while since the DashBoard has been released. I was just wondering if anyone had a chance to test it? If you did, what do you think about it? Thanks NOTE: Remember there is a newer version, V0.2, out! Posted in the second page |
|
#34
|
|||||
|
|||||
|
Re: Interactive DashBoard
Quote:
I will give you some more feedback from our programing team if u wish... |
|
#35
|
||||
|
||||
|
Re: Interactive DashBoard
Quote:
Secondly, I would love to here your experience. What kind of problems did you have? -Lohit |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Interactive Debugger/Monitor | duane | Programming | 10 | 11-10-2006 23:26 |
| Labview Dashboard and updated IFI dashboard spec | Joe Ross | LabView and Data Acquisition | 1 | 04-04-2006 02:04 |
| FIRST Interactive Rural SupporT | coreyk | FIRST Interactive Rural SupporT | 1 | 12-11-2003 10:31 |
| Interactive Map - Out of Date | Don Knight | General Forum | 0 | 19-09-2002 17:54 |
| interactive strategy | piconysm | Rules/Strategy | 5 | 11-01-2002 08:47 |