![]() |
Running Vex servos
I am having trouble running a vex servo using a FRC controller. I assumed that the servos would be able to use a PWM signal and move accordingly. I was wrong. A snippet of the code that I was attempting to use would be the following. Simply I am asking for a bit of code that would fix my problem.
pwm01 = p1_y; --or-- if (p1_sw_trig == 1){ // Analog input from the Joystick pwm01 = 255;} else{ pwm01 = 127;} ( I know that I have unnecessary { }'s ) Anyone have something that would be helpful, any bit of code or wisdom would be greatly appreciated |
Re: Running Vex servos
Can you define the problem? Specifically, what are you expecting to happen, and what is happening instead?
|
Re: Running Vex servos
What is happening is nothing at all, what I would like to happen is the servo moving to a position and halt there. I have tested the servo, it works with VEX items it's just the FRC that I won't cooperate with the robot controler.
|
Re: Running Vex servos
is it plugged in correctly? and is your backup battery charged?
|
Re: Running Vex servos
Quote:
|
Re: Running Vex servos
Ahh, that would make a lot of sense. I did indeed not have a backup battery that was charged. Thanks a lot to you guys for your help.
|
| All times are GMT -5. The time now is 01:00. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi