go away spammer

Author Topic: Running a Linear Actuator at a Higher Voltage  (Read 8187 times)

0 Members and 1 Guest are viewing this topic.

Offline MastermimeTopic starter

  • Supreme Robot
  • *****
  • Posts: 316
  • Helpful? 5
Running a Linear Actuator at a Higher Voltage
« on: June 22, 2013, 10:14:14 PM »
Hello everyone,

I've got a bit of an issue.  The power supply (two 12v batteries hooked in series) I'm using is 24v and I'm looking to purchase these actuators
http://www.surpluscenter.com/item.asp?item=5-1759&catname=electric

The problem these are said to operate at 12v.  I have looked into DC-DC Step down converters, however the problem is this actuator draws 24 amps under full load.  When you have to regulate that amount of amperage, converters get pricey (150+). 

So my question is can I run this regulator at 24v?  I know for the majority of times, you don't want to do that often fries components, but I've heard with scooter motors, it doesn't affect them too much, just increases the speed?  I assume there is a correlation between the linear actuator and a motor, but I could be wrong.

If I can't run the actuator at 24v, what other options do I have besides the stepdown converter?

Note: I can't change the supply either.

Offline jwatte

  • Supreme Robot
  • *****
  • Posts: 1,345
  • Helpful? 82
Re: Running a Linear Actuator at a Higher Voltage
« Reply #1 on: June 23, 2013, 12:04:22 PM »
You can probably run it at 24V, and it will probably run faster. One thing to worry about is if there's any logic/sensors that may not be happy with 24V in, and need regulated voltage. Hopefully that's broken out to separate supply from the actual motor power if that's the case. Another thing to worry about is lifetime; the lifetime of the motor may go down by a factor of 10 with a doubling of voltage (depends on the motor.)

You should expect it to generate about four times as much heat at 24V than at 12V. This means you have to divide the "on" part of the duty cycle by four, keeping the overall time the same, to have the same heat profile as when run with 12V. If you can keep this in check, you will mitigate some of the lifetime issues.

If you can find a PWM controller that can switch the 24V for you, you can run it at 25% duty cycle, and get the same effect as if you were feeding it 12V. That would probably be better. 30 Amp PWM controllers are also pricey, but probably less than $100.

Btw: What are you using to turn on/off this actuator? Maybe that can already be switched fast enough to work as PWM?

Offline MastermimeTopic starter

  • Supreme Robot
  • *****
  • Posts: 316
  • Helpful? 5
Re: Running a Linear Actuator at a Higher Voltage
« Reply #2 on: June 23, 2013, 02:44:33 PM »
Jwatte,

Thanks for the analysis

Quote
Btw: What are you using to turn on/off this actuator? Maybe that can already be switched fast enough to work as PWM?

I was originally going to use relays, but now that you mention this, MOSFETs with proper heatsinking may do the trick.

Offline greywanderer012345

  • Robot Overlord
  • ****
  • Posts: 133
  • Helpful? 2
Re: Running a Linear Actuator at a Higher Voltage
« Reply #3 on: June 23, 2013, 08:16:12 PM »
   Also, putting a capacitor across the leads will smooth out the voltage. I can't remember the math for figuring out what capacitance you want, though. With PWM and the right capacitor, you can get close to any steady voltage lower than your source.

   HOWEVER, since you have 2 12V batteries in series, you can just get the power for these actuators from the positive lead that is also connected to the negative lead of the second battery. This is done in many electric vehicles, and it's one of the advantages of having batteries in series rather than just one of higher voltage.

Offline MastermimeTopic starter

  • Supreme Robot
  • *****
  • Posts: 316
  • Helpful? 5
Re: Running a Linear Actuator at a Higher Voltage
« Reply #4 on: June 24, 2013, 12:14:33 AM »
GrayWanderer,

Are you saying I do something just like this (see quick paint drawing below)?  That seems very simple and appears to be the best solution

Thanks for the advice!  I didn't know you could do that with series batteries.


Offline jwatte

  • Supreme Robot
  • *****
  • Posts: 1,345
  • Helpful? 82
