Reverse polarity in torque motor

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 5K views
servo
Messages
25
Reaction score
0
I need to control a torque motor using variable voltage. I also need to have it rotate in reverse. Basically what I need it to do is start at +24VDC at one end, hit 0VDC in the middle, then finish up at -24VDC. Is there a potentiometer that can reverse polarity at the halfway point or do I need to switch wires around?
 
Engineering news on Phys.org
There is a way of doing this, but it involves some serious hardware.

You have probably seen bridge circuits where something is placed between the center points of two voltage dividers.

Doing this allows you to reverse the polarity applied to the motor if it is placed in this position.
This is a H Bridge:

310px-H_bridge.svg.png


In this diagram, switches are shown, but in reality, transistors or Mosfets would be used to do the switching.

To explain the operation, imagine that the power supply is DC with positive at the top.
If S1 and S4 are closed, then the left side of the motor will be positive and the right side will be negative.
If S3 and S2 are closed, then the polarity on the motor will be reversed.

You can very the speed of the motor by controlling the power supply voltage or by controlling how much of the total time the motor gets power. This is called pulse width modulation.

You can read about H Bridges here:
http://en.wikipedia.org/wiki/H_bridge
but they are much loved by robotic and other people and there are many practical circuits available if you do a search on Google.
http://www.google.com.au/images?hl=...t+diagram&gbv=2&aq=6&aqi=g10&aql=&oq=h+bridge
 
vk6kro said:
There is a way of doing this, but it involves some serious hardware.

You have probably seen bridge circuits where something is placed between the center points of two voltage dividers.

Doing this allows you to reverse the polarity applied to the motor if it is placed in this position.
This is a H Bridge:

310px-H_bridge.svg.png


In this diagram, switches are shown, but in reality, transistors or Mosfets would be used to do the switching.

To explain the operation, imagine that the power supply is DC with positive at the top.
If S1 and S4 are closed, then the left side of the motor will be positive and the right side will be negative.
If S3 and S2 are closed, then the polarity on the motor will be reversed.

You can very the speed of the motor by controlling the power supply voltage or by controlling how much of the total time the motor gets power. This is called pulse width modulation.

You can read about H Bridges here:
http://en.wikipedia.org/wiki/H_bridge
but they are much loved by robotic and other people and there are many practical circuits available if you do a search on Google.
http://www.google.com.au/images?hl=...t+diagram&gbv=2&aq=6&aqi=g10&aql=&oq=h+bridge

Thanks, man. I really needed this info.