Can You Help Me Achieve a 5x DC Gain for Opamp Output Voltage?

In summary: BoBI'm currently in LTSpice trying to get Donpacino's circuit to work. I can't seem to get the output voltage to exceed the...2v that it's set at.
  • #1
coinmaster
41
0
Hello, I need an opamp that can output +/- 150v without paying $500 for a high voltage opamp.
I need a workaround solution, I'm thinking of a 5x DC gain of the opamp output voltage but I am totally clueless on how to achieve this.
Any ideas?
 
Last edited:
Engineering news on Phys.org
  • #2
We will need some more specs than this. What type of signal are you amplifying? DC? AC? If AC, what frequency range? What type of load are you driving?
 
  • #3
DC, I'm using it to bias the grid of a tube. It is for DC offset on the output of an amplifier.
 
  • #4
will the voltage have to be changed?
What range should the voltage have?
How much current will be drawn (power)?
 
  • #5
Not sure what you mean by "will the voltage have to be changed" It's a DC offset servo so the offset needs to be adjustable and the servo itself adjusts its voltage. The servo itself works fine I just need to boost its output voltage, unless you have another plan.
The voltage range should ideally be +/- 150v but I don't technically think I will have to go very far into the positives in actuality, I need to stretch down to -150v though.
The current draw is inherently 0 since the grid of a tube is an infinite impedance.
 
  • #6
IF the application is LOW power, you can use something like this. you will have the change the part numbers, the current pn are just there to get a design in schematic form

The basic premise is you use an opto isolator to control the power coming from an hv supply. the opto isolator take the voltage drop. you need special opto isolators to do this. You can also drop the power across a powerfet or something similar. again the is for LOW LOW power.

you use a LARGE value resistor in a voltage divider (or resistor network depending on the equation you want to implement). this will allow you to put the feedback to the negative terminal of an op-amp. The positive terminal can be used as your control voltage. The bjt on the output of the fet controls the opto-isolator.
 

Attachments

  • power_supply.PNG
    power_supply.PNG
    50.7 KB · Views: 795
  • #7
Keep in mind there are a lot more design considerations and safety considerations. this is just an architecture concept.
 
  • #8
Aren't opto-isolators slow acting?
 
Last edited:
  • #9
coinmaster said:
Let me post a fuller schematic
https://www.physicsforums.com/attachments/95681
Ignore the square that says "servo", that's a problem for later.
Basically the DC offset opamp is taking its input from the output of the push pull stage in order to bias the triode so the output of the stage is 0vDC. The triode should not draw any current from the opamp as long as the bias voltage is negative. I expect the possibility of positive voltages but I don't expect them to be DC voltages.

You mention I should try opto-isolators, aren't those slow acting?

your image is totally unreadable ... try again
 
  • #10
I'm not going to rearrange the entire thing to look subjectively readable, forget I posted it, it's not that important anyway. The opto-isolator does seem to be an interesting idea but I've read that they have a lag when changing resistance, is this true?
 
  • #11
It's DC. How much lag is a problem?
 
  • #12
coinmaster said:
Aren't opto-isolators slow acting?

what's your definition of slow ? ... 100's of kHz ?

coinmaster said:
but I've read that they have a lag when changing resistance, is this true?

what changing resistance ?
opto's are semiconductor based
 
  • #13
Averagesupernova said:
It's DC. How much lag is a problem?
It depends, the operating points of the stage will be digitally adjustable and I plan to have dynamic operating points based on stored track data to maximize power efficiency so it could change fairly rapidly.

davenn said:
what changing resistance ?
opto's are semiconductor based
Well, conductance, or whatever.
davenn said:
what's your definition of slow ? ... 100's of kHz ?
Slow is probably in the low single digit hz.
 
  • #15
Aha i gave up too soon

here's the one i was looking for, 2 pages further in.
upload_2016-2-11_16-58-58.png


