7

From wikipedia/Maximum_power_point_tracking:

When the batteries in an off-grid system are fully charged and PV production exceeds local loads, an MPPT can no longer operate the panel at its maximum power point as the excess power has no load to absorb it. The MPPT must then shift the PV panel operating point away from the peak power point until production exactly matches demand. (An alternative approach commonly used in spacecraft is to divert surplus PV power into a resistive load, allowing the panel to operate continuously at its peak power point.)

I can't imagine why is it desired to divert the surplus power into a resistive load instead of simply ignoring it. What is the advantage of keeping PV module operate at its maximum power point at all times?

ceremcem
  • 1,426
  • 18
  • 38
  • If you just "ignore" the surplus power being generated, you will probably either increase the output voltage (so that all the power is consumed) or you will waste that surplus energy in the voltage control part of the inverter – jDAQ Jan 07 '20 at 19:56
  • @jDAQ Renewable energy design principles are...so strange when you don't have fuel consumption to worry about. – DKNguyen Jan 07 '20 at 20:02
  • No, the purpose of existence of MPPT is regulating the output voltage in the first place in order to regulate the input voltage (which makes the PV deliver the maximum power). So, an MPPT is capable of delivering no power at all. – ceremcem Jan 07 '20 at 20:03
  • @DKNguyen The interesting part is that the resistive load diversion requires an extra investment for the resistive load, additional switches for the diversion and implementing the logic. So this process is not free of charge. – ceremcem Jan 07 '20 at 20:13
  • It could be as an extra layer of safety. If the MPPT also considers that its load are batteries and needs to implement CC/CV charging, then it becomes more complex. If something goes wrong, it could cook the batteries - on a spacecraft you definitely don't want this to happen. So an extra system that monitors and enforces CC/CV charging, with a resistive grid to dump extra energy can be conceptually simpler (modularized approach with simple modules). But I don't know the true answer, I'm now curious as well. – anrieff Jan 07 '20 at 20:17
  • @jDAQ There is no point in either possibility: Regardless of using the output power as DC or using it AC after inverting, we can't change the exact required level of the output, or we simply break (burn) our battery, so this is not a chance. When we divert the power to a resistor, we are still wasting our energy? So this is not a reason either. See the answer, it makes sense. – ceremcem Jan 07 '20 at 20:39
  • Note this is also done sometimes in home solar systems. The resistive load could be a water heater. That way you spend less electricity/gas the next time you need hot water. (If all other demand is met and your water is too hot already, then the operating point is shifted) – user253751 Jan 08 '20 at 12:12

2 Answers2

4

Spacecraft aren't air-cooled. Simple as that.

Solar cells operate in full sunlight, and get hot. Dissipating 30% of the incident power somewhere else helps keep the temperature manageable.

The unlit side tends to get very cold, for much the same reason - so there may be benefit to using the heat in another part of the satellite.

  • 1
    I think elaboration is required since this answer implies that the resistors wouldn't produce heat dissipating the power. – DKNguyen Jan 07 '20 at 20:18
  • So the Wikipedia claim is wrong, it's not because this is "allowing the panel to operate continuously at its peak power point", but it's "allowing the panel cool down by dissipating the PV cells' energy by the resistors". – ceremcem Jan 07 '20 at 20:22
  • 3
    Not exactly wrong ... extracting max power = dissipating min power in the panel itself. –  Jan 07 '20 at 20:24
  • 2
    Even in a situation where the apparatus has more heat/power than is ideal, dissipating the extra power in a resistance separate from the panel allows the power to be dissipated at a higher temperature, which will aid in radiant heat transfer away from the apparatus. – K H Jan 07 '20 at 23:58
  • @BrianDrummond The Wikipedia claim is wrong in terms of reasoning: Replace the "Surplus engery = being late", "diverting energy to the resistors = put the pedal to the metal", "operating at its maximum power = running the engine at its peak power": "When we are late to the home, we must put the pedal to the metal in order to run the engine at its peak power". When I ask "why do we want to run the engine at max power when we are late?", you answer "running engine at max power = going fast". So, it must be: "When we are late to the home, we must put the pedal to the metal in order to go faster". – ceremcem Jan 08 '20 at 12:20
  • @ceremcem the wiki quote explains what they do, not why they do it. – Passerby Jan 09 '20 at 05:01
  • @Passerby I don't know if you are a native English speaker or not, but according to this answer, the author explains why they do it, not just what they do. – ceremcem Jan 09 '20 at 21:45
2

Solar cells in open circuit while in sunlight as done in a typical MPPT charge controller will heat up faster, and their efficiency will drop compared to a typical shunt charge controller setup. Shunting the excess energy at the ideal power point will maximize the power usage while minimizing the heat they need to manage. As cooling is more difficult up there, this is the preferred setup. Their (ISS) on/off cycles and load needs are also different than typical earth systems so every bit helps.

Passerby
  • 73,027
  • 7
  • 93
  • 209
  • How much heat does commonly used solar panel (in residential PV systems) produce when in open circuit compared to optimum MPPT curve? Negative electricity prices are becoming more common now, so it's interesting to know what effect it would had to stop producing electricity when required. – Marki555 Apr 25 '23 at 08:04