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

Post History

77%
+5 −0
Q&A DAC controlled high side current source.

It appears you want a positive current source with the following specs: 0 to 28 V compliance range. Up to 100 mA, adjustable via 10 bit or more digital value. 36 V supply is available. The diss...

posted 2y ago by Olin Lathrop‭  ·  edited 2y ago by Olin Lathrop‭

Answer
#3: Post edited by user avatar Olin Lathrop‭ · 2022-04-28T20:28:45Z (almost 2 years ago)
  • It appears you want a positive current source with the following specs:<ul>
  • <li>0 to 28 V compliance range.
  • <li>Up to 100 mA, adjustable via 10 bit or more digital value.
  • <li>36 V supply is available.
  • <li>The dissipation from a linear pass element is OK.
  • </ul>
  • The large headroom at the high end allows for easy current sensing. A 30 &Omega; resistor, for example, would provide a 0 to 3.0 V signal. Note that it would dissipate 300 mW at 100 mA, so should be a "&frac12; W" type at least.
  • At 100 mA and 0 V out, a total of 3.6 W will be dissipated. The sense resistor will take some, but the pass transistor will need to dissipate most of that. 3.6 W is quite doable with the right power transistor and heat sink. Something in a TO-3 case can handle this easily. A TO-220 case should also be doable with the right heat sink. Those two cases should provide plenty of options to find a suitable transistor.
  • So at this point we have the 36 V supply, a 30 &Omega; or so current sense resistor, and P channel power FET. The drain of the FET drives the high side of the load, with the other side of the load connected to ground.
  • The question now is how to drive the FET gate. At this point, there are a number of possible topologies.
  • One way is to use a diff amp to make a ground-referenced sense voltage, then have the controller also be ground-referenced. This is basically what your second schematic shows, except I would use the output of the opamp differently:
  • <img src="https://electrical.codidact.com/uploads/ytt7sNNGDA51XQJoZMywgNSB">
  • This at least makes the FET gate voltage roughly linear with the opamp output. Unfortunately, the function of gate voltage to output current is still rather non-linear, and can lead to instability in parts of the operating range. Put a small cap immediately between the opamp output and its negative input. Start with a few 10s of pF, and increase until everything is stable, then double it. The "Current sense" signal will also need some impedance for the cap to work against.
  • Another possibility is to use a 12 V negative regulator to make 12 V below the 36 V supply. An opamp can run from that 12 V and drive the FET directly. Now there is no need for a diff amp to create a ground-referenced current sense signal.
  • The problem then becomes getting the desired current signal to the high side. A similar circuit to what I show on the low side, above, could work. It translates the ground-referenced D/A output to a current, which is then independent of voltage.
  • Yet another option is to put the D/A on the high side too. That simplifies all the analog circuitry. Only the digital signals into the D/A need to be transferred to the high side. That can be done with opto-isolators, or more voltage to current sink converters like Q2 and R3 above.
  • <hr>
  • <blockquote>I did not understand the negative regulator part you're talking about. How would that work?</blockquote>
  • Here is an outline of the topology:
  • <img src="https://electrical.codidact.com/uploads/Yq3NKNe8dSHDXAqGKS6LkSJ1">
  • IC2 is a negative voltage regulator. Note that its ground input is connected to the 36 V supply. It will therefore make a clean -12 V relative to the +36 V supply, so about +24 V nominal. However, this supply is set up to sink current, not source it. It is a true negative supply relative to the 36 V rail. The purpose is to have a means of powering "high side" circuitry.
  • In this case, the opamp would be powered from 36V and HPWR. The advantage is that now the opamp can directly connect to the current sense voltage and the FET gate. Note C3 to provide stability, and R2 to provide some impedance for C3 to work against. The price for this stability will be lower bandwidth, but you haven't specified any bandwidth requirement.
  • The output current will be directly proportional to the 36 V supply minus the control voltage. Put another way, this control voltage is high-side referenced. As I said earlier, you can produce this in analog from a low side control signal, or include the D/A in the high side circuitry and only have to get digital signals controlling the D/A from the low side to the high side.
  • Depending on what else the digital controller has to do, perhaps you can float the whole thing on the high side.
  • It appears you want a positive current source with the following specs:<ul>
  • <li>0 to 28 V compliance range.
  • <li>Up to 100 mA, adjustable via 10 bit or more digital value.
  • <li>36 V supply is available.
  • <li>The dissipation from a linear pass element is OK.
  • </ul>
  • The large headroom at the high end allows for easy current sensing. A 30 &Omega; resistor, for example, would provide a 0 to 3.0 V signal. Note that it would dissipate 300 mW at 100 mA, so should be a "&frac12; W" type at least.
  • At 100 mA and 0 V out, a total of 3.6 W will be dissipated. The sense resistor will take some, but the pass transistor will need to dissipate most of that. 3.6 W is quite doable with the right power transistor and heat sink. Something in a TO-3 case can handle this easily. A TO-220 case should also be doable with the right heat sink. Those two cases should provide plenty of options to find a suitable transistor.
  • So at this point we have the 36 V supply, a 30 &Omega; or so current sense resistor, and P channel power FET. The drain of the FET drives the high side of the load, with the other side of the load connected to ground.
  • The question now is how to drive the FET gate. At this point, there are a number of possible topologies.
  • One way is to use a diff amp to make a ground-referenced sense voltage, then have the controller also be ground-referenced. This is basically what your second schematic shows, except I would use the output of the opamp differently:
  • <img src="https://electrical.codidact.com/uploads/ytt7sNNGDA51XQJoZMywgNSB">
  • This at least makes the FET gate voltage roughly linear with the opamp output. Unfortunately, the function of gate voltage to output current is still rather non-linear, and can lead to instability in parts of the operating range. Put a small cap immediately between the opamp output and its negative input. Start with a few 10s of pF, and increase until everything is stable, then double it. The "Current sense" signal will also need some impedance for the cap to work against.
  • Another possibility is to use a 12 V negative regulator to make 12 V below the 36 V supply. An opamp can run from that 12 V and drive the FET directly. Now there is no need for a diff amp to create a ground-referenced current sense signal.
  • The problem then becomes getting the desired current signal to the high side. A similar circuit to what I show on the low side, above, could work. It translates the ground-referenced D/A output to a current, which is then independent of voltage.
  • Yet another option is to put the D/A on the high side too. That simplifies all the analog circuitry. Only the digital signals into the D/A need to be transferred to the high side. That can be done with opto-isolators, or more voltage to current sink converters like Q2 and R3 above.
  • <hr>
  • <blockquote>I did not understand the negative regulator part you're talking about. How would that work?</blockquote>
  • Here is an outline of the topology:
  • <img src="https://electrical.codidact.com/uploads/Yq3NKNe8dSHDXAqGKS6LkSJ1">
  • IC2 is a negative voltage regulator. Note that its ground input is connected to the 36 V supply. It will therefore make a clean -12 V relative to the +36 V supply, so about +24 V nominal. However, this supply is set up to sink current, not source it. It is a true negative supply relative to the 36 V rail. The purpose is to have a means of powering "high side" circuitry.
  • In this case, the opamp would be powered from 36V and HPWR. The advantage is that now the opamp can directly connect to the current sense voltage and the FET gate. Note C3 to provide stability, and R2 to provide some impedance for C3 to work against. The price for this stability will be lower bandwidth, but you haven't specified any bandwidth requirement.
  • The output current will be directly proportional to the 36 V supply minus the control voltage. Put another way, this control voltage is high-side referenced. As I said earlier, you can produce this in analog from a low side control signal, or include the D/A in the high side circuitry and only have to get digital signals controlling the D/A from the low side to the high side.
  • Depending on what else the digital controller has to do, perhaps you can float the whole thing on the high side.
  • <blockquote>What does R2 really do here?</blockquote>
  • R2 allows C3 to do its job. C3 provides some immediate negative feedback at high frequencies around the opamp to help with stability. Depending on the opamp, it may not be required at all.
  • Now imagine that the negative input of the opamp were driven with a 0 impedance source. C3 would become irrelevant. One way to look at it is that C3's impedance forms a voltage divider with the impedance driving the negative input. If that second impedance is 0, then that voltage divider has a gain of 0. Some finite impedance is needed in driving the negative input so that some portion of the signal thru C3 also contributes to the overall negative input voltage.
  • Another way to think of this is that the signal from the output of the opamp gets high pass filtered onto the negative input, with the rolloff frequency set by C3 and R2. In the example above, that rolloff frequency is 530 kHz. That's about the frequency where the feedback thru C3 starts of have an effect. The point is to make that frequency lower than where the system becomes unstable. By lowering the loop gain at higher frequencies, the effects of inevitable phase shift at higher frequencies are mitigated to keep the system stable.
