element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Dev Tools
  • Products
  • More
Dev Tools
Forum OP-AMP Summing Circuit
  • Forum
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Dev Tools to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 8 replies
  • Answers 4 answers
  • Subscribers 79 subscribers
  • Views 1688 views
  • Users 0 members are here
Related

OP-AMP Summing Circuit

xxnatexx
xxnatexx over 8 years ago

Hi I've been trying to build a summing op-amp circuit and have been having trouble with it. I have 3 inputs each input ranges from a 0-5VDC signal. The output is to be 0-10VDC. I've been having trouble in what resistors to use in order to have a 10VDC output when all the inputs are at max 5V. Does anyone know what I mean? Attached is an image of the design I made. The resistors values don't work that I've chosen.

Attachments:
image
  • Sign in to reply
  • Cancel

Top Replies

  • gecoz
    gecoz over 8 years ago +5 suggested
    Hi Nathan, I think what are you after is a summing opamp in non-inverting configuration, where you want to be able to set the overall gain to 2/3. To achieve that, you need to add an extra 1K resistor…
  • michaelkellett
    michaelkellett over 8 years ago +5 suggested
    This is a non ideal circuit - even after Fabio's suggestions, because the gain of each input is affected by the source impedance at the other inputs. It may be that this doesn't matter and the advantage…
  • gecoz
    gecoz over 8 years ago in reply to xxnatexx +1 suggested
    Sounds interesting. I take you will use some ADC to read the output of the summing circuit and convert in for the computer program. I would be tempted to suggest to avoid the summing circuit altogether…
Parents
  • gecoz
    0 gecoz over 8 years ago

    Hi Nathan,

    I think what are you after is a summing opamp in non-inverting configuration, where you want to be able to set the overall gain to 2/3. To achieve that, you need to add an extra 1K resistor, connected from ground to the inverting input of the opamp (pin 2). I'm not sure what is the purpose of R5 in your original circuit, anyway here is a version I made that I hope clarifies the circuit:

     

    image

     

     

    As for the gain, it can be calculated with the following formula:

     

       Vout=(1+R4R5 )(V1R1 +V2R2 +V3R3 1R1 +1R2 +1R3 )

     

    where V1,V2,V3 are the inputs. Choosing R1=R2=R3=1K, semplifies the formula, leaving us with:

     

       Vout=(1+R4R5 )(V1+V2+V33 )

     

    image

     

    Now, making R4=R5=1K, we obtain the gain of 2/3 we were after. This way, cosidering the V1, V2 and V3 all range from 0 to +5V, their sum ranges from 0 to +15V, giving us a range from 0 to +10V for Vout.

     

    I hope this answer your question.

    Fabio.

    • Cancel
    • Vote Up +5 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • gecoz
    0 gecoz over 8 years ago

    Hi Nathan,

    I think what are you after is a summing opamp in non-inverting configuration, where you want to be able to set the overall gain to 2/3. To achieve that, you need to add an extra 1K resistor, connected from ground to the inverting input of the opamp (pin 2). I'm not sure what is the purpose of R5 in your original circuit, anyway here is a version I made that I hope clarifies the circuit:

     

    image

     

     

    As for the gain, it can be calculated with the following formula:

     

       Vout=(1+R4R5 )(V1R1 +V2R2 +V3R3 1R1 +1R2 +1R3 )

     

    where V1,V2,V3 are the inputs. Choosing R1=R2=R3=1K, semplifies the formula, leaving us with:

     

       Vout=(1+R4R5 )(V1+V2+V33 )

     

    image

     

    Now, making R4=R5=1K, we obtain the gain of 2/3 we were after. This way, cosidering the V1, V2 and V3 all range from 0 to +5V, their sum ranges from 0 to +15V, giving us a range from 0 to +10V for Vout.

     

    I hope this answer your question.

    Fabio.

    • Cancel
    • Vote Up +5 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube