Power Supply Using LM350

Thread Starter

sureshparanjape

Joined Feb 10, 2012
70
I am a total novice in the wonder land of electronics hobby.
I am following instructions given in "http://pic16f628a.blogspot.in/2010/07/variable-dc-power-supply-125-18v-using.html" for a variable DC power supply proect. The project gives a mathematical formula for Vout as follows:
Vout = 1.25 V ( 1 + R2/R1) + Iadj R2
As per advice I have downloaded LM350 data sheet and it also has the same formula. I wish to know what V stands for in the formula.
One can observe that 1.25 V (1+R2/R1) is always bigger than 1.25 V and Vout would be maximum when R2 is maximum, in the present project 5 K.
My different inputs for Vin I got, as expected, different maximum values for Vout. Lowering of R2 resulted in smaller Vout (also smaller than Vin).
Hence my query is :What does V in the above formula stand for?
Thanking an answer in advance.
sureshparanape
 
Last edited:

Wendy

Joined Mar 24, 2008
23,421
Feedback and Suggestions Forum for providing feedback and suggestions about All About Circuits, including corrections to the e-book. This forum is not for getting help with technical questions.
This was neither feedback nor a suggestion, so I have moved it to a more appropriate forum.
 

SgtWookie

Joined Jul 17, 2007
22,230
The formula is simplified, and assumes that you will have the input voltage at least as high as the desired output voltage plus the regulator's dropout voltage. The dropout voltage median is approximately 1.7v, but will vary widely over Iout and temperature.

See the plot in the National Semiconductor/TI datasheet for the LM117/LM317:
http://www.ti.com/lit/ds/symlink/lm117.pdf
Page 6, 2nd down on the right, "Dropout Voltage".

If (Vin-Vdropout) < Vout, then the output voltage will not be regulated.

Additionally, I will caution you that if you are considering attempting to use a digital potentiometer, you will likely destroy it, as digital pots usually have a voltage supply limit of around 5v.

Rather than using a digital pot, consider using several different values of fixed resistors for R2, and a fixed 120 Ohm resistor for R1. You will need to use open collector or open drain switches controlled by the PIC output(s), otherwise you risk damaging the PIC I/O pins, as they have internal clamping diodes.
 

Thread Starter

sureshparanjape

Joined Feb 10, 2012
70
Thanks for sparing time and giving important informations.
I am(rather was) using standard POT, which I seem to have damaged since it got over heated while experimenting. I was thinking of using digital POT but as you advise I will not( I would have very likely not observed 5 v restriction!).
I am puzzled by seeing the graph of Vout against Vin. It is only for the range 0 to 5 for Vin, when it is said that it can be used for maximum of 30 v for Vin.
Looking at the graph of Vout against Vin, it appears that the relation is linear. Is there a linear relation ?
Thanking you again for your time and advice.
sureshparanjape
 
Top