same link
 
  • #17
That 1000v-300ma booster seems pretty cool, except for that fact both of those circuits are positive voltages only :( 99.9% of the voltages I'll be dealing with are negative. A DC-DC converter does seem like an interesting idea though, perhaps if I can convert DC into ac and then run it through and transformer and convert it back into DC I could have the multiplied voltage I need.
rbelli1 said:
Here is an opto that should get you well above audio frequency at half a dollar in small quantities
Thanks for that, I'm currently in LTSpice trying to get Donpacino's circuit to work. I can't seem to get the output voltage to exceed the input voltage, I think my crappy understanding of transistors and opamps is getting in the way here.
Will I be able to multiply voltage and not just offset it?
 
  • #18
power_supply-png.95676.png

Wait so is R2 the input or? I can't seem to get it to function the way I want it.
 
  • #19
What are the values of your HV_supply and LV_supply?

BoB
 
  • #20
coinmaster said:
power_supply-png.95676.png

Wait so is R2 the input or? I can't seem to get it to function the way I want it.

the voltage divider R1 and R4 will determine the gain of the signal, the transfer function being output/desired_voltage. the R2 input would be your desired voltage. It can be an output from a microcontroller, a potentiometer with a voltage divider, whatever. There will be a linear transfer function between desired_voltage and output dependent on the value of R1 and R4.

Even though there are non linear elements that function will remain linear as long as a circuit element does not saturate. like I said before I just used LT spice to draw a quick and dirty schematic. You'll need new part numbers.
The HV_supply will just have to be a dc voltage source that can source a high enough voltage.
LV supply can be 5-15 volts depending on the op amp and opto isolator.note: I failed to notice that your supply has to be +/- 150. This will not work for a negative voltage, although you might be able to use similar concepts to get something to work.
 
  • #21
jim hardy said:
Aha i gave up too soon

here's the one i was looking for, 2 pages further in.
View attachment 95693

same link
Hey jim,

what is V1, V2A, and V2B?
I've never seen that symbol
 
  • Like
Likes jim hardy
  • #22
coinmaster said:
That 1000v-300ma booster seems pretty cool, except for that fact both of those circuits are positive voltages only :( 99.9% of the voltages I'll be dealing with are negative. A DC-DC converter does seem like an interesting idea though, perhaps if I can convert DC into ac and then run it through and transformer and convert it back into DC I could have the multiplied voltage I need.
Thanks for that, I'm currently in LTSpice trying to get Donpacino's circuit to work. I can't seem to get the output voltage to exceed the input voltage, I think my crappy understanding of transistors and opamps is getting in the way here.
Will I be able to multiply voltage and not just offset it?

you might misunderstand the purpose of this circuit :/
This is not a supply, it is a regulator.
coinmaster said:
opamp that can output +/- 150v
This implied that you had a HV supply. If you do not have a HV supply, you would not be able to get an OP amp to put out high voltage. you'll need to use a design like jim posted. This design that I posted simply allows you to use a low voltage op amp and low voltage techniques to control high voltage at low power levels. This design can work with a negative power supply too, but not positive AND negative without some manipulation.

to make our supply, we used a oscillator coupled into a transformer. The output of a transformer went into a voltage multiplier
 
  • #23
coinmaster said:
I can't seem to get it to function the way I want it.
looks like a follower with gain 1+R1/R4

donpacino said:
Hey jim,

what is V1, V2A, and V2B?
I've never seen that symbol
Love it ! Thanks Don !
upload_2016-2-11_20-21-42.jpeg


Ever seen a vacuum tube computer ? National Airlines replaced their 12AU7 based one for the reservation system (at Miami Airport) around 1970. New one was ultra modern - used discrete transistors, a single gate was about size of a cigarette pack...
 
  • #24
donpacino said:
the R2 input would be your desired voltage. It can be an output from a microcontroller, a potentiometer with a voltage divider, whatever
I'm assuming you mean this is where I would connect my DC offset servo with the voltage I'm trying to amplify.
donpacino said:
This will not work for a negative voltage, although you might be able to use similar concepts to get something to work.
Ah well that explains it, I need negative voltage gain. That kind of puts me back at square one, I don't have the knowledge to come up with something on my own.
donpacino said:
This implied that you had a HV supply. If you do not have a HV supply, you would not be able to get an OP amp to put out high voltage.
I have plenty of high voltage supplies. The stage itself is going to run on 600v b+.
 
  • #27
jim hardy said:
Hmmmm, that seems too good to be true, I'm wondering what the catch is, all the rest are hundreds of dollars and my 45v "high voltage" opamp I use right now costs $11. Would that opamp serve well as a DC offset servo?
 
  • #28
coinmaster said:
Hmmmm, that seems too good to be true, I'm wondering what the catch is.

Well their metal cased power boosters are $150
this one is plastic - maybe that's why it's so cheap...
Would that opamp serve well as a DC offset servo?
Well, "DC offset servo" probably is basic vocabulary to folks in your field
but i don't know what you mean by it.
Can you add some detail?

ps again i never used one. LM12CL was my workhorse until they went from $12 to $80-ish.

old jim
 
  • #29
By DC offset servo I mean an opamp integrator that I use to bias a triode to maintain a DC null at the output of the stage. As in the non inverting input is attached to ground and the inverting input is attached to the output of the stage and I adjust a trimmer so the opamp outputs a proper bias voltage to maintain a DC null at the output of the stage based on its input.
 
Last edited:
  • #30
Integrator... max input bias is 200 picoamps 50 typ

if you don't need real long time constant it oughta do fine

200 pa into 1uf is 200 microvolts per second at output,
or 200 microvolts error at input with 1 meg input resistance

that's how i 'rule of thumb' size them up...

sound reasonable?
 
  • #31
A time constant of around 1hz would work. Thanks jim you're a hero :) Now onto the next issue.
 
  • #32
coinmaster said:
By DC offset servo I mean an opamp integrator that I use to bias a triode to maintain a DC null at the output of the stage. As in the non inverting input is attached to ground and the inverting input is attached to the output of the stage and I adjust a trimmer so the opamp outputs a proper bias voltage to maintain a DC null at the output of the stage based on its input.

A question well stated is halfway answered.

Bravo - that was very clear !

thanks, and good luck !
old jim
 
  • Like
Likes dlgoff

1. How does an opamp amplify output voltage?

An opamp amplifies output voltage by using a feedback loop that compares the input voltage to a reference voltage. The opamp then amplifies the difference between the two voltages and outputs the result.

2. What is the gain of an opamp?

The gain of an opamp refers to the amount by which the output voltage is amplified compared to the input voltage. It is typically expressed as a ratio or in decibels (dB).

3. What is the maximum output voltage an opamp can amplify?

The maximum output voltage an opamp can amplify depends on its supply voltage and the specifications of the specific opamp. However, most opamps have a maximum output voltage of around the supply voltage minus a small voltage drop.

4. How can I increase the output voltage of an opamp?

The output voltage of an opamp can be increased by increasing the gain of the opamp or by using a voltage divider circuit after the opamp to further amplify the output voltage.

5. What are some common applications of opamp output voltage amplification?

Opamp output voltage amplification is commonly used in audio amplifiers, signal conditioning circuits, and active filters. It is also used in instrumentation and control systems to amplify small signals for measurement or control purposes.

Similar threads

  • Electrical Engineering
Replies
1
Views
766
  • Electrical Engineering
Replies
15
Views
2K
  • Electrical Engineering
Replies
1
Views
933
Replies
3
Views
2K
  • Electrical Engineering
Replies
12
Views
1K
Replies
27
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
2K
Replies
46
Views
3K
Replies
9
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
2K
Back
Top