Mixed 24v/12v supply voltages
-
Okay so I'm new to Duet and waiting on the new board. In the meantime I am building a Kossel XL delta. I'd like to run the stepper motors at 24v for obvious reasons, but since I have other printers which are all 12v and lots of spare parts for 12v machines I am keen to use 12v for the extruder heater and various fans to keep maximum interchangeability between machines and not have to have separate stock of 12v spares and 24v spares. Is this possible with Duet Wifi? I intend to use a mains powered heated bed so that isn't an issue here.
-
You can buy 24vdc to 12vdc converters. I have one on the machine I'm building 'cos the print cooling fans are tiny 12v turbo and I can't find the same physical size in 24v. You'd need to have one for every item that is switched separately though (assuming you power the Duet with 24v which you'll need to do for the steppers). Another option for fans is to wire them in series if you have two.
-
I use something like this, to control 12v fans and LEDs from my 24v system. This approach makes things VERY flexible.
http://www.blurbusters.com/prebuilt-high-power-switch-for-arduino/
-
You could do a 24v to 12v converter or even use two separate supplies, provided the outputs of both supplies are isolated such that their grounds can be tied together.
The Duet switches the low side, so you could provide the Duet with +24v and GND, and power the fan with +12v and run the fan's negative to the negative terminal on the Duet - the Duet will still handle PWM and on/off.
Again - you have to be sure your power supplies can be tied together at common for this approach to work.
-
Okay so I like the 24v to 12v step down converter idea, coupled with running whatever fans I can in series this should be only the hot end heater and the hot end fan that need to have converters, the print cooling fans will be a pair and I can use a pair of 12v fans for the electronics compartment (one push, one pull).
So given that I'm going to use a mains heated bed with an SSR, what do we reckon is the likely total wattage of 24vdc power supply required for duet wifi, paneldue, hot end heater, hot end fan, 2 fans on the electronics, two print cooling fans, 4 motors and a 10cm of LED strip?
I'm thinking 200W will do the job, it would be nice to fit the PSU under the bed with everything else.
-
You could do a 24v to 12v converter or even use two separate supplies, provided the outputs of both supplies are isolated such that their grounds can be tied together.
The Duet switches the low side, so you could provide the Duet with +24v and GND, and power the fan with +12v and run the fan's negative to the negative terminal on the Duet - the Duet will still handle PWM and on/off.
Again - you have to be sure your power supplies can be tied together at common for this approach to work.
There is one small issue with this, which is that the extruder LED will get 12V of reverse bias if you use a 24V VIN supply and a 12V extruder supply. This might cause the extruder LED to fail due to avalanche breakdown. It's not a big deal if it does fail because the current is limited by the series resistor, it just won't work any more.
In the Duet WiFi design we anticipated that some people might want to use a different power supply voltage for the bed heater, so we added a protection diode for the bed heater LED. But we didn't expect anyone to run the extruder from a different supply, because 24V heater cartridges are readily available and inexpensive.
-
I have been observing my kossel mini which draws only 85W from the mains when the heated bed is off, its in motion printing, with the hot end heated, hot end fan, print cooling fans, electronics fan and LED's on. So I am leaning towards a 120w 24vdc laptop style PSU with USB (additional 5vdc rail might be handy). Whilst this is not very powerful compared to the 300-400w brick style PSU's that are quite commonplace they are running heated beds as well as everything else. I have a corexy which uses a laptop style psu for everything except the heated bed and seems to work fine. Any thoughts?
-
Yes, 24V 120W should be sufficient if it's not running the bed heater. That's what my Delta uses.
-
There is one small issue with this, which is that the extruder LED will get 12V of reverse bias if you use a 24V VIN supply and a 12V extruder supply. This might cause the extruder LED to fail due to avalanche breakdown. It's not a big deal if it does fail because the current is limited by the series resistor, it just won't work any more.
Only when the extruder is off
What's the part number for the LEDs on the 0.8.5/Wifi? Most LEDs I've seen have breakdown ratings of 20v or so.
EDIT: Actually now I'm a little confused.
With the extruder on, the FET's drain and the E0- terminal are just slightly above 0v. - so this should be OK regardless of Vin/E0+
With the extruder off and 24v Vin and 12v E0+, wouldn't E0- be at +12v, resulting in a 12v forward bias voltage? So the LED would stay lit all the time.
With the extruder off and 12v Vin and 24v E0+, E0- would be at +24v and then you'd get 12v of reverse bias. But I don't think that's what he's looking to do.Or am I just mixed up?
-
Tim, you are right. I was thinking of the case where the bed heater is run from 24V and everything else from 12V. So the only issue will be that the E0 led will be on so the time (but a little brighter when the heater is on). It will also fed a few mA into the 12V supply, but that is unlikely to matter.
-
The 24v to 12v converters are basically pwm devices, so how do they handle their input being pulsed, eg when used for a hot end heater? Or would you use one to supply the positive side of the heater and modulate the ground through the duet?
-
The Duet switches the ground of the heater, so the input to the voltage converter wouldn't care as it is driven by steady voltage.
That's what I was explaining when I said the Duet switches the low side.
-
Thanks so run the positive heater output from the duet to the converter positive input, grounding the converter negative input to the psu, then the converter output to the heater cartridge then back through the duet and bobs your mother's brother?Same for a pwm controlled fan (with a smaller converter).
Do I presume I do nothing with the converter output ground wire?
-
The converter negative output is probably connected directly to the negative input in the converter, but best check with a multimeter.
-
It is and the wiring scheme above works perfectly. Luckily I used the duetwifi wiring diagram as it appears the silkscreen is the wrong way around for e0 heater.
-
Yes that silk screen is the wrong way round.