#2: Post edited by user avatar Olin Lathrop‭ · 2022-03-12T23:04:23Z (about 2 years ago)
  • It appears you want a positive current source with the following specs:<ul>
  • <li>0 to 28 V compliance range.
  • <li>Up to 100 mA, adjustable via 10 bit or more digital value.
  • <li>36 V supply is available.
  • <li>The dissipation from a linear pass element is OK.
  • </ul>
  • The large headroom at the high end allows for easy current sensing. A 30 &Omega; resistor, for example, would provide a 0 to 3.0 V signal. Note that it would dissipate 300 mW at 100 mA, so should be a "&frac12; W" type at least.
  • At 100 mA and 0 V out, a total of 3.6 W will be dissipated. The sense resistor will take some, but the pass transistor will need to dissipate most of that. 3.6 W is quite doable with the right power transistor and heat sink. Something in a TO-3 case can handle this easily. A TO-220 case should also be doable with the right heat sink. Those two cases should provide plenty of options to find a suitable transistor.
  • So at this point we have the 36 V supply, a 30 &Omega; or so current sense resistor, and P channel power FET. The drain of the FET drives the high side of the load, with the other side of the load connected to ground.
  • The question now is how to drive the FET gate. At this point, there are a number of possible topologies.
  • One way is to use a diff amp to make a ground-referenced sense voltage, then have the controller also be ground-referenced. This is basically what your second schematic shows, except I would use the output of the opamp differently:
  • <img src="https://electrical.codidact.com/uploads/ytt7sNNGDA51XQJoZMywgNSB">
  • This at least makes the FET gate voltage roughly linear with the opamp output. Unfortunately, the function of gate voltage to output current is still rather non-linear, and can lead to instability in parts of the operating range. Put a small cap immediately between the opamp output and its negative input. Start with a few 10s of pF, and increase until everything is stable, then double it. The "Current sense" signal will also need some impedance for the cap to work against.
  • Another possibility is to use a 12 V negative regulator to make 12 V below the 36 V supply. An opamp can run from that 12 V and drive the FET directly. Now there is no need for a diff amp to create a ground-referenced current sense signal.
  • The problem then becomes getting the desired current signal to the high side. A similar circuit to what I show on the low side, above, could work. It translates the ground-referenced D/A output to a current, which is then independent of voltage.
  • Yet another option is to put the D/A on the high side too. That simplifies all the analog circuitry. Only the digital signals into the D/A need to be transferred to the high side. That can be done with opto-isolators, or more voltage to current sink converters like Q2 and R3 above.
  • It appears you want a positive current source with the following specs:<ul>
  • <li>0 to 28 V compliance range.
  • <li>Up to 100 mA, adjustable via 10 bit or more digital value.
  • <li>36 V supply is available.
  • <li>The dissipation from a linear pass element is OK.
  • </ul>
  • The large headroom at the high end allows for easy current sensing. A 30 &Omega; resistor, for example, would provide a 0 to 3.0 V signal. Note that it would dissipate 300 mW at 100 mA, so should be a "&frac12; W" type at least.
  • At 100 mA and 0 V out, a total of 3.6 W will be dissipated. The sense resistor will take some, but the pass transistor will need to dissipate most of that. 3.6 W is quite doable with the right power transistor and heat sink. Something in a TO-3 case can handle this easily. A TO-220 case should also be doable with the right heat sink. Those two cases should provide plenty of options to find a suitable transistor.
  • So at this point we have the 36 V supply, a 30 &Omega; or so current sense resistor, and P channel power FET. The drain of the FET drives the high side of the load, with the other side of the load connected to ground.
  • The question now is how to drive the FET gate. At this point, there are a number of possible topologies.
  • One way is to use a diff amp to make a ground-referenced sense voltage, then have the controller also be ground-referenced. This is basically what your second schematic shows, except I would use the output of the opamp differently:
  • <img src="https://electrical.codidact.com/uploads/ytt7sNNGDA51XQJoZMywgNSB">
  • This at least makes the FET gate voltage roughly linear with the opamp output. Unfortunately, the function of gate voltage to output current is still rather non-linear, and can lead to instability in parts of the operating range. Put a small cap immediately between the opamp output and its negative input. Start with a few 10s of pF, and increase until everything is stable, then double it. The "Current sense" signal will also need some impedance for the cap to work against.
  • Another possibility is to use a 12 V negative regulator to make 12 V below the 36 V supply. An opamp can run from that 12 V and drive the FET directly. Now there is no need for a diff amp to create a ground-referenced current sense signal.
  • The problem then becomes getting the desired current signal to the high side. A similar circuit to what I show on the low side, above, could work. It translates the ground-referenced D/A output to a current, which is then independent of voltage.
  • Yet another option is to put the D/A on the high side too. That simplifies all the analog circuitry. Only the digital signals into the D/A need to be transferred to the high side. That can be done with opto-isolators, or more voltage to current sink converters like Q2 and R3 above.
  • <hr>
  • <blockquote>I did not understand the negative regulator part you're talking about. How would that work?</blockquote>
  • Here is an outline of the topology:
  • <img src="https://electrical.codidact.com/uploads/Yq3NKNe8dSHDXAqGKS6LkSJ1">
  • IC2 is a negative voltage regulator. Note that its ground input is connected to the 36 V supply. It will therefore make a clean -12 V relative to the +36 V supply, so about +24 V nominal. However, this supply is set up to sink current, not source it. It is a true negative supply relative to the 36 V rail. The purpose is to have a means of powering "high side" circuitry.
  • In this case, the opamp would be powered from 36V and HPWR. The advantage is that now the opamp can directly connect to the current sense voltage and the FET gate. Note C3 to provide stability, and R2 to provide some impedance for C3 to work against. The price for this stability will be lower bandwidth, but you haven't specified any bandwidth requirement.
  • The output current will be directly proportional to the 36 V supply minus the control voltage. Put another way, this control voltage is high-side referenced. As I said earlier, you can produce this in analog from a low side control signal, or include the D/A in the high side circuitry and only have to get digital signals controlling the D/A from the low side to the high side.
  • Depending on what else the digital controller has to do, perhaps you can float the whole thing on the high side.
