Close



Results 1 to 6 of 6
  1. #1

    Are there any 12V pins on a RAMPS 1.4 Board?

    Kind of a simple question. Are there any pins on a standard RAMPS 1.4 board where I can pick up 12V (to run an LED strip light)?

    I know I could attach it to the 12V power supply plug, but then couldn't disconnect the PS from the printer w/out unscrewing the LED wires.

    I know I could solder something to the board side of the 12V power receptacles, but I'd prefer not to.

    Just wondering if there's 12V somewhere on the board with all of the additional connection points for accessories like servos, etc.

    I currently have the LED strip attached to the D9 fan connections, but the voltage there fluctuates as the fan speed changes and as the extruder & bed heaters get turned on and off.

    Thanks.

  2. #2
    Technologist LuckyImperial's Avatar
    Join Date
    May 2015
    Location
    Campbell, CA
    Posts
    162
    I dug around for a while and the only thing I found is this:

    http://rigidtalk.com/wiki/images/thu...4schematic.png

    I'd just toss a cap in to stabilize the D9 12v.

  3. #3
    Staff Engineer printbus's Avatar
    Join Date
    May 2014
    Location
    Highlands Ranch, Colorado USA
    Posts
    1,437
    Add printbus on Thingiverse
    There's a 2-pin header right behind the two large polyfuses that has 12V on it. On my RAMPS (well, the one I used to use) it's marked 12V AUX. This is shown in the Power group in the lower left corner of the schematic.

  4. #4
    Thank you both. I see it on the schematic and found it on my board. Needs to have 2 pins soldered on, but does what I'm looking for. The next time I have the board off, I'll add them and change over to it.

    Related question: If I add a cap across D9, what's a reasonable value for it? I'm concerned (probably more like superstitious) about adding caps right across a power transistor. When the cap is discharged and the MOSFET switches on the first time, doesn't the cap appear as almost a dead short initially (milliseconds)? Or am I worried about nothing?

    Thanks.

  5. #5
    Technologist LuckyImperial's Avatar
    Join Date
    May 2015
    Location
    Campbell, CA
    Posts
    162
    Your probably know more about capacitors than I do, but I've wired caps in with mosfets a couple of times now with no problems. I've tortured a few VRMs in my day and have found them to be quite durable.

  6. #6
    Staff Engineer printbus's Avatar
    Join Date
    May 2014
    Location
    Highlands Ranch, Colorado USA
    Posts
    1,437
    Add printbus on Thingiverse
    Quote Originally Posted by iras View Post
    ...I currently have the LED strip attached to the D9 fan connections, but the voltage there fluctuates as the fan speed changes and as the extruder & bed heaters get turned on and off.
    A capacitor would only help sustain the voltage across a momentary and very short duration surge or dropout - like noise.

    Do you have separate wires from the power supply for the 11A and 5A power inputs on RAMPS? If not, additional voltage drop in the 12V wiring when the bed heater turns on will affect the voltage available for the D9 output. If separate wires are ran from the power supply to the RAMPS 11A and 5A power inputs, voltage changing on the D9 output when the bed heater turns on and off has to be the power supply output itself varying with load.

    The voltage on the D9 output varying when the extruder heater turns on and off could be voltage drop in the wiring to the RAMPS 5A power input, or could be the predictable voltage drop caused by the 5A polyfuse on RAMPS, which supplies power to the D9 output. The polyfuses have a finite resistance to them, and they work by temporarily opening up when their internal resistance has caused enough of a temperature rise.

    A capacitor won't do much to help with either of these problems.

    You do realize the D9 output, when used to control fan speed, is a Pulse Width Modulated (PWM) output? The voltage on D9 doesn't vary with fan speed. A meter might suggest it does, but only because the meter is displaying the average over a number of measurement samples. The D9 output is still only switched on and off. That switching just occurs very fast. For a fan, it basically gives the fan a burst of voltage to start it spinning and then shuts off to let it coast. Another burst of voltage and then lets it coast. etc. Fan speed is controlled by varying the width of the "power on" part of the pulses. Using PWM is a standard method of controlling brightness with LED strip lighting. If that's what you're doing with D9 and you see the LEDs flickering and you're using Marlin, it could be that the PWM pulse train is slow enough to be visibly noticed. A capacitor might help with this, but I'd start by uncommenting the FAST_PWM_FAN definition in Marlin's configuration.h file. That increases the frequency of the pulse train. If you're not using Marlin, the pulse train might already be fast enough or you might see if there's a different solution for adjusting the frequency of it. If you do add a capacitor across D9 to help average out the pulse train, unless it ends up being really large there's likely enough resistance in the wiring, the polyfuse, and the capacitor itself to not damage the D9 MOSFET. Size of the capacitor would depend on the current needed by your LEDs. Trial and error would likely be the best way to size it.
    Last edited by printbus; 02-20-2016 at 11:51 AM. Reason: clarifications

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •