UBTECH Alpha Servos UBT-12HC icon UBTECH Alpha Servos UBT-12HC Control UBTECH Alpha UBT-12HC smart servos via ARC using EZ-B v4/IoTiny UART, assign virtual ports, set baud, custom bits and position mapping. Try it →
Asked — Edited

Continuous Servo Ramping

I don't want to spoil the project yet, but I have 2 continuous servos in tank drive. The continuous servo Movement Panel works but for balance purposes I need to ramp it up to full power. The problem is if I issue a PWM command, the servos will only go forward which causes the robot to spin(one servo mounted backwards). How can I ramp one servo backwards? Negative PWM?


ARC Pro

Upgrade to ARC Pro

Stay at the forefront of robot programming innovation with ARC Pro, ensuring your robot is always equipped with the latest advancements.

#1  

You use ServoSpeed not PWM to control continuous rotation servos ramping. The servospeed value controls how fast it ramps up and down, not the max speed. There is a sample project in the EZ-Cloud "Continuous Rotation servo Speed Ramp"

Alan