#1: Initial revision by user avatar Olin Lathrop‭ · 2022-03-12T19:53:17Z (about 2 years ago)
It appears you want a positive current source with the following specs:<ul>

<li>0 to 28 V compliance range.

<li>Up to 100 mA, adjustable via 10 bit or more digital value.

<li>36 V supply is available.

<li>The dissipation from a linear pass element is OK.

</ul>

The large headroom at the high end allows for easy current sensing.  A 30 &Omega; resistor, for example, would provide a 0 to 3.0 V signal.  Note that it would dissipate 300 mW at 100 mA, so should be a "&frac12; W" type at least.

At 100 mA and 0 V out, a total of 3.6 W will be dissipated.  The sense resistor will take some, but the pass transistor will need to dissipate most of that.  3.6 W is quite doable with the right power transistor and heat sink.  Something in a TO-3 case can handle this easily.  A TO-220 case should also be doable with the right heat sink.  Those two cases should provide plenty of options to find a suitable transistor.

So at this point we have the 36 V supply, a 30 &Omega; or so current sense resistor, and P channel power FET.  The drain of the FET drives the high side of the load, with the other side of the load connected to ground.

The question now is how to drive the FET gate.  At this point, there are a number of possible topologies.

One way is to use a diff amp to make a ground-referenced sense voltage, then have the controller also be ground-referenced.  This is basically what your second schematic shows, except I would use the output of the opamp differently:

<img src="https://electrical.codidact.com/uploads/ytt7sNNGDA51XQJoZMywgNSB">

This at least makes the FET gate voltage roughly linear with the opamp output.  Unfortunately, the function of gate voltage to output current is still rather non-linear, and can lead to instability in parts of the operating range.  Put a small cap immediately between the opamp output and its negative input.  Start with a few 10s of pF, and increase until everything is stable, then double it.  The "Current sense" signal will also need some impedance for the cap to work against.

Another possibility is to use a 12 V negative regulator to make 12 V below the 36 V supply.  An opamp can run from that 12 V and drive the FET directly.  Now there is no need for a diff amp to create a ground-referenced current sense signal.

The problem then becomes getting the desired current signal to the high side.  A similar circuit to what I show on the low side, above, could work.  It translates the ground-referenced D/A output to a current, which is then independent of voltage.

Yet another option is to put the D/A on the high side too.  That simplifies all the analog circuitry.  Only the digital signals into the D/A need to be transferred to the high side.  That can be done with opto-isolators, or more voltage to current sink converters like Q2 and R3 above.