I am trying to create a control scheme that allows voltage regulator to regulate its input voltage instead of its output voltage. I'm trying to make a shunting regulator. My current approach is
- Use input voltage and link it to the adjust pin so the regulator can control it input voltage.
- Take input voltage and first invert it so when Vin increases a falling voltage is seen on ADJ pin and the regulator passes more current thus bringing Vin down (and vise versa)
- Compensate for a negative inverted Vin signal coming from the op-amp by adding a voltage to it giving ADJ a positive and correctly correlated response to Vin.
So far this isn't working. Some help on how to make a functional switch mode shunt regulator would be appreciated. I am trying with an LDO to get the control scheme working.