Electronic – Buck converter with feedback loop

buckswitch-mode-power-supply

According to this site in a buck converter with voltage mode control the duty cycle is set directly by comparing a voltage ramp to an error voltage. I agree with that. But this is where my headache starts:

If Vo < Vref, then Ierr is positive – increase V(10) and the PWM duty cycle.

If Vo > Vref, then Ierr is negative – decrease V(10) and the PWM duty cycle.

If Vo ~ Vref, then Ierr is close to zero – maintain V(10) and the PWM duty cycle

where Vo is the output voltage and Vref is the reference voltage. Well, the first two lines are ok for me, but i can't imagine how the duty cycle is maintained, when Vo ~ Vref.

My assumption here is, that when Vo ~ Vref holds, then the duty cycle should be set to 50% and not maintained. Or am i missing something here?

Regards

Macs

Best Answer

When Vo is not the correct value (Ierr != 0) the duty cycle has to be adjusted. If Vo approaches Vref the adjustments become smaller until there's the point where Vo = Vref, and no adjustments are necessary anymore. If you would change the duty cycle to 50% at that point, Vo will no longer be equal to Vref.
Besides, if your duty cycle would always be 50% for the correct Vo, then there wouldn't be any regulation, would it? You would just set it to 50, and that would be that.