Go to Post On day two of build season, I made the mistake of saying "We have six weeks, what could possibly go wrong?" - Zach Herbst [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

 
 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Spotlight this post!  
Unread 15-01-2008, 16:38
Sunny Sunny is offline
Registered User
no team
 
Join Date: Jan 2008
Location: New Jersey
Posts: 3
Sunny is an unknown quantity at this point
Autonomous mode does not work

Hello I am a new programmer to FRC and having problems getting Autonomous mode to work. This is the code.

Quote:
void User_Autonomous_Code(void)
{
/* Initialize all PWMs and Relays when entering Autonomous mode, or else it
will be stuck with the last values mapped from the joysticks. Remember,
even when Disabled it is reading inputs from the Operator Interface.
*/
pwm01 = pwm02 = pwm03 = pwm04 = pwm05 = pwm06 = pwm07 = pwm08 = 127;
pwm09 = pwm10 = pwm11 = pwm12 = pwm13 = pwm14 = pwm15 = pwm16 = 127;
relay1_fwd = relay1_rev = relay2_fwd = relay2_rev = 0;
relay3_fwd = relay3_rev = relay4_fwd = relay4_rev = 0;
relay5_fwd = relay5_rev = relay6_fwd = relay6_rev = 0;
relay7_fwd = relay7_rev = relay8_fwd = relay8_rev = 0;



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. */
if(digital_io_01==1)
{
if(pwm01==127) //Full Forward
{

pwm01=254;
pwm02=254;
}
}
if(digital_io_02==1)//Full Left
{
if(pwm01==127)
{

pwm01=0;
pwm02=254;
}
}
if(digital_io_03==1)
{
if(pwm01==127) // Full Right
{

pwm01=254;
pwm02=0;
}
}





Generate_Pwms(pwm13,pwm14,pwm15,pwm16);

Putdata(&txdata); /* DO NOT DELETE, or you will get no PWM outputs! */
}
}
}
I think it should work but when we push the buttons on the remote only the ir board leds goes on and no pwm outputs. Also i tried just setting pwm01 and pwm02 to 254 without any ir inputs and the motors did nothing. The pwm cables are all plugged in properly and they work in RC mode. Any suggestions

Last edited by Sunny : 15-01-2008 at 16:45.
 


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
Arcade Mode (12) does NOT work jakk Programming 2 10-07-2006 19:27
Camera does not search in autonomous mode after reset Keith Watson Programming 17 07-03-2006 00:42
How does disabled mode work? gnirts Programming 5 13-02-2006 11:47
Anyone get Autonomous mode to work? Larry Barello Control System 4 13-01-2004 15:15
Chaos theory does not work!!!!! S9ar7acu3 General Forum 3 09-02-2003 11:46


All times are GMT -5. The time now is 17:30.

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