View Single Post
  #4   Spotlight this post!  
Unread 06-03-2005, 20:37
CmptrGk's Avatar
CmptrGk CmptrGk is offline
Programming Mentor
AKA: Dillon
FRC #0716 (Who'sCTEKS)
Team Role: College Student
 
Join Date: Jan 2004
Rookie Year: 2004
Location: Kent,CT
Posts: 212
CmptrGk has much to be proud ofCmptrGk has much to be proud ofCmptrGk has much to be proud ofCmptrGk has much to be proud ofCmptrGk has much to be proud ofCmptrGk has much to be proud ofCmptrGk has much to be proud ofCmptrGk has much to be proud of
Re: Autonomous loop speed

according to the comments in user_routines_fast.c in the User_Autonomus_Code function. it states that it is a 26.2 millisecond loop

Code:
while (autonomous_mode)   /* DO NOT CHANGE! */
   {
 	if (statusflag.NEW_SPI_DATA)	  /* 26.2ms loop area */
 	{
 	    Getdata(&rxdata);   /* DO NOT DELETE, or you will be stuck here forever! */
 
 		/* Add your own autonomous code here. */
 
 		Generate_Pwms(pwm13,pwm14,pwm15,pwm16);
 
 	    Putdata(&txdata);   /* DO NOT DELETE, or you will get no PWM outputs! */
 	}
   }
__________________
#14


"Great autonomous mode Dillon."," It hasn't been written yet"
after an Archimedes match