Confused said:
I need to design a constant current source of 0.1 mA. The load varies
between 1Mohm and 1 Kohm. Using a constant voltage source, is it
possible to design a constant current source?
Any help in this is greatly appreciated.
--Confused Soul
I guess there are two answers to your question. First, it's relatively
easy to make a fairly stiff current source out of a voltage source with
a series resistor. For the example you specified, though, you require
a very high voltage (view in fixed font or M$ Notepad):
Stiff Current Source From Voltage Source
` + ___
` o----|___|-------.
` 60 megohms |
` |
` o-----.
` | |
` R(L) .-. |
` 6000V 1K-1meg | |<---'
` | |
` '-'
` |
` I(L) |
` - <------ |
` o----------------'
created by Andy´s ASCII-Circuit v1.24.140803 Beta
www.tech-chat.de
As you can see, a load resistance of zero ohms will produce a current
of 0.1mA. If you have a load resistance of 1 meg, the current will
droop to about 0.098mA. That's pretty good, within a couple of
percent. If you want better, you have to bump up the voltage source
and series resistor more. Not very practical in this case.
That's the homework-type answer, specific answer to specific question.
If you actually have to make one, you probably want something a little
more practical (and a little safer). In that case, you might try
something like this:
100uA HV Current Source
` + +
` o-----o------------------o------o-----.
` | | |
` | | |
` | R(L) .-. |
` | | |<---'
` | | |
` |20K 1 Watt '-'
` .-. I(L) |
` | | <----- |
` | | .-------o------'
` '-' | -
` 120VDC | |/
` o--------| TIP47
` | |>
` | |
` 1N4740 | .-.
` V(z)=10V /-/ 93K | |
` ^ | |
` | '-'
` | |
` - | |
` o----o----------'
created by Andy´s ASCII-Circuit v1.24.140803 Beta
www.tech-chat.de
Use an isolated lab 120VDC supply, and safety first -- if you don't
know what you're doing, ask someone who does.
Here's how it works: The 20K resistor in series with the zener applies
10VDC to the base of the TIP47. As a first cut, you would expect that
would mean 9.3V at the emitter of the TIP47. That makes the emitter
current 100uA (9.3V / 93K, use an 82K and an 11K in series). Since the
TIP47 has a minimum h(FE) of 30, you can be guaranteed that at least
97% of that emitter current is coming from the collector, and 3% or
less from the base. That will give you around 100uA to the load
resistor, and it should be a stiffer current source than the first
example over the range of 1K to 1Meg. You might want to replace the
93K resistor with a 91K resistor in series with a 10K pot to tweak it
in to exactly 100uA.
Again, be sure to play safe around high voltage.
Good luck
Chris