element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • 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
      • Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Vietnam
      • 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
Test & Tools
  • Technologies
  • More
Test & Tools
Documents Programmable Electronic Load - Analyse the Summing Node Zero Point
  • Blog
  • Forum
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Test & Tools to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Engagement
  • Author Author: Jan Cumps
  • Date Created: 1 Dec 2017 4:08 PM Date Created
  • Last Updated Last Updated: 15 May 2020 3:38 PM
  • Views 10216 views
  • Likes 8 likes
  • Comments 107 comments
Related
Recommended

Programmable Electronic Load - Analyse the Summing Node Zero Point

This blog documents investigates the feedback node of the electronic load that Robert Peter Oakes, jc2048 and Jan Cumps are designing.

It's an important spot in the load's design. It measures the set point and the feedback from the output.

When the output is driven to 0, it should be on a potential as close as possible to 0 V.

On the first prototype it's -0.2 V. Not so much off, but the negative value  influences our ADC measurements.

This document checks how we can get this node to 0 V.

image

 

Because this document is evolving, some comments below may be out of sync with the content. That's because the content is adapted based on the conversation.

The measurements taken here are based on the original design, without R32 in place and U3B + tied to ground.

The current sense side of R7 is connected to ground, and a variable negative voltage from 0 V down is applied to the current sense side of R8 to simulate current being sensed.

 

The circuit isn't complex. The set point is driven by a DAC. It's set to 0 for this test.

The second input to this node is OpAmp 3C. It has both inputs tied to ground so should theoretically have 0 V at the output.

On my board I measure a potential of -0.212V at the left side of R33.

I hope to get this closer to 0 V to ease the ADC a bit - its performance degrades with negative voltage at its inputs.

Like the other blogs for the electronic load, this is a working document that will be updated with findings from anyone who wants to chime in.

 

Behaviour at 0V

 

buzy image

  • metrology
  • differentiator
  • boosterpack
  • opamp
  • msp432
  • launchpad
  • analog
  • laboratory
  • instrument
  • Share
  • History
  • More
  • Cancel
  • Sign in to reply

