Stalling torque for a converted DC Servo

Hi guys,

An ordinary DC motor can be converted into a servo motor using an encoder connected to it's shaft.A driver/controller takes the signals from the encoder and acts accordingly to control the speed of the motor(using PWM or something like that).The question is that when the motor is stopped at a certain angle how can it maintain it's stalling torque(like a stepper motor does) or how does the driver keep the motor at that certain angular position without applying any power to the motor(An ordinary motor can be stopped by cutting the power) and also not letting the load to move it's shaft.

Thank You, prizark.

Reply to
prizark
Loading thread data ...

Basically the servo loop will only apply power if needed:

If there is no external torque applied, and the servos position matches the desired position, it will just stay there without any power applied.

As soon as any external torque is applied, causing the actual motor position (as measured by the encoder) to be different from the desired position, the servo loop will apply a torque in the reverse direction of the external torque until the desired position is restored.

This is the P (Proportional) part of the PID loop commonly used for servo control, something like this:

MOTORDRIVE = (DESIREDPOSITION-ACTUALPOSITION)*KP

Where KP is the "gain"

Peter Wallace

Reply to
Peter Wallace

By its nature, a servo is a closed loop device, when the motor shaft begins to move away from its commanded position, the error signal biases the drive amplifier to compensate for that movement. The compensation consists of feeding a current into the motor in a direction that cause the motor to turn in a direction against the change.

Basically your servo amplifer ALWAYs applies power to the motor, it just applys a enough current to keep it where it is.

--Chuck

Reply to
Chuck McManis

Interestingly enough, the most common method I have seen is a brake/locking device. The brake engages with no power applied to it, and disengages when you apply power to it. So you would apply power to the brake to unlock it, then apply power to the motor, and when the device moves to the correct position, you would stop the motor and engage the brake to lock it in place. You typically see the brakes on DC gearmotor/encoder combinations on the more sophisticated antenna rotator units. The most common setup I saw like this is a DC gearmotor/brake combo unit that is sold on ebay from time to time. That is a 25 rpm gearmotor, with a brake unit. It appeared to be out of some kind of a radar antenna unit.

formatting link

Reply to
Earl Bollinger

PolyTech Forum website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.