Re: Running a Linear Actuator at a Higher Voltage
« Reply #5 on: June 24, 2013, 10:17:55 AM »
The device will see zero volts, as you're shorting its input :-)

You want to move the "-" lead to the "-" that's on the bottom-left of the leftmost battery.

Also note that the current draw on that battery will be higher than the draw on the top battery. Thus, it may discharge quicker.

Offline MastermimeTopic starter

  • Supreme Robot
  • *****
  • Posts: 316
  • Helpful? 5
Re: Running a Linear Actuator at a Higher Voltage
« Reply #6 on: June 24, 2013, 10:33:00 AM »
Quote
The device will see zero volts, as you're shorting its input :-)

You want to move the "-" lead to the "-" that's on the bottom-left of the leftmost battery.

Also note that the current draw on that battery will be higher than the draw on the top battery. Thus, it may discharge quicker.

Oh ok.  Thats what I figured.  Yeah that one battery discharging quicker may cause issues so I think I will go with the PWM route.  MOSFETs will work for that, right? 

Offline jwatte

  • Supreme Robot
  • *****
  • Posts: 1,345
  • Helpful? 82
Re: Running a Linear Actuator at a Higher Voltage
« Reply #7 on: June 24, 2013, 03:52:01 PM »
Yes, MOSFETs are great for PWM, assuming you can drive them on/off quickly enough.
I suggest something like a IR2101 driver IC as the driver for a high-side N-channel power MOSFET switch.
You can generate the input to the IR2101 using a microcontroller, or a 555 circuit, depending on how/if you need to vary the duty cycle.

Offline Pogertt

  • Full Member
  • ***
  • Posts: 60
  • Helpful? 3
  • Pogertt
Re: Running a Linear Actuator at a Higher Voltage
« Reply #8 on: June 25, 2013, 10:46:45 AM »
Ohms Law says at 12 volts and using 24 amps, the resistance of the motor is .5 ohm.
Volts times amperes = Power in Watts  12 * 24 = 288

The resistance of the motor is not changed by applying different voltages, so 

Doubling the voltage from 12 to 24 volts will increase current from 24 to 48 amps.

It will also increase power in watts from the original 288 to 1152 watts.

This is 4 times the heat generated at 12 volts.

Another spec listed is duty cycle.
It is listed at 25%.
If the motor is ran for 15 seconds, it will require 45 seconds to cool down.
Mmmmmmmm....Cookies

Offline jwatte

  • Supreme Robot
  • *****
  • Posts: 1,345
  • Helpful? 82
Re: Running a Linear Actuator at a Higher Voltage
« Reply #9 on: June 25, 2013, 11:19:13 AM »
So, that was already covered above...

Quote
Another spec listed is duty cycle.
It is listed at 25%.
If the motor is ran for 15 seconds, it will require 45 seconds to cool down.

As I suggested above: If you run it at 24V, at four times the power (without PWM) then you need to run it at one-quarter the duty cycle: Run for < 4 seconds and then wait > 56 seconds for it to cool down, as you will be generating 4x the heat.

Offline MastermimeTopic starter

  • Supreme Robot
  • *****
  • Posts: 316
  • Helpful? 5
Re: Running a Linear Actuator at a Higher Voltage
« Reply #10 on: June 25, 2013, 02:46:03 PM »
Alright thanks for the help everyone.  This problem is solved

Offline greywanderer012345

  • Robot Overlord
  • ****
  • Posts: 133
  • Helpful? 2
Re: Running a Linear Actuator at a Higher Voltage
« Reply #11 on: June 25, 2013, 06:51:25 PM »
Here's another way to get real 12V to each of your 2 actuators. As long as each actuator is being used similarly, the batteries should drain pretty evenly.

Offline MastermimeTopic starter

  • Supreme Robot
  • *****
  • Posts: 316
  • Helpful? 5
Re: Running a Linear Actuator at a Higher Voltage
« Reply #12 on: July 11, 2013, 02:47:46 PM »
[Delete]
« Last Edit: July 11, 2013, 02:58:06 PM by Mastermime »

 


Get Your Ad Here

data_list