Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on DAC controlled high side current source.

Post

DAC controlled high side current source.

+6
−0

I'm designing a high side current source that can be controlled with a Digital-to-analog and can source up to 100mA with voltage supply up to 36V.
By high side I mean one side of load will be always grounded. Below you can see a reference design of a such circuit.

Image alt text

In the design above the main issue is that the output of the DAC needs extra amplification and also the output of the OP Amp needs to go up to V+ in order to put MOSFET Q to cut-off region.
Which means the Op Amp needs to have a rail-to-rail output at best and also a wide operating voltage range that can go up to +36V.

So, I was thinking maybe to do some modifications so I can replace the op amp with something that can work with much lower voltage. Perhaps with the same voltage as DAC works.

Image alt text

The OPAMP1 could be a generic differential amplifier or even better an integrated current sense IC that will result in a current to voltage conversion. This will feed the OPAMP2 who can work at the same voltage as the DAC IC.
When the current goes up, OPAMP1 voltage rises, OPAMP2 pulls its output down to zero, Q2 stops contancting VGS of Q1 decreases and limits the current of the drain-source channel.

The question:
I'm very concerned that something will not work regarding the mosfet control circuitry, especially the Q2. Is there something that needs to be done in order to achive smooth control of the current?
The longer I see the circuit the more confused I get and I'm starting to believe that the gate will start to oscillate.

Design Specifications:

  • 0.1% accuracy on the output current.
  • Accpetable voltage drop across power elements up to 8V.
  • Lowest voltage across load in zero setpoint must be closest to zero possible.
  • Operating voltage range 12V to 36V
History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

3 comment threads

SPMS? (2 comments)
Accuracy? (2 comments)
Compliance range? (2 comments)
Accuracy?
Olin Lathrop‭ wrote about 2 years ago

How accurate must the output current be? If this is driven from a 16 bit D/A, it's a very different problem than if ±2% is good enough.

You need complete specs before even starting a design. There are various topologies, each with different things they are good at. You are getting way ahead of yourself talking about a particular circuit before you know what that circuit needs to do.

DeadMouse‭ wrote about 2 years ago

You are right. At first I would be happy to have around 0.1% error. I was thinking of using a 12 bit DAC.