Go to Post Good luck, and may the FIRST be with you. - Leav [more]
Home
Go Back   Chief Delphi > Technical > Programming
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
Closed Thread
Thread Tools Rate Thread Display Modes
  #31   Spotlight this post!  
Unread 28-08-2007, 02:19
6600gt's Avatar
6600gt 6600gt is offline
Registered User
AKA: Lohit
FRC #0226 (Hammerhead)
Team Role: Alumni
 
Join Date: Jan 2006
Rookie Year: 2004
Location: Troy, MI
Posts: 221
6600gt is a jewel in the rough6600gt is a jewel in the rough6600gt is a jewel in the rough
Re: Interactive DashBoard

Quote:
Originally Posted by caffel View Post
Pls recognize that we do appreciate the dashboard(s).
I was responding to the question of what to prioritize for next developments.
I'm not sure what was meant by text, I just value the others more.
For our purposes, we need to examine a time series of sensor and other values.
We don't have Labview and we need a dashboard.
To teach, we need to measure and view everything about the robot's internals.
Some people can't understand w/o that. Almost everyone is a better debugger with more information about what the robot was sensing (and doing) when a failure occurred.

CA
LOL...I forgot I put the 3 choices to choose from and rank!

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
__________________
PLEASE TURN OF YOUR MONITORS WHEN NOT IN USE!
Start using the power saving features! Don't worry your computer won't die.

Last edited by 6600gt : 28-08-2007 at 02:24.
  #32   Spotlight this post!  
Unread 03-09-2007, 18:50
SamC SamC is offline
.
AKA: Sam Couch
FRC #0103 (Cybersonics)
Team Role: Programmer
 
Join Date: Mar 2006
Rookie Year: 2006
Location: Philadelphia, PA
Posts: 583
SamC has a reputation beyond reputeSamC has a reputation beyond reputeSamC has a reputation beyond reputeSamC has a reputation beyond reputeSamC has a reputation beyond reputeSamC has a reputation beyond reputeSamC has a reputation beyond reputeSamC has a reputation beyond reputeSamC has a reputation beyond reputeSamC has a reputation beyond reputeSamC has a reputation beyond repute
Re: Interactive DashBoard

Quote:
Originally Posted by caffel View Post
To teach, we need to measure and view everything about the robot's internals.
Some people can't understand w/o that. Almost everyone is a better debugger with more information about what the robot was sensing (and doing) when a failure occurred.
This isn't a "good" answer to that request, but why not use EasyC's built in terminal window and graphic display? You could setup a debug function that would output the different values and such, and put it on a timer. Here is a rough idea of how you could do that.
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)
    }
}
Its simple, and not nearly as 'flashy' as a dashboard program, but it will get the job done... Good luck!
  #33   Spotlight this post!  
Unread 20-09-2007, 22:07
6600gt's Avatar
6600gt 6600gt is offline
Registered User
AKA: Lohit
FRC #0226 (Hammerhead)
Team Role: Alumni
 
Join Date: Jan 2006
Rookie Year: 2004
Location: Troy, MI
Posts: 221
6600gt is a jewel in the rough6600gt is a jewel in the rough6600gt is a jewel in the rough
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
__________________
PLEASE TURN OF YOUR MONITORS WHEN NOT IN USE!
Start using the power saving features! Don't worry your computer won't die.
  #34   Spotlight this post!  
Unread 21-09-2007, 10:32
Tottanka's Avatar
Tottanka Tottanka is offline
It isnt about bots,its about humans
AKA: Liron Gurvitz
FRC #3211 (The Y Team)
Team Role: Mentor
 
Join Date: Dec 2006
Rookie Year: 2006
Location: Hadera, Israel
Posts: 1,420
Tottanka has a reputation beyond reputeTottanka has a reputation beyond reputeTottanka has a reputation beyond reputeTottanka has a reputation beyond reputeTottanka has a reputation beyond reputeTottanka has a reputation beyond reputeTottanka has a reputation beyond reputeTottanka has a reputation beyond reputeTottanka has a reputation beyond reputeTottanka has a reputation beyond reputeTottanka has a reputation beyond repute
Re: Interactive DashBoard

Quote:
Originally Posted by 6600gt View Post
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
We used it and had some problems with it.
I will give you some more feedback from our programing team if u wish...
__________________
My FRC record: 10 Years,FTA (2008-9), 3 Teams(1947,2669,3211).3 RCA, 1 Championship EI(2016), 1 Divisional finalist (2016), 1 Regional winner.
Israeli 2016 Volunteer of the year.
  #35   Spotlight this post!  
Unread 21-09-2007, 20:54
6600gt's Avatar
6600gt 6600gt is offline
Registered User
AKA: Lohit
FRC #0226 (Hammerhead)
Team Role: Alumni
 
Join Date: Jan 2006
Rookie Year: 2004
Location: Troy, MI
Posts: 221
6600gt is a jewel in the rough6600gt is a jewel in the rough6600gt is a jewel in the rough
Re: Interactive DashBoard

Quote:
Originally Posted by Tottanka View Post
We used it and had some problems with it.
I will give you some more feedback from our programing team if u wish...
First of all, thank you very much for trying out the software.

Secondly, I would love to here your experience. What kind of problems did you have?

-Lohit
__________________
PLEASE TURN OF YOUR MONITORS WHEN NOT IN USE!
Start using the power saving features! Don't worry your computer won't die.
Closed Thread


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

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


All times are GMT -5. The time now is 01:41.

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


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