Hi folks,
some weeks ago I found some new product being released by Linear Technology - the
LT3081.
Basically it's the same like LT3080 but with more features: current control via an extra pin, current sense output and a pin to give a current equivalent to the die junction temperature. Nice features.
Sounds like a great upgrade to Dave's LT3080 power supply...
I now struggle a bit to understand how the current limiting function works.
To set the current limit LT uses a resistor between the current-set pin and the output pin of the LT3081. So for example: 0.5A output current limit is done by 1.65k between these pins.
I am now thinking whether I can control the current limit the same way we do the voltage: apply some variable voltage to the Iset pin. But I guess it's not that easy.
So how does this current limit set feature works internally? It's not about voltage being applied to the Iset pin as the resistor would change it's delivered voltage if the output voltage is being changed. Same applies to the current flowing through the resistor.
There is no relation to the output voltage if I read the datasheet correctly. So the Iset resistor is not delivering either a current or a voltage to the Iset pin. I think it could be like this: there might be some internal resistor setting the current limit (if Iset is being left floating, there is some internal current limit of 2A). The Iset resistor is a parallel resistor to the internal one thus changing the current set resistor value.
But how would I then control the current limit with some MCU? I could of course attach some nice SPI/I2C settable potentiometer. But these potis usually only accept some smaller voltage at their resistor network pins. Since one end of the variable resistor would be attached to the Output pin of the LT3081 I would need to use something like MCP41HV51 to cope with higher voltages.
Anyone any idea how this current limit function works and how to control it with a MCU?