Top Comments

  • jc2048
    jc2048 over 8 years ago in reply to Robert Peter Oakes +4
    As you say, changing the op-amp is one possibility. There are bipolar op-amps with much lower bias currents, but an alternative nowadays is a precision CMOS op-amp (you'd have to check whether other characteristics…
  • Robert Peter Oakes
    Robert Peter Oakes over 8 years ago +3
    To hopefully simplify things a little We have this, Upper op amp is simply to provide an inversion of the measured value back tot he ADC, hence the gain of -1 Lower right op amp measures the volts across…
  • jc2048
    jc2048 over 8 years ago in reply to Jan Cumps +3
    Love the advertisement for "John's excellent probes". It's like one those things from the old days of American TV where the presenter would suddenly turn, look very earnestly at the camera, and start reading…
Parents
  • Jan Cumps
    Jan Cumps over 8 years ago

    I get excited about small things image but the image below is the result of controlling our electronic load and a power supply in a LabVIEW script.

    image

    Two times the PSU is set to a certain voltage to mimic load current, then one of the load's ADCs sampled to validate that.

    First time the output is set to 0 V and the load should report 0 amps. The second time to 0.02V and the load should report 0.4 A.

    There are several reasons why the returned values aren't spot on, but that's not the purpose of the automation. The automation is there to reveal the errors and give a repeatable test case.

     

    This is how it looks like in the LabVIEW run-time.

    image

    I still have to learn how I can make the 'set PSU then sample" block reusable and how to make good loops. Still it's satisfying to know that all tools are up to the game and that it's just skills that are lacking.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 8 years ago in reply to Jan Cumps

    A day of studying and the flow looks significantly cleaner. No loop yet.

    image

    The upper flow is the load, the lower one the PSU.

    The blocks in the load flow are custom made: Programmable Electronic Load - Write a LabVIEW Library part 1: Initialise Block

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 8 years ago in reply to Jan Cumps

    I'm preparing the driver board for automated measurements.

    image

     

    image

    I'm going to measure the actual voltage that arrives at the current sense (A). I can't rely on the precision of the voltage that's delivered by my power supply.

    The second masurement is after the opamp with gain of -7.8 (B).

    The last sample is the voltage that goes to the ADC A, after the opamp with -1 gain (C).

    I hope that by having a fixed measurement setup I can avoid the impact from me holding the PCB while measuring and influence of bad probe contacts.

    It'll also allow for long time measurements.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • jc2048
    jc2048 over 8 years ago in reply to Jan Cumps

    If the input voltage is a bench PSU (sorry, I'm a bit slow to catch on at times), aren't you just measuring its noise.

     

    You've got a few millivolts of fluctuation in the readings at the output. Divide that by the gain of eight and that equates to something like half a millivolt at the input. You'd be lucky if your PSU was cleaner than that (particularly if it has a lot of automation stuff inside it).

     

    Anyway, do the test with lots of readings. It will be interesting to see if you get a scatter plot with a wide, fuzzy band stretching across it.

     

    One way to quickly test if you are measuring the PSU noise would be to put a larger resistor in series with the current sense resistor, scale up the voltages appropriately, and then see if the variation drops by the attenuation factor.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 8 years ago in reply to jc2048

    jc2048  wrote:

     

    If the input voltage is a bench PSU (sorry, I'm a bit slow to catch on at times), aren't you just measuring its noise.

     

    You've got a few millivolts of fluctuation in the readings at the output. Divide that by the gain of eight and that equates to something like half a millivolt at the input. You'd be lucky if your PSU was cleaner than that (particularly if it has a lot of automation stuff inside it).

     

    Anyway, do the test with lots of readings. It will be interesting to see if you get a scatter plot with a wide, fuzzy band stretching across it.

    Yes, definitely. I don't have the sense resistor or other power-side components yet.

    What I'm trying now is setting up repeatable measurements so that I have the learning curve behind me when the components arrive.

    I'm still learning how to loop and log in LabVIEW. Once I've mastered that, I'll try to do this exercise.

     

    One way to quickly test if you are measuring the PSU noise would be to put a larger resistor in series with the current sense resistor, scale up the voltages appropriately, and then see if the variation drops by the attenuation factor.

    I can't do that with a precision component - it's ordered but no info yet when my components arrive - but I have a few low-resistance-reasonable-tolerance through-holes components that I can use for this exercise.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 8 years ago in reply to Jan Cumps

    I have loops and logging working:

     

    image

     

    The program continuously steps through a given number of voltages.

    The voltage step increment and the number of steps are given as parameters. When the number of steps is reached, the flow starts over from 0V.

    image

    In this example the PSU is set to 0 V, 0.02 V, 0.04 V, 0.06 V and 0.08 V. It loops until you push the STOP button or when a VISA error occurs.

    image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 8 years ago in reply to Jan Cumps

    Ah, simple data logging works too now. Just for one signal at the moment: the current measured by our load.

    image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 8 years ago in reply to Jan Cumps

    The result of two cycles logged to an excel file.

    image

    The first column is the PSU output value, as set by the flow.

    The second column is the current that the load reports.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 8 years ago in reply to Jan Cumps

    This is how a test cycle of 34 iterations looks like, filtered for a set voltage of 0.04 V:

    image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 8 years ago in reply to Jan Cumps

    Look at the temperature behaviour of the setup (power supply + eload):

    image

    I started sampling last night: 2074 * 6 measurements. Turned off the heat in the lab shortly after - that's when the slow ramp starts.

    This morning I opened the lab window and it's rather cold outside. You see a steep change at the end of the sampling.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Robert Peter Oakes
    Robert Peter Oakes over 8 years ago in reply to Jan Cumps

    But which is drifting though image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • Robert Peter Oakes
    Robert Peter Oakes over 8 years ago in reply to Jan Cumps

    But which is drifting though image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • 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 © 2026 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