View Single Post
  #1   Spotlight this post!  
Unread 15-02-2008, 19:30
dormedas dormedas is offline
Registered User
FRC #2523
 
Join Date: Jan 2008
Location: A place without spam verification
Posts: 3
dormedas is an unknown quantity at this point
Code to shift with Servos

Okay, well, I'm not our team's programmer but I understand how this works and I cannot for the life of me get these servo shifters on the AM super shifter to do anything. They quite literally do nothing, no turnning or anything. I have been combing the forums for a solution but I am a bit short on time so I just figured I would post the problem. These are the new AM super shifters we are using with servos provided. The code is:

if (pl_sw_trig == 1)
{
pwm15 = 255
pwm16 = 255
}
else
{
pwm15 = 0
pwm16 = 0
}
if (pl_sw_top == 1)
{
pwm15 = 0
pwm16 = 0
}
else
{
pwm15 = 255
pwm16 = 255
}

Do you see anything wrong with what we are doing? or any other information needed to know what's wrong?

EDIT: We hooked up the servo to a standard RC controller with a servo controller... It worked perfectly.
Help?

Last edited by dormedas : 15-02-2008 at 19:40. Reason: New info