by PaulL » Wed Mar 17, 2010 8:54 pm
by PaulL
Wed Mar 17, 2010 8:54 pm
I believe the HSR's are the only servos that can give feedback for position, but if others can, I'm sure someone here will know.
It's ABSOLUTELY possible to connect JUST ABOUT ANY SERVO to this board!!! There are some tweaks you can do in the RoboIO source code to optimize the output PWM signal as needed. Also, you can use the servo profile that I believe is called something like "STANDARD_SERVO" or some such, that should work for just about any, but like I said, you can add a custom PWM setup pretty easily in the source code (RCSERVO.CPP). There's a SWITCH block that can be added to for your custom servo settings, search for KONDO or HITEC in that file, and you'll find it. You'll also see that some of the setups are recursive, meaning the code there calls itself to set things, then modifies those settings to alter a few other settings.
I believe the HSR's are the only servos that can give feedback for position, but if others can, I'm sure someone here will know.
It's ABSOLUTELY possible to connect JUST ABOUT ANY SERVO to this board!!! There are some tweaks you can do in the RoboIO source code to optimize the output PWM signal as needed. Also, you can use the servo profile that I believe is called something like "STANDARD_SERVO" or some such, that should work for just about any, but like I said, you can add a custom PWM setup pretty easily in the source code (RCSERVO.CPP). There's a SWITCH block that can be added to for your custom servo settings, search for KONDO or HITEC in that file, and you'll find it. You'll also see that some of the setups are recursive, meaning the code there calls itself to set things, then modifies those settings to alter a few other settings.