Elysion
Newbie
Offline
Posts: 14
Thank You
-Given: 27
-Receive: 1
|
|
« on: January 06, 2015, 05:28:54 17:28 » |
|
Hi All, I bought a 2w. powered 445nm. laser diode from the below link. http://www.ebay.com/itm/2W-Copper-445nm-M140-Blue-Laser-Module-W-X-Drive-405-G-2-Glass-Lens-/180950109519?pt=LH_DefaultDomain_0&hash=item2a21778d4fI use it on my DIY cnc to cut stencils. I use relay for controlling it but I want to use pwm signal to control it. It has its constant current driver on it. I don't want to take it out so in front of this CC driver, I want to put a pwm controlled voltage changer. Driver begins to run the LD (Laser Diode) after 4.5 volt up to 8.4V max. This means I have to shift at range of (0V or 4.5V) <-> (8.4). What do you suggest for this control? Sorry for my bad English. Thanks, Oguz
|
|
|
Logged
|
|
|
|
Kain
Inactive
Offline
Posts: 1
Thank You
-Given: 0
-Receive: 1
|
|
« Reply #1 on: January 06, 2015, 06:27:01 18:27 » |
|
A simple DC/DC buck converter would allow you to step down 12VDC to whatever you need it be. I am not sure if you are trying to build the voltage controller or buy one. COTS buck converters will be cheaper than trying to make your own. For instance, Texas Instruments PTN78060WAZT can do what you need. The adjusting element is 1 resistor which could be a potentiometer. Are you planning on using automatic gain control for the laser or manually adjusting it?
Georgi
|
|
|
Logged
|
|
|
|
CocaCola
Senior Member
Offline
Posts: 482
Thank You
-Given: 169
-Receive: 232
|
|
« Reply #2 on: January 06, 2015, 08:01:35 20:01 » |
|
You can buy 3W PWM LED driver modules on Ebay cheaper then you can realistically build them, simply put a voltage divider on the module to control maximum output and you should be golden...
|
|
|
Logged
|
|
|
|
cncbasher
Junior Member
Offline
Posts: 91
Thank You
-Given: 107
-Receive: 51
|
|
« Reply #3 on: January 06, 2015, 09:38:18 21:38 » |
|
|
|
|
Logged
|
|
|
|
|
Elysion
Newbie
Offline
Posts: 14
Thank You
-Given: 27
-Receive: 1
|
|
« Reply #5 on: January 12, 2015, 09:49:42 09:49 » |
|
Hi,
Thank you very much for the responses. ı'll try some and feedback here for future references.
Oguz
Posted on: January 08, 2015, 08:39:07 08:39 - Automerged
Hi,
I don't want to trust low pass rc filters done with opamp so I'll use a pic which will meet the pwm signal and turn it to an analog dc signal over a spi dac (mcp4921) and drive a single supply, rail to rail opamp(#1) and this opamp will drive OP548 power opamp (#2).
I'm not sure about driving #2 power opamp with #1 buffer. It seems as gain control unit and very low drive current needings of #2 doesn't require #1. When the parts arrived, I'll try. Will give feedback for the future reference.
thanks
|
|
|
Logged
|
|
|
|
kreutz
Active Member
Offline
Posts: 183
Thank You
-Given: 994
-Receive: 125
|
|
« Reply #6 on: January 12, 2015, 10:35:27 22:35 » |
|
I am sorry to tell you that placing a Voltage regulator in series with a current source will do absolutely nothing (from the point of view of controlling the diode current/power), unless you set up a voltage below the compliance value for your current source, in which case, the current regulation will not work anymore. What you might want to get is a "voltage controlled current source" which is a completely different design.
If your goal is to get a voltage in the compliance range for your diode driver circuit, then you don't need a voltage regulator, any rectified voltage supply which can supply 6Vdc @ 2Amps will do.
|
|
« Last Edit: January 12, 2015, 10:45:00 22:45 by kreutz »
|
Logged
|
|
|
|
solutions
Hero Member
Offline
Posts: 1826
Thank You
-Given: 656
-Receive: 905
|
|
« Reply #7 on: January 13, 2015, 01:54:39 01:54 » |
|
Just put a switch (aka MOSFET) between the current source and the diode. It's not rocket science - LEDs are most precisely controlled by current, not voltage, and you don't need to, and should not, be mucking around with "voltages"....anywhere.
Just because you measured a change in voltage doesn't mean that is what you control. Fastest way to let the functionality-smoke out of your diode.
You are also making this waaaay too complicated for a toy - just change the cutting speed and leave the laser alone.
|
|
|
Logged
|
|
|
|
Gallymimu
Hero Member
Offline
Posts: 704
Thank You
-Given: 152
-Receive: 214
|
|
« Reply #8 on: January 14, 2015, 01:15:50 01:15 » |
|
Also be careful, laser diodes are pretty sensitive to voltage and current overshoot. Quite easy to blow them up.
This is probably not an issue since it has a driver built in. BUT, by virtue of having a driver built in may make PWM virtually impossible. It may have enough capacitance internally that PWM at anything but a super low frequency may just piss off the Buck converter.
|
|
|
Logged
|
|
|
|
Droneman1982
Newbie
Offline
Posts: 23
Thank You
-Given: 3
-Receive: 12
|
|
« Reply #9 on: February 10, 2015, 03:12:11 15:12 » |
|
Why don't want to use a simple linear regulator? Is it portable or stationary? If it is stationary you can simply use d LM317 in constant current mode with some basic filtering at the input ad a good output capacitor. Just remember to never connect the diode with the supply already on (also put a bleeder resistor on the output capacitor) or you will blow the diode.
For portable uses i remember Flexdrive, very clever design and very compact, but quite expensive!
|
|
|
Logged
|
|
|
|
kreutz
Active Member
Offline
Posts: 183
Thank You
-Given: 994
-Receive: 125
|
|
« Reply #10 on: February 10, 2015, 06:43:13 18:43 » |
|
You can always put a power logic gate Mosfet in parallel with the Laser diode (at the output of the current regulator circuit) and divert the diode current to ground, apply PWM to the mosfet gate. IRL540 will work. This is the cheapest and simpler solution.
|
|
« Last Edit: February 10, 2015, 07:08:16 19:08 by kreutz »
|
Logged
|
|
|
|
|